summaryrefslogtreecommitdiff
path: root/server/db/sysdb.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-22add store/search/delete interface for custom sysdb objectsSumit Bose1-0/+35
2009-09-11Complete the removal of "legacy" option.Simo Sorce1-1/+5
2009-09-08Split database in multiple filesSimo Sorce1-2/+16
2009-08-28Speed-up enumerations.Simo Sorce1-1/+5
2009-08-27Remove redunant function and always pass attrs.Simo Sorce1-15/+4
2009-08-27Always save using member/memberOfSimo Sorce1-6/+8
2009-08-21store additional LDAP attributesSumit Bose1-0/+13
2009-08-05Consolidate tevent helpersJakub Hrozek1-26/+0
2009-07-31Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek1-3/+6
2009-07-08Implement the ldap identity module.Simo Sorce1-7/+15
2009-07-08Unify password caching ops in sysdbSimo Sorce1-7/+20
2009-07-08Add async helper functionsSimo Sorce1-0/+7
2009-07-08Expose sysdb function to parse sysdb_attrsSimo Sorce1-0/+2
2009-07-03Rework transaction code to use tevent_reqSimo Sorce1-106/+265
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce1-21/+21
2009-05-19added prototype for sysdb_set_cached_passwordSumit Bose1-0/+6
2009-05-18Move actual password caching into sysdbSimo Sorce1-1/+0
2009-05-04Fixes for porting SSSD to Debian-based platformsStephen Gallagher1-1/+0
2009-04-27Use different attribute for cached passwordsSimo Sorce1-0/+2
2009-04-13Always pass full domain infoSimo Sorce1-7/+9
2009-04-01Add way to use files as a proxy backend fro LOCALSimo Sorce1-2/+3
2009-03-10Fix returning user with missing optional attributes.Simo Sorce1-2/+2
2009-03-10If a domain is MPG enabled return users a groupsSimo Sorce1-0/+4
2009-03-09Always pass sss_domain_info to sysdb functions.Simo Sorce1-16/+8
2009-03-09Move MPG checks within sysdb.Simo Sorce1-10/+15
2009-03-09Do not duplicate attribute names macros.Simo Sorce1-21/+18
2009-03-09Implement SetGroupGID in the InfoPipeStephen Gallagher1-0/+5
2009-03-06Implement CreateUser in InfoPipeStephen Gallagher1-1/+1
2009-03-06Fix reporting non-default users.Simo Sorce1-0/+4
2009-03-05Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce1-27/+24
2009-03-05Implement GetCachedUsers in the InfoPipeStephen Gallagher1-0/+3
2009-03-05Add functions to add regular users and groupsSimo Sorce1-0/+13
2009-03-04Add internal min/max/next id management fucntionsSimo Sorce1-1/+8
2009-03-04Improve sysdbSimo Sorce1-25/+51
2009-03-03Provide sysdb_set_user_attr() functions.Simo Sorce1-1/+21
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-0/+31
2009-03-02first version of LOCAL pam backendSumit Bose1-0/+1
2009-02-28Expose some more functions needed by the testsSimo Sorce1-1/+12
2009-02-28Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce1-51/+58
2009-02-26Serialize access to sysdb and also exposes ldb transactions.Simo Sorce1-13/+1
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-8/+8
2009-02-20Reorganize sysdb a bit,Simo Sorce1-36/+51
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-3/+4
2009-02-12- make all functions supposed to get input in posix formatSimo Sorce1-50/+47
2009-02-12Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher1-0/+8
2009-02-12Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher1-16/+27
2009-02-12Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher1-0/+11
2009-02-12Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher1-2/+12
2009-02-12Adding sysdb_store_group_posix with unit testStephen Gallagher1-3/+8
2009-01-12Regroup database rleated functions under db andSimo Sorce1-0/+148