summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2014-12-17misc minor text (non-code) changesLuke Shumaker
2014-12-16Get -pedanticLuke Shumaker
2014-12-15be stricter everywhere (-D_FORTIFY_SOURCE=2)Luke Shumaker
2014-12-15prepare "release"Luke Shumaker
2014-10-04fooLuke Shumaker
2014-01-05Provide replacement ldap_create_deref_control()Arthur de Jong
2014-01-02Remove daemon() replacement functionArthur de Jong
2013-11-25Add a test for pam_get_item() argument typeArthur de Jong
2013-10-29Fix a number of compiler warningsArthur de Jong
2013-10-29Compatibility definitions for {set,get,end}usershell()Arthur de Jong
2013-08-28Fix for common spelling mistakeArthur de Jong
2013-03-10also support systems without bet_get_enum()Arthur de Jong
2013-03-03provide a basic replacement implementation of ldap_passwordpolicy_err2txt() f...Arthur de Jong
2013-03-03provide a replacement implementation of ldap_parse_passwordpolicy_control() f...Arthur de Jong
2013-03-03request and parse password policy controls when doing user authentication in ...Arthur de Jong
2013-01-18fix copyright yearArthur de Jong
2013-01-05remove not needed defineArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-09-01include a missing castArthur de Jong
2012-05-11provide a compatibility version of struct spwd for systems without itArthur de Jong
2012-05-11fix fallback definition of SUN_LEN() (fixes r1686)Arthur de Jong
2012-05-09provide a compatibility definition of SUN_LEN() for systems that lack itArthur de Jong
2012-05-02move all PAM_AUTHTOK_RECOVERY_ERR compatibility definitions to compat/pam_com...Arthur de Jong
2012-03-05provide more detailed logging information for ldap_start_tls_s() failures (ba...Arthur de Jong
2011-07-03fix headerArthur de Jong
2011-07-03provide PAM_AUTHTOK_RECOVERY_ERR for systems with only PAM_AUTHTOK_RECOVER_ERRArthur de Jong
2011-04-15provide replacement implementation for strndup() for systems that don't have itArthur de Jong
2011-03-23provide a definition of daemon() for systems that lack itArthur de Jong
2011-03-23typo fix in commentArthur de Jong
2011-03-10update copyright headers to add missing yearsArthur de Jong
2010-11-07SASL compatibility definitionArthur de Jong
2010-10-13small fixArthur de Jong
2010-10-10move missing declarations of ether_ntoa() and ether_aton() to header file so ...Arthur de Jong
2010-10-04merge some of the changes for Solaris portability to ease merging, adding --w...Arthur de Jong
2010-10-01use AC_CHECK_DECLS to check for definitions of functions we provide a replace...Arthur de Jong
2010-09-29only provide definitions for ether_aton() and ether_ntoa() for platforms miss...Arthur de Jong
2010-09-29fix definitions of ether_aton() and ether_ntoa()Arthur de Jong
2010-09-28begin merging some of the compatibility improvements from Ted C. Cheng of Sym...Arthur de Jong
2010-09-28no need to provide a enum nss_status replacement because we don't use itArthur de Jong
2010-09-24switch to using nss_status_t throughout the code and provide compatibility co...Arthur de Jong
2010-07-18compatibility improvement: also check for nss_common.h and see if enum nss_st...Arthur de Jong
2010-07-18define pam_info(), pam_error() and pam_syslog() compatibility macros to allow...Arthur de Jong
2010-06-17have more compatibility code for NSS module and move compatibility code to co...Arthur de Jong
2010-06-14make include guard names consistent throughout the source and avoid conflicts...Arthur de Jong
2010-06-02add a warning to the limitation of our pam_get_authtok() implementationArthur de Jong
2010-05-14perform logging from PAM module to syslog and support the debug option to log...Arthur de Jong
2010-05-12small compatibility improvementsArthur de Jong
2010-05-10replace my_pam_warn() with pam_info() and pam_error() and provide replacement...Arthur de Jong
2010-05-06implement a minimum_uid option for the PAM module to ignore users that have a...Arthur de Jong
2010-02-17add pointer to RFC 3062Arthur de Jong