Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* implement server end of shadow lookupsArthur de Jong2006-11-221-26/+81
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@111 ef36b2f9-881f-0410-afb5-c4e39611909c
* make logging a little bit more consistentArthur de Jong2006-11-222-7/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@110 ef36b2f9-881f-0410-afb5-c4e39611909c
* add extra copyright information (the exact same code was ↵Arthur de Jong2006-11-221-0/+3
| | | | | | seen in glibc) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@109 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement netgroup lookups, including test codeArthur de Jong2006-11-211-42/+64
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@108 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement nslcd_ether_*() functionsArthur de Jong2006-11-191-32/+126
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@106 ef36b2f9-881f-0410-afb5-c4e39611909c
* add missing semicolonArthur de Jong2006-11-191-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@103 ef36b2f9-881f-0410-afb5-c4e39611909c
* some layout changesArthur de Jong2006-11-182-44/+44
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@99 ef36b2f9-881f-0410-afb5-c4e39611909c
* include some other functions into lookup functions to ↵Arthur de Jong2006-11-111-42/+30
| | | | | | increase readability git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@86 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix naming and copyright headersArthur de Jong2006-11-1122-201/+237
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@85 ef36b2f9-881f-0410-afb5-c4e39611909c
* simplify some functions to pass file pointer around ↵Arthur de Jong2006-11-115-19/+224
| | | | | | instead of struct and buffer (initially only for alias_byname()) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@84 ef36b2f9-881f-0410-afb5-c4e39611909c
* some reformattingArthur de Jong2006-11-111-13/+13
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@83 ef36b2f9-881f-0410-afb5-c4e39611909c
* expand some marcos and combine some codeArthur de Jong2006-11-071-46/+18
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@76 ef36b2f9-881f-0410-afb5-c4e39611909c
* expand some marcos and combine some codeArthur de Jong2006-11-071-42/+20
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@75 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement group functions in server but currently ↵Arthur de Jong2006-11-061-45/+193
| | | | | | group_bymember() does not work git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@73 ef36b2f9-881f-0410-afb5-c4e39611909c
* rename LOOP to STRINGLIST as that is currently the only ↵Arthur de Jong2006-11-031-20/+4
| | | | | | supported format git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@64 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement nslcd_alias_all() server-sideArthur de Jong2006-11-031-0/+32
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@59 ef36b2f9-881f-0410-afb5-c4e39611909c
* get rid of some more unneeded codeArthur de Jong2006-11-031-28/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@58 ef36b2f9-881f-0410-afb5-c4e39611909c
* some small fixesArthur de Jong2006-11-022-6/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@57 ef36b2f9-881f-0410-afb5-c4e39611909c
* rename some constants and switch to a more sane naming ↵Arthur de Jong2006-11-023-24/+24
| | | | | | scheme git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@56 ef36b2f9-881f-0410-afb5-c4e39611909c
* get rid of some trailing spacesArthur de Jong2006-11-013-4/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@48 ef36b2f9-881f-0410-afb5-c4e39611909c
* do not close the server-side stream as the main ↵Arthur de Jong2006-11-011-5/+8
| | | | | | dispatcher will close it git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@45 ef36b2f9-881f-0410-afb5-c4e39611909c
* move some remaining files into the server/ directoryArthur de Jong2006-11-0114-1/+8294
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@39 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement reading of alias information through ↵Arthur de Jong2006-10-312-22/+79
| | | | | | getaliasbyname() git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@38 ef36b2f9-881f-0410-afb5-c4e39611909c
* clear up protocol macros while implementing getpwuid() ↵Arthur de Jong2006-10-312-26/+114
| | | | | | and {set,get,end}pwent() functions (last not yet on NSS side) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@34 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement simple password lookup with nslcd_getpwnam() ↵Arthur de Jong2006-10-304-12/+148
| | | | | | function git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@29 ef36b2f9-881f-0410-afb5-c4e39611909c
* move ldap server code into separate directoryArthur de Jong2006-10-2512-0/+3404
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@25 ef36b2f9-881f-0410-afb5-c4e39611909c