Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUILD: Introduce a --with-ssh config option | Jan Cholasta | 2012-02-07 | 2 | -0/+23 |
| | |||||
* | UTIL: Provide base64 encoding and decoding functions | Jan Cholasta | 2012-02-07 | 5 | -38/+143 |
| | |||||
* | SUDO Integration - sysdb_sudo_check_time() fix | Pavel Březina | 2012-02-06 | 1 | -6/+8 |
| | |||||
* | SUDO Integration - fix offline behaviour | Pavel Březina | 2012-02-06 | 1 | -2/+2 |
| | |||||
* | Update shadowLastChanged attribute during LDAP password change | Jan Zeleny | 2012-02-06 | 8 | -3/+191 |
| | | | | https://fedorahosted.org/sssd/ticket/1019 | ||||
* | Man pages for the session target and SELinux user maps fetching | Jan Zeleny | 2012-02-06 | 2 | -0/+165 |
| | |||||
* | Session target in IPA provider | Jan Zeleny | 2012-02-06 | 11 | -0/+1172 |
| | |||||
* | Add session target in data provider | Jan Zeleny | 2012-02-06 | 6 | -3/+27 |
| | |||||
* | Delete unused structure in IPA access code | Jan Zeleny | 2012-02-06 | 1 | -7/+0 |
| | |||||
* | Separate the host-retrieval code from IPA HBAC to common IPA code | Jan Zeleny | 2012-02-06 | 7 | -469/+537 |
| | |||||
* | SELinux support in PAM module | Jan Zeleny | 2012-02-06 | 2 | -1/+61 |
| | |||||
* | SELinux support in PAM responder | Jan Zeleny | 2012-02-06 | 2 | -0/+167 |
| | |||||
* | Added some SELinux-related sysdb routines | Jan Zeleny | 2012-02-06 | 4 | -1/+547 |
| | |||||
* | Added some SELinux-related utility functions | Jan Zeleny | 2012-02-06 | 3 | -1/+235 |
| | |||||
* | Renamed some sysdb constants for their wider usage | Jan Zeleny | 2012-02-06 | 3 | -11/+9 |
| | |||||
* | Make password migration code use the IPA config retrieval code | Jan Zeleny | 2012-02-06 | 1 | -57/+14 |
| | |||||
* | Add support for generic IPA config retrieval | Jan Zeleny | 2012-02-06 | 3 | -0/+210 |
| | |||||
* | Fixed minor memory-hierarchy-related issue in IPA HBAC | Jan Zeleny | 2012-02-06 | 1 | -1/+2 |
| | |||||
* | Implemented support for multiple search bases in HBAC rules and services | Jan Zeleny | 2012-02-06 | 10 | -116/+365 |
| | |||||
* | Do not call sudo functions if built without-sudo | Jakub Hrozek | 2012-02-05 | 2 | -7/+7 |
| | |||||
* | AUTOFS: LDAP provider | Jakub Hrozek | 2012-02-05 | 13 | -2/+1488 |
| | |||||
* | AUTOFS: responder | Jakub Hrozek | 2012-02-05 | 17 | -11/+1809 |
| | |||||
* | Split the logic to check cache expiration into separate function | Jakub Hrozek | 2012-02-05 | 3 | -43/+73 |
| | |||||
* | RESPONDERS: Refactor setent_req_list | Jakub Hrozek | 2012-02-05 | 6 | -100/+133 |
| | | | | | Makes the setent_add_ref() and setent_notify_*() functions more generic to be reusable by the autofs responder. | ||||
* | AUTOFS: Data Provider request | Jakub Hrozek | 2012-02-05 | 5 | -30/+317 |
| | |||||
* | AUTOFS: a command-line test client | Jakub Hrozek | 2012-02-05 | 3 | -0/+128 |
| | | | | | | | | A very simply binary that can be used to test getting data from the library via SSSD in pretty much the same way SSSD would. A required positional parameter specifies the map name and the tool would print out all the key/value pairs using _sss_getautomntent_r(). You can also specify -n to query a specific key using _sss_getautomntbyname_r(). | ||||
* | AUTOFS: a client library | Jakub Hrozek | 2012-02-05 | 7 | -1/+487 |
| | | | | | | | | | | | | | | | This is the library the autofs client is using. automounter dlopen()s the library so there is no header file, no pkgconfig file and the library is in the libsss_autofs package, not in -devel. The library provides the following interface: * _sss_setautomntent() - select the map for processing * _sss_getautomntent_r() - iterates through key/value pairs in the selected map. The key is usually the mount point, the value is mount information (server:/export) * _sss_getautomntbyname_r() - returns value for a specific key. * _sss_endautomntent() deselect a map, clean up | ||||
* | AUTOFS: sysdb interface | Jakub Hrozek | 2012-02-05 | 5 | -7/+522 |
| | |||||
* | SYSDB: Remove code duplication between member_add and member_del | Jakub Hrozek | 2012-02-05 | 1 | -39/+14 |
| | |||||
* | BUILD: Introduce a --with-autofs config option | Jakub Hrozek | 2012-02-05 | 2 | -0/+23 |
| | | | | | This would allow to select the autofs feature during build without having to select the other features. | ||||
* | Fix configure with old autoconf versions | Jakub Hrozek | 2012-02-04 | 1 | -1/+0 |
| | |||||
* | Build all experimental features during 'make distcheck' | Stephen Gallagher | 2012-02-04 | 1 | -1/+2 |
| | |||||
* | Move BUILD_SUDO outside the generic LDAP source files | Jakub Hrozek | 2012-02-04 | 5 | -95/+127 |
| | | | | Avoid #ifdefs in the general part of the code | ||||
* | SUDO: introduce a new config option --with-sudo | Jakub Hrozek | 2012-02-04 | 2 | -5/+24 |
| | | | | | | | At the time being the option is also turned on when --enable-all-experimental-features is specified. https://fedorahosted.org/sssd/ticket/1145 | ||||
* | ConfigAPI: add sudo to known services | Jakub Hrozek | 2012-02-04 | 3 | -2/+14 |
| | | | | | | | https://fedorahosted.org/sssd/ticket/1144 Squashed patch from Jan Zeleny: Add SUDO provider to the list of available providers in SSSDConfig.py | ||||
* | Fixes for sudo_timed | Jakub Hrozek | 2012-02-04 | 2 | -23/+53 |
| | | | | https://fedorahosted.org/sssd/ticket/1116 | ||||
* | SUDO Integration - responder 'sudo_timed' option | Pavel Březina | 2012-02-04 | 6 | -38/+166 |
| | | | | https://fedorahosted.org/sssd/ticket/1116 | ||||
* | SUDO Integration - in-memory cache in responder | Pavel Březina | 2012-02-04 | 8 | -9/+456 |
| | | | | | | New sudo responder option: cache_timeout https://fedorahosted.org/sssd/ticket/1111 | ||||
* | NSS: Add individual timeouts for entry types | Stephen Gallagher | 2012-02-04 | 23 | -43/+164 |
| | | | | https://fedorahosted.org/sssd/ticket/1016 | ||||
* | LDAP: Fix incorrect search timeouts | Stephen Gallagher | 2012-02-04 | 2 | -2/+2 |
| | |||||
* | LDAP: Do not fail if RootDSE check cannot determine search bases | Stephen Gallagher | 2012-02-04 | 9 | -5/+95 |
| | | | | https://fedorahosted.org/sssd/ticket/1152 | ||||
* | NSS: Use sss_hash_create instead of destructor | Jakub Hrozek | 2012-02-04 | 2 | -13/+2 |
| | |||||
* | RESPONDERS: Provide a common sss_cmd_send_error function | Jakub Hrozek | 2012-02-02 | 3 | -13/+19 |
| | | | | The common function could be reused in new responders | ||||
* | Use profiling Docbook XSLT only if available, fall back to normal | Jakub Hrozek | 2012-02-01 | 3 | -12/+30 |
| | |||||
* | Fixed wrong position of ldap_service_search_base | Jan Zeleny | 2012-02-01 | 1 | -1/+1 |
| | | | | | | The wrong position in configuration directive array caused problems in IPA provider, which tried to fetch another value instead of the services lookup base. | ||||
* | Refactor nss_cmd_send_empty | Jakub Hrozek | 2012-01-31 | 6 | -41/+46 |
| | |||||
* | SYSDB: index sudoUser | Jakub Hrozek | 2012-01-31 | 3 | -1/+99 |
| | | | | | Most of the the searches in the Sudo responder include the sudoUser attribute. Indexing it will make the responder faster. | ||||
* | KRB5: Add syslog messages for Kerberos failures | Stephen Gallagher | 2012-01-31 | 2 | -0/+9 |
| | | | | https://fedorahosted.org/sssd/ticket/1137 | ||||
* | LDAP: Add new options for service maps | Stephen Gallagher | 2012-01-31 | 4 | -1/+89 |
| | | | | | Adds the new service map options to the SSSDConfig API and the manpages. | ||||
* | IPA: Add support for services lookups (non-enum) | Stephen Gallagher | 2012-01-31 | 4 | -1/+44 |
| |