Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-11 | Use one transaction instead of two during RFC2307bis group processing | Jakub Hrozek | 1 | -31/+55 | |
https://fedorahosted.org/sssd/ticket/1054 | |||||
2011-11-08 | LDAP: Remove redundant groups from the lookup list | Stephen Gallagher | 1 | -23/+0 | |
2011-11-02 | LDAP: Add support for multiple search bases for group enumeration | Stephen Gallagher | 1 | -21/+95 | |
2011-11-02 | LDAP: Support multiple group search bases (non-enumeration, RFC2307) | Stephen Gallagher | 1 | -13/+62 | |
2011-10-13 | SysDB commands that save lastUpdate allows this value to be passed in | Pavel Březina | 1 | -12/+22 | |
https://fedorahosted.org/sssd/ticket/836 | |||||
2011-10-06 | Fix small bug where TALLOC_CTX could end up unfreed. | Pavel Zuna | 1 | -3/+3 | |
2011-09-28 | Store name aliases for users, groups | Jakub Hrozek | 1 | -37/+92 | |
Also checks fake users for aliases when storing a real users so that getgrnam for a RFC2307 group that references a user by his secondary name followed by getpwnam for this user by his primary name works | |||||
2011-09-06 | Allow turning dereference off by setting the threshold to 0 | Jakub Hrozek | 1 | -1/+1 | |
2011-08-29 | Fix moving to next entry in deref code | Jakub Hrozek | 1 | -1/+6 | |
https://fedorahosted.org/sssd/ticket/973 | |||||
2011-08-15 | Moved some functions in sdap_async_groups | Jan Zeleny | 1 | -122/+112 | |
2011-08-15 | Confusing part of code cleared out | Jan Zeleny | 1 | -34/+32 | |
2011-08-15 | sdap_async_accounts.c split | Jan Zeleny | 1 | -0/+2810 | |
The file has been split in three: sdap_async_users.c sdap_async_groups.c sdap_async_initgroups.c https://fedorahosted.org/sssd/ticket/864 |