Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.6 release0.6Arthur de Jong2008-02-037-12/+468
* also check for sasl2 libraryArthur de Jong2008-02-031-0/+1
* add tests for new LDAP lookupsArthur de Jong2008-02-032-2/+49
* support the uniqueMember LDAP attribute that holds DN val...Arthur de Jong2008-02-033-40/+144
* don't use dh_makeshlibs any more because we don't need th...Arthur de Jong2008-02-033-1/+10
* install the NSS library under /lib instead of /usr/lib to...Arthur de Jong2008-02-031-0/+1
* don't pass options to configure which are not usedArthur de Jong2008-02-021-3/+1
* remove --with-ngroups option because it isn't usedArthur de Jong2008-02-021-8/+0
* implement a dn2uid() function to transform a DN into a us...Arthur de Jong2008-02-022-1/+46
* implement myldap_cpy_rdn_value() function to copy rdn val...Arthur de Jong2008-02-022-19/+67
* log and otherwise ignore errors in ldap_parse_page_control()Arthur de Jong2008-02-021-3/+10
* fix copy-pastoArthur de Jong2008-02-021-1/+1
* don't request paging when doing a search with scope base ...Arthur de Jong2008-02-021-6/+11
* reset LDAP error flag if ldap_get_values() returned an er...Arthur de Jong2008-02-021-1/+6
* have proper checks and logs of all ldap operationsArthur de Jong2008-02-011-9/+30
* enable _nss_ldap_initgroups_dyn() test because it's worki...Arthur de Jong2008-02-011-6/+2
* fix buffer size debug messageArthur de Jong2008-02-011-1/+1
* do not set errno (and h_errno) if we got the last entry f...Arthur de Jong2008-02-014-24/+1
* pagectrl module has movedArthur de Jong2008-02-011-2/+2
* test for hugegroupArthur de Jong2008-02-011-1/+9
* the groups command no longer lists the usernameArthur de Jong2008-02-011-2/+2
* remove the nslcd2nss() function because it's not needed w...Arthur de Jong2008-02-016-21/+5
* fail with a permanent error if resetting the stream faile...Arthur de Jong2008-02-011-0/+3
* defined LDAP_DEPRECATED to also have definitions for depr...Arthur de Jong2008-01-311-0/+3
* only define MUST_USE attribute if gcc version is more rec...Arthur de Jong2008-01-311-8/+19
* update copyright informationArthur de Jong2008-01-311-5/+6
* move pagectrl code into compat directoryArthur de Jong2008-01-317-17/+13
* make comments lowercase for consistencyArthur de Jong2008-01-311-4/+4
* re-add test URIs that accidentally got commented out in t...Arthur de Jong2008-01-311-2/+2
* pass the correct pthread flags for all calls to compiler ...Arthur de Jong2008-01-314-16/+24
* improve LDAP library autodetection and make if statements...Arthur de Jong2008-01-311-14/+24
* move finding of replacement functions to a more logical p...Arthur de Jong2008-01-311-5/+6
* define extra macros to import system extensions from syst...Arthur de Jong2008-01-311-1/+1
* test to see if the compiler supports certain -W flags bef...Arthur de Jong2008-01-311-1/+27
* include stdint.hArthur de Jong2008-01-301-0/+3
* use uint8_t instead of u_int8_t because the former seems ...Arthur de Jong2008-01-303-6/+6
* update some files from recent automakeArthur de Jong2008-01-303-123/+143
* provide replacement functions for daemon() and getopt_lon...Arthur de Jong2008-01-306-0/+252
* remove duplicate warning flagsArthur de Jong2008-01-301-1/+1
* define __STRING() if it's not defined by the systemArthur de Jong2008-01-301-0/+9
* include errno in assertion statementArthur de Jong2008-01-301-27/+41
* some fixes for LOCAL_PEERCRED (still untested)Arthur de Jong2008-01-301-6/+2
* updated German (de) translation of debconf templates by E...Arthur de Jong2008-01-272-201/+47
* integrate some compatibility code into myldap.c, the only...Arthur de Jong2008-01-273-36/+6
* work around some LDAP libraries not having all optionsArthur de Jong2008-01-271-0/+13
* on some systems lber.h needs to be included before ldap.hArthur de Jong2008-01-272-1/+6
* when including stdint.h check if we actually have itArthur de Jong2008-01-275-0/+10
* correct #endif commentArthur de Jong2008-01-272-4/+4
* have a fallback value for HOST_NAME_MAX if it is not definedArthur de Jong2008-01-261-0/+4
* handle the case where /etc/nss-ldapd.conf does not exist ...Arthur de Jong2008-01-261-0/+6