summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-03-17Fix a series of memory leaks in the SBUSStephen Gallagher5-17/+30
2010-03-17Add UK translationYuri Chornoivan2-0/+877
2010-03-17use logfiles for debug messagesRalf Haferkamp1-1/+1
2010-03-17Fixes for client communicationSumit Bose2-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-15Fixed buffer alignment in exchange_credentials().George McCollister2-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-15Fix segfault in the locator pluginJakub Hrozek1-25/+26
2010-03-15Updating PT translation for 1.1.0Rui Gouveia1-0/+5
2010-03-15Updating ES translation for 1.1.0Héctor Daniel Cabrera1-2/+7
2010-03-15Updating PL translation for 1.1.0Piotr Drąg1-2/+6
2010-03-15Properly handle dbus send attempts on a closed connectionStephen Gallagher7-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-15Updating translation files for string freeze.Stephen Gallagher12-24/+72
2010-03-15Prompt for old password even when running as rootRalf Haferkamp1-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-15Warn user about an expired passwordRalf Haferkamp1-1/+6
2010-03-15Fixed authentication check for CHAUTHTOK_PRELIMRalf Haferkamp1-1/+1
When changing passwords, treat SDAP_AUTH_PW_EXPIRED as a successful authentication in SSS_PAM_CHAUTHTOK_PRELIM.
2010-03-15Fixed check for expired passwordsRalf Haferkamp1-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-15Updating zh_TW translationCheng-Chia Tseng1-144/+165
2010-03-15Update translations for string freezeStephen Gallagher12-577/+697
2010-03-15Remove unused M4 codeJakub Hrozek1-14/+0
2010-03-15Flush NSCD cache after modifying local databaseJakub Hrozek9-1/+153
Fixes: #221
2010-03-12Add krb5_kpasswd optionSumit Bose12-71/+373
2010-03-12Fix build when check-devel is not installedStephen Gallagher4-86/+115
tests/common.c is now required by all tests (check-based and not), so we need to properly ifdef it
2010-03-11Write the IP address of the KDC to the kdcinfo fileSumit Bose3-58/+63
2010-03-11Add expandable sequences to krb5_ccachedirSumit Bose8-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-11Fix memberof calculation when deleting groupsSimo Sorce1-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-11Updating PL translationPiotr Drąg1-27/+28
2010-03-11Updating PT translationRui Gouveia1-27/+27
2010-03-11Add better checks on PAM socketSumit Bose4-5/+266
- check if the public socket belongs to root and has 0666 permissions - use a SCM_CREDENTIALS message if available
2010-03-09Adding empty zh_TW translation filesCheng-Chia Tseng2-0/+817
2010-03-09Update ES translationHéctor Daniel Cabrera1-27/+27
2010-03-09Update POTFILES.in to include missing translatable stringsStephen Gallagher12-1803/+3009
Updates the .po files to add these strings.
2010-03-09Add ID translation for SSSD 1.1.0Stephen Gallagher2-0/+728
2010-03-09Updating ES translation for 1.1.0Héctor Daniel Cabrera1-3/+4
2010-03-09Updating PT translation for 1.1.0Rui Gouveia1-7/+7
2010-03-09Updating PL translation for 1.1Piotr Drąg1-3/+3
2010-03-08Update translatable strings for string freezeStephen Gallagher10-241/+326
2010-03-08Add simple access providerSumit Bose9-5/+540
2010-03-08Make filter_users and filter_groups also per-domainJakub Hrozek4-14/+118
Fixes: #290
2010-03-08Updating ES translationHéctor Daniel Cabrera1-106/+101
2010-03-08Package example logrotate scriptJakub Hrozek2-0/+12
2010-03-08Reopen logs when SIGHUP is caughtJakub Hrozek9-3/+62
Upon receiving SIGHUP, the monitor signals all services to reopen their debug logs. It is also possible to signal individual services to reopen their particular files. Fixes: #332
2010-03-08Do not run negative resolv test with no networkJakub Hrozek1-3/+73
One of our resolv tests tries to resolve a nonexistent hostname. Do not run this test unless we are explicitly told that a network connection is available (-n). Also do not automatically resolving localhost.
2010-03-08Fixed alignment problems in nss client/serverGeorge McCollister4-13/+37
I fixed a handful of alignment problems in sss_client and nss responder. Enumerating group and passwd with getgrent and getpwent now works correctly on ARM. Signed-off-by: George McCollister <georgem@novatech-llc.com>
2010-03-08groupshow: only show all parents in recursive modeJakub Hrozek2-21/+225
2010-03-04Fix debug_timestampsSimo Sorce1-0/+1
It was broken when the default was changed, making it impossible to silence from the config file.
2010-03-04Add forgotten \n in DEBUG statementsMartin Nagy15-33/+33
Logs from confdb with missing '\n' in the DEBUG statements annoyed me so I decided to fix them. I also made a quick grep through the code and found other places so I fixed them too.
2010-03-04Make confdb_init's confdb_location parameter constMartin Nagy2-2/+2
2010-03-04Eliminate monitor reconfigStephen Gallagher4-380/+4
We disabled live reconfiguration a long time ago with the intent of fixing it so that it wasn't completely broken, but we've decided that live updates are too delicate to handle all cases gracefully. For the forseeable future, we will rely on process restart for updating the configuration. Furthermore, we had not completely disabled live updates. It would still attempt to run if we sent a SIGHUP. This has also been eliminated.
2010-03-04Add --with-test-dir option to configureStephen Gallagher19-21/+113
All 'make check' tests will chdir() into this directory before running the suite. This provides the option of having temporary files generated in a tmpfs or ramdisk
2010-03-04Define _GNU_SOURCE in pam_sss.c.George McCollister1-0/+4
_GNU_SOURCE needs to be defined when using strndup. Signed-off-by: George McCollister <georgem@novatech-llc.com>
2010-03-04Updating PL translationPiotr Drąg1-9/+6