| Commit message (Expand) | Author | Age | Files | Lines |
* | provide more detailed logging information for ldap_start_... | Arthur de Jong | 2012-03-05 | 1 | -0/+8 |
* | fix header | Arthur de Jong | 2011-07-03 | 1 | -1/+1 |
* | provide PAM_AUTHTOK_RECOVERY_ERR for systems with only PA... | Arthur de Jong | 2011-07-03 | 1 | -0/+8 |
* | provide replacement implementation for strndup() for syst... | Arthur de Jong | 2011-04-15 | 3 | -1/+76 |
* | provide a definition of daemon() for systems that lack it | Arthur de Jong | 2011-03-23 | 1 | -3/+6 |
* | typo fix in comment | Arthur de Jong | 2011-03-23 | 1 | -2/+2 |
* | update copyright headers to add missing years | Arthur de Jong | 2011-03-10 | 4 | -4/+4 |
* | SASL compatibility definition | Arthur de Jong | 2010-11-07 | 1 | -0/+4 |
* | small fix | Arthur de Jong | 2010-10-13 | 1 | -2/+2 |
* | move missing declarations of ether_ntoa() and ether_aton(... | Arthur de Jong | 2010-10-10 | 2 | -15/+16 |
* | merge some of the changes for Solaris portability to ease... | Arthur de Jong | 2010-10-04 | 1 | -0/+3 |
* | use AC_CHECK_DECLS to check for definitions of functions ... | Arthur de Jong | 2010-10-01 | 2 | -6/+8 |
* | only provide definitions for ether_aton() and ether_ntoa(... | Arthur de Jong | 2010-09-29 | 1 | -0/+4 |
* | fix definitions of ether_aton() and ether_ntoa() | Arthur de Jong | 2010-09-29 | 1 | -3/+3 |
* | begin merging some of the compatibility improvements from... | Arthur de Jong | 2010-09-28 | 2 | -0/+17 |
* | no need to provide a enum nss_status replacement because ... | Arthur de Jong | 2010-09-28 | 1 | -11/+0 |
* | switch to using nss_status_t throughout the code and prov... | Arthur de Jong | 2010-09-24 | 1 | -0/+35 |
* | compatibility improvement: also check for nss_common.h an... | Arthur de Jong | 2010-07-18 | 1 | -0/+5 |
* | define pam_info(), pam_error() and pam_syslog() compatibi... | Arthur de Jong | 2010-07-18 | 1 | -6/+6 |
* | have more compatibility code for NSS module and move comp... | Arthur de Jong | 2010-06-17 | 2 | -0/+113 |
* | make include guard names consistent throughout the source... | Arthur de Jong | 2010-06-14 | 7 | -20/+20 |
* | add a warning to the limitation of our pam_get_authtok() ... | Arthur de Jong | 2010-06-02 | 1 | -0/+1 |
* | perform logging from PAM module to syslog and support the... | Arthur de Jong | 2010-05-14 | 1 | -0/+9 |
* | small compatibility improvements | Arthur de Jong | 2010-05-12 | 1 | -2/+4 |
* | replace my_pam_warn() with pam_info() and pam_error() and... | Arthur de Jong | 2010-05-10 | 4 | -37/+92 |
* | implement a minimum_uid option for the PAM module to igno... | Arthur de Jong | 2010-05-06 | 1 | -1/+12 |
* | add pointer to RFC 3062 | Arthur de Jong | 2010-02-17 | 1 | -1/+1 |
* | provide a replacement for the pam_get_authtok() functions... | Arthur de Jong | 2009-10-17 | 3 | -1/+166 |
* | provide replacement functions for ldap_initialize() and l... | Arthur de Jong | 2009-10-17 | 6 | -49/+234 |
* | also provide some function definitions for ether_ntoa() a... | Arthur de Jong | 2009-10-17 | 1 | -1/+11 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 4 | -4/+4 |
* | fix for getpeercred() on Solaris by David Bartley <dtbart... | Arthur de Jong | 2009-01-30 | 1 | -5/+5 |
* | use the cr_ prefix when getting a xucred struct (needed f... | Arthur de Jong | 2008-06-06 | 1 | -2/+2 |
* | miscellaneous portability improvements | Arthur de Jong | 2008-06-06 | 1 | -0/+8 |
* | fix typos in references to HAVE_ETHER_NTOA_R and HAVE_ETH... | Arthur de Jong | 2008-04-25 | 1 | -4/+4 |
* | make test for compiler versions simpler and per used attr... | Arthur de Jong | 2008-03-30 | 1 | -17/+27 |
* | provide replacements for ether_aton_r() and ether_ntoa_r... | Arthur de Jong | 2008-02-04 | 3 | -1/+103 |
* | only define MUST_USE attribute if gcc version is more rec... | Arthur de Jong | 2008-01-31 | 1 | -8/+19 |
* | move pagectrl code into compat directory | Arthur de Jong | 2008-01-31 | 3 | -1/+264 |
* | provide replacement functions for daemon() and getopt_lon... | Arthur de Jong | 2008-01-30 | 5 | -0/+248 |
* | define __STRING() if it's not defined by the system | Arthur de Jong | 2008-01-30 | 1 | -0/+9 |
* | some fixes for LOCAL_PEERCRED (still untested) | Arthur de Jong | 2008-01-30 | 1 | -6/+2 |
* | integrate some compatibility code into myldap.c, the only... | Arthur de Jong | 2008-01-27 | 1 | -32/+0 |
* | add (untested) support for the Solaris getpeerucred() fun... | Arthur de Jong | 2008-01-26 | 2 | -2/+19 |
* | move code to get information from socket peer to the comp... | Arthur de Jong | 2008-01-26 | 3 | -0/+153 |
* | remove unused tests and compatibility code | Arthur de Jong | 2007-12-20 | 1 | -13/+0 |
* | some small layout changes | Arthur de Jong | 2007-12-09 | 1 | -3/+3 |
* | some simplifications in the reconnect loging, removing th... | Arthur de Jong | 2007-09-09 | 1 | -0/+45 |
* | add gcc attributes to some functions and parameters | Arthur de Jong | 2007-02-17 | 1 | -0/+61 |