Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-25 | Fix warnings from -Wmissing-field-initializers | Sumit Bose | 7 | -26/+28 | |
This patch removes some tab-indentations from pamsrv.c, too. | |||||
2010-03-25 | Set LDAP_OPT_RESTART for ldap_sasl_interactive_bind_s() | Sumit Bose | 1 | -0/+7 | |
This option is needed for the rare case where a poll() call during ldap_sasl_interactive_bind_s() is interrupted by a signal. LDAP_OPT_RESTART enables the handling of the EINTR error instead of returning an error. | |||||
2010-03-25 | Fix kinit after password change | Sumit Bose | 1 | -2/+6 | |
In an environment with slave KDCs and a central server where password changes are allowed the request for a new TGT immediately after the password change should be made against this server, because the slave server might not know the new password. To achieve this the Kerberos localtor plugin now returns the address of the kpasswd server as master_kdc. | |||||
2010-03-22 | Update zh_TW translation | Cheng-Chia Tseng | 1 | -69/+101 | |
2010-03-22 | Improvements for LDAP Password Policy support | Ralf Haferkamp | 6 | -20/+201 | |
Display warnings about remaining grace logins and password expiration to the user, when LDAP Password Policies are used. Improved detection if LDAP Password policies are supported by LDAP Server. | |||||
2010-03-22 | Ensure the SSSDConfig creates sssd.conf with the correct mode | Stephen Gallagher | 2 | -4/+87 | |
2010-03-22 | Lower debug level of unexpected LDAP result codes | Sumit Bose | 1 | -0/+5 | |
2010-03-22 | Add generic error message | Jakub Hrozek | 1 | -0/+4 | |
2010-03-22 | Fix config file error message | Jakub Hrozek | 2 | -2/+2 | |
2010-03-19 | Fix multiple errors with destructors. | Simo Sorce | 1 | -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. | |||||
2010-03-19 | Fix invalid read cause by premature free of tmpctx | Simo Sorce | 1 | -13/+10 | |
2010-03-18 | Add translated help text for ldap_tls_cacertdir | Stephen Gallagher | 1 | -1/+2 | |
2010-03-18 | Add missing ldap_tls_cacertdir option to SSSDConfig API | Stephen Gallagher | 1 | -0/+1 | |
2010-03-18 | Update PT translation | Rui Gouveia | 1 | -8/+8 | |
2010-03-18 | Fix error message for ldap_start_tls | Stephen Gallagher | 1 | -1/+1 | |
2010-03-17 | Fix a series of memory leaks in the SBUS | Stephen Gallagher | 5 | -17/+30 | |
2010-03-17 | Add UK translation | Yuri Chornoivan | 2 | -0/+877 | |
2010-03-17 | use logfiles for debug messages | Ralf Haferkamp | 1 | -1/+1 | |
2010-03-17 | Fixes for client communication | Sumit Bose | 2 | -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 | |||||
2010-03-15 | Fixed buffer alignment in exchange_credentials(). | George McCollister | 2 | -8/+16 | |
buf needs to be 32 bit aligned on ARM. Also made the fix on the server side. Signed-off-by: George McCollister <George.McCollister@gmail.com> | |||||
2010-03-15 | Fix segfault in the locator plugin | Jakub Hrozek | 1 | -25/+26 | |
2010-03-15 | Updating PT translation for 1.1.0 | Rui Gouveia | 1 | -0/+5 | |
2010-03-15 | Updating ES translation for 1.1.0 | Héctor Daniel Cabrera | 1 | -2/+7 | |
2010-03-15 | Updating PL translation for 1.1.0 | Piotr Drąg | 1 | -2/+6 | |
2010-03-15 | Properly handle dbus send attempts on a closed connection | Stephen Gallagher | 7 | -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. | |||||
2010-03-15 | Updating translation files for string freeze. | Stephen Gallagher | 12 | -24/+72 | |
2010-03-15 | Prompt for old password even when running as root | Ralf Haferkamp | 1 | -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. | |||||
2010-03-15 | Warn user about an expired password | Ralf Haferkamp | 1 | -1/+6 | |
2010-03-15 | Fixed authentication check for CHAUTHTOK_PRELIM | Ralf Haferkamp | 1 | -1/+1 | |
When changing passwords, treat SDAP_AUTH_PW_EXPIRED as a successful authentication in SSS_PAM_CHAUTHTOK_PRELIM. | |||||
2010-03-15 | Fixed check for expired passwords | Ralf Haferkamp | 1 | -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". | |||||
2010-03-15 | Updating zh_TW translation | Cheng-Chia Tseng | 1 | -144/+165 | |
2010-03-15 | Update translations for string freeze | Stephen Gallagher | 12 | -577/+697 | |
2010-03-15 | Remove unused M4 code | Jakub Hrozek | 1 | -14/+0 | |
2010-03-15 | Flush NSCD cache after modifying local database | Jakub Hrozek | 9 | -1/+153 | |
Fixes: #221 | |||||
2010-03-12 | Add krb5_kpasswd option | Sumit Bose | 12 | -71/+373 | |
2010-03-12 | Fix build when check-devel is not installed | Stephen Gallagher | 4 | -86/+115 | |
tests/common.c is now required by all tests (check-based and not), so we need to properly ifdef it | |||||
2010-03-11 | Write the IP address of the KDC to the kdcinfo file | Sumit Bose | 3 | -58/+63 | |
2010-03-11 | Add expandable sequences to krb5_ccachedir | Sumit Bose | 8 | -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. | |||||
2010-03-11 | Fix memberof calculation when deleting groups | Simo Sorce | 1 | -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. | |||||
2010-03-11 | Updating PL translation | Piotr Drąg | 1 | -27/+28 | |
2010-03-11 | Updating PT translation | Rui Gouveia | 1 | -27/+27 | |
2010-03-11 | Add better checks on PAM socket | Sumit Bose | 4 | -5/+266 | |
- check if the public socket belongs to root and has 0666 permissions - use a SCM_CREDENTIALS message if available | |||||
2010-03-09 | Adding empty zh_TW translation files | Cheng-Chia Tseng | 2 | -0/+817 | |
2010-03-09 | Update ES translation | Héctor Daniel Cabrera | 1 | -27/+27 | |
2010-03-09 | Update POTFILES.in to include missing translatable strings | Stephen Gallagher | 12 | -1803/+3009 | |
Updates the .po files to add these strings. | |||||
2010-03-09 | Add ID translation for SSSD 1.1.0 | Stephen Gallagher | 2 | -0/+728 | |
2010-03-09 | Updating ES translation for 1.1.0 | Héctor Daniel Cabrera | 1 | -3/+4 | |
2010-03-09 | Updating PT translation for 1.1.0 | Rui Gouveia | 1 | -7/+7 | |
2010-03-09 | Updating PL translation for 1.1 | Piotr Drąg | 1 | -3/+3 | |
2010-03-08 | Update translatable strings for string freeze | Stephen Gallagher | 10 | -241/+326 | |