Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* properly handle spaces in some configuration options (maj...Arthur de Jong2007-12-263-288/+366
* in test_two_searches() test that we can read from the sec...Arthur de Jong2007-12-261-1/+10
* properly flag running searches as invalid if the connecti...Arthur de Jong2007-12-261-15/+83
* have myldap_get_entry() return an LDAP status code that c...Arthur de Jong2007-12-254-19/+48
* remove NSLCD_RESULT_UNAVAIL because it's not needed anymo...Arthur de Jong2007-12-254-13/+10
* no need for us to flush the buffer since our caller close...Arthur de Jong2007-12-251-2/+0
* some general cleanups and document the krb5_ccname optionArthur de Jong2007-12-251-68/+36
* disable rootbinddn and rootbindpw questions for now becau...Arthur de Jong2007-12-241-23/+25
* document current timing and reconnect optionsArthur de Jong2007-12-241-31/+61
* merge the do_map_error(), do_with_reconnect() into the my...Arthur de Jong2007-12-241-172/+105