Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-24 | Add some utility functions for subdomains | Jan Zeleny | 1 | -1/+2 | |
2012-04-24 | Sysdb routines for subdomains | Jan Zeleny | 1 | -0/+1 | |
2012-04-20 | Fix linker issue with pam_sss | Stephen Gallagher | 1 | -0/+1 | |
2012-04-20 | Install and uninstall all documentation | Pavel Březina | 1 | -3/+19 | |
Every directory listed in SSSD_DOCS in Makefile.am will be installed as documentation. | |||||
2012-04-20 | Convert read and write operations to sss_atomic_read | Jakub Hrozek | 1 | -1/+6 | |
https://fedorahosted.org/sssd/ticket/1209 | |||||
2012-04-20 | Move atomic io function to a separate module | Jakub Hrozek | 1 | -0/+2 | |
We'll be using it on various places of the SSSD. The function is in its own file to allow using just the one piece without having to drag in the whole util.c module. | |||||
2012-03-28 | Put dp_option maps in their own file | Stephen Gallagher | 1 | -0/+3 | |
There is no functional change due to this patch. | |||||
2012-03-28 | BUILDSYS: Create common libs for LDAP and KRB5 sources | Stephen Gallagher | 1 | -64/+48 | |
This will eliminate the need for automake to build these files for each backend that consumes LDAP and KRB5 functionality (currently 'ldap', 'krb5' and 'ipa'; soon to include 'ad') | |||||
2012-03-26 | Add idmap library | Sumit Bose | 1 | -3/+24 | |
2012-03-19 | sss_client: shared memory cache group map support | Simo Sorce | 1 | -0/+1 | |
2012-03-19 | sss_client: shared memory cache passwd map support | Simo Sorce | 1 | -0/+1 | |
2012-03-19 | sss_client: Add common shared memory cache utils | Simo Sorce | 1 | -1/+4 | |
2012-03-19 | nsssrv: shared memory cache server initialization | Simo Sorce | 1 | -0/+5 | |
2012-03-19 | util: Helper headers for shared memory cache | Simo Sorce | 1 | -0/+1 | |
2012-03-15 | SSH: Allow clients to explicitly specify host alias | Jan Cholasta | 1 | -3/+1 | |
This change removes the need to canonicalize host names on the responder side - the relevant code was removed. | |||||
2012-03-09 | IPA: Check nsAccountLock during PAM_ACCT_MGMT | Stephen Gallagher | 1 | -0/+1 | |
https://fedorahosted.org/sssd/ticket/1227 | |||||
2012-03-08 | Properly terminate GIT_CHECKOUT | Stephen Gallagher | 1 | -0/+1 | |
Accidentally removed the endif in the patch removing 'make experimental-rpms' | |||||
2012-03-08 | Build experimental features by default in RPMs | Stephen Gallagher | 1 | -13/+0 | |
2012-02-29 | Fix the script path | Jan Zeleny | 1 | -1/+1 | |
2012-02-29 | Fix typo in script name | Stephen Gallagher | 1 | -1/+1 | |
2012-02-28 | Include the debug_level upgrade tool in the tarball | Stephen Gallagher | 1 | -0/+1 | |
2012-02-27 | SSH: Replace blocking getaddrinfo call in the responder with asynchronous ↵ | Jan Cholasta | 1 | -1/+3 | |
resolver code | |||||
2012-02-26 | SSH: Refactor responder and client common code | Jan Cholasta | 1 | -4/+7 | |
2012-02-23 | pam_sss: keep selinux optional | Simo Sorce | 1 | -1/+1 | |
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
2012-02-07 | AUTOFS: IPA provider | Jakub Hrozek | 1 | -1/+2 | |
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 | -1/+10 | |
2012-02-07 | SSH: OpenSSH authorized_keys client | Jan Cholasta | 1 | -0/+16 | |
2012-02-07 | SSH: Common client code | Jan Cholasta | 1 | -1/+3 | |
2012-02-07 | SSH: Responder | Jan Cholasta | 1 | -0/+15 | |
2012-02-07 | IPA: Add host info handler | Jan Cholasta | 1 | -0/+8 | |
2012-02-07 | UTIL: Provide base64 encoding and decoding functions | Jan Cholasta | 1 | -2/+4 | |
2012-02-06 | Session target in IPA provider | Jan Zeleny | 1 | -0/+6 | |
2012-02-06 | Separate the host-retrieval code from IPA HBAC to common IPA code | Jan Zeleny | 1 | -0/+2 | |
2012-02-06 | SELinux support in PAM module | Jan Zeleny | 1 | -0/+1 | |
2012-02-06 | Added some SELinux-related sysdb routines | Jan Zeleny | 1 | -0/+2 | |
2012-02-06 | Added some SELinux-related utility functions | Jan Zeleny | 1 | -1/+3 | |
2012-02-06 | Add support for generic IPA config retrieval | Jan Zeleny | 1 | -0/+2 | |
2012-02-06 | Implemented support for multiple search bases in HBAC rules and services | Jan Zeleny | 1 | -0/+1 | |
2012-02-05 | AUTOFS: LDAP provider | Jakub Hrozek | 1 | -0/+9 | |
2012-02-05 | AUTOFS: responder | Jakub Hrozek | 1 | -0/+15 | |
2012-02-05 | AUTOFS: a command-line test client | Jakub Hrozek | 1 | -0/+11 | |
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 | 1 | -1/+23 | |
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 | 1 | -0/+2 | |
2012-02-04 | Build all experimental features during 'make distcheck' | Stephen Gallagher | 1 | -1/+2 | |
2012-02-04 | SUDO Integration - in-memory cache in responder | Pavel Březina | 1 | -0/+1 | |
New sudo responder option: cache_timeout https://fedorahosted.org/sssd/ticket/1111 | |||||
2012-01-31 | IPA: Add support for services lookups (non-enum) | Stephen Gallagher | 1 | -0/+2 | |
2012-01-31 | LDAP: Add support for service lookups (non-enum) | Stephen Gallagher | 1 | -0/+2 | |
2012-01-30 | SUDO: Provide documentation for the SUDO API | Jakub Hrozek | 1 | -2/+5 | |
2012-01-30 | SSSDConfigAPI: Move sssd.api.* to /usr/share/sssd | Stephen Gallagher | 1 | -2/+4 | |
https://fedorahosted.org/sssd/ticket/1158 |