summaryrefslogtreecommitdiff
path: root/server/db
AgeCommit message (Expand)AuthorFilesLines
2009-05-26Fix manual UID assignment in sysdbJakub Hrozek1-11/+15
2009-05-19added prototype for sysdb_set_cached_passwordSumit Bose1-0/+6
2009-05-18Move actual password caching into sysdbSimo Sorce2-2/+49
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-27enable uid/gid generation againSumit Bose1-3/+6
2009-04-23fixes for user and group creation in LOCAL domainSumit Bose1-0/+19
2009-04-13Always pass full domain infoSimo Sorce2-25/+32
2009-04-07Clean up warnings in SSSDStephen Gallagher1-1/+0
2009-04-01Add way to use files as a proxy backend fro LOCALSimo Sorce2-3/+4
2009-03-18Fix segfault error caused by a double freeSimo Sorce1-178/+118
2009-03-10Fix returning user with missing optional attributes.Simo Sorce2-9/+15
2009-03-10If a domain is MPG enabled return users a groupsSimo Sorce2-15/+73
2009-03-10Fix bugs in functions dealing with groupsSimo Sorce1-0/+6
2009-03-09Always pass sss_domain_info to sysdb functions.Simo Sorce2-57/+35
2009-03-09Move MPG checks within sysdb.Simo Sorce2-22/+199
2009-03-09Do not duplicate attribute names macros.Simo Sorce1-21/+18
2009-03-09Implement SetGroupGID in the InfoPipeStephen Gallagher2-0/+72
2009-03-06Implement CreateUser in InfoPipeStephen Gallagher2-2/+2
2009-03-06Remove obsolete commentSimo Sorce1-3/+0
2009-03-06Add userspace tools to manipulate accounts.Simo Sorce1-0/+2
2009-03-06Fix reporting non-default users.Simo Sorce1-0/+4
2009-03-05Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce4-56/+52
2009-03-05Implement GetCachedUsers in the InfoPipeStephen Gallagher2-1/+9
2009-03-05Add functions to add regular users and groupsSimo Sorce2-15/+299
2009-03-04Add internal min/max/next id management fucntionsSimo Sorce3-14/+290
2009-03-04Improve sysdbSimo Sorce4-33/+87
2009-03-03Provide sysdb_set_user_attr() functions.Simo Sorce4-3/+155
2009-03-02Unify pwd_search and user_searchSimo Sorce1-35/+11
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher2-0/+92
2009-03-02first version of LOCAL pam backendSumit Bose1-0/+1
2009-02-28Expose some more functions needed by the testsSimo Sorce3-1/+114
2009-02-28Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce7-962/+1041
2009-02-26Serialize access to sysdb and also exposes ldb transactions.Simo Sorce6-750/+1008
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2-16/+16
2009-02-20Reorganize sysdb a bit,Simo Sorce4-966/+1087
2009-02-20Completely rework the nss interface to be able to use 2Simo Sorce1-2/+2
2009-02-17Fix another transaction mis-handlingSimo Sorce1-22/+20
2009-02-16ldb_msg_* functions do not reliably set errno on error, do not realy on that.Simo Sorce1-34/+34
2009-02-13Object not found on delete is not really an error.Simo Sorce1-10/+10
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce3-29/+192
2009-02-13Fix add member, remove one to many lines in the previous tidyupSimo Sorce1-0/+6
2009-02-12- make all functions supposed to get input in posix formatSimo Sorce2-215/+217
2009-02-12Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher2-3/+140
2009-02-12Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher2-41/+87
2009-02-12Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher2-75/+81
2009-02-12Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher2-6/+183
2009-02-12Adding sysdb_store_group_posix with unit testStephen Gallagher2-6/+177
2009-01-12Regroup database rleated functions under db andSimo Sorce2-0/+1273