summaryrefslogtreecommitdiff
path: root/server/db
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2-38/+38
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek2-38/+38
2009-09-11Complete the removal of "legacy" option.Simo Sorce3-39/+44
2009-09-08Split database in multiple filesSimo Sorce3-176/+663
2009-08-28Speed-up enumerations.Simo Sorce2-2/+167
2009-08-27Remove redunant function and always pass attrs.Simo Sorce2-44/+15
2009-08-27Upgrade database to 0.2Simo Sorce2-5/+172
2009-08-27Always save using member/memberOfSimo Sorce4-216/+146
2009-08-24Add debug statements to sysdb_opsSimo Sorce1-10/+111
2009-08-21store additional LDAP attributesSumit Bose2-1/+35
2009-08-20Ensure nextID doesn't reuse an existing local UID or GIDStephen Gallagher1-9/+21
2009-08-10Do not fail enumerations because of range checksSimo Sorce1-3/+3
2009-08-05Consolidate tevent helpersJakub Hrozek1-26/+0
2009-07-31Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek2-11/+21
2009-07-20Fix saving new nextIDJakub Hrozek1-1/+1
2009-07-09fixed typos and a potential memory leakSumit Bose1-2/+3
2009-07-08Implement the ldap identity module.Simo Sorce2-78/+235
2009-07-08Unify password caching ops in sysdbSimo Sorce3-31/+129
2009-07-08Add async helper functionsSimo Sorce2-24/+20
2009-07-08Expose sysdb function to parse sysdb_attrsSimo Sorce2-2/+4
2009-07-03Rework transaction code to use tevent_reqSimo Sorce6-1630/+3137
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce5-208/+208
2009-05-28Suppress "rootdse" error messages.Stephen Gallagher1-0/+6
2009-05-26Silence warningsSimo Sorce1-3/+2
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