summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2012-07-27Remove unused member of be_reqJan Zeleny1-3/+0
2012-07-27Move SELinux processing from session to account PAM stackJan Zeleny2-0/+33
2012-07-27Renamed session provider to selinux providerJan Zeleny6-56/+54
2012-07-27Always free request in data provider PAM callbackJan Zeleny1-2/+3
2012-07-25Provide counter of possible matches in SELinux IPA providerJan Zeleny1-6/+6
2012-07-25Fix linking of HBAC rules and SELinux user mapsJan Zeleny1-0/+13
2012-07-25Remove ipa_selinux_map_merge()Jan Zeleny3-55/+0
2012-07-23Added some DEBUG statements into SELinux related codeJan Zeleny1-4/+14
2012-07-23sdap_sudo.c: add missing end of line in few debug messagesPavel Březina1-3/+3
2012-07-18AD: Fix defaults for krb5_canonicalizeStephen Gallagher1-2/+2
2012-07-18Fix uninitialized valuesNick Guay6-14/+14
2012-07-18IPA: Return and save all SELinux rules in the providerJakub Hrozek1-47/+27
2012-07-18IPA: Download defaults even if there are no SELinux mappingsJakub Hrozek1-60/+59
2012-07-18Modify priority evaluation in SELinux user mapsJan Zeleny1-2/+34
2012-07-18LDAP: Properly cast type for MINSSF valueJan Vcelak1-11/+9
2012-07-16Fixed wrong number in shadowLastChangeJan Zeleny1-1/+2
2012-07-16AD: Add missing DP option terminatorStephen Gallagher1-1/+2
2012-07-10Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek1-3/+3
2012-07-10Print based on pointer contents not addressJakub Hrozek1-1/+3
2012-07-10Remove dead code in ipa_subdomains_handler_done()Sumit Bose1-1/+1
2012-07-09Fix incorrect error-checkStephen Gallagher1-1/+1
2012-07-09Fix uninitialized memcpy errorStephen Gallagher1-0/+2
2012-07-09Fix potential NULL-dereferenceStephen Gallagher1-1/+3
2012-07-09Fix uninitialized variableStephen Gallagher1-0/+1
2012-07-09heimdal: use sss_krb5_princ_realm to access realmRambaldi1-4/+11
2012-07-06Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8Stef Walter2-36/+0
2012-07-06AD: Force case-insensitive operation in AD providerStephen Gallagher1-0/+18
2012-07-06AD: use krb5_keytab for validation and GSSAPIStephen Gallagher3-3/+12
2012-07-06AD: Add AD access-control providerStephen Gallagher4-1/+188
2012-07-06AD: Add AD auth and chpass providersStephen Gallagher4-1/+159
2012-07-06AD: Add AD identity providerStephen Gallagher6-0/+1165
2012-07-06LDAP: Rename user and group maps for ADStephen Gallagher2-4/+4
2012-07-06KRB5: Create a common init routine for krb5_child optionsStephen Gallagher4-98/+135
2012-07-06KRB5: Drop memctx parameter of krb5_try_kdcipStephen Gallagher4-15/+17
2012-07-06KRB5: Some logging enhancements for krb5_childStephen Gallagher1-6/+13
2012-07-06Fix crash when interface doesn't have an addressStef Walter1-0/+3
2012-07-02LDAP: Print extended failure message for SASL bindStephen Gallagher1-2/+14
2012-07-02IPA: Don't hang onto memory longer than necessaryStephen Gallagher1-0/+1
2012-06-30Fix segfault when sudo is not configured.Simo Sorce1-1/+2
2012-06-29KRB5: Initialize the credential cache type properlyStephen Gallagher1-0/+11
2012-06-29sudo ldap provider: support autoconfiguration of IP addressesPavel Březina1-1/+179
2012-06-29sudo ldap provider: do per-host updatesPavel Březina1-3/+160
2012-06-29sudo ldap provider: mark sdap_sudo_setup_periodical_refresh() as staticPavel Březina1-2/+2
2012-06-29sudo ldap provider: load host filter configuration on initPavel Březina5-5/+185
2012-06-29sudo: add host info optionsPavel Březina3-0/+15
2012-06-29sudo ldap provider: pass sudo_ctx instead of id_ctxPavel Březina3-45/+73
2012-06-29sdap_sudo.c: move _recv after _donePavel Březina1-45/+45
2012-06-29sudo ldap provider: modify highest USN in sdap_sudo_rules_refresh_done()Pavel Březina1-3/+14
2012-06-29sudo: clean upPavel Březina2-9/+2
2012-06-29sudo ldap provider: notify responder when an expired rule has been deletedPavel Březina1-11/+76