Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* only support "dns" and "domain" values on platforms with ...Arthur de Jong2008-02-081-0/+16
* don't define struct ether_addr here, it was moved to comp...Arthur de Jong2008-02-081-6/+0
* make some changes to allow it to compile on more platformsArthur de Jong2008-02-041-3/+5
* provide replacements for ether_aton_r() and ether_ntoa_r...Arthur de Jong2008-02-045-6/+108
* only call __nss_configure_lookup() if it is available, if...Arthur de Jong2008-02-042-0/+6
* defined LDAP_SCOPE_DEFAULT it's not defined elsewhereArthur de Jong2008-02-041-0/+4
* fix missing castsArthur de Jong2008-02-041-2/+2