Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove resource leak in sssdpac_import_authdata | Sumit Bose | 2012-07-10 | 1 | -3/+1 | |
| | | | | Fixes https://fedorahosted.org/sssd/ticket/1409 | |||||
* | Fix incorrect error-check | Stephen Gallagher | 2012-07-09 | 1 | -1/+1 | |
| | | | | Coverity #12770 | |||||
* | Check for errors from krb5_unparse_name | Stephen Gallagher | 2012-07-09 | 1 | -1/+8 | |
| | | | | Coverity #12781 | |||||
* | Add missing return value check | Stephen Gallagher | 2012-07-09 | 1 | -1/+1 | |
| | | | | Coverity #12782 | |||||
* | Avoid NULL-dereference in error-handling | Stephen Gallagher | 2012-07-09 | 1 | -1/+3 | |
| | | | | Coverity #12783 | |||||
* | Fix uninitialized memcpy error | Stephen Gallagher | 2012-07-09 | 1 | -0/+2 | |
| | | | | Coverity #12784 | |||||
* | Fix uninitialized value return | Stephen Gallagher | 2012-07-09 | 1 | -1/+1 | |
| | | | | Coverity #12786 | |||||
* | Fix potential NULL-dereference | Stephen Gallagher | 2012-07-09 | 1 | -1/+3 | |
| | | | | Coverity #12797 | |||||
* | Fix incorrect return value in tests | Stephen Gallagher | 2012-07-09 | 1 | -0/+2 | |
| | | | | Coverity #12798 | |||||
* | Fix potential NULL-dereference | Stephen Gallagher | 2012-07-09 | 1 | -1/+2 | |
| | | | | Coverity #12800 | |||||
* | Fix potential NULL-dereference | Stephen Gallagher | 2012-07-09 | 1 | -1/+3 | |
| | | | | Coverity #12801 | |||||
* | Fix uninitialized variable | Stephen Gallagher | 2012-07-09 | 1 | -0/+1 | |
| | | | | Coverity #12802 | |||||
* | Fix use-after-free | Stephen Gallagher | 2012-07-09 | 1 | -0/+1 | |
| | | | | Coverity #12803 | |||||
* | heimdal: use sss_krb5_princ_realm to access realm | Rambaldi | 2012-07-09 | 1 | -4/+11 | |
| | ||||||
* | heimdal: fix compile error in krb5-child-test | Rambaldi | 2012-07-09 | 2 | -0/+5 | |
| | ||||||
* | Revert commit 4c157ecedd52602f75574605ef48d0c48e9bfbe8 | Stef Walter | 2012-07-06 | 4 | -187/+0 | |
| | | | | | | | | * This broke corner cases when used with default_tkt_types = des-cbc-crc and DES enabled on an AD domain. * This is fixed in kerberos instead, in a more correct way and in a way which we cannot replicate. | |||||
* | AD: Force case-insensitive operation in AD provider | Stephen Gallagher | 2012-07-06 | 1 | -0/+18 | |
| | ||||||
* | CONFDB: Add the ability to set a boolean value in the confdb | Stephen Gallagher | 2012-07-06 | 2 | -0/+80 | |
| | ||||||
* | AD: Add manpages and SSSDConfig entries | Stephen Gallagher | 2012-07-06 | 9 | -2/+290 | |
| | ||||||
* | AD: use krb5_keytab for validation and GSSAPI | Stephen Gallagher | 2012-07-06 | 3 | -3/+12 | |
| | | | | | | This simplifies configuration by eliminating the need to specifiy both krb5_keytab and ldap_krb5_keytab if the keytab is not located at /etc/krb5.keytab | |||||
* | AD: Add AD provider to the spec file | Stephen Gallagher | 2012-07-06 | 1 | -0/+1 | |
| | ||||||
* | AD: Add AD access-control provider | Stephen Gallagher | 2012-07-06 | 5 | -1/+190 | |
| | | | | | This patch adds support for checking whether a user is expired or disabled in AD. | |||||
* | AD: Add AD auth and chpass providers | Stephen Gallagher | 2012-07-06 | 4 | -1/+159 | |
| | | | | | | These new providers take advantage of existing code for the KRB5 provider, providing sensible defaults for operating against an Active Directory 2008 R2 or later server. | |||||
* | AD: Add AD identity provider | Stephen Gallagher | 2012-07-06 | 8 | -0/+1316 | |
| | | | | | | This new identity provider takes advantage of existing code for the LDAP provider, but provides sensible defaults for operating against an Active Directory 2008 R2 or later server. | |||||
* | LDAP: Rename user and group maps for AD | Stephen Gallagher | 2012-07-06 | 2 | -4/+4 | |
| | | | | This will eliminate ambiguity for the AD provider | |||||
* | KRB5: Create a common init routine for krb5_child options | Stephen Gallagher | 2012-07-06 | 5 | -99/+138 | |
| | | | | | This will reduce code duplication between the krb5, ipa and ad providers | |||||
* | KRB5: Drop memctx parameter of krb5_try_kdcip | Stephen Gallagher | 2012-07-06 | 4 | -15/+17 | |
| | | | | | | | | | | | | | | | | This function is not supposed to return any newly-allocated memory directly. It was actually leaking the memory for krb5_servers if krb5_kdcip was being used, though it was undetectable because it was allocated on the provided memctx. This patch removes the memctx parameter and allocates krb5_servers temporarily on NULL and ensures that it is freed on all exit conditions. It is not necessary to retain this memory, as dp_opt_set_string() performs a talloc_strdup onto the appropriate context internally. It also updates the DEBUG messages for this function to the appropriate new macro levels. | |||||
* | KRB5_LOCATOR: Print the filename that couldn't be opened | Stephen Gallagher | 2012-07-06 | 1 | -1/+2 | |
| | ||||||
* | KRB5: Some logging enhancements for krb5_child | Stephen Gallagher | 2012-07-06 | 1 | -6/+13 | |
| | ||||||
* | MAN: Unify "SEE ALSO" sections | Stephen Gallagher | 2012-07-06 | 22 | -331/+111 | |
| | ||||||
* | Set file descriptor limits in pac responder | Sumit Bose | 2012-07-06 | 1 | -0/+15 | |
| | ||||||
* | Fix SSSDConfigTest for separate build directories | Sumit Bose | 2012-07-06 | 1 | -8/+9 | |
| | ||||||
* | Fix crash when interface doesn't have an address | Stef Walter | 2012-07-06 | 1 | -0/+3 | |
| | | | | * This is similar to the code in ipa_dyndns_update_send() | |||||
* | LDAP: Print extended failure message for SASL bind | Stephen Gallagher | 2012-07-02 | 1 | -2/+14 | |
| | ||||||
* | IPA: Don't hang onto memory longer than necessary | Stephen Gallagher | 2012-07-02 | 1 | -0/+1 | |
| | | | | | This request and attached memory would be freed at the end of access-check processing, but it's a waste to keep it around. | |||||
* | Fix segfault when sudo is not configured. | Simo Sorce | 2012-06-30 | 1 | -1/+2 | |
| | | | | | Sudo support is optional, when it is not configured sudorules_map is not initialized and dereferencing it will cause a segmentation fault. | |||||
* | KRB5: Initialize the credential cache type properly | Stephen Gallagher | 2012-06-29 | 1 | -0/+11 | |
| | | | | | | | | | We weren't guaranteeing that the cctype-specific callbacks were initialized before using them. This bug only presented itself for users who were logging in without a ccacheFile attribute in the LDB (for example, first-time logins). | |||||
* | DEBUG: Log to syslog if we are unable to open a debug fd | Stephen Gallagher | 2012-06-29 | 1 | -0/+5 | |
| | ||||||
* | TESTS: Print messages when LDAP options do not match | Stephen Gallagher | 2012-06-29 | 1 | -2/+10 | |
| | ||||||
* | sudo: manpage updated | Pavel Březina | 2012-06-29 | 2 | -34/+131 | |
| | | | | Removes old options and adds new ones. | |||||
* | sudo ldap provider: support autoconfiguration of IP addresses | Pavel Březina | 2012-06-29 | 1 | -1/+179 | |
| | | | | | sudoHost attribute may contain IPv4 or IPv6 host/network address. This patch adds support for autoconfiguration of these information. | |||||
* | sudo ldap provider: do per-host updates | Pavel Březina | 2012-06-29 | 1 | -3/+160 | |
| | | | | Add host information to LDAP filters. | |||||
* | sudo ldap provider: mark sdap_sudo_setup_periodical_refresh() as static | Pavel Březina | 2012-06-29 | 1 | -2/+2 | |
| | ||||||
* | sudo ldap provider: load host filter configuration on init | Pavel Březina | 2012-06-29 | 6 | -5/+186 | |
| | | | | | | | We need to load host information during provider initialization. Currently it loads only values from configuration files, but it is implemented as an asynchrounous request as it will later try to autodetect these settings (which will need to contact DNS). | |||||
* | sudo: add host info options | Pavel Březina | 2012-06-29 | 5 | -0/+25 | |
| | | | | | | | | | | Adds some option that allows to manually configure a host filter. ldap_sudo_use_host_filter - if false, we will download all rules regardless their sudoHost attribute ldap_sudo_hostnames - list hostnames and/or fqdn that should be downloaded, separated with spaces ldap_sudo_ip - list of IPv4/6 address and/or network that should be downloaded, separated with spaces ldap_sudo_include_netgroups - include rules that contains netgroup in sudoHost ldap_sudo_include_regexp - include rules that contains regular expression in sudoHost | |||||
* | sudo ldap provider: pass sudo_ctx instead of id_ctx | Pavel Březina | 2012-06-29 | 3 | -45/+73 | |
| | | | | | I had to create a new context structure to store additional information such as ip addresses and hostnames. | |||||
* | sdap_sudo.c: move _recv after _done | Pavel Březina | 2012-06-29 | 1 | -45/+45 | |
| | ||||||
* | sudo ldap provider: modify highest USN in sdap_sudo_rules_refresh_done() | Pavel Březina | 2012-06-29 | 1 | -3/+14 | |
| | ||||||
* | sudo: clean up | Pavel Březina | 2012-06-29 | 6 | -223/+2 | |
| | ||||||
* | sudo responder: schedule OOB full refresh when expired rule is deleted | Pavel Březina | 2012-06-29 | 2 | -4/+40 | |
| |