Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* put standard library imports before application imports a...Arthur de Jong2011-04-2813-53/+40
* remove duplicate and wrong write() methodArthur de Jong2011-04-281-33/+0
* make request indicator shorterArthur de Jong2011-04-241-5/+5
* document use of returned authorisation messageArthur de Jong2011-04-241-2/+5
* no longer use the userdn parameter passed along with each...Arthur de Jong2011-04-241-101/+116
* improve handling of test_login_unknownArthur de Jong2011-04-241-2/+1
* report correct reported error from ldap_abandon()Arthur de Jong2011-04-221-1/+1
* fix r1429 to properly handle absence of RTLD_NODELETEArthur de Jong2011-04-181-1/+1
* support systems without RTLD_NODELETEArthur de Jong2011-04-181-1/+7
* add example configuration provided by Wesley MasonArthur de Jong2011-04-161-0/+16
* provide replacement implementation for strndup() for syst...Arthur de Jong2011-04-156-2/+80
* add Wesley Mason to AUTHOS file (was missing from r1425)Arthur de Jong2011-04-151-0/+1
* support using the objectSid attribute to provide numeric ...Arthur de Jong2011-04-155-35/+189
* allow running test_{nss,pam}cmds tests from another direc...Arthur de Jong2011-04-153-4/+9
* make user and group name validation errors a little more ...Arthur de Jong2011-04-033-7/+8
* add some people who seemed to be missing from the AUTHORS...Arthur de Jong2011-03-311-0/+19
* tv_usec in struct timeval must be lower than 1000000 (pat...Arthur de Jong2011-03-311-1/+1
* use $(mkinstalldirs) instead of $(INSTALL_DATA) -D becaus...Arthur de Jong2011-03-312-1/+3
* allow usernames of only two charactersArthur de Jong2011-03-312-2/+2
* get files ready for 0.8.2 release0.8.2Arthur de Jong2011-03-268-11/+214
* ensure that all test source files are distibuted and can ...Arthur de Jong2011-03-263-9/+14
* sync validname regular expression with nslcdArthur de Jong2011-03-261-1/+1
* no longer indefinitely wait for all worker threads to fin...Arthur de Jong2011-03-252-34/+37
* re-organise tests somewhat making things more consistentArthur de Jong2011-03-254-49/+36
* integrate patch by Daniel Dehennin to not loose debconf v...Arthur de Jong2011-03-252-64/+69
* implement a validnames option that can be used to fine-tu...Arthur de Jong2011-03-257-43/+95
* implement service, protocol and rpc lookupsArthur de Jong2011-03-244-0/+292
* fix the case where the RDN is for some reason not in the cnArthur de Jong2011-03-242-2/+2
* fix configuration nameArthur de Jong2011-03-241-2/+2
* truncate pidfile to ensure remains of previous value is goneArthur de Jong2011-03-241-1/+2
* fix use of spacesArthur de Jong2011-03-231-2/+2
* fix descriptions of filesArthur de Jong2011-03-232-2/+2
* provide a definition of daemon() for systems that lack itArthur de Jong2011-03-233-5/+7
* typo fix in commentArthur de Jong2011-03-231-2/+2
* more tests and general test improvementsArthur de Jong2011-03-194-1/+72
* small code improvementsArthur de Jong2011-03-197-13/+16
* remove logging functionality that isn't usedArthur de Jong2011-03-192-159/+20
* implement test cases for some of the common PAM actions (...Arthur de Jong2011-03-185-37/+302
* put all assertion functions and compatibility code into o...Arthur de Jong2011-03-179-111/+90
* put idle_timelimit option in Active Directory example wit...Arthur de Jong2011-03-171-0/+1
* remove legacy test code that is no longer usedArthur de Jong2011-03-1613-1369/+1
* check for user existence before trying password changeArthur de Jong2011-03-141-0/+29
* fix a problem in the timeout paramater that was being pas...Arthur de Jong2011-03-141-1/+1
* fix name of script in headerArthur de Jong2011-03-131-1/+1
* include the resolv library for hstrerror() on platforms t...Arthur de Jong2011-03-121-0/+1
* put all HOST_NAME_MAX fallbacks in common.h and fall back...Arthur de Jong2011-03-122-4/+4
* ensure that permissions are sane in the distributed tarballArthur de Jong2011-03-111-0/+4
* fix problem with endless loop on incorrect passwordArthur de Jong2011-03-111-4/+1
* move HOST_NAME_MAX fallback definition to header fileArthur de Jong2011-03-112-4/+5
* get files ready for 0.8.1 release0.8.1Arthur de Jong2011-03-108-13/+188