Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove unused parameter from seed_domain_user_info | Lukas Slebodnik | 2013-11-27 | 1 | -2/+1 | |
| | ||||||
* | Remove unused parameter from search_autofsmaps | Lukas Slebodnik | 2013-11-27 | 1 | -11/+8 | |
| | ||||||
* | Remove unused parameter from invalidate_entry | Lukas Slebodnik | 2013-11-27 | 1 | -3/+3 | |
| | ||||||
* | Remove unused parameter from groupadd | Lukas Slebodnik | 2013-11-27 | 4 | -6/+4 | |
| | ||||||
* | Remove unused parameter from useradd | Lukas Slebodnik | 2013-11-27 | 4 | -4/+2 | |
| | ||||||
* | Remove unused parameter from groupmod | Lukas Slebodnik | 2013-11-27 | 4 | -4/+2 | |
| | ||||||
* | Remove unused parameter from usermod | Lukas Slebodnik | 2013-11-27 | 5 | -5/+3 | |
| | ||||||
* | Remove unused parameter from mod_groups_member | Lukas Slebodnik | 2013-11-27 | 1 | -11/+10 | |
| | ||||||
* | Remove unused parameter from krb5_auth_store_creds | Lukas Slebodnik | 2013-11-27 | 1 | -3/+2 | |
| | ||||||
* | Remove unused parameter from krb5_auth_cache_creds | Lukas Slebodnik | 2013-11-27 | 1 | -3/+0 | |
| | ||||||
* | Remove unused parameter from sdap_save_netgroup | Lukas Slebodnik | 2013-11-27 | 1 | -4/+1 | |
| | ||||||
* | Remove unused parameter from sdap_process_missing_member_2307 | Lukas Slebodnik | 2013-11-27 | 1 | -4/+2 | |
| | ||||||
* | Remove unused parameter from sdap_add_group_member_2307 | Lukas Slebodnik | 2013-11-27 | 1 | -4/+3 | |
| | ||||||
* | Remove unused parameter from sdap_store_group_with_gid | Lukas Slebodnik | 2013-11-27 | 1 | -7/+3 | |
| | ||||||
* | Remove unused parameter from sdap_get_members_with_primary_gid | Lukas Slebodnik | 2013-11-27 | 1 | -4/+4 | |
| | ||||||
* | Remove unused parameter from sdap_save_user | Lukas Slebodnik | 2013-11-27 | 4 | -9/+3 | |
| | ||||||
* | Remove unused parameter from get_user_dn | Lukas Slebodnik | 2013-11-27 | 1 | -2/+1 | |
| | ||||||
* | Remove unused parameter from sss_selinux_extract_user | Lukas Slebodnik | 2013-11-27 | 3 | -3/+1 | |
| | ||||||
* | Fix parameter name. | Michal Zidek | 2013-11-27 | 2 | -9/+9 | |
| | | | | | | | We use '_' as prefix for output parameters. In function sysdb_get_rdn we wrongly used this prefix for input parameter, which caused some confusion when reading the code. | |||||
* | AD: Fix a typo in the man page | Jakub Hrozek | 2013-11-27 | 1 | -1/+1 | |
| | | | | https://fedorahosted.org/sssd/ticket/2154 | |||||
* | Missing parameter name in declaration. | Michal Zidek | 2013-11-27 | 1 | -2/+2 | |
| | ||||||
* | monitor: Specific error message for missing sssd.conf | Pavel Reichl | 2013-11-27 | 4 | -3/+16 | |
| | | | | | | | | Specific error message is logged for missing sssd.conf file. New sssd specific error value is introduced for this case. Resolves: https://fedorahosted.org/sssd/ticket/2156 | |||||
* | pac: fix potential memory leaks | Pavel Březina | 2013-11-22 | 1 | -5/+5 | |
| | ||||||
* | pac: fix double free | Pavel Březina | 2013-11-22 | 1 | -8/+6 | |
| | ||||||
* | LDAP: Search for original DN during auth if it's missing | Jakub Hrozek | 2013-11-20 | 1 | -16/+194 | |
| | | | | | | | | | Resolves: https://fedorahosted.org/sssd/ticket/2077 If during the LDAP authentication we find out that the originalDN to bind as is missing (because the ID module is not LDAP based), we can try to look up the user from LDAP without saving him just in order to receive the originalDN. | |||||
* | LDAP: Split out a request to search for a user w/o saving | Jakub Hrozek | 2013-11-20 | 2 | -33/+147 | |
| | | | | | | | | | | Related: https://fedorahosted.org/sssd/ticket/2077 Certain situations require that a user entry is downloaded for further inpection, but not saved to the sysdb right away. This patch splits the previously monolithic request into one that just downloads the data and one that uses the new one to download and save the user. | |||||
* | LDAP: Initialize user count for AD matching rule | Jakub Hrozek | 2013-11-18 | 1 | -1/+1 | |
| | | | | | | | https://fedorahosted.org/sssd/ticket/2157 If AD matching rule was selected, but the group was empty, the SSSD accessed random data. Initializing count to zero prevents that. | |||||
* | do not use default_domain_suffix with autofs | Aron Parsons | 2013-11-18 | 1 | -1/+1 | |
| | ||||||
* | TESTS: Remove test dir after successful tests | Lukas Slebodnik | 2013-11-18 | 1 | -1/+6 | |
| | | | | | test_utils removed files from test_dir before test execution, but files wasn't clean up after successful test execution. | |||||
* | TESTS: Link libsss_test_common with tevent | Lukas Slebodnik | 2013-11-18 | 1 | -1/+2 | |
| | | | | | Static library libsss_test_common calls tevent functions directly (in module common_tev.c), but it was not linked with tevent library. | |||||
* | monitor: Stop using unnecessary helper pointer. | Michal Zidek | 2013-11-15 | 1 | -8/+4 | |
| | | | | | | | | | We allocate memory using helper pointer 'buf' only to assign the address to another pointer. We should use the second pointer only. resolves: https://fedorahosted.org/sssd/ticket/1359 | |||||
* | krb5: Alignment warning reported by clang | Michal Zidek | 2013-11-15 | 1 | -7/+7 | |
| | | | | | | | Do not store address from byte buffer into pointer of diffrent type! https://fedorahosted.org/sssd/ticket/1359 | |||||
* | sss_client: Use SAFEALIGN_SETMEM_<type> macros where appropriate. | Michal Zidek | 2013-11-15 | 1 | -6/+3 | |
| | | | | https://fedorahosted.org/sssd/ticket/1359 | |||||
* | Update CIFS plugin for Well-Known SID support | Sumit Bose | 2013-11-15 | 1 | -16/+0 | |
| | ||||||
* | nss: check for Well-Known SIDs in SID based requests | Sumit Bose | 2013-11-15 | 3 | -0/+361 | |
| | ||||||
* | nss-srv-tests: check packet status | Sumit Bose | 2013-11-15 | 1 | -14/+50 | |
| | | | | | | Besides checking the content of output packets it might also be useful to check the status. This is e.g. important if no results are expected and the status should be set to ENOENT and not to any other error code. | |||||
* | Add utility to handle Well-Known SIDs | Sumit Bose | 2013-11-15 | 4 | -1/+430 | |
| | ||||||
* | Add sss_tc_fqname2() | Sumit Bose | 2013-11-15 | 2 | -0/+22 | |
| | | | | | sss_tc_fqname2() is similar to sss_tc_fqname() but expects domain and flat domain name as string arguments instead of a domain struct. | |||||
* | nss: save global name configuration to the nss context | Sumit Bose | 2013-11-15 | 2 | -0/+7 | |
| | ||||||
* | sss_names_init: allow empty domain name | Sumit Bose | 2013-11-15 | 2 | -15/+141 | |
| | | | | | If no domain name is specified the global name pattern and regular expression will be returned. | |||||
* | Add sss_packet_get_status() | Sumit Bose | 2013-11-15 | 2 | -0/+10 | |
| | | | | | sss_packet_get_status() will currently only used to test if packets have the right status set. | |||||
* | SYSDB: Skip malformed netgroup attribute. | Lukas Slebodnik | 2013-11-15 | 1 | -1/+5 | |
| | | | | | | | | | | It was not easy find out why netgroup could not be covert into result entries. Problem was that nisNetgroupTriple contained unexpected string "(,user01)" This patch will ignore only malformed attribute and processing of netgroup will not fail. Resolves: https://fedorahosted.org/sssd/ticket/2137 | |||||
* | SYSDB: Drop redundant sysdb_ctx parameter from sysdb.c | Michal Zidek | 2013-11-15 | 20 | -115/+89 | |
| | ||||||
* | SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2) | Michal Zidek | 2013-11-15 | 43 | -490/+372 | |
| | ||||||
* | SYSDB: Drop the sysdb_ctx parameter from the sysdb_sudo.c module | Jakub Hrozek | 2013-11-15 | 7 | -74/+53 | |
| | ||||||
* | SYSDB: Drop the sysdb_ctx parameter from the sysdb_idmap module | Jakub Hrozek | 2013-11-15 | 3 | -22/+16 | |
| | ||||||
* | SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1) | Michal Zidek | 2013-11-15 | 22 | -239/+159 | |
| | ||||||
* | SYSDB: Drop the sysdb_ctx parameter from the sysdb_ssh module | Michal Zidek | 2013-11-15 | 5 | -45/+28 | |
| | ||||||
* | SYSDB: Drop the sysdb_ctx parameter from the sysdb_services module | Michal Zidek | 2013-11-15 | 11 | -97/+71 | |
| | ||||||
* | SYSDB: Drop the sysdb_ctx parameter from the sysdb_search module | Michal Zidek | 2013-11-15 | 31 | -182/+99 | |
| |