Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.8.1 release0.8.1Arthur de Jong2011-03-108-13/+188
* update copyright headers to add missing yearsArthur de Jong2011-03-1016-16/+16
* fix compiler warningArthur de Jong2011-03-091-1/+2
* properly handle user-not-found errors when doing authenti...Arthur de Jong2011-03-092-3/+15
* implement module for netgroup lookupsArthur de Jong2011-03-063-2/+83
* add network name lookupsArthur de Jong2011-03-063-2/+91
* add some test groups and add the arthur user to them to t...Arthur de Jong2011-03-062-3/+3
* pass --enable-pynslcd with distcheckArthur de Jong2011-03-061-1/+2
* clean up compiled python filesArthur de Jong2011-03-061-0/+4
* fix search filter objectClass for hostsArthur de Jong2011-03-061-2/+2
* ensure that session id is only logged while handling a co...Arthur de Jong2011-03-063-7/+26
* note that attribute mapping expressions cannot be used fo...Arthur de Jong2011-03-061-0/+2
* implement module for hostname lookupsArthur de Jong2011-02-144-1/+113
* fix commentArthur de Jong2011-02-141-1/+1
* clean up and add missing files to installationArthur de Jong2011-02-142-68/+3
* fix FreeBSD nss_ldap soname (as seen in current FreeBSD p...Arthur de Jong2011-02-111-1/+1
* create the directory for the socket and pidfileArthur de Jong2011-02-111-11/+24
* document a proper replacement for pam_check_host_attr (th...Arthur de Jong2011-01-291-6/+8
* implement a fqdn variable that can be used inside pam_aut...Arthur de Jong2011-01-295-52/+87
* name pam_check_service_attr and pam_check_host_attr optio...Arthur de Jong2011-01-231-4/+8
* add FreeBSD support, partially imported from the FreeBSD ...Arthur de Jong2011-01-058-4/+212
* put solnss.c under EXTRA_nss_ldap_so_SOURCESArthur de Jong2011-01-011-2/+2
* add ids to options so we can more easily reference them f...Arthur de Jong2011-01-013-52/+52
* include definition of rc in all code paths because it's u...Arthur de Jong2011-01-011-3/+1
* fix quoting of NSS_MODULE_OBJS expression to one that is ...Arthur de Jong2011-01-011-2/+2
* ensure that solnss.c ends up in tarballArthur de Jong2011-01-011-2/+2
* get files ready for 0.8.0 release0.8.0Arthur de Jong2010-12-308-17/+698
* update copyright informationArthur de Jong2010-12-302-37/+35
* run debconf-updatepo (new and updated templates)Arthur de Jong2010-12-3019-575/+4631
* put headers of .po files in a consistent formatArthur de Jong2010-12-3018-86/+50
* integrate Solaris support developed by Ted C. Cheng of Sy...Arthur de Jong2010-12-3020-23/+1422
|\
| * correctly set nss_ldap_so_DEPENDENCIESArthur de Jong2010-12-301-1/+1
| * split netgroup backend into a "normal" backend and one fo...Arthur de Jong2010-12-301-93/+84
| * implement buffer checking and simplify code somewhatArthur de Jong2010-12-302-28/+31
| * move Solaris specific NSS functions to separate fileArthur de Jong2010-12-303-37/+53
| * merge changes from trunkArthur de Jong2010-12-2935-88/+2011
| |\ | |/ |/|
* | fix distcheck by passing --with-pam-seclib-dir to configu...Arthur de Jong2010-12-292-4/+4
* | add an experimental (currently partial) Python implementa...Arthur de Jong2010-12-2917-3/+1725
* | allow attribute mapping with an expression for the userPa...Arthur de Jong2010-12-287-37/+52
* | try to update the shadowLastChange attribute of a user on...Arthur de Jong2010-12-265-1/+90
* | return connection reset when connection was closed by the...Arthur de Jong2010-12-261-1/+6
* | paging isn't supported by OpenLDAP when chasing referralsArthur de Jong2010-12-261-1/+1
* | also support the tls_cacert option as an alias for tls_ca...Arthur de Jong2010-12-261-1/+2
* | add notes on ignored options when using GnuTLS (based on ...Arthur de Jong2010-12-261-0/+4
* | also support tilde (~) in user and group names, except as...Arthur de Jong2010-12-241-1/+1
* | make logic of character tests easier to readArthur de Jong2010-12-241-7/+14
* | implement a nss_min_uid option to filter user entries ret...Arthur de Jong2010-12-205-21/+88
* | sort group members by alphabet to not be dependant on the...Arthur de Jong2010-12-181-11/+21
* | update tests with current test set-up (with chasing a ref...Arthur de Jong2010-12-183-1/+4
| * move LDAP_BE() definitionArthur de Jong2010-12-172-3/+2