Age | Commit message (Expand) | Author | Files | Lines |
2011-02-22 | Fix uninitialized value error in ipa_get_id_options() | Stephen Gallagher | 1 | -7/+7 |
2011-02-22 | Add krb5_realm to the basic IPA options | Stephen Gallagher | 2 | -2/+4 |
2011-02-22 | Check ccache file for renewable TGTs at startup | Sumit Bose | 3 | -0/+241 |
2011-02-22 | Allow krb5_realm to override ipa_domain | Stephen Gallagher | 3 | -18/+37 |
2011-02-21 | IPA provider: remove deleted groups during initgroups() | Stephen Gallagher | 1 | -3/+112 |
2011-02-18 | Remove renewal item if it is not re-added | Sumit Bose | 1 | -1/+34 |
2011-02-18 | Remove cached user entry if initgroups returns ENOENT | Stephen Gallagher | 1 | -0/+11 |
2011-02-17 | Point the IPA provider at the compat tree for netgroups | Stephen Gallagher | 1 | -0/+19 |
2011-02-16 | Do not attempt to use START_TLS on SSL connections | Stephen Gallagher | 4 | -11/+43 |
2011-02-14 | Verify LDAP file descriptor validity | Stephen Gallagher | 1 | -1/+1 |
2011-02-11 | Fix cleanup transaction | Stephen Gallagher | 1 | -0/+1 |
2011-02-04 | Only print "no matching service rule" when appropriate | Stephen Gallagher | 1 | -6/+6 |
2011-02-03 | Wrap cleanup task in a sysdb transaction | Stephen Gallagher | 1 | -0/+20 |
2011-02-01 | Sanitize search filters for nested group lookups | Stephen Gallagher | 1 | -3/+17 |
2011-01-31 | Remove LDAP_DEPRECATED | Sumit Bose | 1 | -1/+0 |
2011-01-27 | Add option to disable TLS for LDAP auth | Stephen Gallagher | 5 | -4/+25 |
2011-01-27 | Do not fail if attributes are empty | Sumit Bose | 1 | -16/+29 |
2011-01-21 | Delete attributes that are removed from LDAP | Stephen Gallagher | 4 | -12/+171 |
2011-01-21 | Fix nested group handling during enumeration | Sumit Bose | 1 | -0/+14 |
2011-01-21 | Rename dns_domain to discovery domain for fo_add_srv_server() | Stephen Gallagher | 2 | -8/+12 |
2011-01-21 | Allow fallback to SSSD domain | Stephen Gallagher | 3 | -7/+50 |
2011-01-21 | Add missing include file to sdap_async_accounts.c | Stephen Gallagher | 1 | -0/+1 |
2011-01-21 | Add the user's primary group to the initgroups lookup | Stephen Gallagher | 3 | -14/+56 |
2011-01-20 | Add ldap_tls_{cert,key,cipher_suite} config options | Tyson Whitehead | 5 | -1/+37 |
2011-01-19 | Fix return value check | Sumit Bose | 1 | -2/+2 |
2011-01-19 | Don't double-sanitize member DNs | Stephen Gallagher | 1 | -12/+4 |
2011-01-19 | Add ipa_hbac_search_base config option | Sumit Bose | 4 | -54/+43 |
2011-01-19 | Add LDAP expire policy base RHDS/IPA attribute | Sumit Bose | 6 | -4/+54 |
2011-01-19 | Add LDAP expire policy based on AD attributes | Sumit Bose | 6 | -4/+102 |
2011-01-17 | Add ldap_search_enumeration_timeout config option | Sumit Bose | 6 | -10/+13 |
2011-01-17 | Add timeout parameter to sdap_get_generic_send() | Sumit Bose | 10 | -55/+111 |
2011-01-14 | Do not throw a DP error when a netgroup is not found | Stephen Gallagher | 1 | -5/+1 |
2011-01-14 | Add missing sysdb transaction to group enumerations | Stephen Gallagher | 1 | -12/+45 |
2011-01-06 | Add syslog messages to authorized service access check | Sumit Bose | 1 | -1/+31 |
2011-01-06 | Add syslog message to shadow access check | Sumit Bose | 1 | -6/+14 |
2011-01-06 | Convert obfuscated password once at startup | Sumit Bose | 2 | -14/+41 |
2011-01-05 | Rename SRV_NOT_RESOLVED to SRV_RESOLVE_ERROR | Sumit Bose | 1 | -5/+5 |
2011-01-05 | Use the right status when resetting service discovery | Sumit Bose | 1 | -1/+1 |
2010-12-21 | Add authorizedService support | Stephen Gallagher | 6 | -3/+146 |
2010-12-21 | Pass all PAM data to the LDAP access provider | Stephen Gallagher | 1 | -9/+12 |
2010-12-21 | Fix potential NULL-dereference in krb5_auth_done() | Sumit Bose | 1 | -3/+3 |
2010-12-21 | Remove unused member of a struct | Sumit Bose | 1 | -1/+0 |
2010-12-21 | Add all values of a multi-valued user attribute | Sumit Bose | 1 | -12/+15 |
2010-12-20 | Serialize requests of the same user in the krb5 provider | Sumit Bose | 4 | -0/+239 |
2010-12-20 | Fixes for automatic ticket renewal | Sumit Bose | 4 | -44/+100 |
2010-12-20 | Avoid multiple initializations in LDAP provider | Sumit Bose | 1 | -39/+30 |
2010-12-17 | Start first enumeration immediately | Stephen Gallagher | 2 | -3/+42 |
2010-12-17 | Fix uninitialized value error in set_local_and_remote_host_info | Stephen Gallagher | 1 | -1/+1 |
2010-12-17 | Fix unsafe return condition in ipa_access_handler | Stephen Gallagher | 1 | -1/+6 |
2010-12-15 | Fix memory leak of library handle in proxy | Sumit Bose | 2 | -18/+26 |