summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add krb5_kpasswd optionSumit Bose2010-03-1212-71/+373
|
* Fixing verbosity and formatting of the INI unit test.Dmitri Pal2010-03-121-132/+197
|
* Do not generate man pages for COLLECION for now.Dmitri Pal2010-03-121-2/+2
|
* 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-0810-5/+542
|
* Add BuildRequires for doxygenStephen Gallagher2010-03-081-0/+1
| | | | This is needed to create the collection documentation
* Make filter_users and filter_groups also per-domainJakub Hrozek2010-03-084-14/+118
| | | | Fixes: #290
* Package libcollection documentation into libcollection-develStephen Gallagher2010-03-084-4/+14
|
* Documentation for collection interfaceDmitri Pal2010-03-089-880/+5171
| | | | | Passed through the interface and changed the comments to comply with the collection interface.
* Updating ES translationHéctor Daniel Cabrera2010-03-081-106/+101
|
* Package example logrotate scriptJakub Hrozek2010-03-083-0/+17
|
* Reopen logs when SIGHUP is caughtJakub Hrozek2010-03-089-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
* Do not run negative resolv test with no networkJakub Hrozek2010-03-081-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.
* Fixed alignment problems in nss client/serverGeorge McCollister2010-03-084-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>
* groupshow: only show all parents in recursive modeJakub Hrozek2010-03-082-21/+225
|
* Fix debug_timestampsSimo Sorce2010-03-041-0/+1
| | | | | It was broken when the default was changed, making it impossible to silence from the config file.
* Add forgotten \n in DEBUG statementsMartin Nagy2010-03-0415-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.
* Make confdb_init's confdb_location parameter constMartin Nagy2010-03-042-2/+2
|
* Eliminate monitor reconfigStephen Gallagher2010-03-044-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.
* Add --with-test-dir option to configureStephen Gallagher2010-03-0419-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
* Define _GNU_SOURCE in pam_sss.c.George McCollister2010-03-041-0/+4
| | | | | _GNU_SOURCE needs to be defined when using strndup. Signed-off-by: George McCollister <georgem@novatech-llc.com>
* Run 'make check' during rpmbuildStephen Gallagher2010-03-041-1/+4
|
* Updating PL translationPiotr Drąg2010-03-041-9/+6
|
* Updating PT translationRui Gouveia2010-03-041-15/+18
|
* Improve safe alignment buffer handling macrosSimo Sorce2010-03-035-64/+74
| | | | | | | | | Make the counter optional so that alignment safe macros can be used also where there is no counter to update. Change arguments names so that they are not deceiving (ptr normlly identify a pointer) Turn the memcpy substitute into an inline function so that passing a pointer to rp and checking for it doesn't make the compiler spit lots of warnings.
* proxy: use correct _recv functionSimo Sorce2010-03-031-1/+1
|
* Update version to 1.1.0Stephen Gallagher2010-02-251-1/+1
|
* Fix release script to handle version numbers with multiple digitsStephen Gallagher2010-02-251-1/+1
|
* Update translations for releasesssd-1_0_99Stephen Gallagher2010-02-2510-667/+795
|
* Fix check for values of expiration limitsJakub Hrozek2010-02-252-3/+3
| | | | | There were inconsistencies between what sssd.conf manpage said and what the code enforces.
* Remove a check that was left behindJakub Hrozek2010-02-251-7/+1
| | | | | When refactoring talloc_asprintf calls a check was left behind that cased the backend to go offline immediately.
* Better cleanup task handlingJakub Hrozek2010-02-2311-39/+263
| | | | | | | | | | | | | | | | Implements a different mechanism for cleanup task. Instead of just deleting expired entries, this patch adds a new option account_cache_expiration for domains. If an entry is expired and the last login was more days in the past that account_cache_expiration, the entry is deleted. Groups are deleted if they are expired and and no user references them (no user has memberof: attribute pointing at that group). The parameter account_cache_expiration is not LDAP-specific, so that other future backends might use the same timeout setting. Fixes: #391
* Store lastLogin attribute when authenticating onlineJakub Hrozek2010-02-231-0/+5
|
* Revert "Change default for enumeration to TRUE"Stephen Gallagher2010-02-232-2/+2
| | | | This reverts commit 75a9f18ad8ac6e885ac34cdeebc4d8f8734713f8.
* Include hour in 'make prerelease-rpms'Stephen Gallagher2010-02-231-2/+2
|
* Do not check entries during cleanup taskJakub Hrozek2010-02-233-82/+60
| | | | | | | Do not attempt to validate expired entries in cache, just delete them. Also increase the cache timeouts. Fixes: #331