Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-10 | fix a few compiler warnings | Arthur de Jong | |
2013-03-10 | only log protocol name if it is present | Arthur de Jong | |
2013-03-09 | start the nscd invalidator and invalidate the nscd cache after reconnecting ↵ | Arthur de Jong | |
to the LDAP server after failure | |||
2013-03-09 | implement parsing of the nscd_invalidate option | Arthur de Jong | |
2013-03-09 | implement functionality to send a cache invalidation signal to nscd | Arthur de Jong | |
2013-03-09 | move signame() function to common.c to make it available to all modules | Arthur de Jong | |
2013-03-03 | return the password policy bind information via PAM | Arthur de Jong | |
2013-03-03 | request and parse password policy controls when doing user authentication in ↵ | Arthur de Jong | |
nslcd | |||
2013-03-03 | pass the session along to the do_bind() function | Arthur de Jong | |
2013-03-01 | log a more meaningful error in nslcd when trying to authenticate as ↵ | Arthur de Jong | |
administrator when rootpwmoddn is not set | |||
2013-03-01 | move update_lastchange() function from shadow to pam code | Arthur de Jong | |
2013-02-23 | log version information from the NSS module | Arthur de Jong | |
2013-02-23 | extra sanity check to ensure not too many file descriptors are open | Arthur de Jong | |
2013-02-23 | allow names with one character in default validnames option and allow ↵ | Arthur de Jong | |
parentheses (taken from Fedora packages) | |||
2013-02-23 | handle the log configuration option in nslcd | Arthur de Jong | |
2013-02-23 | implement functions for configuring alternative logging | Arthur de Jong | |
2013-02-08 | implement a netgroup_all request | Arthur de Jong | |
2013-01-18 | make checking dlsym() result a little safer | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1925 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-18 | use pthreads thread-local storage as fallback mechanism if compiler doesn't ↵ | Arthur de Jong | |
provide a keyword for TLS git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1922 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-18 | use the AX_TLS macro to find correct thread-local storage class compiler ↵ | Arthur de Jong | |
directive git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1921 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-18 | dump full nslcd configuration at debug level on start-up | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1920 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-14 | support children search scope for systems that have it | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1917 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-12 | reorganise configuration file parsing code | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1913 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-12 | have myldap_get_ranged_values() return a list of values instead of a set | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1912 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-12 | check result of set_tolist() to ensure that memory allocation problems are ↵ | Arthur de Jong | |
logged git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1911 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-12 | fix memory leak in myldap_get_values_len() when using ranged attributes ↵ | Arthur de Jong | |
(very unlikely to occur) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1910 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-12 | fix a problem in memory handling in myldap_get_values_len() if malloc() ↵ | Arthur de Jong | |
would fail git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1909 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-10 | fix typo in comment | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1906 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-06 | perform search for pam_authz_search on all search bases | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1903 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-05 | update FIXMEs | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1901 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-05 | change ethernet address formatting from FIXME to note | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1900 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-05 | inline most is_valid_...() functions | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1898 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-01 | log and return a diagnostic message instead of just the LDAP error on ↵ | Arthur de Jong | |
password change failure git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1895 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-01 | retry updating the lastChange attribute with the normal nslcd LDAP ↵ | Arthur de Jong | |
connection if the update with the user's connection failed git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1894 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2013-01-01 | fix setting restart option log message (fixes r1889) | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1892 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-30 | remove deprecated use_sasl, reconnect_tries, reconnect_maxsleeptime and ↵ | Arthur de Jong | |
tls_checkpeer options which have been replaced some time ago git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1890 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-30 | remove undocumented restart configuration option | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1889 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-30 | reorganise and rename configuration options to be in line with manual page | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1888 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-30 | remove the ldc_ prefix from struct ldap_config fields | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1887 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-28 | another comment typo fix | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1881 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-28 | re-order enum values to use the same order as elsewhere | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1880 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-24 | more comment fixes | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1879 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-24 | fix typo in comment | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1878 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-23 | move the action argument to NSLCD_HANDLE to the front | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1877 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-23 | update the netgroup by name request to have one result entry per netgroup ↵ | Arthur de Jong | |
with multiple rows within one result git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1874 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-22 | update C coding style to a more commonly used style | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1873 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-20 | don't process the passwd_byuid request at all for uids < nss_min_uid | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1870 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-20 | fix logic error (use && instead of & for logical and) | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1868 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-16 | make nslcd actions hexadecimal values with some structure to make debugging ↵ | Arthur de Jong | |
easier git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1866 ef36b2f9-881f-0410-afb5-c4e39611909c | |||
2012-12-16 | change PAM protocol to be more consistent and simpler | Arthur de Jong | |
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1865 ef36b2f9-881f-0410-afb5-c4e39611909c |