summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove setent structure when callback is calledJakub Hrozek2012-02-135-22/+16
|
* Only fetch SELinux string if the user is foundJakub Hrozek2012-02-101-1/+2
|
* Fixed issue with netgroup update in IPA providerJan Zeleny2012-02-101-24/+34
| | | | | This issue led to a netgroup with one triple (-,-,domain) when it contained no triples on the IPA server.
* Use curly braces in pkgconfig metadata fileSumit Bose2012-02-101-1/+1
|
* SUDO responder: check if the input is a UTF-8 stringPavel Březina2012-02-101-0/+7
| | | | https://fedorahosted.org/sssd/ticket/1171
* Improve debug messages in sysdb_sudo_check_time()Pavel Březina2012-02-101-4/+16
|
* Fix group enumerationJakub Hrozek2012-02-102-2/+9
| | | | | | Also adds some more debugging and fixes a code style issue. https://fedorahosted.org/sssd/ticket/1182
* Add ssh service to sssd.api.confJan Cholasta2012-02-102-2/+7
|
* Add methods for activating and deactivating services to SSSDConfigJan Cholasta2012-02-103-0/+268
|
* fix typos in manualYuri Chornoivan2012-02-072-2/+2
|
* Updating translationsStephen Gallagher2012-02-0773-7264/+7993
|
* Two sssd-ldap manual pages fixesJakub Hrozek2012-02-071-4/+4
| | | | Reported by Marco Pizzoli
* AUTOFS: IPA providerJakub Hrozek2012-02-0713-31/+220
|
* Fix SSH compilation on RHEL5Jakub Hrozek2012-02-072-1/+6
|
* Updating translatable strings for string freezeStephen Gallagher2012-02-0673-23742/+59823
|
* Set version to 1.9devStephen Gallagher2012-02-061-1/+1
|
* Make sudo installation path configurable, install into libdir by defaultJakub Hrozek2012-02-075-4/+19
|
* SSH: OpenSSH known_hosts clientJan Cholasta2012-02-075-2/+534
|
* SSH: OpenSSH authorized_keys clientJan Cholasta2012-02-075-1/+262
|
* SSH: Common client codeJan Cholasta2012-02-075-1/+375
|
* SSH: ResponderJan Cholasta2012-02-079-1/+902
|
* DP: Add support for hosts in sss_dp_get_accountJan Cholasta2012-02-072-2/+13
| | | | Host requests are directed to the host info handler.
* IPA: Add host info handlerJan Cholasta2012-02-0714-5/+624
|
* DP: Add host info handlerJan Cholasta2012-02-077-3/+204
|
* LDAP: Add support for SSH user public keysJan Cholasta2012-02-0710-6/+44
|
* BUILD: Introduce a --with-ssh config optionJan Cholasta2012-02-072-0/+23
|
* UTIL: Provide base64 encoding and decoding functionsJan Cholasta2012-02-075-38/+143
|
* SUDO Integration - sysdb_sudo_check_time() fixPavel Březina2012-02-061-6/+8
|
* SUDO Integration - fix offline behaviourPavel Březina2012-02-061-2/+2
|
* Update shadowLastChanged attribute during LDAP password changeJan Zeleny2012-02-068-3/+191
| | | | https://fedorahosted.org/sssd/ticket/1019
* Man pages for the session target and SELinux user maps fetchingJan Zeleny2012-02-062-0/+165
|
* Session target in IPA providerJan Zeleny2012-02-0611-0/+1172
|
* Add session target in data providerJan Zeleny2012-02-066-3/+27
|
* Delete unused structure in IPA access codeJan Zeleny2012-02-061-7/+0
|
* Separate the host-retrieval code from IPA HBAC to common IPA codeJan Zeleny2012-02-067-469/+537
|
* SELinux support in PAM moduleJan Zeleny2012-02-062-1/+61
|
* SELinux support in PAM responderJan Zeleny2012-02-062-0/+167
|
* Added some SELinux-related sysdb routinesJan Zeleny2012-02-064-1/+547
|
* Added some SELinux-related utility functionsJan Zeleny2012-02-063-1/+235
|
* Renamed some sysdb constants for their wider usageJan Zeleny2012-02-063-11/+9
|
* Make password migration code use the IPA config retrieval codeJan Zeleny2012-02-061-57/+14
|
* Add support for generic IPA config retrievalJan Zeleny2012-02-063-0/+210
|
* Fixed minor memory-hierarchy-related issue in IPA HBACJan Zeleny2012-02-061-1/+2
|
* Implemented support for multiple search bases in HBAC rules and servicesJan Zeleny2012-02-0610-116/+365
|
* Do not call sudo functions if built without-sudoJakub Hrozek2012-02-052-7/+7
|
* AUTOFS: LDAP providerJakub Hrozek2012-02-0513-2/+1488
|
* AUTOFS: responderJakub Hrozek2012-02-0517-11/+1809
|
* Split the logic to check cache expiration into separate functionJakub Hrozek2012-02-053-43/+73
|
* RESPONDERS: Refactor setent_req_listJakub Hrozek2012-02-056-100/+133
| | | | | Makes the setent_add_ref() and setent_notify_*() functions more generic to be reusable by the autofs responder.
* AUTOFS: Data Provider requestJakub Hrozek2012-02-055-30/+317
|