summaryrefslogtreecommitdiff
path: root/server/tools
AgeCommit message (Expand)AuthorFilesLines
2010-01-20sss_groupshow - a utility to print properties of a local groupJakub Hrozek1-0/+357
2009-12-08Avoid returning uninitialized result.Stephen Gallagher1-0/+1
2009-12-01Better error message when there is no local domain configuredJakub Hrozek7-7/+31
2009-11-09Fix tevent_req error checking.Simo Sorce1-6/+1
2009-11-09Fix regression in error message when deleting groupsJakub Hrozek1-6/+4
2009-11-06Always set last update and expire timeSimo Sorce1-2/+2
2009-11-05Build files.c only for toolsStephen Gallagher2-0/+746
2009-11-04Do not delete users, groups outside domain rangeJakub Hrozek2-11/+35
2009-10-22User home directories managementJakub Hrozek6-37/+505
2009-10-22Delete sssd-i18n.h and put it's old contents into util.hMartin Nagy2-2/+1
2009-10-16Fix segfault when using SSS tools with no local providerStephen Gallagher1-5/+0
2009-10-14Fix error messages in toolsJakub Hrozek10-35/+342
2009-10-01Fix tools sync operations and mem hierarchySimo Sorce10-319/+193
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