Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-29 | Remove sysdb_get_ctx_from_list() | Sumit Bose | 1 | -4/+3 | |
2011-09-28 | Return users and groups based on alias | Jakub Hrozek | 1 | -2/+3 | |
https://fedorahosted.org/sssd/ticket/926 | |||||
2011-08-15 | sysdb refactoring: memory context deleted | Jan Zeleny | 1 | -6/+3 | |
This patch deletes memory context parameter in those places in sysdb where it is not necessary. The code using modified functions has been updated. Tests updated as well. | |||||
2011-08-15 | sysdb refactoring: deleted domain variables in sysdb API | Jan Zeleny | 1 | -5/+1 | |
The patch also updates code using modified functions. Tests have also been adjusted. | |||||
2010-12-14 | Remove unused newauthtok variable in LOCAL_pam_handler | Sumit Bose | 1 | -3/+0 | |
https://fedorahosted.org/sssd/ticket/716 | |||||
2010-09-08 | Move crypto functions into its own subdir | Jakub Hrozek | 1 | -1/+1 | |
A refactoring patch that creates a common util/crypto subdir with per-implementation subdirectories for each underlying crypto library supported by SSSD. | |||||
2010-04-12 | sysdb: remove remaining traces of sysdb_handle | Simo Sorce | 1 | -1/+0 | |
2010-04-12 | sysdb: convert sysdb_get_user_attr | Simo Sorce | 1 | -57/+39 | |
2010-04-12 | Remove remaining use of sysdb_transaction_send | Simo Sorce | 1 | -99/+23 | |
2010-04-12 | sysdb: convert sysdb_set_entry/user/group_attr | Simo Sorce | 1 | -24/+4 | |
2010-03-04 | Add forgotten \n in DEBUG statements | Martin Nagy | 1 | -1/+1 | |
Logs from confdb with missing '\n' in the DEBUG statements annoyed me so I decided to fix them. I also made a quick grep through the code and found other places so I fixed them too. | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+476 | |
Also update BUILD.txt |