summaryrefslogtreecommitdiff
path: root/nslcd-server.c
AgeCommit message (Collapse)Author
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-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-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-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-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-19create prototypes for all server methodsArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@105 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-03clean struct sockaddr_un structure before usageArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@67 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-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-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
2006-10-30get first working version of end-to-end test of nss call using simple test ↵Arthur de Jong
program git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@32 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-10-23implemented basic client/server setup with a thin client comminicating with ↵Arthur de Jong
a local server over a socket (initial version of code, much needs to be done) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@23 ef36b2f9-881f-0410-afb5-c4e39611909c