Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-12 | sysydb: Finally stop using a common event context | Simo Sorce | 3 | -23/+7 | |
This commit completes the migration to a synchronous sysdb | |||||
2010-04-12 | sysdb: remove remaining traces of sysdb_handle | Simo Sorce | 3 | -222/+0 | |
2010-04-12 | sysdb: remove obsolete helpers from sysdb | Simo Sorce | 2 | -158/+0 | |
2010-04-12 | sysdb: convert sysdb_initgroups | Simo Sorce | 2 | -96/+49 | |
2010-04-12 | sysdb: convert sysdb_enumgrent | Simo Sorce | 2 | -56/+34 | |
2010-04-12 | sysdb: convert sysdb_enumpwent | Simo Sorce | 2 | -55/+23 | |
2010-04-12 | sysdb: convert sysdb_get_user_attr | Simo Sorce | 2 | -18/+23 | |
2010-04-12 | sysdb: convert sysdb_getgrgid | Simo Sorce | 2 | -22/+34 | |
2010-04-12 | sysdb: convert sysdb_getgrnam | Simo Sorce | 2 | -18/+47 | |
2010-04-12 | sysdb: convert sysdb_getpwuid | Simo Sorce | 2 | -19/+23 | |
2010-04-12 | sysdb: convert sysdb_getpwnam | Simo Sorce | 2 | -18/+22 | |
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 async transactions | Simo Sorce | 2 | -157/+0 | |
not used anymore | |||||
2010-04-12 | sysdb: add synchronous transaction functions | Simo Sorce | 2 | -14/+37 | |
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 | 2 | -178/+79 | |
2010-04-12 | sysdb: convert sysdb_search_groups | Simo Sorce | 2 | -102/+35 | |
2010-04-12 | sysdb: delete sysdb_delete_group | Simo Sorce | 2 | -97/+37 | |
2010-04-12 | sysdb: convert sysdb_delete_user | Simo Sorce | 2 | -88/+37 | |
2010-04-12 | sysdb: convert sysdb_search_users | Simo Sorce | 2 | -102/+35 | |
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 | 2 | -172/+48 | |
2010-04-12 | sysdb: convert sysdb_store_custom | Simo Sorce | 2 | -127/+55 | |
2010-04-12 | sysdb: convert sysdb_search_custom | Simo Sorce | 2 | -227/+102 | |
2010-04-12 | sysdb: convert sysdb_cache_password | Simo Sorce | 2 | -109/+31 | |
2010-04-12 | sysdb: convert sysdb_mod/add/remove_group_member | Simo Sorce | 2 | -221/+53 | |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_group | Simo Sorce | 2 | -290/+122 | |
2010-04-12 | sysdb: convert sysdb_store/add(_basic)_user | Simo Sorce | 2 | -371/+177 | |
2010-04-12 | sysdb: convert sysdb_get_new_id | Simo Sorce | 2 | -397/+136 | |
2010-04-12 | sysdb: convert sysdb_set_entry/user/group_attr | Simo Sorce | 2 | -402/+118 | |
2010-04-12 | sysdb: convert sysdb_search_group_by_name/gid | Simo Sorce | 2 | -352/+118 | |
2010-04-12 | sysdb: convert sysdb_search_user_by_name/uid | Simo Sorce | 2 | -459/+174 | |
2010-04-12 | sysdb: convert sysdb_search_entry and sysdb_delete_recursive | Simo Sorce | 2 | -357/+99 | |
2010-04-12 | sysdb: convert sysdb_delete_custom | Simo Sorce | 2 | -129/+34 | |
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 | 2 | -50/+33 | |
2010-04-12 | sysdb: start conversion from async to sync | Simo Sorce | 1 | -0/+4 | |
allow nesting during transition | |||||
2010-03-04 | Add forgotten \n in DEBUG statements | Martin Nagy | 2 | -6/+6 | |
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-03-04 | Add --with-test-dir option to configure | Stephen Gallagher | 1 | -2/+2 | |
All 'make check' tests will chdir() into this directory before running the suite. This provides the option of having temporary files generated in a tmpfs or ramdisk | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 5 | -0/+8390 | |
Also update BUILD.txt |