Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-14 | Fix error in parsing multiple groups | Simo Sorce | 4 | -29/+346 | |
Revert to use 'cn' for group names Implement getgrent() | |||||
2008-10-13 | Implement getgrgid() | Simo Sorce | 4 | -2/+62 | |
2008-10-12 | Implement getgrnam() | Simo Sorce | 4 | -14/+354 | |
2008-10-09 | Implement getpwent() support | Simo Sorce | 5 | -77/+335 | |
2008-10-09 | Fix memory handling problem, stuff was allocated on the wrong memory context, | Simo Sorce | 1 | -7/+7 | |
causing it to be freed ahead of time | |||||
2008-10-09 | Use classic errno instead of inventing our own, it's broad enough fro atm. | Simo Sorce | 4 | -48/+54 | |
2008-10-08 | Add getpwuid support | Simo Sorce | 3 | -8/+93 | |
2008-10-08 | Use a utility function (to be shared with getpwent) | Simo Sorce | 1 | -60/+75 | |
2008-10-08 | First retrieval of a user (getpwnam only) from an actual ldb file | Simo Sorce | 6 | -28/+348 | |
2008-10-07 | Add primitive debugging capabilities. | Simo Sorce | 1 | -2/+5 | |
So far debug goes to stderr so sssd need to be run int interactive mode (-i option) | |||||
2008-10-06 | First working daemon that responds only to a getpwnam() request with fake data | Simo Sorce | 4 | -61/+214 | |
2008-10-04 | Add initial nss responder skeleton | Simo Sorce | 3 | -0/+485 | |