Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-08-03 | Add sysdb_update_members function | Stephen Gallagher | 1 | -0/+56 | |
This function will take a user, a list of groups that this user should be added to and a list of groups the user should be removed from and will recursively call sysdb_[add|remove]_group_member Includes a unit test | |||||
2010-05-26 | Add support for delayed kinit if offline | Sumit Bose | 1 | -2/+12 | |
If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used. | |||||
2010-04-12 | sysdb: add automatic transactions where needed | Simo Sorce | 1 | -7/+47 | |
Only functions that do multiple operations need explicit transactions as ldb_add/ldb_modify/ldb_delete already start transactions automatically intenrally. | |||||
2010-04-12 | sysdb: remove sysdb_check_handle | Simo Sorce | 1 | -90/+0 | |
not used anymore | |||||
2010-04-12 | sysdb: convert sysdb_cache_auth | Simo Sorce | 1 | -167/+68 | |
2010-04-12 | sysdb: convert sysdb_search_groups | Simo Sorce | 1 | -93/+28 | |
2010-04-12 | sysdb: delete sysdb_delete_group | Simo Sorce | 1 | -90/+33 | |
2010-04-12 | sysdb: convert sysdb_delete_user | Simo Sorce | 1 | -81/+33 | |
2010-04-12 | sysdb: convert sysdb_search_users | Simo Sorce | 1 | -93/+28 | |
2010-04-12 | sysdb remove sldb_request_send, not used anymore | Simo Sorce | 1 | -125/+0 | |
2010-04-12 | sysdb: convert sysdb_asq_search | Simo Sorce | 1 | -161/+39 | |
2010-04-12 | sysdb: convert sysdb_store_custom | Simo Sorce | 1 | -119/+49 | |
2010-04-12 | sysdb: convert sysdb_search_custom | Simo Sorce | 1 | -207/+85 | |
2010-04-12 | sysdb: convert sysdb_cache_password | Simo Sorce | 1 | -100/+26 | |
2010-04-12 | sysdb: convert sysdb_mod/add/remove_group_member | Simo Sorce | 1 | -199/+37 | |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_group | Simo Sorce | 1 | -267/+105 | |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_user | Simo Sorce | 1 | -336/+148 | |
2010-04-12 | sysdb: convert sysdb_get_new_id | Simo Sorce | 1 | -392/+132 | |
2010-04-12 | sysdb: convert sysdb_set_entry/user/group_attr | Simo Sorce | 1 | -379/+101 | |
2010-04-12 | sysdb: convert sysdb_search_group_by_name/gid | Simo Sorce | 1 | -335/+105 | |
2010-04-12 | sysdb: convert sysdb_search_user_by_name/uid | Simo Sorce | 1 | -442/+161 | |
2010-04-12 | sysdb: convert sysdb_search_entry and sysdb_delete_recursive | Simo Sorce | 1 | -340/+87 | |
2010-04-12 | sysdb: convert sysdb_delete_custom | Simo Sorce | 1 | -122/+29 | |
2010-04-12 | sysdb: use sysdb_delete_entry in recursive delete | Simo Sorce | 1 | -58/+8 | |
2010-04-12 | sysdb: convert sysdb_delete_entry | Stephen Gallagher | 1 | -44/+30 | |
2010-03-04 | Add forgotten \n in DEBUG statements | Martin Nagy | 1 | -2/+2 | |
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/+5059 | |
Also update BUILD.txt |