| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide replacement ldap_create_deref_control() | Arthur de Jong | 2014-01-05 | 3 | -1/+63 |
* | Remove daemon() replacement function | Arthur de Jong | 2014-01-02 | 3 | -107/+1 |
* | Add a test for pam_get_item() argument type | Arthur de Jong | 2013-11-25 | 2 | -4/+4 |
* | Fix a number of compiler warnings | Arthur de Jong | 2013-10-29 | 1 | -1/+1 |
* | Compatibility definitions for {set,get,end}usershell() | Arthur de Jong | 2013-10-29 | 2 | -0/+50 |
* | Fix for common spelling mistake | Arthur de Jong | 2013-08-28 | 2 | -2/+2 |
* | also support systems without bet_get_enum() | Arthur de Jong | 2013-03-10 | 1 | -0/+4 |
* | provide a basic replacement implementation of ldap_passwo... | Arthur de Jong | 2013-03-03 | 3 | -1/+53 |
* | provide a replacement implementation of ldap_parse_passwo... | Arthur de Jong | 2013-03-03 | 3 | -1/+124 |
* | request and parse password policy controls when doing use... | Arthur de Jong | 2013-03-03 | 1 | -1/+15 |
* | fix copyright year | Arthur de Jong | 2013-01-18 | 1 | -1/+1 |
* | remove not needed define | Arthur de Jong | 2013-01-05 | 1 | -4/+1 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 19 | -232/+243 |
* | include a missing cast | Arthur de Jong | 2012-09-01 | 1 | -1/+1 |
* | provide a compatibility version of struct spwd for system... | Arthur de Jong | 2012-05-11 | 1 | -1/+16 |
* | fix fallback definition of SUN_LEN() (fixes r1686) | Arthur de Jong | 2012-05-11 | 1 | -1/+1 |
* | provide a compatibility definition of SUN_LEN() for syste... | Arthur de Jong | 2012-05-09 | 3 | -3/+37 |
* | move all PAM_AUTHTOK_RECOVERY_ERR compatibility definitio... | Arthur de Jong | 2012-05-02 | 2 | -12/+4 |
* | 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 |