summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)Author
2006-12-21rename server directory to nslcdArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@196 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-21normalize copyright headersArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@193 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-20properly capitalize company nameArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@191 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-19add TODOArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@180 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-18output of --help no longer shows --config option (which isn't there)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@177 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-17remove trailing spacesArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@172 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-16set correct permissions on socket creation and remove socket and pidfile on exitArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@163 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-05clean up build scripts to only link nslcd to OpenSSL and to cleanly create a ↵Arthur de Jong
nss_ldap.so file git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@141 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-05get rid of _nss_ldap_get_ld_errno() which wasn't usedArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@140 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-03fix logging levels and remove some commented out codeArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@139 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-03get rid of some more unneeded codeArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@138 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-30implement a simple threading solution and move code from nslcd-server.c to ↵Arthur de Jong
nslcd.c git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@135 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-28rename LDF_ marcos to NSLCD_ macros to have a single namespaceArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@134 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-28get as many files from the root directory as possible, moving all server ↵Arthur de Jong
related code to the server directory and moving and splitting the test code to the tests directory git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@131 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-28implement network name lookups on server side plus some fixes on the client sideArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@130 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-28include config.h as first statementArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@129 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-27fix typosArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@126 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-26clean up header filesArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@125 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-26get rid of automount map information lookups through NSS as this is not used ↵Arthur de Jong
(at least not with glibc), autofs-ldap looks up the information on it's own (but does parse /etc/nsswitch.conf) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@124 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-25implement server end of service name lookup and fix client end to translate ↵Arthur de Jong
between host and network byte order and to also pass protocol in request git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@123 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-25implement rpc service on server sideArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@121 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-25get rid of superfluous testArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@120 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-25only flush the stream after writing all recordsArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@119 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-25implement protocol handling (server side)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@118 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-24implement server end of host name lookups (without IPv6 support sofar)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@115 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-22only flush the stream after writing all records (not every time) and more ↵Arthur de Jong
logging consistency git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@112 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-22implement server end of shadow lookupsArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@111 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-22make logging a little bit more consistentArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@110 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-22add extra copyright information (the exact same code was seen in glibc)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@109 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-21implement netgroup lookups, including test codeArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@108 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-19implement nslcd_ether_*() functionsArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@106 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-19add missing semicolonArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@103 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-18some layout changesArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@99 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-11include some other functions into lookup functions to increase readabilityArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@86 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-11fix naming and copyright headersArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@85 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-11simplify some functions to pass file pointer around instead of struct and ↵Arthur de Jong
buffer (initially only for alias_byname()) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@84 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-11some reformattingArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@83 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-07expand some marcos and combine some codeArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@76 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-07expand some marcos and combine some codeArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@75 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-05implement group functions in server but currently group_bymember() does not workArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@73 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-03rename LOOP to STRINGLIST as that is currently the only supported formatArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@64 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-03implement nslcd_alias_all() server-sideArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@59 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-03get rid of some more unneeded codeArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@58 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-02some small fixesArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@57 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-02rename some constants and switch to a more sane naming schemeArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@56 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-01get rid of some trailing spacesArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@48 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-01do not close the server-side stream as the main dispatcher will close itArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@45 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-11-01move some remaining files into the server/ directoryArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@39 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-10-31implement reading of alias information through getaliasbyname()Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@38 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-10-31clear up protocol macros while implementing getpwuid() and ↵Arthur de Jong
{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