summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove sysdb arg from hbac_*host_attrs_to_rule()Simo Sorce2013-01-213-11/+4
* Remove sysdb arg from hbac_service_attrs_to_rule()Simo Sorce2013-01-213-5/+2
* Remove sysdb argument from hbac_user_attrs_to_rule()Simo Sorce2013-01-213-6/+4
* Remove unused structureSimo Sorce2013-01-211-6/+0
* Remove sysdb argument from ipa_host_info_send()Simo Sorce2013-01-215-9/+3
* Remove sysdb as a be request structure memberSimo Sorce2013-01-217-12/+9
* Remove sysdb as a be context structure memberSimo Sorce2013-01-2127-56/+52
* Move ldap provider access functionsSimo Sorce2013-01-212-59/+86
* TOOLS: invalidate parent groups in memory cache, tooJakub Hrozek2013-01-214-8/+71
* LDAP: Compare lists of DNs when saving autofs entriesJakub Hrozek2013-01-213-143/+178
* set struct bet_info->bet_typePavel Březina2013-01-191-0/+1
* Invalidate user entry even if there are no groupsJakub Hrozek2013-01-162-11/+8
* NSS: invalidate memcache user entry on initgr, tooJakub Hrozek2013-01-161-0/+11
* Remove outdated code.Simo Sorce2013-01-161-10/+0
* Tidy up BASE dn macrosSimo Sorce2013-01-161-4/+4
* tools: Respect use_fully_qualified_namesMichal Zidek2013-01-161-0/+9
* sss_cache: Call DEBUG_INIT soonerMichal Zidek2013-01-161-2/+3
* autofs: Use SAFEALIGN_SET_UINT32 instead of SAFEALIGN_COPY_UINT32Jakub Hrozek2013-01-161-10/+5
* Correct format security for talloc_named of auth tokensStephen Gallagher2013-01-161-1/+1
* LDAP: avoid complex realloc logic in save_rfc2307bis_group_membershipsJakub Hrozek2013-01-151-12/+4
* TOOLS: Refresh memcache after changes to local users and groupsJakub Hrozek2013-01-152-0/+42