Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/compat/nss_compat.h
Commit message (Collapse)AuthorAgeFilesLines
* Define NETDB_INTERNAL for musl libcArthur de Jong2023-08-061-0/+5
| | | | | | | | musl libc doesn't define ```NETDB_INTERNAL```. Add that definition when it's missing. Thanks Cristian Othón Martínez Vera. Closes https://github.com/arthurdejong/nss-pam-ldapd/pull/60
* Various spelling fixesArthur de Jong2019-09-171-1/+1
|
* Remove use of irs-nss.hArthur de Jong2015-03-221-3/+0
| | | | This was a compatibility leftover from the nss_ldap days.
* Fix for common spelling mistakeArthur de Jong2013-08-281-1/+1
|
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-14/+7
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1873 ef36b2f9-881f-0410-afb5-c4e39611909c
* provide a compatibility version of struct spwd for ↵Arthur de Jong2012-05-111-1/+16
| | | | | | systems without it git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1690 ef36b2f9-881f-0410-afb5-c4e39611909c
* provide a compatibility definition of SUN_LEN() for ↵Arthur de Jong2012-05-091-1/+1
| | | | | | systems that lack it git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1686 ef36b2f9-881f-0410-afb5-c4e39611909c
* merge some of the changes for Solaris portability to ↵Arthur de Jong2010-10-041-0/+3
| | | | | | ease merging, adding --with-pam-seclib-dir, --with-pam-ldap-soname and --with-nss-flavour options and having some auto-detection for SONAMEs and NSS flavour git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1239 ef36b2f9-881f-0410-afb5-c4e39611909c
* begin merging some of the compatibility improvements ↵Arthur de Jong2010-09-281-0/+7
| | | | | | from Ted C. Cheng of Symas Corporation git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1225 ef36b2f9-881f-0410-afb5-c4e39611909c
* no need to provide a enum nss_status replacement because ↵Arthur de Jong2010-09-281-11/+0
| | | | | | we don't use it git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1224 ef36b2f9-881f-0410-afb5-c4e39611909c
* switch to using nss_status_t throughout the code and ↵Arthur de Jong2010-09-241-0/+35
| | | | | | provide compatibility code to use whatever nss_status type is used on the system git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1214 ef36b2f9-881f-0410-afb5-c4e39611909c
* compatibility improvement: also check for nss_common.h ↵Arthur de Jong2010-07-181-0/+5
| | | | | | and see if enum nss_status exists git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1166 ef36b2f9-881f-0410-afb5-c4e39611909c
* have more compatibility code for NSS module and move ↵Arthur de Jong2010-06-171-0/+112
compatibility code to compat directory git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1146 ef36b2f9-881f-0410-afb5-c4e39611909c