Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* only support tls-related options if LDAP library supports...Arthur de Jong2008-05-023-2/+19
* support ranged attribute valuesArthur de Jong2008-05-011-1/+166
* fix comment of return value of NSS_STATUS_TRYAGAINArthur de Jong2008-05-011-4/+2
* fix a warningArthur de Jong2008-05-011-1/+1
* ensure that filter_get_var() and filter_get_var() return ...Arthur de Jong2008-05-011-6/+8
* make language about pagesize option a little clearerArthur de Jong2008-04-291-2/+2
* support the case where an attribute mapping variable is NULLArthur de Jong2008-04-271-1/+1
* also close the LDAP connection on LDAP_SERVER_DOWN (besid...Arthur de Jong2008-04-261-4/+4
* increase time out values because now nslcd will error out...Arthur de Jong2008-04-262-5/+5
* spelling fix in commentArthur de Jong2008-04-261-1/+1
* some spelling fixes and a clarification of the retry mech...Arthur de Jong2008-04-261-13/+13
* fix log message of incorrect map statementArthur de Jong2008-04-261-1/+2
* make log message a little more descriptiveArthur de Jong2008-04-261-2/+2
* fix quote in commentArthur de Jong2008-04-261-1/+1
* ensure that the connection to the LDAP server is closed w...Arthur de Jong2008-04-261-0/+15
* implement new timing mechanism for retries to quickly fai...Arthur de Jong2008-04-257-82/+111
* include missing includeArthur de Jong2008-04-251-0/+1
* ignore SIGPIPE in myldap testsArthur de Jong2008-04-251-0/+8
* fix assert to be test instead of assignmentArthur de Jong2008-04-251-1/+1
* have the binary look up the file name and only use the sh...Arthur de Jong2008-04-252-3/+11
* fix typos in references to HAVE_ETHER_NTOA_R and HAVE_ETH...Arthur de Jong2008-04-251-4/+4
* fix order of members in group in tests because of new has...Arthur de Jong2008-04-231-4/+4
* fix problem where first item in the hashtable could be re...Arthur de Jong2008-04-231-1/+1
* add test for problem with duplicate entries being returne...Arthur de Jong2008-04-231-0/+37
* don't issue warning when myldap_get_entry() returns NULL ...Arthur de Jong2008-04-231-1/+2
* allocate room for key string just after entry to save on ...Arthur de Jong2008-04-211-72/+12
* fix tests for valid user and group namesArthur de Jong2008-04-202-10/+10
* add checks for valid user and group names in incoming req...Arthur de Jong2008-04-203-30/+155
* only support uniqueMember containing DN valuesArthur de Jong2008-04-201-14/+3
* fix warning message to not refer to aliasArthur de Jong2008-04-201-2/+2
* make warning message more verbose, fix comment and don't ...Arthur de Jong2008-04-201-2/+5
* only guess the searchbase if the value doesn't seem to be...Arthur de Jong2008-04-191-2/+5
* fix wrapping and indenting of commentsArthur de Jong2008-04-191-19/+18
* correctly call set_free() instead of free()Arthur de Jong2008-04-191-1/+1
* use the new set data structure to gather the group membersArthur de Jong2008-04-191-59/+21
* implement a set that uses the dict module as back-endArthur de Jong2008-04-195-5/+204
* implement new dict module that uses a hashtable which is ...Arthur de Jong2008-04-191-92/+252
* some new tests for the dictionary moduleArthur de Jong2008-04-193-10/+2594
* add test for emtpy DNArthur de Jong2008-04-191-0/+3
* instead of using the dict module to build a cache just st...Arthur de Jong2008-04-181-28/+37
* add note about freed valuesArthur de Jong2008-04-171-1/+3
* change dict_values_first() and dict_values_next() into di...Arthur de Jong2008-04-174-31/+36
* remote hopefully last reference to rootbind{dn,pw}Arthur de Jong2008-04-131-4/+0
* return values of dn2uid() and uid2dn() should always be usedArthur de Jong2008-04-061-2/+2
* properly handle the case where dn2uid() couldn't do a DN-...Arthur de Jong2008-04-061-2/+2
* get files ready for 0.6.1 release0.6.1Arthur de Jong2008-04-067-11/+345
* include updated filesArthur de Jong2008-04-062-17/+59
* include Petter Reinholdtsen for reporting many bugs and e...Arthur de Jong2008-04-051-0/+1
* handle case where value contains spaces properlyArthur de Jong2008-04-051-13/+20
* support having a binddn set without a bindpwArthur de Jong2008-04-051-1/+11