summaryrefslogtreecommitdiffstats
path: root/server/nss/nsssrv_packet.c
Commit message (Collapse)AuthorAgeFilesLines
* Add PAM responderSumit Bose2009-02-241-220/+0
| | | | | | | Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>
* Spec file patch Take 2:Stephen Gallagher2009-02-241-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
* Lots of little nasty bugs fixed.Simo Sorce2009-01-091-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!
* The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce2009-01-081-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.
* Check size of incoming packets.Simo Sorce2009-01-071-5/+11
| | | | This should fix a buffer overflow waiting to be exploited :/
* Implement getpwent() supportSimo Sorce2008-10-091-2/+7
|
* Use classic errno instead of inventing our own, it's broad enough fro atm.Simo Sorce2008-10-091-15/+15
|
* First working daemon that responds only to a getpwnam() request with fake dataSimo Sorce2008-10-061-2/+26
|
* Add initial nss responder skeletonSimo Sorce2008-10-041-0/+185