Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix typo in commentArthur de Jong2008-04-051-1/+1
* remove rootbind{dn,pw} options from packaging because the...Arthur de Jong2008-04-0517-744/+396
* fix member->group searches by also searching for DN in un...Arthur de Jong2008-04-053-6/+56
* make log line a little bigger to properly log more search...Arthur de Jong2008-04-051-1/+1
* only return shadow entries to root usersArthur de Jong2008-04-051-2/+2
* correctly implement buffer handling in _nss_ldap_initgrou...Arthur de Jong2008-04-051-21/+39
* no problem to shout a little with failed testsArthur de Jong2008-04-051-1/+1
* properly check the limit (as seen in nis-initgroups.c)Arthur de Jong2008-04-051-1/+4
* partial support for reading AD date format for pwdLastSet...Arthur de Jong2008-04-051-12/+48
* split closing of LDAP session to separate funtion to inva...Arthur de Jong2008-04-051-50/+46
* use a larger buffer for group membership resultsArthur de Jong2008-04-051-4/+4
* check that the last myldap_get_entry() returned successArthur de Jong2008-04-051-0/+1
* remove code that handles special cases when calling as ro...Arthur de Jong2008-04-046-112/+13
* revert r628 (using ldap_str2dn() instead of ldap_explode_...Arthur de Jong2008-04-041-56/+98
* add some more documentation to the pagesize optionArthur de Jong2008-04-041-0/+8
* make start not fail if nslcd is already running and stop ...Arthur de Jong2008-04-021-3/+3
* some fixes to the configuration when using Active Directo...Arthur de Jong2008-03-301-2/+3
* only define and use do_sasl_interact() if we have a sasl ...Arthur de Jong2008-03-302-4/+16
* make test for compiler versions simpler and per used attr...Arthur de Jong2008-03-301-17/+27
* add contact information on reporting bugs and contributin...Arthur de Jong2008-03-292-0/+13
* add some more notes about the design and direction I want...Arthur de Jong2008-03-291-0/+12
* don't warn about problems retreiving the objectClass from...Arthur de Jong2008-03-281-3/+0
* fix a problem where the newly allocated storage by reallo...Arthur de Jong2008-03-271-0/+1
* comment out all rootbind{dn,pw} code as to not copy those...Arthur de Jong2008-03-162-31/+35