Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* define extra macros to import system extensions from syst...Arthur de Jong2008-01-311-1/+1
* test to see if the compiler supports certain -W flags bef...Arthur de Jong2008-01-311-1/+27
* include stdint.hArthur de Jong2008-01-301-0/+3
* use uint8_t instead of u_int8_t because the former seems ...Arthur de Jong2008-01-303-6/+6
* update some files from recent automakeArthur de Jong2008-01-303-123/+143
* provide replacement functions for daemon() and getopt_lon...Arthur de Jong2008-01-306-0/+252
* remove duplicate warning flagsArthur de Jong2008-01-301-1/+1
* define __STRING() if it's not defined by the systemArthur de Jong2008-01-301-0/+9
* include errno in assertion statementArthur de Jong2008-01-301-27/+41
* some fixes for LOCAL_PEERCRED (still untested)Arthur de Jong2008-01-301-6/+2
* updated German (de) translation of debconf templates by E...Arthur de Jong2008-01-272-201/+47
* integrate some compatibility code into myldap.c, the only...Arthur de Jong2008-01-273-36/+6
* work around some LDAP libraries not having all optionsArthur de Jong2008-01-271-0/+13
* on some systems lber.h needs to be included before ldap.hArthur de Jong2008-01-272-1/+6
* when including stdint.h check if we actually have itArthur de Jong2008-01-275-0/+10
* correct #endif commentArthur de Jong2008-01-272-4/+4
* have a fallback value for HOST_NAME_MAX if it is not definedArthur de Jong2008-01-261-0/+4
* handle the case where /etc/nss-ldapd.conf does not exist ...Arthur de Jong2008-01-261-0/+6
* log error when getpeercred() returned nothingArthur de Jong2008-01-261-1/+1
* add (untested) support for the Solaris getpeerucred() fun...Arthur de Jong2008-01-263-2/+21
* move code to get information from socket peer to the comp...Arthur de Jong2008-01-267-25/+180
* somewhat improve the output from the testsArthur de Jong2008-01-263-52/+52
* fix marsing of map statementArthur de Jong2008-01-261-62/+62
* also test map filter and scope configuration optionsArthur de Jong2008-01-261-1/+8
* fix problem in map statement end-of-line handlingArthur de Jong2008-01-161-1/+2
* add a test for the map statementArthur de Jong2008-01-161-1/+3
* close connections in worker threads at program terminationArthur de Jong2008-01-031-1/+10
* make code a little more compact, don't include debug twic...Arthur de Jong2008-01-031-93/+6
* support the case where + is in /etc/groupArthur de Jong2008-01-031-1/+1
* only start the NSLCD_ACTION_*_ALL requests with the first...Arthur de Jong2008-01-0312-56/+51
* update copyright yearArthur de Jong2008-01-032-2/+2
* get the number of groups and services from files in /etc ...Arthur de Jong2008-01-031-4/+3
* do not warn about missing loginShell attribute because it...Arthur de Jong2008-01-031-2/+0
* increment value that is pointed to, not the pointer (fixe...Arthur de Jong2008-01-031-1/+1
* immediatly bail out if write entity function failed (prev...Arthur de Jong2008-01-021-1/+2
* check to see if nslcd is running and add test for a large...Arthur de Jong2008-01-011-4/+24
* enable the _nss_ldap_initgroups_dyn() function that is no...Arthur de Jong2008-01-013-8/+2
* use the new tio_mark()/tio_reset() functions to support r...Arthur de Jong2008-01-011-7/+16
* add limited implementation of tio_mark() and tio_reset() ...Arthur de Jong2008-01-013-31/+152
* fix get_userpassword() function descriptionArthur de Jong2007-12-311-2/+2
* fix incorrect references to attribute map entriesArthur de Jong2007-12-311-3/+3
* remove TODO (was done)Arthur de Jong2007-12-311-1/+0
* fix bug that would return a password of one character shortArthur de Jong2007-12-311-6/+1
* do not define variable if we're not going to use itArthur de Jong2007-12-271-0/+2
* check for all used ldap functionsArthur de Jong2007-12-271-2/+5
* get files ready for 0.5 release0.5Arthur de Jong2007-12-277-33/+599
* remove temporary file to make distcheck succeedArthur de Jong2007-12-261-0/+2
* some documentation cleanupsArthur de Jong2007-12-262-13/+13
* ignore erros in nss commandsArthur de Jong2007-12-261-1/+3
* only log "connected to LDAP server" if it is a new connec...Arthur de Jong2007-12-261-6/+2