summaryrefslogtreecommitdiffstats
path: root/src/tools/sss_seed.c
Commit message (Expand)AuthorAgeFilesLines
* TOOLS: Always debug to stderrJakub Hrozek2014-07-091-1/+1
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-63/+63
* Remove unused parameter from seed_domain_user_infoLukas Slebodnik2013-11-271-2/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-2/+2
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-151-1/+1
* Fix formating of variables with type: uid_tLukas Slebodnik2013-09-111-2/+3
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-1/+1
* Add domain argument to sysdb_cache_password()Simo Sorce2013-01-151-1/+1
* Add domain argument to sysdb_add_user()Simo Sorce2013-01-151-1/+1
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-3/+7
* Refactor single domain initializationSimo Sorce2013-01-151-4/+2
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-201-1/+1
* Display more information on DB version mismatchOndrej Kos2012-11-191-0/+1
* Include talloc log in our debug facilityMichal Zidek2012-10-291-1/+1
* sss_seed: Improved error message when the domain does not exist.Michal Zidek2012-10-031-2/+5
* sss_seed: Passwords longer then PASS_MAX not allowed.Michal Zidek2012-10-031-1/+8
* sss_seed: Make only first line of password file valid.Michal Zidek2012-10-031-0/+36
* sss_seed: Show error message when interactive input fails.Michal Zidek2012-10-031-0/+1
* sss_seed: Option --debug did not work in sss_seed tool.Michal Zidek2012-10-031-4/+4
* Unify usage of sysdb transactionsMichal Zidek2012-08-231-2/+3
* First-boot sss_seed toolNick Guay2012-08-011-0/+829