Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-03 | LDAP: Add helper routines for ID-mapping | Stephen Gallagher | 1 | -2/+6 | |
2012-05-03 | SYSDB: Add sysdb routines for ID-mapping | Stephen Gallagher | 1 | -0/+1 | |
2012-05-03 | SSH: Add dp_get_host_send to common responder code | Jakub Hrozek | 1 | -0/+1 | |
Instead of using account_info request, creates a new ssh specific request. This improves code readability and will make the code more flexible in the future. https://fedorahosted.org/sssd/ticket/1176 | |||||
2012-05-01 | Allow different SID representations in libidmap | Sumit Bose | 1 | -2/+4 | |
Besides as strings it is now possible to use binary SIDs or a struct containing all SID information. Functions to convert between these formats are added as well. | |||||
2012-04-24 | UTIL: Add HMAC-SHA-1 function | Jan Cholasta | 1 | -0/+2 | |
2012-04-24 | Add ID operations in subdomains | Jan Zeleny | 1 | -0/+1 | |
2012-04-24 | Add s2n extended operation | Sumit Bose | 1 | -0/+1 | |
2012-04-24 | Moved expand_homedir_template() from NSS responder to utility code | Jan Zeleny | 1 | -0/+2 | |
2012-04-24 | IPA: Add get-domains target | Sumit Bose | 1 | -0/+2 | |
2012-04-24 | Responder part of the subdomain retrieval work | Jan Zeleny | 1 | -1/+2 | |
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 | |