summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* i18n: Remove empty translationssssd-1_8_1Stephen Gallagher2012-03-1289-278775/+2066
| | | | Update translation files to the latest from Transifex
* IPA: Initialize hbac_ctx to NULLStephen Gallagher2012-03-121-1/+1
|
* Handle empty elements in proxy netgroups:Jakub Hrozek2012-03-091-3/+6
|
* Fix netgroup error handlingJakub Hrozek2012-03-091-17/+59
| | | | https://fedorahosted.org/sssd/ticket/1242
* SSH: Fix missing semicolonStephen Gallagher2012-03-091-1/+1
|
* Fixed resource leak in ssh client codeJan Zeleny2012-03-091-0/+1
|
* Add umask before mkstemp() call in SSH responderJan Zeleny2012-03-091-0/+3
|
* Fixed uninitialized pointer in SSH authorized keys clientJan Zeleny2012-03-091-1/+1
|
* Fixed uninitialized pointer in SSH known host proxyJan Zeleny2012-03-091-1/+1
|
* PROXY: Create fake user entries for group lookupsStephen Gallagher2012-03-091-3/+85
|
* Potential NULL-dereference in sudosrv_cmd_get_sudorulesPavel Březina2012-03-091-14/+12
| | | | https://fedorahosted.org/sssd/ticket/1236
* Use of unininitialized value in sss_sudo_parse_responsePavel Březina2012-03-091-0/+2
| | | | https://fedorahosted.org/sssd/ticket/1231
* Use of unininitialized value in sudosrv_cache_set_entry and ↵Pavel Březina2012-03-091-0/+2
| | | | | | sudosrv_cache_lookup_internal https://fedorahosted.org/sssd/ticket/1232
* Missing debug message if sdap_sudo_refresh_set_timer failsPavel Březina2012-03-091-1/+5
| | | | https://fedorahosted.org/sssd/ticket/1238
* Two memory leaks in sss_sudo_get_valuesPavel Březina2012-03-091-1/+4
| | | | https://fedorahosted.org/sssd/ticket/1235
* IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher2012-03-095-1/+70
| | | | https://fedorahosted.org/sssd/ticket/1227
* LDAP: Make sdap_access_send/recv publicStephen Gallagher2012-03-092-12/+17
| | | | We want to consume this in the IPA provider.
* Fix nested groups processingJakub Hrozek2012-03-081-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.
* Handle errors from lookup_netgr_step gracefullyJakub Hrozek2012-03-081-3/+10
|
* Save original name into the in-memory cacheJakub Hrozek2012-03-081-1/+1
|
* Properly terminate GIT_CHECKOUTStephen Gallagher2012-03-081-0/+1
| | | | | Accidentally removed the endif in the patch removing 'make experimental-rpms'
* Build experimental features by default in RPMsStephen Gallagher2012-03-082-13/+2
|
* Make RPM spec more explicitStephen Gallagher2012-03-081-2/+20
| | | | It will be easier to catch errors at build-time
* Prune python provides correctlyStephen Gallagher2012-03-081-5/+8
|
* Use the correct hash table for pending requestsSimo Sorce2012-03-087-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
* Only free returned values on successJakub Hrozek2012-03-081-3/+3
| | | | https://fedorahosted.org/sssd/ticket/1237
* Autofs: operate on contents of double-pointer, not addressJakub Hrozek2012-03-081-3/+3
| | | | https://fedorahosted.org/sssd/ticket/1234
* Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek2012-03-085-23/+28
|
* Search netgroups by alias, tooJakub Hrozek2012-03-062-3/+5
| | | | https://fedorahosted.org/sssd/ticket/1228
* krb5_child: set debugging soonerJakub Hrozek2012-03-062-23/+35
|
* Only do one cycle when resolving a serverJakub Hrozek2012-03-067-37/+105
| | | | https://fedorahosted.org/sssd/ticket/1214
* Use proper errno codeJakub Hrozek2012-03-051-1/+1
|
* DP: Reorganize memory hierarchy of requestsStephen Gallagher2012-03-051-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
* IPA: Fix segfault with srchost functionality enabledStephen Gallagher2012-03-051-1/+1
| | | | https://fedorahosted.org/sssd/ticket/1215
* Hide --debug option in sss_debuglevelPavel Březina2012-03-021-1/+1
| | | | https://fedorahosted.org/sssd/ticket/1224
* IPA: Set the DNS discovery domain to match ipa_domainStephen Gallagher2012-03-015-8/+17
| | | | https://fedorahosted.org/sssd/ticket/1217
* Fix the script pathJan Zeleny2012-03-011-1/+1
|
* Handle cases where UID is -1Stephen Gallagher2012-02-291-6/+1
| | | | | | | Also removes an unnecessary range check (since it's already handled by strtoint32() https://fedorahosted.org/sssd/ticket/1216
* Fix typo in script nameStephen Gallagher2012-02-291-1/+1
|
* Updating translations for SSSD 1.8.1Stephen Gallagher2012-02-2888-1059/+25696
|
* Include new manpages in translationsStephen Gallagher2012-02-281-0/+6
|
* Include the debug_level upgrade tool in the tarballStephen Gallagher2012-02-281-0/+1
|
* fix typos in manualYuri Chornoivan2012-02-282-2/+2
|
* Include missing source files to the list of source files which contain ↵Jan Cholasta2012-02-281-0/+4
| | | | translatable strings
* Fix typo in autofs option descriptionStephen Gallagher2012-02-281-1/+1
|
* Bump version to 1.8.1Stephen Gallagher2012-02-281-1/+1
|
* Updating translations for SSSD 1.8.0 releasesssd-1_8_0Stephen Gallagher2012-02-2856-2745/+63872
|
* Update version to 1.8.0Stephen Gallagher2012-02-281-1/+1
|
* PAM: Don't send PAM_SYSTEM_INFO message if module unsetStephen Gallagher2012-02-271-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
* SSH: Update sss_ssh_knownhostsproxy manual pageJan Cholasta2012-02-271-15/+4
|