summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2009-10-17provide a replacement for the pam_get_authtok() functions for systems without itArthur de Jong
2009-10-17provide replacement functions for ldap_initialize() and ldap_passwd_s() and c...Arthur de Jong
2009-10-17also provide some function definitions for ether_ntoa() and ether_aton() beca...Arthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-01-30fix for getpeercred() on Solaris by David Bartley <dtbartle@csclub.uwaterloo.ca>Arthur de Jong
2008-06-06use the cr_ prefix when getting a xucred struct (needed for kfreebsd)Arthur de Jong
2008-06-06miscellaneous portability improvementsArthur de Jong
2008-04-25fix typos in references to HAVE_ETHER_NTOA_R and HAVE_ETHER_ATON_R macrosArthur de Jong
2008-03-30make test for compiler versions simpler and per used attributeArthur de Jong
2008-02-04provide replacements for ether_aton_r() and ether_ntoa_r() for platforms tha...Arthur de Jong
2008-01-31only define MUST_USE attribute if gcc version is more recent than 3.4Arthur de Jong
2008-01-31move pagectrl code into compat directoryArthur de Jong
2008-01-30provide replacement functions for daemon() and getopt_long() when they are no...Arthur de Jong
2008-01-30define __STRING() if it's not defined by the systemArthur de Jong
2008-01-30some fixes for LOCAL_PEERCRED (still untested)Arthur de Jong
2008-01-27integrate some compatibility code into myldap.c, the only place it's usedArthur de Jong
2008-01-26add (untested) support for the Solaris getpeerucred() functionArthur de Jong
2008-01-26move code to get information from socket peer to the compat directory because...Arthur de Jong
2007-12-20remove unused tests and compatibility codeArthur de Jong
2007-12-09some small layout changesArthur de Jong
2007-09-09some simplifications in the reconnect loging, removing the undocumented nss_r...Arthur de Jong
2007-02-17add gcc attributes to some functions and parametersArthur de Jong