summaryrefslogtreecommitdiff
path: root/src/db
AgeCommit message (Collapse)AuthorFilesLines
2010-04-12sysdb: convert sysdb_get_new_idSimo Sorce2-397/+136
2010-04-12sysdb: convert sysdb_set_entry/user/group_attrSimo Sorce2-402/+118
2010-04-12sysdb: convert sysdb_search_group_by_name/gidSimo Sorce2-352/+118
2010-04-12sysdb: convert sysdb_search_user_by_name/uidSimo Sorce2-459/+174
2010-04-12sysdb: convert sysdb_search_entry and sysdb_delete_recursiveSimo Sorce2-357/+99
2010-04-12sysdb: convert sysdb_delete_customSimo Sorce2-129/+34
2010-04-12sysdb: use sysdb_delete_entry in recursive deleteSimo Sorce1-58/+8
2010-04-12sysdb: convert sysdb_delete_entryStephen Gallagher2-50/+33
2010-04-12sysdb: start conversion from async to syncSimo Sorce1-0/+4
allow nesting during transition
2010-03-04Add forgotten \n in DEBUG statementsMartin Nagy2-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-04Add --with-test-dir option to configureStephen Gallagher1-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-18Rename server/ directory to src/Stephen Gallagher5-0/+8390
Also update BUILD.txt