summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-23handle the log configuration option in nslcdArthur de Jong
2013-02-23implement functions for configuring alternative loggingArthur de Jong
2013-02-12fix docbook tag for file nameArthur de Jong
2013-02-08generate ChangeLog with git2clArthur de Jong
2013-02-08archive 2012 changelog messages into a year file including the change from Su...Arthur de Jong
2013-02-08add getent.ldap(1) manual pageArthur de Jong
2013-02-08implement a getent command to query nslcd while bypassing NSS stackArthur de Jong
2013-02-08add an --enable-utils option to configure to build command-line utilitiesArthur de Jong
2013-02-08disable pynslcd cache for nowArthur de Jong
2013-02-08implement a netgroup_all requestArthur de Jong
2013-01-18make checking dlsym() result a little saferArthur de Jong
2013-01-18fix copyright yearArthur de Jong
2013-01-18restructure timeout calculation in tio to reduce the number of times gettimeo...Arthur de Jong
2013-01-18use pthreads thread-local storage as fallback mechanism if compiler doesn't p...Arthur de Jong
2013-01-18use the AX_TLS macro to find correct thread-local storage class compiler dire...Arthur de Jong
2013-01-18dump full nslcd configuration at debug level on start-upArthur de Jong
2013-01-16fix the way manual pages are generated and distributedArthur de Jong
2013-01-14support children search scope for systems that have itArthur de Jong
2013-01-14fix parsing of scope option in pynslcdArthur de Jong
2013-01-14support systems without ETIMEArthur de Jong
2013-01-14check whether setnetgrent() returns int or void (for FreeBSD)Arthur de Jong
2013-01-12reorganise configuration file parsing codeArthur de Jong
2013-01-12have myldap_get_ranged_values() return a list of values instead of a setArthur de Jong
2013-01-12check result of set_tolist() to ensure that memory allocation problems are lo...Arthur de Jong
2013-01-12fix memory leak in myldap_get_values_len() when using ranged attributes (very...Arthur de Jong
2013-01-12fix a problem in memory handling in myldap_get_values_len() if malloc() would...Arthur de Jong
2013-01-12drop -Wcase-qual when using --enable-warnings because it was causing too much...Arthur de Jong
2013-01-10fix typo in commentArthur de Jong
2013-01-06request and parse password policy controls when doing user authentication in ...Arthur de Jong
2013-01-06do not recheck the user password in first password phase if it was stored in ...Arthur de Jong
2013-01-06perform search for pam_authz_search on all search basesArthur de Jong
2013-01-05some simplifications in the current pynslcd PAM request handlingArthur de Jong
2013-01-05update FIXMEsArthur de Jong
2013-01-05change ethernet address formatting from FIXME to noteArthur de Jong
2013-01-05save the old password if either the authentication or the authorisation respo...Arthur de Jong
2013-01-05inline most is_valid_...() functionsArthur de Jong
2013-01-05remove not needed defineArthur de Jong
2013-01-05log hex values when debugging the protocolArthur de Jong
2013-01-01log and return a diagnostic message instead of just the LDAP error on passwor...Arthur de Jong
2013-01-01retry updating the lastChange attribute with the normal nslcd LDAP connection...Arthur de Jong
2013-01-01update pynslcd PAM protocol handling to be in line with r1865Arthur de Jong
2013-01-01fix setting restart option log message (fixes r1889)Arthur de Jong
2012-12-30code style fixArthur de Jong
2012-12-30remove deprecated use_sasl, reconnect_tries, reconnect_maxsleeptime and tls_c...Arthur de Jong
2012-12-30remove undocumented restart configuration optionArthur de Jong
2012-12-30reorganise and rename configuration options to be in line with manual pageArthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-30use the newer style AM_INIT_AUTOMAKEArthur de Jong
2012-12-30add dependency information to regenerate constants.pyArthur de Jong
2012-12-30make the way manual pages are selected for installation more maintainableArthur de Jong