Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* use tail instead of head to avoid conflicts becase nss_ld...Arthur de Jong2008-03-161-6/+6
* handle the case where an option is defined multiple timesArthur de Jong2008-03-161-6/+6
* updated Spanish (es) translation of debconf templates by ...Arthur de Jong2008-03-063-48/+59
* updated Dutch (nl) translation of debconf templates by Ba...Arthur de Jong2008-03-042-201/+36
* some updates to reflect recent changesArthur de Jong2008-02-191-17/+11
* have a better way to specify the manual page ruleArthur de Jong2008-02-191-1/+2
* split out the flushing of the buffers to separate functio...Arthur de Jong2008-02-151-38/+84
* add StartTLS support by Ralf Haferkamp <rhafer@suse.de>Arthur de Jong2008-02-151-0/+11
* pass URI to do_bind() to make it work with do_rebind() an...Arthur de Jong2008-02-151-12/+8
* add tests for myldap_get_rdn_value() and myldap_cpy_rdn_v...Arthur de Jong2008-02-151-0/+36
* make using implicit function definitions an errorArthur de Jong2008-02-121-1/+1
* implement resizable I/O buffers and tune buffer sizes to ...Arthur de Jong2008-02-125-41/+110
* always allocate the read and write buffers and make the s...Arthur de Jong2008-02-121-85/+61
* replace the calls to ldap_explode_dn() and ldap_explode_r...Arthur de Jong2008-02-101-98/+56