summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sudo provider: add ldap_sudo_smart_refresh_intervalPavel Březina2012-06-295-0/+5
|
* sudo ldap provider: when sysdb filter is NULL remove downloaded rulesPavel Březina2012-06-291-5/+61
|
* sudo ldap provider: add smart refresh APIPavel Březina2012-06-291-0/+128
|
* sudo ldap provider: remember highest usn after full refreshPavel Březina2012-06-291-1/+9
|
* sudo ldap provider: add sdap_sudo_set_usn()Pavel Březina2012-06-291-0/+22
|
* sudo ldap provider: find highest USNPavel Březina2012-06-295-22/+113
|
* ldap provider: add sudo usn valuePavel Březina2012-06-295-0/+11
|
* sudo ldap provider: support periodical full refreshPavel Březina2012-06-291-0/+129
|
* sysdb: remove sudo_set/get_refreshedPavel Březina2012-06-292-63/+0
|
* sudo ldap provider: add new timer APIPavel Březina2012-06-293-0/+195
|
* sudo provider: remove old timerPavel Březina2012-06-299-357/+0
|
* sudo provider: add ldap_sudo_full_refresh_intervalPavel Březina2012-06-295-0/+5
|
* sudo backend - add support for on demand refresh of specific rulesPavel Březina2012-06-291-7/+61
|
* sudo backend - support only on demand full refreshPavel Březina2012-06-291-28/+4
|
* sudo ldap provider: add support for on demand refresh of specific rulesPavel Březina2012-06-293-0/+11
|
* sudo ldap provider: provide API for refresh of specific rulesPavel Březina2012-06-291-0/+93
|
* sudo ldap provider: add support for on demand full refreshPavel Březina2012-06-292-16/+26
|
* sudo ldap provider: provide API for full refreshPavel Březina2012-06-292-1/+126
|
* sysdb: add getter/setter for last sudo full refresh timePavel Březina2012-06-292-0/+147
|
* sudo ldap provider: add expiration time to each rulePavel Březina2012-06-293-8/+30
|
* sudo ldap provider: add domain info in sdap_sudo_refresh_statePavel Březina2012-06-291-0/+2
|
* sudo ldap provider: add sysdb ctx in sdap_sudo_refresh_statePavel Březina2012-06-291-7/+7
|
* confdb: add entry_cache_sudo_timeout optionPavel Březina2012-06-295-0/+17
|
* sudo ldap provider: give sdap_sudo_refresh_send() search and purge filtersPavel Březina2012-06-294-278/+93
|
* sudo ldap provider: move async routines to sdap_async_sudo.cPavel Březina2012-06-293-675/+711
|
* sudo responder: discard in-memory cachePavel Březina2012-06-294-376/+0
|
* libsss_sudo: bump version to 2:0:1Pavel Březina2012-06-291-1/+1
|
* sudo responder: change protocol version to 1Pavel Březina2012-06-292-1/+10
|
* sudo api: send uid, username and domainnamePavel Březina2012-06-299-175/+260
| | | | | | | | | | | https://fedorahosted.org/sssd/ticket/1239 Test client was changed accordingly. The new usage is: sss_sudo_cli username [uid] If uid is not set, getpwnam(username) is called. It will retrieve both default options and rules.
* sudo sysdb: make sysdb_get_sudo_user_info more configurablePavel Březina2012-06-291-25/+35
|
* sudo responder: get rid of dctx where possiblePavel Březina2012-06-293-93/+102
|
* sudo responder: remove code duplication in commandsPavel Březina2012-06-294-277/+283
|
* sudo api: remove EOKPavel Březina2012-06-292-13/+10
|
* libcrypto fully implementedGeorge McCollister2012-06-266-17/+489
| | | | | | | | | | | | | | | | Implemented working versions of the following functions for libcrypto: sss_base64_encode sss_base64_decode sss_hmac_sha1 sss_password_encrypt sss_password_decrypt test_encrypt_decrypt now expects EOK from libcrypto. test_hmac_sha1 now expects EOK from libcrypto. Added test_base64_encode to test base64 encoding implementation. Added test_base64_decode to test base64 decoding implementation. Signed-off-by: George McCollister <George.McCollister@gmail.com>
* Bumping version to 1.9.0 beta 4Stephen Gallagher2012-06-251-1/+1
|
* Update translations for 1.9.0 beta 3 releasesssd-1_9_0_beta3sssd-1_8_93Stephen Gallagher2012-06-2529-11034/+14681
|
* Set default for subdomain_homedirSumit Bose2012-06-253-1/+6
|
* BUILD: Change default unicode library to glib2Stephen Gallagher2012-06-253-12/+6
| | | | | This patch also removes the references to 'cvs' and 'nscd' from BUILD.txt, as they are no longer necessary.
* Add man page section for the PAC responderSumit Bose2012-06-252-1/+40
|
* Build pac responder tests only if pac responder is buildSumit Bose2012-06-251-2/+6
|
* SELinux user maps: pick just one mapJan Zeleny2012-06-251-12/+11
| | | | | | | | | This patch modifies behavior of SSSD when putting together content of the file for pam_selinux. SSSD will now pick only the first user map in the priority list which matches to the user logging in. Other maps are ignored. https://fedorahosted.org/sssd/ticket/1360
* Fix re_expression matching with subdomainsJan Zeleny2012-06-214-85/+173
| | | | | | | | | | | This patch fixes an issue which resulted in a need to initialize responder with data from local domain, otherwise it would not correctly detect requests for subdomains. Similar situation can occur if new subdomain is added at runtime. The solution is to ask for a list of subdomains in case there is a candidate domain identified in the process of matching re_expressions with given name.
* UTILS: Fix segfault due to sss_parse_name_for_domainsStephen Gallagher2012-06-211-7/+10
| | | | | | | | The recent fixes for per-domain parsing can cause a segfault in the netgroup processing if the domain isn't set to NULL when it's parsed as "any domain". https://fedorahosted.org/sssd/ticket/1383
* Try to build PAC responder only if all dependencies are availableSumit Bose2012-06-212-5/+18
|
* Add range support to PAC responderSumit Bose2012-06-213-45/+140
|
* Add support for ID rangesSumit Bose2012-06-2111-10/+584
|
* PAC client: add krb5 authdata pluginSumit Bose2012-06-215-0/+503
|
* PAC client: add basic support in common client codeSumit Bose2012-06-212-0/+38
|
* PAC responder: test suiteJan Zeleny2012-06-212-1/+124
|
* PAC responder: support in spec fileSumit Bose2012-06-211-0/+7
|