Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-10-20 | Add configuration database functions. | Simo Sorce | 1 | -23/+28 |
2008-10-14 | add code for initgroups calls | Simo Sorce | 1 | -0/+82 |
2008-10-14 | Fix error in parsing multiple groups | Simo Sorce | 1 | -2/+219 |
2008-10-13 | Implement getgrgid() | Simo Sorce | 1 | -1/+31 |
2008-10-12 | Implement getgrnam() | Simo Sorce | 1 | -4/+176 |
2008-10-09 | Implement getpwent() support | Simo Sorce | 1 | -30/+264 |
2008-10-09 | Use classic errno instead of inventing our own, it's broad enough fro atm. | Simo Sorce | 1 | -11/+11 |
2008-10-08 | Add getpwuid support | Simo Sorce | 1 | -5/+35 |
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 | 1 | -24/+122 |
2008-10-06 | First working daemon that responds only to a getpwnam() request with fake data | Simo Sorce | 1 | -0/+118 |