summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor krb5 childSimo Sorce2013-02-281-288/+210
* krb5_child style fixSimo Sorce2013-02-281-11/+11
* sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina2013-02-271-3/+7
* Do not process success case in an elseJakub Hrozek2013-02-261-24/+24
* Remove enumerate=true from man sssd-ldapJakub Hrozek2013-02-261-1/+0
* sysdb: try dealing with binary-content attributesJan Engelhardt2013-02-264-7/+17
* if selinux is disabled, ignore that selogin dir is missingPavel Březina2013-02-261-3/+15
* Fix the krb5 password expiration warningJakub Hrozek2013-02-211-1/+7
* Fix uninitialized time_t var in responderOndrej Kos2013-02-211-1/+1
* tools: append new line to string from poptStrerror()Milan Cejnar2013-02-211-1/+13
* subdomains: replace invalid characters with underscore in krb5 mapping file namePavel Březina2013-02-141-1/+26
* Lower the DEBUG level if an entry cannot be deleted from memcacheJakub Hrozek2013-02-141-3/+3
* get_next_domain() test dom->parent->next for NULLPavel Březina2013-02-141-1/+1
* Filter out multicast addresses from IPA DNS updatesJakub Hrozek2013-02-121-1/+1
* LDAP: Check for authtok validityJakub Hrozek2013-02-111-7/+9
* krb5: include backwards compatible declaration of krb5_trace_infoJakub Hrozek2013-02-112-2/+8
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-108-13/+15
* Parent and subdomains use the same sysdbSimo Sorce2013-02-102-71/+8
* Change the way domains are linked.Simo Sorce2013-02-1013-414/+225
* Add ability to disable domainsSimo Sorce2013-02-102-8/+14
* Add function get_next_domain()Simo Sorce2013-02-1018-112/+119
* Remove sysdb_subdom completelySimo Sorce2013-02-104-127/+131
* Add sysdb_subdomain_store() functionSimo Sorce2013-02-102-37/+103
* Refactor sysdb_master_domain_add_info()Simo Sorce2013-02-103-51/+28
* Update main domain info in placeSimo Sorce2013-02-104-62/+38
* Avoid sysdb_subdom in sysdb_get_subdomains()Simo Sorce2013-02-106-102/+60
* Add realm info to sss_domain_infoSimo Sorce2013-02-1010-10/+25
* NSS: Add original homedir to home directory template optionsStephen Gallagher2013-02-106-8/+29
* Correct sss_ssh_knowhostsproxy typo in man pagesJohn Hodrien2013-02-011-1/+1
* dp: check whether hostid backend is configured before filing be requestPavel Březina2013-02-011-0/+8
* Fix minor grammar error in logStephen Gallagher2013-01-301-1/+1
* krb: recreate ccache if it was deletedPavel Březina2013-01-301-1/+8
* TESTS: include error message on failOndrej Kos2013-01-291-8/+8
* TESTS: Fix coverity issues 13126, 13127Ondrej Kos2013-01-291-2/+6
* Unchecked return value in files.cMichal Zidek2013-01-291-1/+9
* nested groups: fix group lookup hangs if member dn is incorrectPavel Březina2013-01-281-0/+24
* TOOLS: Compile on old platforms such as RHEL5Jakub Hrozek2013-01-281-37/+140
* MAN: Clarify that saving users after enumerating large domain might be CPU in...Jakub Hrozek2013-01-281-1/+9
* Possible null derefence in ipa_subdomains.c.Michal Zidek2013-01-251-0/+4
* SYSDB: Expire group if adding ghost users fails with EEXISTJakub Hrozek2013-01-231-2/+36
* SYSDB: make the sss_ldb_modify_permissive function publicJakub Hrozek2013-01-232-2/+11
* TOOLS: Use file descriptor to avoid races when creating a home directoryJakub Hrozek2013-01-234-354/+364
* TOOLS: Use openat/unlinkat when removing the homedirJakub Hrozek2013-01-231-42/+41
* Check that strings do not go beyond the end of the packet body in autofs and ...Jan Cholasta2013-01-232-7/+7
* sudo responder: change num_rules type from size_t to uint32_tPavel Březina2013-01-227-25/+25
* Convert the value of pwd_exp_warning to secondsJakub Hrozek2013-01-221-5/+6
* fix backend callbacks: remove callback properly from dlistPavel Březina2013-01-221-6/+18
* Fix code styleJakub Hrozek2013-01-221-1/+2
* Make struct be_req opaqueSimo Sorce2013-01-212-18/+18
* Add be_req_get_data() helper funciton.Simo Sorce2013-01-2117-32/+45