Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-12 | Regroup database rleated functions under db and | Simo Sorce | 1 | -762/+0 | |
rename everything with the sysdb suffix. | |||||
2009-01-11 | Use a unified base (temp. dc=sssd), for all domain including LOCAL. | Simo Sorce | 1 | -134/+92 | |
It makes no sense to have internal attribute names user configurable, remove that option and use macros internally. Also now always pass the domain name to all nss_ldb_* calls. | |||||
2009-01-08 | The code now successfully sends a getpwnam request to a remote LDAP server, | Simo Sorce | 1 | -25/+32 | |
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. | |||||
2008-11-24 | Replacing hard-coded paths with configure script substitutions. | Stephen Gallagher | 1 | -1/+9 | |
Changing the default SBUS locations to be configure script parameters | |||||
2008-11-19 | Move definition into the header file | Simo Sorce | 1 | -2/+0 | |
2008-11-07 | Store all domains served by the SSSD to a binary-tree map for fast NSS lookup. | Stephen Gallagher | 1 | -1/+1 | |
Changed the "section" feature of confdb.c to use '/' as a delimiter instead of '.', because this conflicted with the ability to use dots in domain names. | |||||
2008-10-20 | Add configuration database functions. | Simo Sorce | 1 | -69/+238 | |
Convert nss responder to use the confdb | |||||
2008-10-14 | add code for initgroups calls | Simo Sorce | 1 | -0/+114 | |
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 | |