Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add some more documentation for using the myldap moduleArthur de Jong2007-12-241-26/+35
* add limited test for reconnect logicArthur de Jong2007-12-222-1/+45
* remove bind_policy option because the same effect is achi...Arthur de Jong2007-12-223-31/+4
* reorder timing and reconnect options to be more logical a...Arthur de Jong2007-12-222-45/+34
* limit printing of results in test to just 10Arthur de Jong2007-12-221-25/+29
* include script name in messages and have srcdir default to .Arthur de Jong2007-12-221-2/+3
* integrate do_result() into myldap_get_entry() reducing co...Arthur de Jong2007-12-221-138/+119
* remove duplicate commentArthur de Jong2007-12-221-1/+0