Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-09 | Lots of little nasty bugs fixed. | Simo Sorce | 1 | -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-08 | The code now successfully sends a getpwnam request to a remote LDAP server, | Simo Sorce | 1 | -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-07 | Check size of incoming packets. | Simo Sorce | 1 | -5/+11 | |
This should fix a buffer overflow waiting to be exploited :/ | |||||
2008-10-09 | Implement getpwent() support | Simo Sorce | 1 | -2/+7 | |
2008-10-09 | Use classic errno instead of inventing our own, it's broad enough fro atm. | Simo Sorce | 1 | -15/+15 | |
2008-10-06 | First working daemon that responds only to a getpwnam() request with fake data | Simo Sorce | 1 | -2/+26 | |
2008-10-04 | Add initial nss responder skeleton | Simo Sorce | 1 | -0/+185 | |