Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use poll() instead of select() for checking file descript...Arthur de Jong2012-10-124-109/+57
* check if the file descriptor can be stored in the select(...Arthur de Jong2012-10-121-0/+15
* small clarifications to shadow propertiesArthur de Jong2012-10-121-6/+6
* fix problem storing negative hit to dn2uid cache (thanks ...Arthur de Jong2012-09-161-1/+1
* fix logic error when falling back to getting ranged attri...Arthur de Jong2012-09-161-1/+4
* swap values and buf assignment to avoid compiler alignmen...Arthur de Jong2012-09-161-3/+3
* only check nsswitch.conf for shadow mapping on glibc (Sol...Arthur de Jong2012-09-151-0/+10
* clear the *ent structs before writing fields to avoid pro...Arthur de Jong2012-09-1511-1/+12
* fix host name lookups for Solaris (tested with Solaris 10)Arthur de Jong2012-09-141-75/+52
* use the standard constructor and destructor eventhough be...Arthur de Jong2012-09-141-13/+2
* fix ethernet lookups for Solaris (tested with Solaris 10)Arthur de Jong2012-09-141-39/+39
* grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong2012-09-1411-22/+22
* rename filter_buffer to filter for consistencyArthur de Jong2012-09-141-6/+6
* archive older ChangeLog entries in year filesArthur de Jong2012-09-083-1120/+745
* a few fixes in the Solaris group lookupsArthur de Jong2012-09-031-4/+3
* fix indenting of codeArthur de Jong2012-09-032-3/+3
* on Solaris store the errno value in NSS_ARGS(args)->erangeArthur de Jong2012-09-0310-47/+44
* include a missing castArthur de Jong2012-09-011-1/+1
* provide an alternative do_rebind() for Netscape LDAPArthur de Jong2012-09-011-0/+29
* include an explicit cast to int when printing gid_t (fixe...Arthur de Jong2012-09-011-2/+2
* mark file as executableArthur de Jong2012-08-311-0/+0
* change the default value of sasl_canonicalize to yes (tha...Arthur de Jong2012-08-313-3/+5
* remove variable definition that was introduced in r1626 b...Arthur de Jong2012-08-141-1/+0
* introduce a sasl_canonicalize option that will now, by de...Arthur de Jong2012-08-146-0/+49
* ensure that all places where stdint.h is included it is s...Arthur de Jong2012-07-233-0/+6
* only inlude stdint.h if we have itArthur de Jong2012-07-211-0/+2
* add missing includes to ensure all types are defined in h...Arthur de Jong2012-07-211-0/+2
* on startup have the gid option default to the primary gro...Arthur de Jong2012-07-205-23/+48
* add an LDIF version of the ldapns.schema schema fileArthur de Jong2012-07-202-1/+16
* avoid setting tls_randfile twice and remove fixed FIXME (...Arthur de Jong2012-07-151-3/+0
* set the pynslcd process name if possibleArthur de Jong2012-07-151-0/+6
* support getting pam_password_prohibit_message from config...Arthur de Jong2012-07-151-1/+2
* rename internal pam_authz_search to pam_authz_searchesArthur de Jong2012-07-152-4/+4
* properly set most LDAP options from configurationArthur de Jong2012-07-151-2/+40
* also check pam_password_prohibit_message in pam_sm_authen...Arthur de Jong2012-07-111-0/+14
* implement a pam_password_prohibit_message nslcd.conf opti...Arthur de Jong2012-07-0810-3/+149
* remove duplicate getting of LDAP_OPT_DIAGNOSTIC_MESSAGE (...Arthur de Jong2012-07-081-5/+0
* ensure that cache.py is installed (thanks Jon Severinsson)Arthur de Jong2012-07-072-2/+3
* get files ready for 0.8.10 release0.8.10Arthur de Jong2012-06-297-9/+60
* update from latest automakeArthur de Jong2012-06-291-1/+10
* minor documentation touch-upsArthur de Jong2012-06-171-8/+7
* install the default configuration file with reduced permi...Arthur de Jong2012-06-151-1/+1
* log successful password change in nslcd and correctly ter...Arthur de Jong2012-06-151-0/+2
* fix problem with returning wrong error code when changing...Arthur de Jong2012-06-151-3/+7
* reword section on bug reporting and add a reference to th...Arthur de Jong2012-05-251-4/+8
* include list of required libraries and do not put informa...Arthur de Jong2012-05-251-5/+6
* get files ready for 0.8.9 release0.8.9Arthur de Jong2012-05-206-8/+101
* implement extra range checking of all numeric valuesArthur de Jong2012-05-208-33/+38
* get rid of a few compiler warnings on FreeBSDArthur de Jong2012-05-184-8/+11
* provide a compatibility version of struct spwd for system...Arthur de Jong2012-05-112-1/+29