Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-09 | IPA: Check nsAccountLock during PAM_ACCT_MGMT | Stephen Gallagher | 5 | -1/+70 | |
https://fedorahosted.org/sssd/ticket/1227 | |||||
2012-03-09 | LDAP: Make sdap_access_send/recv public | Stephen Gallagher | 2 | -12/+17 | |
We want to consume this in the IPA provider. | |||||
2012-03-08 | Fix nested groups processing | Jakub Hrozek | 1 | -26/+60 | |
Instead of keeping the number of parent groups in "state" and having to reset the count when moving to another group on the same level, keep track of the all groups on a particular level along with their parents and parent count. | |||||
2012-03-08 | Handle errors from lookup_netgr_step gracefully | Jakub Hrozek | 1 | -3/+10 | |
2012-03-08 | Save original name into the in-memory cache | Jakub Hrozek | 1 | -1/+1 | |
2012-03-08 | Properly terminate GIT_CHECKOUT | Stephen Gallagher | 1 | -0/+1 | |
Accidentally removed the endif in the patch removing 'make experimental-rpms' | |||||
2012-03-08 | Build experimental features by default in RPMs | Stephen Gallagher | 2 | -13/+2 | |
2012-03-08 | Make RPM spec more explicit | Stephen Gallagher | 1 | -2/+20 | |
It will be easier to catch errors at build-time | |||||
2012-03-08 | Prune python provides correctly | Stephen Gallagher | 1 | -5/+8 | |
2012-03-08 | Use the correct hash table for pending requests | Simo Sorce | 7 | -10/+14 | |
The function that handled pending requests on reconnect was checking an orphaned global variable that was never used, redenring the whole function uselsess. This fixes a very nasty bug that was causing requests for which we never received an answer for (for example because the backend failed and was restarted) to be never removed and therefore causing a black hole effect for any other request of the same type. Fixes: https://fedorahosted.org/sssd/ticket/1229 | |||||
2012-03-08 | Only free returned values on success | Jakub Hrozek | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/1237 | |||||
2012-03-08 | Autofs: operate on contents of double-pointer, not address | Jakub Hrozek | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/1234 | |||||
2012-03-08 | Detect cycle in the fail over on subsequent resolve requests only | Jakub Hrozek | 5 | -23/+28 | |
2012-03-06 | Search netgroups by alias, too | Jakub Hrozek | 2 | -3/+5 | |
https://fedorahosted.org/sssd/ticket/1228 | |||||
2012-03-06 | krb5_child: set debugging sooner | Jakub Hrozek | 2 | -23/+35 | |
2012-03-06 | Only do one cycle when resolving a server | Jakub Hrozek | 7 | -37/+105 | |
https://fedorahosted.org/sssd/ticket/1214 | |||||
2012-03-05 | Use proper errno code | Jakub Hrozek | 1 | -1/+1 | |
2012-03-05 | DP: Reorganize memory hierarchy of requests | Stephen Gallagher | 1 | -24/+108 | |
This function alters the memory hierarchy of the be_req to ensure memory safety during shutdown. It creates a spy on the be_cli object so that it will free the be_req if the client is freed. It is generally allocated atop the private data context for the appropriate back-end against which it is being filed. https://fedorahosted.org/sssd/ticket/1226 | |||||
2012-03-05 | IPA: Fix segfault with srchost functionality enabled | Stephen Gallagher | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1215 | |||||
2012-03-02 | Hide --debug option in sss_debuglevel | Pavel Březina | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1224 | |||||
2012-03-01 | IPA: Set the DNS discovery domain to match ipa_domain | Stephen Gallagher | 5 | -8/+17 | |
https://fedorahosted.org/sssd/ticket/1217 | |||||
2012-02-29 | Handle cases where UID is -1 | Stephen Gallagher | 1 | -6/+1 | |
Also removes an unnecessary range check (since it's already handled by strtoint32() https://fedorahosted.org/sssd/ticket/1216 | |||||
2012-02-29 | Remove sysdb_get_ctx_from_list() | Sumit Bose | 10 | -91/+53 | |
2012-02-29 | Keep sysdb context in domain info struct | Sumit Bose | 9 | -51/+105 | |
2012-02-29 | Fix the script path | Jan Zeleny | 1 | -1/+1 | |
2012-02-29 | Fix typo in script name | Stephen Gallagher | 1 | -1/+1 | |
2012-02-28 | Include new manpages in translations | Stephen Gallagher | 1 | -0/+6 | |
2012-02-28 | Include the debug_level upgrade tool in the tarball | Stephen Gallagher | 1 | -0/+1 | |
2012-02-28 | Fix typo in autofs option description | Stephen Gallagher | 1 | -1/+1 | |
2012-02-27 | PAM: Don't send PAM_SYSTEM_INFO message if module unset | Stephen Gallagher | 1 | -7/+3 | |
We now have a session module that is only available for the IPA provider. We should not be logging noisily that other providers do not have the session provider configured. https://fedorahosted.org/sssd/ticket/1211 | |||||
2012-02-27 | Include missing source files to the list of source files which contain ↵ | Jan Cholasta | 1 | -0/+4 | |
translatable strings | |||||
2012-02-27 | SSH: Update sss_ssh_knownhostsproxy manual page | Jan Cholasta | 1 | -15/+4 | |
2012-02-27 | SSH: Remove unused --file option of sss_ssh_knownhostsproxy | Jan Cholasta | 1 | -5/+0 | |
2012-02-27 | SSH: Replace blocking getaddrinfo call in the responder with asynchronous ↵ | Jan Cholasta | 4 | -27/+59 | |
resolver code | |||||
2012-02-27 | SSH: Use fchmod instead of chmod on known_hosts file | Jan Cholasta | 1 | -8/+4 | |
2012-02-27 | SSH: Add missing break statements to sss_ssh_format_pubkey | Jan Cholasta | 1 | -0/+2 | |
2012-02-27 | SSH: Add more debugging messages | Jan Cholasta | 5 | -8/+38 | |
2012-02-27 | SSH: Don't abort known_hosts update when host search fails | Jan Cholasta | 1 | -1/+1 | |
2012-02-27 | AUTOFS: speed up the client by requesting multiple entries at once | Jakub Hrozek | 3 | -78/+239 | |
https://fedorahosted.org/sssd/ticket/1166 | |||||
2012-02-27 | Eliminate build-time requirement for nscd | Stephen Gallagher | 3 | -12/+12 | |
We will now use the autodetected location if available, or else fall back to a value provided by --with-nscd in configure and finally resort to a hard-coded default of /usr/sbin/nscd. | |||||
2012-02-26 | LDAP: Remove unnecessary filter sanitize | Stephen Gallagher | 1 | -11/+5 | |
The orig_dn here isn't being passed to a filter and therefore must not be santized, as the sanitization process would break DNs that contain (among other things) parentheses. | |||||
2012-02-26 | SSH: Manage global known_hosts file in the responder | Jan Cholasta | 3 | -78/+136 | |
https://fedorahosted.org/sssd/ticket/1193 | |||||
2012-02-26 | SSH: Continue connecting to SSH server even when SSSD is not running in ↵ | Jan Cholasta | 1 | -112/+85 | |
sss_ssh_knownhostsproxy Additionally, don't drop the connection when the sss_ssh_knownhostsproxy process receives a signal. https://fedorahosted.org/sssd/ticket/1179 https://fedorahosted.org/sssd/ticket/1184 | |||||
2012-02-26 | UTIL: Add function for atomic I/O | Jan Cholasta | 2 | -0/+44 | |
2012-02-26 | SSH: Refactor responder and client common code | Jan Cholasta | 7 | -170/+301 | |
2012-02-26 | SSH: Save SSH host name aliases | Jan Cholasta | 6 | -42/+120 | |
2012-02-24 | Modifications to simplify list_missing_attrs | Jan Zeleny | 8 | -44/+21 | |
2012-02-24 | Delete missing attributes from netgroups to be stored | Jan Zeleny | 6 | -4/+45 | |
https://fedorahosted.org/sssd/ticket/1136 | |||||
2012-02-24 | SELinux related attributes added to config API | Jan Zeleny | 2 | -1/+11 | |
2012-02-24 | IPA hosts refactoring | Jan Zeleny | 18 | -154/+156 | |