Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-20 | SSSD fails to store users if any of the requested attribute is empty. | Michal Zidek | 1 | -0/+6 | |
https://fedorahosted.org/sssd/ticket/1440 | |||||
2012-09-20 | Add more debuginfo into ldap_child | Ondrej Kos | 1 | -23/+36 | |
https://fedorahosted.org/sssd/ticket/1225 krb5_child already updated before. Adding more debuginfo into ldap_child. Also old debug levels rewritten into new macros. | |||||
2012-09-20 | Add provider specific default regular expressions | Sumit Bose | 1 | -0/+62 | |
Fixes https://fedorahosted.org/sssd/ticket/1524 | |||||
2012-09-20 | DB: Cancel transaction in sysdb_store_user if sysdb_add_user fails | Jakub Hrozek | 1 | -1/+8 | |
2012-09-20 | SSH: Fix possible infinite loop when updating known_hosts | Jan Cholasta | 1 | -3/+1 | |
2012-09-20 | Missing resolv.conf should be non-fatal | Ariel Barria | 1 | -17/+43 | |
https://fedorahosted.org/sssd/ticket/1371 | |||||
2012-09-20 | LDB_ERR_INVALID_ATTRIBUTE_SYNTAX added to sysdb_error_to_errno. | Michal Zidek | 1 | -0/+2 | |
2012-09-20 | KRB5 child: handle more error codes gracefully | Jakub Hrozek | 1 | -31/+26 | |
This patch changes handling of krb5 child error codes so that it's on par with the 1.8 branch after Joschi Brauchle reviewed the 1.8 backport. | |||||
2012-09-20 | KRB5 child: Don't return System Error on empty password | Jakub Hrozek | 1 | -0/+4 | |
https://fedorahosted.org/sssd/ticket/1310 | |||||
2012-09-17 | Failover: use _srv_ when no primary server is defined | Pavel Březina | 4 | -46/+12 | |
https://fedorahosted.org/sssd/ticket/1521 | |||||
2012-09-13 | Updating the translations for the 1.9.0 RC1 release | Jakub Hrozek | 11 | -24/+94 | |
2012-09-13 | SELinux: Always use the default if it exists on the server | Jakub Hrozek | 3 | -33/+39 | |
https://fedorahosted.org/sssd/ticket/1513 This is a counterpart of the FreeIPA ticket https://fedorahosted.org/freeipa/ticket/3045 During an e-mail discussion, it was decided that * if the default is set in the IPA config object, the SSSD would use that default no matter what * if the default is not set (aka empty or missing), the SSSD would just use the system default and skip creating the login file altogether | |||||
2012-09-13 | DB: Always write the SELinux object to sysdb | Jakub Hrozek | 1 | -70/+8 | |
There's no point in checking if the object already exists because we always wipe the whole sysdb subtree. We were also immediatelly cancelling the transaction because we'd jump to goto, even though it was with EOK. | |||||
2012-09-13 | FO: Check server validity before setting status | Jakub Hrozek | 7 | -33/+49 | |
The list of resolved servers is allocated on the back end context and kept in the fo_service structure. However, a single request often resolves a server and keeps a pointer until the end of a request and only then gives feedback about the server based on the request result. This presents a big race condition in case the SRV resolution is used. When there are requests coming in in parallel, it is possible that an incoming request will invalidate a server until another request that holds a pointer to the original server is able to give a feedback. This patch simply checks if a server is in the list of servers maintained by a service before reading its status. https://fedorahosted.org/sssd/ticket/1364 | |||||
2012-09-13 | NSS: Fix off-by-one error in parse_getservbyname | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1438 | |||||
2012-09-12 | backend: initialize sudo only when it is enabled in services | Pavel Březina | 1 | -3/+63 | |
https://fedorahosted.org/sssd/ticket/1458 When the responder is disabled and sudo_provider is set explicitly, a warning is print and the module will be initialized. | |||||
2012-09-12 | be_process_init(): free ctx on error | Pavel Březina | 1 | -15/+21 | |
2012-09-12 | netgroup: resolve hostgroup membership correctly | Pavel Březina | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1519 IPA host refactoring changed mapping of memberOf attribute which caused SSSD being unable to retrieve membership of hostgroup when being interpreted as netgroup. | |||||
2012-09-12 | Remove obsolete comment | Simo Sorce | 1 | -5/+0 | |
Made obsolete by commit e2d17ea806d273784b621583dd0490c2f69f237d | |||||
2012-09-10 | KRB5: Add a missing string argument | Jakub Hrozek | 1 | -1/+2 | |
2012-09-10 | SYSDB: NULL-terminate the output of sysdb_get_{ranges,subdomains} | Jakub Hrozek | 3 | -4/+7 | |
2012-09-10 | KRB5: Return PAM_AUTH_ERR on incorrect password | Jakub Hrozek | 1 | -19/+32 | |
https://fedorahosted.org/sssd/ticket/1515 | |||||
2012-09-10 | KRB5: cancel the sysdb transaction on one place only | Jakub Hrozek | 1 | -1/+0 | |
https://fedorahosted.org/sssd/ticket/1516 If sysdb_set_user_attr failed, we would cancel the transaction, then go to the error handler and attempt to close it again. | |||||
2012-09-07 | Out-of-bounds read fix in hmac-sha-1 | Ondrej Kos | 1 | -1/+3 | |
2012-09-05 | Update translations for 1.9.0 beta 7 release | Jakub Hrozek | 14 | -6534/+13778 | |
2012-09-05 | SIGUSR2 should force SSSD to reread resolv.conf as well | Ariel Barria | 1 | -2/+19 | |
2012-09-05 | Don't terminate the same connection twice | Jakub Hrozek | 1 | -6/+0 | |
https://fedorahosted.org/sssd/ticket/1488 | |||||
2012-09-05 | Retry the next server if bind during LDAP auth times out | Jakub Hrozek | 1 | -1/+6 | |
2012-09-05 | SYSDB: Abort unit test if sysdb_getpwnam fails | Jakub Hrozek | 1 | -0/+3 | |
2012-09-05 | SYSDB: Commit transaction in sysdb_store_user | Jakub Hrozek | 1 | -17/+19 | |
2012-09-04 | Unify usage of sysdb transactions (part 2). | Michal Zidek | 9 | -270/+330 | |
2012-09-04 | Check flat names when searching for sub-domains as well | Sumit Bose | 1 | -1/+3 | |
2012-09-04 | SSH: Add support for OpenSSH-style public keys | Jan Cholasta | 1 | -13/+37 | |
2012-09-04 | SSH: Simplify public key formatting function | Jan Cholasta | 4 | -46/+12 | |
2012-09-04 | SSH: Return error code in SSH utility functions | Jan Cholasta | 4 | -29/+54 | |
2012-09-04 | Check if the SELinux login directory exists | Jakub Hrozek | 2 | -3/+12 | |
https://fedorahosted.org/sssd/ticket/1492 | |||||
2012-08-27 | Use PTHREAD_MUTEX_ROBUST to avoid deadlock in the client | Jakub Hrozek | 1 | -6/+90 | |
https://fedorahosted.org/sssd/ticket/1460 | |||||
2012-08-24 | Use new debug levels in validate_tgt() | Sumit Bose | 1 | -13/+16 | |
2012-08-24 | Fix fallback in validate_tgt() | Sumit Bose | 1 | -8/+20 | |
To validate a TGT a keytab entry from the client realm is preferred but if none ca be found the last entry should be used. But the entry was freed and zeroed before it could be used. This should also fix the trusted domain use case mentioned in https://fedorahosted.org/sssd/ticket/1396 although a different approach then suggested in the ticket is used. | |||||
2012-08-23 | Fix: IPv6 address with square brackets doesn't work. | Michal Zidek | 6 | -1/+67 | |
https://fedorahosted.org/sssd/ticket/1365 | |||||
2012-08-23 | Unify usage of sysdb transactions | Michal Zidek | 20 | -67/+270 | |
Removing bad examples of usage of sysdb_transaction_start/commit/end functions and making it more consistent (all files except of src/db/sysdb_*.c). | |||||
2012-08-23 | Typo in debug message (SSSd -> SSSD). | Michal Zidek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1434 | |||||
2012-08-23 | Clean up cache on server reinitialization | Pavel Březina | 5 | -4/+403 | |
https://fedorahosted.org/sssd/ticket/734 We successfully detect when the server is reinitialized by testing the new lastUSN value. The maximum USN values are set to zero, but the current cache content remains. This patch removes records that were deleted from the server. It uses the following approach: 1. remove entryUSN attribute from all entries 2. run enumeration 3. remove records that doesn't have entryUSN attribute updated We don't need to do this for sudo rules, they will be refreshed automatically during next smart/full refresh, or when an expired rule is deleted. | |||||
2012-08-23 | Consolidation of functions that make realm upper-case | Ondrej Kos | 5 | -31/+28 | |
2012-08-23 | AD context was set to null due to type mismatch | Ondrej Kos | 3 | -1/+14 | |
2012-08-21 | Remove compilation warning: ret may be uninitialized | Pavel Březina | 1 | -0/+2 | |
2012-08-21 | Unbreak build on RHEL5: replace ldap_destroy() with ldap_unbind_ext() | Pavel Březina | 1 | -1/+1 | |
ldap_destroy() is not present in RHEL5 | |||||
2012-08-21 | Close LDAP connection when unable to install TLS | Pavel Březina | 1 | -13/+13 | |
We were not closing LDAP connection when using SSL with invalid certificate. https://fedorahosted.org/sssd/ticket/1490 | |||||
2012-08-21 | accept_fd_handler: add missing return | Sumit Bose | 1 | -0/+1 | |
2012-08-21 | SYSDB: Make sysdb_attrs_get_el_int() public | Stephen Gallagher | 2 | -8/+10 | |
Also rename it to sysdb_attrs_get_el_ext() |