summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Updating strings for 1.1.0 releasesssd-1_1_0Stephen Gallagher2010-03-2213-144/+182
|
* Update zh_TW translationCheng-Chia Tseng2010-03-221-69/+101
|
* Ensure the SSSDConfig creates sssd.conf with the correct modeStephen Gallagher2010-03-222-4/+87
|
* Lower debug level of unexpected LDAP result codesSumit Bose2010-03-221-0/+5
|
* Add generic error messageJakub Hrozek2010-03-221-0/+4
|
* Fix config file error messageJakub Hrozek2010-03-222-2/+2
|
* Fix multiple errors with destructors.Simo Sorce2010-03-191-2/+22
| | | | | | | | | | | | | | | | | This commits cleans up 3 segfaults/valgrind errors due to access to freed memory. 1. The spy wasn't clearing conn_spy causing the svc_destructor to try to clear the spy destructor when the spy was already freed 2. get_config_service was not setting the svc_destrcutor on services depending on the orderof frees at exit this was causing the spy destructor to try to access freed memory because it was not neutralized when the service was freed. 3. at exit the mt_ctx could be freed before services causing the svc_destrcutor to try to access freed memory when removing the service from the service list in the monitor context.
* Fix invalid read cause by premature free of tmpctxSimo Sorce2010-03-191-13/+10
|
* Add missing ldap_tls_cacertdir option to SSSDConfig APIStephen Gallagher2010-03-181-0/+1
|
* Update PT translationRui Gouveia2010-03-181-8/+8
|
* Fix error message for ldap_start_tlsStephen Gallagher2010-03-181-1/+1
|
* Fix a series of memory leaks in the SBUSStephen Gallagher2010-03-175-17/+30
|
* Add UK translationYuri Chornoivan2010-03-172-0/+877
|
* use logfiles for debug messagesRalf Haferkamp2010-03-171-1/+1
|
* Fixes for client communicationSumit Bose2010-03-172-9/+17
| | | | | | | - catch all errors of send() and recv(), not only EAGAIN - check if send() or recv() return EWOULDBLOCK or EINTR - remove unused parameter from client_send() and client_recv() - fix a debugging message
* Fix segfault in the locator pluginJakub Hrozek2010-03-151-25/+26
|
* Updating PT translation for 1.1.0Rui Gouveia2010-03-151-0/+5
|
* Updating ES translation for 1.1.0Héctor Daniel Cabrera2010-03-151-2/+7
|
* Updating PL translation for 1.1.0Piotr Drąg2010-03-151-2/+6
|
* Properly handle dbus send attempts on a closed connectionStephen Gallagher2010-03-157-133/+109
| | | | | | | | dbus_connection_send_with_reply() will report success and return a NULL pending_reply when the connection is not open for communication. This patch creates a new wrapper around dbus_connection_send_with_reply() to properly detect this condition and report it as an error.
* Revert "Add better checks on PAM socket"Stephen Gallagher2010-03-154-266/+5
| | | | This reverts commit ff019cfb5d083a152361ec9ce3f233211ff3907a.
* Updating translation files for string freeze.Stephen Gallagher2010-03-1512-24/+72
|
* Prompt for old password even when running as rootRalf Haferkamp2010-03-151-2/+4
| | | | | When changing an expired password (during e.g. login) the PAM module needs to prompt for the old password even when running as root.
* Warn user about an expired passwordRalf Haferkamp2010-03-151-1/+6
|
* Fixed authentication check for CHAUTHTOK_PRELIMRalf Haferkamp2010-03-151-1/+1
| | | | | When changing passwords, treat SDAP_AUTH_PW_EXPIRED as a successful authentication in SSS_PAM_CHAUTHTOK_PRELIM.
* Fixed check for expired passwordsRalf Haferkamp2010-03-151-2/+4
| | | | | | When the user's password is expired it might also be indicated by the bind operation returning "INVALID_CREDENTIALS" with the ppolicy control's errorcode set to "PP_passwordExpired".
* Updating zh_TW translationCheng-Chia Tseng2010-03-151-144/+165
|
* Update translations for string freezeStephen Gallagher2010-03-1512-577/+697
|
* Remove unused M4 codeJakub Hrozek2010-03-151-14/+0
|
* Flush NSCD cache after modifying local databaseJakub Hrozek2010-03-159-1/+153
| | | | Fixes: #221
* Add krb5_kpasswd optionSumit Bose2010-03-1212-71/+373
|
* Fix build when check-devel is not installedStephen Gallagher2010-03-124-86/+115
| | | | | tests/common.c is now required by all tests (check-based and not), so we need to properly ifdef it
* Write the IP address of the KDC to the kdcinfo fileSumit Bose2010-03-113-58/+63
|
* Add expandable sequences to krb5_ccachedirSumit Bose2010-03-118-114/+773
| | | | | | | As with krb5_ccname_template sequences like %u can be used in the krb5_ccachedir parameter which are expanded at runtime. If the directory does not exist, it will be created. Depending on the used sequences it is created as a public or private directory.
* Fix memberof calculation when deleting groupsSimo Sorce2010-03-111-0/+5
| | | | | | With complex hierarchies it could happen that the group just deleted was re-added by mistake to the list of groups a user is member of, causing the user to have a stray memberof value in its entry.
* Updating PL translationPiotr Drąg2010-03-111-27/+28
|
* Updating PT translationRui Gouveia2010-03-111-27/+27
|
* Add better checks on PAM socketSumit Bose2010-03-114-5/+266
| | | | | - check if the public socket belongs to root and has 0666 permissions - use a SCM_CREDENTIALS message if available
* Adding empty zh_TW translation filesCheng-Chia Tseng2010-03-092-0/+817
|
* Update ES translationHéctor Daniel Cabrera2010-03-091-27/+27
|
* Update POTFILES.in to include missing translatable stringsStephen Gallagher2010-03-0912-1803/+3009
| | | | Updates the .po files to add these strings.
* Add ID translation for SSSD 1.1.0Stephen Gallagher2010-03-092-0/+728
|
* Updating ES translation for 1.1.0Héctor Daniel Cabrera2010-03-091-3/+4
|
* Updating PT translation for 1.1.0Rui Gouveia2010-03-091-7/+7
|
* Updating PL translation for 1.1Piotr Drąg2010-03-091-3/+3
|
* Update translatable strings for string freezeStephen Gallagher2010-03-0810-241/+326
|
* Add simple access providerSumit Bose2010-03-089-5/+540
|
* Make filter_users and filter_groups also per-domainJakub Hrozek2010-03-084-14/+118
| | | | Fixes: #290
* Updating ES translationHéctor Daniel Cabrera2010-03-081-106/+101
|
* Package example logrotate scriptJakub Hrozek2010-03-082-0/+12
|