Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-14 | Fix error in parsing multiple groups | Simo Sorce | 1 | -25/+120 | |
Revert to use 'cn' for group names Implement getgrent() | |||||
2008-10-13 | Implement getgrgid() | Simo Sorce | 1 | -0/+24 | |
2008-10-12 | Implement getgrnam() | Simo Sorce | 1 | -10/+159 | |
2008-10-09 | Implement getpwent() support | Simo Sorce | 1 | -43/+54 | |
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 | 1 | -15/+21 | |
2008-10-08 | Add getpwuid support | Simo Sorce | 1 | -3/+52 | |
2008-10-08 | First retrieval of a user (getpwnam only) from an actual ldb file | Simo Sorce | 1 | -0/+174 | |