Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* fix for common spelling mistake (8571bc1 from 0.9)Arthur de Jong2013-12-072-2/+2
* remove not needed define (r1897 from 0.9)Arthur de Jong2013-05-051-4/+1
* include a missing castArthur de Jong2012-09-011-1/+1
* provide a compatibility version of struct spwd for system...Arthur de Jong2012-05-111-1/+16
* fix fallback definition of SUN_LEN() (fixes r1686)Arthur de Jong2012-05-111-1/+1
* provide a compatibility definition of SUN_LEN() for syste...Arthur de Jong2012-05-093-3/+37
* move all PAM_AUTHTOK_RECOVERY_ERR compatibility definitio...Arthur de Jong2012-05-022-12/+4
* provide more detailed logging information for ldap_start_...Arthur de Jong2012-03-051-0/+8
* fix headerArthur de Jong2011-07-031-1/+1
* provide PAM_AUTHTOK_RECOVERY_ERR for systems with only PA...Arthur de Jong2011-07-031-0/+8
* provide replacement implementation for strndup() for syst...Arthur de Jong2011-04-153-1/+76
* provide a definition of daemon() for systems that lack itArthur de Jong2011-03-231-3/+6
* typo fix in commentArthur de Jong2011-03-231-2/+2
* update copyright headers to add missing yearsArthur de Jong2011-03-104-4/+4
* SASL compatibility definitionArthur de Jong2010-11-071-0/+4
* small fixArthur de Jong2010-10-131-2/+2
* move missing declarations of ether_ntoa() and ether_aton(...Arthur de Jong2010-10-102-15/+16
* merge some of the changes for Solaris portability to ease...Arthur de Jong2010-10-041-0/+3
* use AC_CHECK_DECLS to check for definitions of functions ...Arthur de Jong2010-10-012-6/+8
* only provide definitions for ether_aton() and ether_ntoa(...Arthur de Jong2010-09-291-0/+4
* fix definitions of ether_aton() and ether_ntoa()Arthur de Jong2010-09-291-3/+3
* begin merging some of the compatibility improvements from...Arthur de Jong2010-09-282-0/+17
* no need to provide a enum nss_status replacement because ...Arthur de Jong2010-09-281-11/+0
* switch to using nss_status_t throughout the code and prov...Arthur de Jong2010-09-241-0/+35
* compatibility improvement: also check for nss_common.h an...Arthur de Jong2010-07-181-0/+5
* define pam_info(), pam_error() and pam_syslog() compatibi...Arthur de Jong2010-07-181-6/+6
* have more compatibility code for NSS module and move comp...Arthur de Jong2010-06-172-0/+113
* make include guard names consistent throughout the source...Arthur de Jong2010-06-147-20/+20
* add a warning to the limitation of our pam_get_authtok() ...Arthur de Jong2010-06-021-0/+1
* perform logging from PAM module to syslog and support the...Arthur de Jong2010-05-141-0/+9
* small compatibility improvementsArthur de Jong2010-05-121-2/+4
* replace my_pam_warn() with pam_info() and pam_error() and...Arthur de Jong2010-05-104-37/+92
* implement a minimum_uid option for the PAM module to igno...Arthur de Jong2010-05-061-1/+12
* add pointer to RFC 3062Arthur de Jong2010-02-171-1/+1
* provide a replacement for the pam_get_authtok() functions...Arthur de Jong2009-10-173-1/+166
* provide replacement functions for ldap_initialize() and l...Arthur de Jong2009-10-176-49/+234
* also provide some function definitions for ether_ntoa() a...Arthur de Jong2009-10-171-1/+11
* rename software to nss-pam-ldapdArthur de Jong2009-08-314-4/+4
* fix for getpeercred() on Solaris by David Bartley <dtbart...Arthur de Jong2009-01-301-5/+5
* use the cr_ prefix when getting a xucred struct (needed f...Arthur de Jong2008-06-061-2/+2
* miscellaneous portability improvementsArthur de Jong2008-06-061-0/+8
* fix typos in references to HAVE_ETHER_NTOA_R and HAVE_ETH...Arthur de Jong2008-04-251-4/+4
* make test for compiler versions simpler and per used attr...Arthur de Jong2008-03-301-17/+27
* provide replacements for ether_aton_r() and ether_ntoa_r...Arthur de Jong2008-02-043-1/+103
* only define MUST_USE attribute if gcc version is more rec...Arthur de Jong2008-01-311-8/+19
* move pagectrl code into compat directoryArthur de Jong2008-01-313-1/+264
* provide replacement functions for daemon() and getopt_lon...Arthur de Jong2008-01-305-0/+248
* define __STRING() if it's not defined by the systemArthur de Jong2008-01-301-0/+9
* some fixes for LOCAL_PEERCRED (still untested)Arthur de Jong2008-01-301-6/+2
* integrate some compatibility code into myldap.c, the only...Arthur de Jong2008-01-271-32/+0