summaryrefslogtreecommitdiff
path: root/server/tools
AgeCommit message (Expand)AuthorFilesLines
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-8/+11
2009-09-23Allow entering parent groups as FQDNJakub Hrozek8-7/+83
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-3/+0
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-0/+3
2009-09-21Provide python bindings for sysdbJakub Hrozek1-0/+2
2009-09-21Decouple synchronous sysdb interface from toolsJakub Hrozek10-1020/+1843
2009-09-21Refactor tools codeJakub Hrozek8-268/+244
2009-09-11Add copyright noticesJakub Hrozek1-0/+22
2009-09-10Remove unused event context argument from confdb_initStephen Gallagher1-1/+1
2009-09-08Remove shadow-utils support from toolsJakub Hrozek8-763/+73
2009-09-08Tools are allowed to touch only the 'local' domainSimo Sorce8-76/+35
2009-09-08Split database in multiple filesSimo Sorce8-22/+71
2009-08-21Disallow all operations outside domains, fix deleting cache for filesJakub Hrozek4-11/+41
2009-08-13Make "files" a reserved word for legacy local domainJakub Hrozek1-1/+2
2009-08-13Tools ID range fixesJakub Hrozek3-4/+16
2009-08-12Fix reversal of parent and member in groupmodSimo Sorce1-8/+8
2009-08-05Parse fully qualified names in toolsJakub Hrozek8-88/+289
2009-08-05Fix adding to groups on user creationJakub Hrozek1-1/+1
2009-07-31Correct check for local domain in toolsJakub Hrozek2-14/+2
2009-07-31Notify user when deleting nonexistent user or groupJakub Hrozek2-5/+20
2009-07-31Use correct return codesJakub Hrozek4-4/+4
2009-07-31Improve error messagesJakub Hrozek4-5/+32
2009-07-20Start rationalizing user tools a bitSimo Sorce7-408/+299
2009-07-08fixed a double talloc_free errorSumit Bose6-12/+0
2009-07-06Check for root before initializingJakub Hrozek8-4/+98
2009-07-03Rework transaction code to use tevent_reqSimo Sorce6-280/+651
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce6-41/+41
2009-07-02Gettextize the sss_ toolsJakub Hrozek7-109/+176
2009-06-17Create gettext framework for SSSD daemonStephen Gallagher8-13/+38
2009-05-26Silence warningsSimo Sorce1-1/+1
2009-05-26Move useradd defaults to confdbJakub Hrozek1-3/+25
2009-05-18Move actual password caching into sysdbSimo Sorce1-1/+0
2009-05-14More useful error message when adding user/group that already existsJakub Hrozek2-2/+18
2009-04-28Add debug param to the tools, fix lock/unlock in sss_usermodJakub Hrozek6-3/+31
2009-04-28Invoke shadow-utils in sss_ toolsJakub Hrozek8-47/+626
2009-04-23fixes for user and group creation in LOCAL domainSumit Bose1-1/+1
2009-04-13Always pass full domain infoSimo Sorce1-1/+1
2009-04-08Change the way we retrieve domainsSimo Sorce7-21/+46
2009-03-10Fix returning user with missing optional attributes.Simo Sorce1-1/+1
2009-03-10Hide uid and gid options in usermod and groupmodJakub Hrozek2-3/+3
2009-03-09Always pass sss_domain_info to sysdb functions.Simo Sorce1-4/+5
2009-03-09Move MPG checks within sysdb.Simo Sorce4-116/+0
2009-03-09sss_groupmodJakub Hrozek1-0/+281
2009-03-09sss_usermodJakub Hrozek4-44/+407
2009-03-09Fix parameter parsing and adding to groups in useraddJakub Hrozek1-4/+10
2009-03-08Fix initialization problemsJakub Hrozek4-11/+12
2009-03-07sss_groupdel, delete by DN in sss_userdelJakub Hrozek2-73/+177
2009-03-06sss_groupaddJakub Hrozek1-0/+172
2009-03-06sss_userdelJakub Hrozek1-0/+230
2009-03-06Add userspace tools to manipulate accounts.Simo Sorce3-0/+630