Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Properly daemonise nslcd and only exit when readyArthur de Jong2014-01-024-16/+288
|/
* Re-organise ldap function testsArthur de Jong2013-12-281-12/+14
* Make dn2uid cache tuneableArthur de Jong2013-12-215-10/+156
|\
| * Add a test for new configuration optionArthur de Jong2013-12-211-1/+4
| * Document cache option in manual pageArthur de Jong2013-12-211-0/+33
| * Use dn2uid cache optionsArthur de Jong2013-12-211-4/+7
| * Implement a cache configuration optionArthur de Jong2013-12-212-0/+98
| * Have positive and negative cache timeoutsArthur de Jong2013-12-211-9/+18
|/
* Support printing children search scopeArthur de Jong2013-12-211-0/+3
* Centralise buffer sizesArthur de Jong2013-12-1816-82/+93
* Add a test for pam_get_item() argument typeArthur de Jong2013-11-254-9/+41
* Get files ready for 0.9.2 release0.9.2Arthur de Jong2013-10-309-15/+398
* Portability fixes to environment testsArthur de Jong2013-10-293-12/+18
* Fix a number of compiler warningsArthur de Jong2013-10-2919-34/+35
* Add -Werror=implicit if compiler supports itArthur de Jong2013-10-291-1/+1
* Fix usage of AC_LANG_PROGRAMArthur de Jong2013-10-291-1/+1
* Compatibility definitions for {set,get,end}usershell()Arthur de Jong2013-10-294-0/+52
* Start invalidator after locking pidfileArthur de Jong2013-10-291-7/+9
* Update documentationArthur de Jong2013-10-272-51/+69
* Specify m4 directory in configure scriptArthur de Jong2013-10-272-1/+2
* Also run invalidators on initial connectArthur de Jong2013-10-252-4/+19
* Distribute setup_slapd.sh and associated filesArthur de Jong2013-10-251-2/+3
* Improve portability of ldap testArthur de Jong2013-10-222-20/+33
* Handle other responses in test_pamcmdsArthur de Jong2013-10-221-5/+11
* Make script to check test environmentArthur de Jong2013-10-226-74/+196
* Remove unnecessary attributes from test.ldifArthur de Jong2013-10-221-14490/+3
* Update tests READMEArthur de Jong2013-10-221-22/+9
* Provide a script for setting up slapdArthur de Jong2013-10-222-0/+310
* Fix sortgroup functionArthur de Jong2013-10-221-3/+3
* Use djb2 hash in dict moduleArthur de Jong2013-10-141-4/+5
* Increase NSS_LDAP_CONFIG_MAX_BASES to 31Arthur de Jong2013-10-071-1/+1
* Also support poll() returning EAGAINArthur de Jong2013-09-151-3/+3
* Add more python module checks to configureArthur de Jong2013-09-151-1/+8
* Make missing Python modules a waringArthur de Jong2013-09-151-2/+2
* Remove unneeded importsArthur de Jong2013-09-152-2/+0
* Cleanups and fixes related to automake upgradeArthur de Jong2013-09-153-14/+5
* Initialise msg to avoid potential NULL pointer dereferenceArthur de Jong2013-09-131-1/+1
* Add configure test for {set,get,end}usershell() availabilityArthur de Jong2013-09-131-0/+1
* Upgrade to automake 1.14Arthur de Jong2013-09-081-2/+2
* Use larger nslcd send buffersArthur de Jong2013-09-081-1/+1
* Add configure check to see whether to install manual pagesArthur de Jong2013-09-082-3/+26
* Reformat LDIF file to follow OpenLDAP formatArthur de Jong2013-09-041-8/+12
* Fix permissions of test configurationArthur de Jong2013-09-021-0/+4
* Add a test for tio timeout calculationsArthur de Jong2013-09-023-2/+55
* Add a test for clock_gettime() supported clocksArthur de Jong2013-09-023-2/+163
* Use clock_gettime() instead of gettimeofday()Arthur de Jong2013-09-023-12/+23
* Small protability fixArthur de Jong2013-09-021-1/+1
* Improve robustness of test_manpagesArthur de Jong2013-09-011-1/+4
* Use normal timeout handling in tio_skipall()Arthur de Jong2013-08-312-14/+6
* Refactor tio_wait()Arthur de Jong2013-08-311-21/+11