Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-09 | Use new LDAP connection framework to get user account groups from LDAP. | eindenbom | 1 | -108/+67 | |
2010-07-09 | Use new LDAP connection framework to get group account info from LDAP. | eindenbom | 1 | -36/+65 | |
2010-07-09 | Use new LDAP connection framework to get user account info from LDAP. | eindenbom | 1 | -37/+90 | |
2010-05-07 | Fix segfault in GSSAPI reconnect code | Stephen Gallagher | 1 | -55/+35 | |
Also clean up some duplicated code into a single common routine sdap_account_info_common_done() | |||||
2010-05-03 | Better handle sdap_handle memory from callers. | Simo Sorce | 1 | -16/+40 | |
Always just mark the sdap_handle as not connected and let later _send() functions to take care of freeing the handle before reconnecting. Introduce restart functions to avoid calling _send() functions in _done() functions error paths as this would have the same effect as directly freeing the sdap_handle and cause access to freed memory in sdap_handle_release() By freeing sdap_handle only in the connection _recv() function we guarantee it can never be done within sdap_handle_release() but only in a following event. | |||||
2010-04-12 | sysdb: delete sysdb_delete_group | Simo Sorce | 1 | -33/+10 | |
2010-04-12 | sysdb: convert sysdb_delete_user | Simo Sorce | 1 | -33/+10 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+795 | |
Also update BUILD.txt |