summaryrefslogtreecommitdiff
path: root/src/tools/sss_seed.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with type: uid_tLukas Slebodnik1-2/+3
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-1/+1
2013-01-15Add domain argument to sysdb_cache_password()Simo Sorce1-1/+1
2013-01-15Add domain argument to sysdb_add_user()Simo Sorce1-1/+1
2013-01-15Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce1-3/+7
2013-01-15Refactor single domain initializationSimo Sorce1-4/+2
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-1/+1
2012-11-19Display more information on DB version mismatchOndrej Kos1-0/+1
2012-10-29Include talloc log in our debug facilityMichal Zidek1-1/+1
2012-10-03sss_seed: Improved error message when the domain does not exist.Michal Zidek1-2/+5
2012-10-03sss_seed: Passwords longer then PASS_MAX not allowed.Michal Zidek1-1/+8
2012-10-03sss_seed: Make only first line of password file valid.Michal Zidek1-0/+36
2012-10-03sss_seed: Show error message when interactive input fails.Michal Zidek1-0/+1
2012-10-03sss_seed: Option --debug did not work in sss_seed tool.Michal Zidek1-4/+4
2012-08-23Unify usage of sysdb transactionsMichal Zidek1-2/+3
2012-08-01First-boot sss_seed toolNick Guay1-0/+829