Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix error message for ldap_start_tls | Stephen Gallagher | 2010-03-18 | 1 | -1/+1 | |
| | ||||||
* | Fix a series of memory leaks in the SBUS | Stephen Gallagher | 2010-03-17 | 5 | -17/+30 | |
| | ||||||
* | Add UK translation | Yuri Chornoivan | 2010-03-17 | 2 | -0/+877 | |
| | ||||||
* | use logfiles for debug messages | Ralf Haferkamp | 2010-03-17 | 1 | -1/+1 | |
| | ||||||
* | Fixes for client communication | Sumit Bose | 2010-03-17 | 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 | |||||
* | Fixing type conversion in INI interface. | Dmitri Pal | 2010-03-17 | 3 | -35/+197 | |
| | | | | Additional changes. | |||||
* | Fixed buffer alignment in exchange_credentials(). | George McCollister | 2010-03-15 | 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> | |||||
* | Fix segfault in the locator plugin | Jakub Hrozek | 2010-03-15 | 1 | -25/+26 | |
| | ||||||
* | Convert collection to use sized values. | Dmitri Pal | 2010-03-15 | 3 | -75/+83 | |
| | | | | | | | This patch replaces int with int32_t, unsigned with uint32_t, long with int64_t, unsigned long with uint64_t as values that collection can store and hold. | |||||
* | Build and package libini_config docs | Stephen Gallagher | 2010-03-15 | 3 | -4/+3 | |
| | ||||||
* | Adding interface description using doxygen. | Dmitri Pal | 2010-03-15 | 4 | -161/+2728 | |
| | ||||||
* | Updating PT translation for 1.1.0 | Rui Gouveia | 2010-03-15 | 1 | -0/+5 | |
| | ||||||
* | Updating ES translation for 1.1.0 | Héctor Daniel Cabrera | 2010-03-15 | 1 | -2/+7 | |
| | ||||||
* | Updating PL translation for 1.1.0 | Piotr Drąg | 2010-03-15 | 1 | -2/+6 | |
| | ||||||
* | Clean up changelog for sssd.spec | Stephen Gallagher | 2010-03-15 | 1 | -39/+2 | |
| | | | | | | Since we don't keep the changelog up to date, it makes more sense to simply truncate it to always report that it is an automated build. | |||||
* | Use correct python macros in sssd.spec | Stephen Gallagher | 2010-03-15 | 1 | -2/+4 | |
| | | | | | | | | This patch brings our spec file into compliance with Fedora python requirements. See http://fedoraproject.org/wiki/Packaging/Python#Macros for more details | |||||
* | Properly handle dbus send attempts on a closed connection | Stephen Gallagher | 2010-03-15 | 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. | |||||
* | Updating translation files for string freeze. | Stephen Gallagher | 2010-03-15 | 12 | -24/+72 | |
| | ||||||
* | Prompt for old password even when running as root | Ralf Haferkamp | 2010-03-15 | 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. | |||||
* | Warn user about an expired password | Ralf Haferkamp | 2010-03-15 | 1 | -1/+6 | |
| | ||||||
* | Fixed authentication check for CHAUTHTOK_PRELIM | Ralf Haferkamp | 2010-03-15 | 1 | -1/+1 | |
| | | | | | When changing passwords, treat SDAP_AUTH_PW_EXPIRED as a successful authentication in SSS_PAM_CHAUTHTOK_PRELIM. | |||||
* | Fixed check for expired passwords | Ralf Haferkamp | 2010-03-15 | 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". | |||||
* | Updating zh_TW translation | Cheng-Chia Tseng | 2010-03-15 | 1 | -144/+165 | |
| | ||||||
* | Update translations for string freeze | Stephen Gallagher | 2010-03-15 | 12 | -577/+697 | |
| | ||||||
* | Remove unused M4 code | Jakub Hrozek | 2010-03-15 | 1 | -14/+0 | |
| | ||||||
* | Flush NSCD cache after modifying local database | Jakub Hrozek | 2010-03-15 | 9 | -1/+153 | |
| | | | | Fixes: #221 | |||||
* | Add krb5_kpasswd option | Sumit Bose | 2010-03-12 | 12 | -71/+373 | |
| | ||||||
* | Fixing verbosity and formatting of the INI unit test. | Dmitri Pal | 2010-03-12 | 1 | -132/+197 | |
| | ||||||
* | Do not generate man pages for COLLECION for now. | Dmitri Pal | 2010-03-12 | 1 | -2/+2 | |
| | ||||||
* | Fix build when check-devel is not installed | Stephen Gallagher | 2010-03-12 | 4 | -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 file | Sumit Bose | 2010-03-11 | 3 | -58/+63 | |
| | ||||||
* | Add expandable sequences to krb5_ccachedir | Sumit Bose | 2010-03-11 | 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. | |||||
* | Fix memberof calculation when deleting groups | Simo Sorce | 2010-03-11 | 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. | |||||
* | Updating PL translation | Piotr Drąg | 2010-03-11 | 1 | -27/+28 | |
| | ||||||
* | Updating PT translation | Rui Gouveia | 2010-03-11 | 1 | -27/+27 | |
| | ||||||
* | Add better checks on PAM socket | Sumit Bose | 2010-03-11 | 4 | -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 files | Cheng-Chia Tseng | 2010-03-09 | 2 | -0/+817 | |
| | ||||||
* | Update ES translation | Héctor Daniel Cabrera | 2010-03-09 | 1 | -27/+27 | |
| | ||||||
* | Update POTFILES.in to include missing translatable strings | Stephen Gallagher | 2010-03-09 | 12 | -1803/+3009 | |
| | | | | Updates the .po files to add these strings. | |||||
* | Add ID translation for SSSD 1.1.0 | Stephen Gallagher | 2010-03-09 | 2 | -0/+728 | |
| | ||||||
* | Updating ES translation for 1.1.0 | Héctor Daniel Cabrera | 2010-03-09 | 1 | -3/+4 | |
| | ||||||
* | Updating PT translation for 1.1.0 | Rui Gouveia | 2010-03-09 | 1 | -7/+7 | |
| | ||||||
* | Updating PL translation for 1.1 | Piotr Drąg | 2010-03-09 | 1 | -3/+3 | |
| | ||||||
* | Update translatable strings for string freeze | Stephen Gallagher | 2010-03-08 | 10 | -241/+326 | |
| | ||||||
* | Add simple access provider | Sumit Bose | 2010-03-08 | 10 | -5/+542 | |
| | ||||||
* | Add BuildRequires for doxygen | Stephen Gallagher | 2010-03-08 | 1 | -0/+1 | |
| | | | | This is needed to create the collection documentation | |||||
* | Make filter_users and filter_groups also per-domain | Jakub Hrozek | 2010-03-08 | 4 | -14/+118 | |
| | | | | Fixes: #290 | |||||
* | Package libcollection documentation into libcollection-devel | Stephen Gallagher | 2010-03-08 | 4 | -4/+14 | |
| | ||||||
* | Documentation for collection interface | Dmitri Pal | 2010-03-08 | 9 | -880/+5171 | |
| | | | | | Passed through the interface and changed the comments to comply with the collection interface. | |||||
* | Updating ES translation | Héctor Daniel Cabrera | 2010-03-08 | 1 | -106/+101 | |
| |