Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAN: Fix minor typo in ldap_search_base section | Stephen Gallagher | 2012-08-10 | 1 | -1/+1 |
| | |||||
* | Don't use server after SRV data collapsed | Jakub Hrozek | 2012-08-09 | 1 | -5/+8 |
| | |||||
* | SRV resolution for backup servers should not be permitted. | Michal Zidek | 2012-08-09 | 5 | -6/+37 |
| | | | | https://fedorahosted.org/sssd/ticket/1463 | ||||
* | Change default for ldap_idmap_range_min to 200000 | Jakub Hrozek | 2012-08-09 | 4 | -4/+4 |
| | | | | https://fedorahosted.org/sssd/ticket/1462 | ||||
* | Abort PAM access phase if HBAC does not return PAM_SUCCESS | Jakub Hrozek | 2012-08-09 | 1 | -0/+1 |
| | |||||
* | Backward GOTOs rewritten into do-while loops. | Ondrej Kos | 2012-08-09 | 2 | -245/+271 |
| | |||||
* | Change default value of ldap_sasl_string to host/hostname@REALM in man page. | Michal Zidek | 2012-08-09 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1464 | ||||
* | Replaced "id_max" & "id_min" | Ondrej Kos | 2012-08-08 | 1 | -4/+4 |
| | |||||
* | Allocate on top of a talloc context, not NULL | Jakub Hrozek | 2012-08-08 | 1 | -0/+3 |
| | |||||
* | Always mark SRV servers as primary | Jakub Hrozek | 2012-08-07 | 1 | -0/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1459 | ||||
* | Remove SYSDB_SUDO_CACHE_OC from attribute lists | Pavel Březina | 2012-08-07 | 2 | -2/+0 |
| | | | | It is not an attribute. | ||||
* | Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OC | Pavel Březina | 2012-08-07 | 5 | -8/+8 |
| | | | | | It does not contain name of the object class attribute but the value itself. I renamed it to avoid confusion. | ||||
* | Remove redefinition of some SYSDB_* macros | Pavel Březina | 2012-08-07 | 1 | -10/+0 |
| | |||||
* | Subdomains: Send the DP reply in the correct format | Jakub Hrozek | 2012-08-07 | 1 | -14/+41 |
| | | | | | The DP was sending the reply in a format the responder did not expect, so the responder always failed to parse the message. | ||||
* | monitor: set debug level when unable to load configuration | Pavel Březina | 2012-08-07 | 1 | -0/+6 |
| | | | | | | | | | https://fedorahosted.org/sssd/ticket/1345 When the monitor is unable to load configuration and non debug level is set (e.g. when sssd is started via 'service'), none message was saved into logs. This patch forces debug messages to be written in this scenario. | ||||
* | Failover: Return last tried server if it's still being tried | Jakub Hrozek | 2012-08-07 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | In the failover, we treat both KDC and LDAP on the IPA server as a single "port", numbered 0. This was done in order to make sure that the SSSD always talks to the same server for both LDAP and Kerberos. However, this clever hack breaks when the IPA provider needs to establish an GSSAPI encrypted LDAP connection because we're asking the fail over code to yield a server while no server has yet been marked as tried. This triggers a fail over for the KDC, so in effect, the TGT is received from second server. If the second server is not available for some reason, the whole provider goes offline. The fail over needs to detect that the server asked for is still being resolved and return the same pointer. | ||||
* | Add end of line to debug message | Pavel Březina | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | IPA: Securely set umask for mkstemp in subdomain provider | Stephen Gallagher | 2012-08-06 | 1 | -0/+3 |
| | | | | https://fedorahosted.org/sssd/ticket/1457 | ||||
* | SYSDB: Use ldb_msg_add_string for simple string additions | Jakub Hrozek | 2012-08-06 | 3 | -12/+12 |
| | |||||
* | IPA: Do not attempt to close the same file twice | Stephen Gallagher | 2012-08-06 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1456 | ||||
* | shadow attributes can contain -1 | Pavel Březina | 2012-08-06 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1393 | ||||
* | SYSDB: Check the return value | Jakub Hrozek | 2012-08-06 | 1 | -0/+1 |
| | |||||
* | Removed unused variable assignment | Ondrej Kos | 2012-08-06 | 1 | -2/+0 |
| | | | | https://fedorahosted.org/sssd/ticket/1453 | ||||
* | SSSDConfig: Fix nonfunctional SSSDDomain.remove_provider() | Stephen Gallagher | 2012-08-05 | 2 | -0/+10 |
| | | | | | | Also adds a regression test to the unit test suite. https://fedorahosted.org/sssd/ticket/1388 | ||||
* | Fix the version number | Jakub Hrozek | 2012-08-03 | 1 | -1/+1 |
| | | | | | The version number was set incorrectly to the value that should have been set when we release the 1.9.0 final version. | ||||
* | tests: build sysdb ssh tests conditionally | Pavel Březina | 2012-08-03 | 1 | -1/+4 |
| | |||||
* | Fix various typos in documentation. | Yuri Chornoivan | 2012-08-03 | 4 | -5/+5 |
| | |||||
* | Don't call fo_set_{server,port}_status for SRV servers | Jakub Hrozek | 2012-08-03 | 1 | -2/+3 |
| | | | | This bug was producing harmless, but annoying error messages. | ||||
* | Return value of fread in src/tools/sss_debuglevel.c no longer ignored. | Michal Zidek | 2012-08-03 | 1 | -1/+9 |
| | | | | https://fedorahosted.org/sssd/ticket/1426 | ||||
* | Bumping version for the 1.9.0 release | Jakub Hrozek | 2012-08-01 | 1 | -1/+1 |
| | |||||
* | Update translations for 1.9.0 beta 6 releasesssd-1_9_0_beta6sssd-1_8_96 | Jakub Hrozek | 2012-08-01 | 31 | -8488/+14955 |
| | |||||
* | Create a domain-realm mapping for krb5.conf to be included | Jakub Hrozek | 2012-08-01 | 3 | -0/+137 |
| | | | | | | | | When new subdomains are discovered, the SSSD creates a file that includes the domain-realm mappings. This file can in turn be included in the krb5.conf using the includedir directive, such as: includedir /var/lib/sss/pubconf/realm_mappings | ||||
* | Add automatic periodic retrieval of subdomains | Simo Sorce | 2012-08-01 | 1 | -1/+44 |
| | |||||
* | Add online callback to enumerate subdomains | Simo Sorce | 2012-08-01 | 1 | -24/+49 |
| | |||||
* | Limit refreshes keeping track of last refresh time | Simo Sorce | 2012-08-01 | 1 | -26/+46 |
| | |||||
* | Change refreshing of subdomains | Simo Sorce | 2012-08-01 | 6 | -90/+185 |
| | | | | | | | | | This patch keeps a local copy of the subdomains in the ipa subdomains plugin context. This has 2 advantages: 1. allows to check if anything changed w/o always hitting the sysdb. 2. later will allows us to dump this information w/o having to retrieve it again. The timestamp also allows to avoid refreshing too often. | ||||
* | Expose an initializer function from subdomain | Simo Sorce | 2012-08-01 | 3 | -32/+46 |
| | | | | | | Instead of exporting internal structures, expose an initilizer function like the autofs code and initialize everything inside the ipa_subdomains.c file. | ||||
* | Add realm paramter to subdomain list | Simo Sorce | 2012-08-01 | 4 | -6/+93 |
| | | | | This will be used later for setting domain_realm mappings in krb5.conf | ||||
* | Use a more tractable name for subdomain request | Simo Sorce | 2012-08-01 | 3 | -10/+8 |
| | | | | | I am all for readable names, but there is a tradeof between expressing purpose and compactness. | ||||
* | 80 col and style fixes | Simo Sorce | 2012-08-01 | 1 | -20/+48 |
| | | | | | | | Something like this: sysdb = (be_req->sysdb)?be_req->sysdb:be_req->be_ctx->sysdb; really is not readable, and we always discourage using obfuscated C, please refrain in future. | ||||
* | Make structure initializer more readable | Simo Sorce | 2012-08-01 | 1 | -7/+15 |
| | |||||
* | Fix return error and debug message | Simo Sorce | 2012-08-01 | 1 | -2/+7 |
| | | | | | | The debuf message was trying to print the number of returned entries, but no integer was provided. Return ENOENT as the error for when there are no entries, not EINVAL. | ||||
* | Use ldb_msg_add_string with bare strings | Simo Sorce | 2012-08-01 | 1 | -9/+7 |
| | |||||
* | Fix wrong elements used in comparison | Simo Sorce | 2012-08-01 | 2 | -3/+3 |
| | |||||
* | Fix double semi-colons | Simo Sorce | 2012-08-01 | 1 | -5/+5 |
| | |||||
* | 80 columns police | Simo Sorce | 2012-08-01 | 1 | -8/+13 |
| | |||||
* | tests: Remove useless consts | Simo Sorce | 2012-08-01 | 1 | -27/+15 |
| | | | | | Declaring a bunch of structures as const and then wrapping all uses in discard_const_p() is a bit silly. Remove all these useless decorations. | ||||
* | Change subdomain_info | Simo Sorce | 2012-08-01 | 6 | -41/+47 |
| | | | | | Rename the structure to use a standard name prefix so it is properly name-spaced, in preparation for changing the structure itself. | ||||
* | First-boot sss_seed tool | Nick Guay | 2012-08-01 | 7 | -3/+1011 |
| | |||||
* | Fix bad check | Jakub Hrozek | 2012-08-01 | 1 | -1/+1 |
| |