summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add be_req_get_be_ctx() helper.Simo Sorce2013-01-2122-133/+155
* Add be_req_create() helperSimo Sorce2013-01-213-40/+38
* Introduce be_req_terminate() helperSimo Sorce2013-01-2118-129/+84
* Remove domain from be_req structureSimo Sorce2013-01-217-64/+46
* Pass domain not be_req to access check functionsSimo Sorce2013-01-215-22/+33
* Split simple_access_check function outSimo Sorce2013-01-213-206/+225
* Do not pass NULL to ipa_subdomain_retrieve()Simo Sorce2013-01-211-18/+20
* Move hbac_ctx_is_offline()Simo Sorce2013-01-212-7/+6
* Remove hbac_ctx_sdap_id_[ctx|op]()Simo Sorce2013-01-212-18/+6
* Remove hbac_ctx_ev()Simo Sorce2013-01-212-10/+3
* Remove hbac_ctx_be()Simo Sorce2013-01-213-12/+4
* Remove hbac_ctx_sysdb()Simo Sorce2013-01-212-12/+4
* Remove sysdb argument from hbac_get_cached_rules()Simo Sorce2013-01-213-9/+6
* Remove sysdb arg from [ipa_]hbac_sysdb_save()Simo Sorce2013-01-213-36/+25
* Remove sysdb arg from ipa_hbac_service_info_send()Simo Sorce2013-01-213-5/+0