Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-20 | SSH: Fix infinite loop in sss_ssh_knownhostsproxy | Jan Cholasta | 1 | -6/+9 | |
https://fedorahosted.org/sssd/ticket/1268 | |||||
2012-03-19 | sss_client: shared memory cache group map support | Simo Sorce | 3 | -0/+268 | |
2012-03-19 | sss_client: shared memory cache passwd map support | Simo Sorce | 3 | -0/+262 | |
2012-03-19 | sss_client: Add common shared memory cache utils | Simo Sorce | 2 | -0/+334 | |
2012-03-15 | SSH: Canonicalize host name and do reverse DNS lookup in sss_ssh_knownhostsproxy | Jan Cholasta | 1 | -26/+38 | |
https://fedorahosted.org/sssd/ticket/1245 | |||||
2012-03-15 | SSH: Allow clients to explicitly specify host alias | Jan Cholasta | 4 | -6/+25 | |
This change removes the need to canonicalize host names on the responder side - the relevant code was removed. | |||||
2012-03-09 | Fixed resource leak in ssh client code | Jan Zeleny | 1 | -0/+1 | |
2012-03-09 | Fixed uninitialized pointer in SSH authorized keys client | Jan Zeleny | 1 | -1/+1 | |
2012-03-09 | Fixed uninitialized pointer in SSH known host proxy | Jan Zeleny | 1 | -1/+1 | |
2012-03-09 | Use of unininitialized value in sss_sudo_parse_response | Pavel Březina | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1231 | |||||
2012-03-09 | Two memory leaks in sss_sudo_get_values | Pavel Březina | 1 | -1/+4 | |
https://fedorahosted.org/sssd/ticket/1235 | |||||
2012-03-08 | Only free returned values on success | Jakub Hrozek | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/1237 | |||||
2012-03-08 | Autofs: operate on contents of double-pointer, not address | Jakub Hrozek | 1 | -3/+3 | |
https://fedorahosted.org/sssd/ticket/1234 | |||||
2012-02-27 | SSH: Remove unused --file option of sss_ssh_knownhostsproxy | Jan Cholasta | 1 | -5/+0 | |
2012-02-27 | SSH: Add more debugging messages | Jan Cholasta | 2 | -4/+18 | |
2012-02-27 | AUTOFS: speed up the client by requesting multiple entries at once | Jakub Hrozek | 1 | -44/+160 | |
https://fedorahosted.org/sssd/ticket/1166 | |||||
2012-02-26 | SSH: Manage global known_hosts file in the responder | Jan Cholasta | 1 | -78/+2 | |
https://fedorahosted.org/sssd/ticket/1193 | |||||
2012-02-26 | SSH: Continue connecting to SSH server even when SSSD is not running in ↵ | Jan Cholasta | 1 | -112/+85 | |
sss_ssh_knownhostsproxy Additionally, don't drop the connection when the sss_ssh_knownhostsproxy process receives a signal. https://fedorahosted.org/sssd/ticket/1179 https://fedorahosted.org/sssd/ticket/1184 | |||||
2012-02-26 | SSH: Refactor responder and client common code | Jan Cholasta | 4 | -177/+72 | |
2012-02-23 | pam_sss: keep selinux optional | Simo Sorce | 1 | -0/+6 | |
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
2012-02-23 | nss_group: Cache the result from sssd when the glibc provided buffer is too ↵ | Simo Sorce | 1 | -8/+145 | |
small. | |||||
2012-02-14 | Refactor sss_result into sss_sudo_result | Pavel Březina | 5 | -36/+38 | |
https://fedorahosted.org/sssd/ticket/1159 | |||||
2012-02-13 | Fix missing NULL check after malloc | Stephen Gallagher | 1 | -0/+4 | |
Coverity #12528 | |||||
2012-02-13 | SSH: Verify that names received from client are valid UTF-8 in responder | Jan Cholasta | 1 | -0/+17 | |
Also added a comment describing the wire format of client requests and responses. https://fedorahosted.org/sssd/ticket/1177 | |||||
2012-02-07 | Fix SSH compilation on RHEL5 | Jakub Hrozek | 1 | -1/+3 | |
2012-02-07 | Make sudo installation path configurable, install into libdir by default | Jakub Hrozek | 1 | -1/+1 | |
2012-02-07 | SSH: OpenSSH known_hosts client | Jan Cholasta | 1 | -0/+401 | |
2012-02-07 | SSH: OpenSSH authorized_keys client | Jan Cholasta | 1 | -0/+130 | |
2012-02-07 | SSH: Common client code | Jan Cholasta | 4 | -0/+372 | |
2012-02-07 | SSH: Responder | Jan Cholasta | 1 | -0/+4 | |
2012-02-06 | SELinux support in PAM module | Jan Zeleny | 1 | -1/+60 | |
2012-02-06 | SELinux support in PAM responder | Jan Zeleny | 1 | -0/+4 | |
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-01-30 | SUDO: Provide documentation for the SUDO API | Jakub Hrozek | 2 | -0/+1658 | |
2012-01-30 | Fix sudo compilation on RHEL5 | Jakub Hrozek | 2 | -0/+3 | |
2012-01-27 | SUDO Integration - test client changed | Pavel Březina | 1 | -78/+13 | |
Without user name given it displays cn=defaults record. Client no longer display raw data. https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-27 | SUDO Integration - SUDO API can request only cn=defaults record | Pavel Březina | 3 | -26/+44 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-27 | SUDO Integration - responder command for cn=defaults | Pavel Březina | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1143 | |||||
2012-01-27 | NSS: Add client support for [set|get|end]servent() | Stephen Gallagher | 1 | -4/+125 | |
2012-01-27 | NSS: Add client support for services (non-enumeration) | Stephen Gallagher | 3 | -5/+388 | |
2012-01-18 | NSS: Add sss_readrep_copy_string | Stephen Gallagher | 5 | -181/+131 | |
There were many places in the client code where we were duplicating a loop to copy data in from the response buffer. This patch turns those loops into a function for easier maintenance and easier-to-read *readrep() routines. | |||||
2012-01-17 | Export libsss_sudo as a separate package | Jakub Hrozek | 2 | -0/+27 | |
2012-01-17 | SUDO Integration review issues | Pavel Březina | 4 | -7/+8 | |
2012-01-14 | NSS: Validate input string lengths | Stephen Gallagher | 4 | -9/+32 | |
Also fixes a return value bug where we were returning errno error codes instead of nss_status codes. Fixes https://fedorahosted.org/sssd/ticket/1135 | |||||
2011-12-16 | SUDO Integration - pseudo client for testing | Pavel Březina | 1 | -0/+167 | |
2011-12-16 | SUDO Integration - API for sudo | Pavel Březina | 4 | -0/+553 | |
2011-12-16 | SUDO Integration - responder | Pavel Březina | 1 | -0/+3 | |
2011-12-16 | SUDO integration - client common interface | Pavel Březina | 2 | -0/+24 | |
2011-12-08 | Fixed incorrect return code in PAM client | Jan Zeleny | 1 | -1/+1 | |
The original return code when SSSD was not running was system_err, now it is authinfo_unavail. https://fedorahosted.org/sssd/ticket/1011 |