summaryrefslogtreecommitdiff
path: root/src/tools/sss_groupshow.c
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08Fix assorted minor bugs in sss_ toolsJakub Hrozek1-6/+2
Fixes: #585
2010-04-12Make groupshow synchronous.Simo Sorce1-310/+105
I tried to convert this code as mechanically as possible from the previously existing code. I am not sure it works right, and it will probably recurse infinetly as circular group memberships are admitted in sysdb. The original code had the same issues. This code should be probably discarded and redone from scratch.
2010-04-12sysdb: remove remaining traces of sysdb_handleSimo Sorce1-4/+1
2010-04-12sysdb: convert sysdb_search_groupsSimo Sorce1-175/+59
2010-04-12sysdb: convert sysdb_search_group_by_name/gidSimo Sorce1-124/+96
2010-04-12sysdb: convert sysdb_search_user_by_name/uidSimo Sorce1-96/+31
2010-03-08groupshow: only show all parents in recursive modeJakub Hrozek1-21/+223
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+944
Also update BUILD.txt