Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-07 | Updating translations | Stephen Gallagher | 37 | -2188/+2773 | |
2012-02-07 | Two sssd-ldap manual pages fixes | Jakub Hrozek | 1 | -4/+4 | |
Reported by Marco Pizzoli | |||||
2012-02-07 | AUTOFS: IPA provider | Jakub Hrozek | 12 | -30/+218 | |
2012-02-07 | Fix SSH compilation on RHEL5 | Jakub Hrozek | 2 | -1/+6 | |
2012-02-06 | Updating translatable strings for string freeze | Stephen Gallagher | 37 | -17622/+48571 | |
2012-02-07 | Make sudo installation path configurable, install into libdir by default | Jakub Hrozek | 2 | -1/+15 | |
2012-02-07 | SSH: OpenSSH known_hosts client | Jan Cholasta | 3 | -1/+522 | |
2012-02-07 | SSH: OpenSSH authorized_keys client | Jan Cholasta | 3 | -1/+242 | |
2012-02-07 | SSH: Common client code | Jan Cholasta | 4 | -0/+372 | |
2012-02-07 | SSH: Responder | Jan Cholasta | 8 | -1/+887 | |
2012-02-07 | DP: Add support for hosts in sss_dp_get_account | Jan Cholasta | 2 | -2/+13 | |
Host requests are directed to the host info handler. | |||||
2012-02-07 | IPA: Add host info handler | Jan Cholasta | 13 | -5/+616 | |
2012-02-07 | DP: Add host info handler | Jan Cholasta | 7 | -3/+204 | |
2012-02-07 | LDAP: Add support for SSH user public keys | Jan Cholasta | 10 | -6/+44 | |
2012-02-07 | BUILD: Introduce a --with-ssh config option | Jan Cholasta | 1 | -0/+22 | |
2012-02-07 | UTIL: Provide base64 encoding and decoding functions | Jan Cholasta | 4 | -36/+139 | |
2012-02-06 | SUDO Integration - sysdb_sudo_check_time() fix | Pavel Březina | 1 | -6/+8 | |
2012-02-06 | SUDO Integration - fix offline behaviour | Pavel Březina | 1 | -2/+2 | |
2012-02-06 | Update shadowLastChanged attribute during LDAP password change | Jan Zeleny | 8 | -3/+191 | |
https://fedorahosted.org/sssd/ticket/1019 | |||||
2012-02-06 | Man pages for the session target and SELinux user maps fetching | Jan Zeleny | 2 | -0/+165 | |
2012-02-06 | Session target in IPA provider | Jan Zeleny | 10 | -0/+1166 | |
2012-02-06 | Add session target in data provider | Jan Zeleny | 6 | -3/+27 | |
2012-02-06 | Delete unused structure in IPA access code | Jan Zeleny | 1 | -7/+0 | |
2012-02-06 | Separate the host-retrieval code from IPA HBAC to common IPA code | Jan Zeleny | 6 | -469/+535 | |
2012-02-06 | SELinux support in PAM module | Jan Zeleny | 1 | -1/+60 | |
2012-02-06 | SELinux support in PAM responder | Jan Zeleny | 2 | -0/+167 | |
2012-02-06 | Added some SELinux-related sysdb routines | Jan Zeleny | 3 | -1/+545 | |
2012-02-06 | Added some SELinux-related utility functions | Jan Zeleny | 2 | -0/+232 | |
2012-02-06 | Renamed some sysdb constants for their wider usage | Jan Zeleny | 3 | -11/+9 | |
2012-02-06 | Make password migration code use the IPA config retrieval code | Jan Zeleny | 1 | -57/+14 | |
2012-02-06 | Add support for generic IPA config retrieval | Jan Zeleny | 2 | -0/+208 | |
2012-02-06 | Fixed minor memory-hierarchy-related issue in IPA HBAC | Jan Zeleny | 1 | -1/+2 | |
2012-02-06 | Implemented support for multiple search bases in HBAC rules and services | Jan Zeleny | 9 | -116/+364 | |
2012-02-05 | Do not call sudo functions if built without-sudo | Jakub Hrozek | 2 | -7/+7 | |
2012-02-05 | AUTOFS: LDAP provider | Jakub Hrozek | 12 | -2/+1479 | |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 15 | -11/+1793 | |
2012-02-05 | Split the logic to check cache expiration into separate function | Jakub Hrozek | 3 | -43/+73 | |
2012-02-05 | RESPONDERS: Refactor setent_req_list | Jakub Hrozek | 6 | -100/+133 | |
Makes the setent_add_ref() and setent_notify_*() functions more generic to be reusable by the autofs responder. | |||||
2012-02-05 | AUTOFS: Data Provider request | Jakub Hrozek | 5 | -30/+317 | |
2012-02-05 | AUTOFS: a command-line test client | Jakub Hrozek | 1 | -0/+116 | |
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(). | |||||
2012-02-05 | AUTOFS: a client library | Jakub Hrozek | 5 | -0/+451 | |
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 | |||||
2012-02-05 | AUTOFS: sysdb interface | Jakub Hrozek | 4 | -7/+520 | |
2012-02-05 | SYSDB: Remove code duplication between member_add and member_del | Jakub Hrozek | 1 | -39/+14 | |
2012-02-05 | BUILD: Introduce a --with-autofs config option | Jakub Hrozek | 1 | -0/+22 | |
This would allow to select the autofs feature during build without having to select the other features. | |||||
2012-02-04 | Fix configure with old autoconf versions | Jakub Hrozek | 1 | -1/+0 | |
2012-02-04 | Move BUILD_SUDO outside the generic LDAP source files | Jakub Hrozek | 5 | -95/+127 | |
Avoid #ifdefs in the general part of the code | |||||
2012-02-04 | SUDO: introduce a new config option --with-sudo | Jakub Hrozek | 1 | -0/+23 | |
At the time being the option is also turned on when --enable-all-experimental-features is specified. https://fedorahosted.org/sssd/ticket/1145 | |||||
2012-02-04 | ConfigAPI: add sudo to known services | Jakub Hrozek | 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 | |||||
2012-02-04 | Fixes for sudo_timed | Jakub Hrozek | 2 | -23/+53 | |
https://fedorahosted.org/sssd/ticket/1116 | |||||
2012-02-04 | SUDO Integration - responder 'sudo_timed' option | Pavel Březina | 6 | -38/+166 | |
https://fedorahosted.org/sssd/ticket/1116 |