summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* Remove ipa_selinux_map_merge()Jan Zeleny2012-07-253-55/+0
* Added some DEBUG statements into SELinux related codeJan Zeleny2012-07-231-4/+14
* sdap_sudo.c: add missing end of line in few debug messagesPavel Březina2012-07-231-3/+3
* AD: Fix defaults for krb5_canonicalizeStephen Gallagher2012-07-181-2/+2
* Fix uninitialized valuesNick Guay2012-07-186-14/+14
* IPA: Return and save all SELinux rules in the providerJakub Hrozek2012-07-181-47/+27
* IPA: Download defaults even if there are no SELinux mappingsJakub Hrozek2012-07-181-60/+59
* Modify priority evaluation in SELinux user mapsJan Zeleny2012-07-181-2/+34
* LDAP: Properly cast type for MINSSF valueJan Vcelak2012-07-181-11/+9
* Fixed wrong number in shadowLastChangeJan Zeleny2012-07-161-1/+2
* AD: Add missing DP option terminatorStephen Gallagher2012-07-161-1/+2
* Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek2012-07-101-3/+3
* Print based on pointer contents not addressJakub Hrozek2012-07-101-1/+3
* Remove dead code in ipa_subdomains_handler_done()Sumit Bose2012-07-101-1/+1
* Fix incorrect error-checkStephen Gallagher2012-07-091-1/+1
* Fix uninitialized memcpy errorStephen Gallagher2012-07-091-0/+2
* Fix potential NULL-dereferenceStephen Gallagher2012-07-091-1/+3
* Fix uninitialized variableStephen Gallagher2012-07-091-0/+1
* heimdal: use sss_krb5_princ_realm to access realmRambaldi2012-07-091-4/+11
* Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter2012-07-062-36/+0
* AD: Force case-insensitive operation in AD providerStephen Gallagher2012-07-061-0/+18
* AD: use krb5_keytab for validation and GSSAPIStephen Gallagher2012-07-063-3/+12
* AD: Add AD access-control providerStephen Gallagher2012-07-064-1/+188
* AD: Add AD auth and chpass providersStephen Gallagher2012-07-064-1/+159
* AD: Add AD identity providerStephen Gallagher2012-07-066-0/+1165
* LDAP: Rename user and group maps for ADStephen Gallagher2012-07-062-4/+4
* KRB5: Create a common init routine for krb5_child optionsStephen Gallagher2012-07-064-98/+135
* KRB5: Drop memctx parameter of krb5_try_kdcipStephen Gallagher2012-07-064-15/+17
* KRB5: Some logging enhancements for krb5_childStephen Gallagher2012-07-061-6/+13
* Fix crash when interface doesn't have an addressStef Walter2012-07-061-0/+3
* LDAP: Print extended failure message for SASL bindStephen Gallagher2012-07-021-2/+14
* IPA: Don't hang onto memory longer than necessaryStephen Gallagher2012-07-021-0/+1
* Fix segfault when sudo is not configured.Simo Sorce2012-06-301-1/+2
* KRB5: Initialize the credential cache type properlyStephen Gallagher2012-06-291-0/+11
* sudo ldap provider: support autoconfiguration of IP addressesPavel Březina2012-06-291-1/+179
* sudo ldap provider: do per-host updatesPavel Březina2012-06-291-3/+160
* sudo ldap provider: mark sdap_sudo_setup_periodical_refresh() as staticPavel Březina2012-06-291-2/+2
* sudo ldap provider: load host filter configuration on initPavel Březina2012-06-295-5/+185
* sudo: add host info optionsPavel Březina2012-06-293-0/+15
* sudo ldap provider: pass sudo_ctx instead of id_ctxPavel Březina2012-06-293-45/+73
* sdap_sudo.c: move _recv after _donePavel Březina2012-06-291-45/+45
* sudo ldap provider: modify highest USN in sdap_sudo_rules_refresh_done()Pavel Březina2012-06-291-3/+14
* sudo: clean upPavel Březina2012-06-292-9/+2
* sudo ldap provider: notify responder when an expired rule has been deletedPavel Březina2012-06-291-11/+76
* sudo ldap provider: return number of downloaded rules in sdap_sudo_refresh_re...Pavel Březina2012-06-293-6/+16
* sudo ldap provider: support periodical smart refreshPavel Březina2012-06-291-73/+177
* sudo ldap provider: add periodical smart refresh APIPavel Březina2012-06-291-0/+63
* sudo provider: add ldap_sudo_smart_refresh_intervalPavel Březina2012-06-293-0/+3
* sudo ldap provider: when sysdb filter is NULL remove downloaded rulesPavel Březina2012-06-291-5/+61
* sudo ldap provider: add smart refresh APIPavel Březina2012-06-291-0/+128