summaryrefslogtreecommitdiff
path: root/server/nss/nsssrv_packet.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-24Add PAM responderSumit Bose1-220/+0
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>
2009-02-24Spec file patch Take 2:Stephen Gallagher1-1/+1
Adding support for generating RPMS for sssd. Fixing TDB autoconf macros to require version 1.1.3 and support for the tdb_repack symbol (required by LDB) Updating tdb.h to #include <sys/stat.h> for proper autoconf Build system modifications to simplify RPM generation Fixing RPM build system as recommended during code review Minor tweaks to Makefile and sssd.spec Make policykit and infopipe configurable Soname and symlinks
2009-01-09Lots of little nasty bugs fixed.Simo Sorce1-1/+1
I was finally able to get a getpwnam() request go through sssd, hit the remote ldap server and get the answer back with 'getent passwd foo' Yupiee!
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-1/+1
and caches the result in LDAP. Still chasing a bug that does not let NSS known that the BE was successful. This makes NSS timeout the client and not return any results yet.
2009-01-07Check size of incoming packets.Simo Sorce1-5/+11
This should fix a buffer overflow waiting to be exploited :/
2008-10-09Implement getpwent() supportSimo Sorce1-2/+7
2008-10-09Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce1-15/+15
2008-10-06First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce1-2/+26
2008-10-04Add initial nss responder skeletonSimo Sorce1-0/+185