Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss/bsdnss.c
Commit message (Collapse)AuthorAgeFilesLines
* Add FreeBSD netgroup supportHWLin2018-08-291-0/+106
| | | | Closes: https://github.com/arthurdejong/nss-pam-ldapd/pull/29
* Avoid some warnings on FreeBSDArthur de Jong2016-08-141-33/+36
| | | | | This adds casts to and from void * for the function pointers that are passed around.
* Allow configuration of NSS and PAM namesArthur de Jong2015-01-191-28/+28
| | | | This introduces the --with-module-name configure option to allow building of NSS and PAM modules with different namespaces than ldap.
* Fix a number of compiler warningsArthur de Jong2013-10-291-6/+7
| | | | | This includes a number of small fixes for issues that were formerly masked by the incorrect AC_LANG_PROGRAM check.
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-66/+66
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1873 ef36b2f9-881f-0410-afb5-c4e39611909c
* get rid of a few compiler warnings on FreeBSDArthur de Jong2012-05-181-5/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1693 ef36b2f9-881f-0410-afb5-c4e39611909c
* FreeBSD compilation fixes by Maxim VetrovArthur de Jong2012-01-171-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1597 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement group membership NSS function by Tom Judge ↵Arthur de Jong2011-10-121-4/+59
| | | | | | (taken from FreeBSD PR 154000) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1553 ef36b2f9-881f-0410-afb5-c4e39611909c
* add FreeBSD support, partially imported from the FreeBSD ↵Arthur de Jong2011-01-051-0/+155
port (thanks to Jacques Vidrine, Artem Kazakov and Alexander V. Chernikov) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1365 ef36b2f9-881f-0410-afb5-c4e39611909c