summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb.h
Commit message (Expand)AuthorAgeFilesLines
* added prototype for sysdb_set_cached_passwordSumit Bose2009-05-191-0/+6
* Move actual password caching into sysdbSimo Sorce2009-05-181-1/+0
* Fixes for porting SSSD to Debian-based platformsStephen Gallagher2009-05-041-1/+0
* Use different attribute for cached passwordsSimo Sorce2009-04-271-0/+2
* Always pass full domain infoSimo Sorce2009-04-131-7/+9
* Add way to use files as a proxy backend fro LOCALSimo Sorce2009-04-011-2/+3
* Fix returning user with missing optional attributes.Simo Sorce2009-03-101-2/+2
* If a domain is MPG enabled return users a groupsSimo Sorce2009-03-101-0/+4
* Always pass sss_domain_info to sysdb functions.Simo Sorce2009-03-091-16/+8
* Move MPG checks within sysdb.Simo Sorce2009-03-091-10/+15
* Do not duplicate attribute names macros.Simo Sorce2009-03-091-21/+18
* Implement SetGroupGID in the InfoPipeStephen Gallagher2009-03-091-0/+5
* Implement CreateUser in InfoPipeStephen Gallagher2009-03-061-1/+1
* Fix reporting non-default users.Simo Sorce2009-03-061-0/+4
* Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2009-03-051-27/+24
* Implement GetCachedUsers in the InfoPipeStephen Gallagher2009-03-051-0/+3
* Add functions to add regular users and groupsSimo Sorce2009-03-051-0/+13
* Add internal min/max/next id management fucntionsSimo Sorce2009-03-041-1/+8
* Improve sysdbSimo Sorce2009-03-041-25/+51
* Provide sysdb_set_user_attr() functions.Simo Sorce2009-03-031-1/+21
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-021-0/+31
* first version of LOCAL pam backendSumit Bose2009-03-021-0/+1
* Expose some more functions needed by the testsSimo Sorce2009-02-281-1/+12
* Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce2009-02-281-51/+58
* Serialize access to sysdb and also exposes ldb transactions.Simo Sorce2009-02-261-13/+1
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-8/+8
* Reorganize sysdb a bit,Simo Sorce2009-02-201-36/+51
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-3/+4
* - make all functions supposed to get input in posix formatSimo Sorce2009-02-121-50/+47
* Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher2009-02-121-0/+8
* Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher2009-02-121-16/+27
* Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher2009-02-121-0/+11
* Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher2009-02-121-2/+12
* Adding sysdb_store_group_posix with unit testStephen Gallagher2009-02-121-3/+8
* Regroup database rleated functions under db andSimo Sorce2009-01-121-0/+148