Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a credential cache back end structure | Jakub Hrozek | 2012-06-14 | 1 | -0/+3 |
| | | | | | | To be able to add support for new credential cache types easily, this patch creates a new structure sss_krb5_cc_be that defines common operations with a credential cache, such as create, check if used or remove. | ||||
* | Add a krb5_child test tool | Jakub Hrozek | 2012-06-14 | 1 | -0/+24 |
| | | | | https://fedorahosted.org/sssd/ticket/1127 | ||||
* | LDAP: Add support for AD chain matching extension in initgroups | Stephen Gallagher | 2012-06-13 | 1 | -0/+1 |
| | |||||
* | LDAP: Add support for AD chain matching extension in group lookups | Stephen Gallagher | 2012-06-13 | 1 | -0/+1 |
| | |||||
* | SSSDConfig: Make default config and schema file locations configurable | Stephen Gallagher | 2012-05-31 | 1 | -5/+27 |
| | | | | https://fedorahosted.org/sssd/ticket/1008 | ||||
* | SSSDConfig: Make SSSDConfig a package | Stephen Gallagher | 2012-05-31 | 1 | -3/+3 |
| | | | | | We were polluting the primary Python space with several dependencies. We will now install them their own directory/module. | ||||
* | Fix libsss_hbac library version | Sumit Bose | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | Rename struct dom_sid to struct sss_dom_sid | Sumit Bose | 2012-05-14 | 1 | -1/+1 |
| | | | | | To avoid conflicts with struct dom_sid used by samba the sss_ prefix is added to the struct used by libsss_idmap. | ||||
* | build: resolve link failure | Jan Engelhardt | 2012-05-11 | 1 | -0/+1 |
| | | | | | | | | | | | libtool: link: gcc -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Werror-implicit-function-declaration -fno-strict-aliasing -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,--version-script -Wl,./src/providers/sssd_be.exports -o sssd_be src/providers/data_provider_be.o src/providers/data_provider_fo.o src/providers/data_provider_opts.o src/providers/data_provider_callbacks.o src/providers/fail_over.o src/resolv/async_resolv.o -Wl,--export-dynamic -lpam -lcares ./.libs/libsss_util.a -ltevent -ltalloc -lpopt -lldb -ldbus-1 -lpcre -lini_config -lcollection -ldhash -llber -lldap -ltdb -lunistring -lcrypto /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: src/providers/data_provider_be.o: undefined reference to symbol 'dlsym@@GLIBC_2.2.5' /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: note: 'dlsym@@GLIBC_2.2.5' is defined in DSO /lib64/libdl.so.2 so try adding it to the linker command line /lib64/libdl.so.2: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status make[2]: *** [sssd_be] Error 1 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | ||||
* | LDAP: Handle very large Active Directory groups | Stephen Gallagher | 2012-05-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | Active Directory 2008R2 allows only 1500 group members to be retrieved in a single lookup. However, when we hit such a situation, we can take advantage of the ASQ lookups, which are not similarly limited. With this patch, we will add any members found by ASQ that were not found by the initial lookup so we will end with a complete group listing. https://fedorahosted.org/sssd/ticket/783 | ||||
* | LDAP: Add helper routines for ID-mapping | Stephen Gallagher | 2012-05-03 | 1 | -2/+6 |
| | |||||
* | SYSDB: Add sysdb routines for ID-mapping | Stephen Gallagher | 2012-05-03 | 1 | -0/+1 |
| | |||||
* | SSH: Add dp_get_host_send to common responder code | Jakub Hrozek | 2012-05-03 | 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 | ||||
* | Allow different SID representations in libidmap | Sumit Bose | 2012-05-01 | 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. | ||||
* | UTIL: Add HMAC-SHA-1 function | Jan Cholasta | 2012-04-24 | 1 | -0/+2 |
| | |||||
* | Add ID operations in subdomains | Jan Zeleny | 2012-04-24 | 1 | -0/+1 |
| | |||||
* | Add s2n extended operation | Sumit Bose | 2012-04-24 | 1 | -0/+1 |
| | |||||
* | Moved expand_homedir_template() from NSS responder to utility code | Jan Zeleny | 2012-04-24 | 1 | -0/+2 |
| | |||||
* | IPA: Add get-domains target | Sumit Bose | 2012-04-24 | 1 | -0/+2 |
| | |||||
* | Responder part of the subdomain retrieval work | Jan Zeleny | 2012-04-24 | 1 | -1/+2 |
| | |||||
* | Add some utility functions for subdomains | Jan Zeleny | 2012-04-24 | 1 | -1/+2 |
| | |||||
* | Sysdb routines for subdomains | Jan Zeleny | 2012-04-24 | 1 | -0/+1 |
| | |||||
* | Fix linker issue with pam_sss | Stephen Gallagher | 2012-04-20 | 1 | -0/+1 |
| | |||||
* | Install and uninstall all documentation | Pavel Březina | 2012-04-20 | 1 | -3/+19 |
| | | | | | Every directory listed in SSSD_DOCS in Makefile.am will be installed as documentation. | ||||
* | Convert read and write operations to sss_atomic_read | Jakub Hrozek | 2012-04-20 | 1 | -1/+6 |
| | | | | https://fedorahosted.org/sssd/ticket/1209 | ||||
* | Move atomic io function to a separate module | Jakub Hrozek | 2012-04-20 | 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. | ||||
* | Put dp_option maps in their own file | Stephen Gallagher | 2012-03-28 | 1 | -0/+3 |
| | | | | There is no functional change due to this patch. | ||||
* | BUILDSYS: Create common libs for LDAP and KRB5 sources | Stephen Gallagher | 2012-03-28 | 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') | ||||
* | Add idmap library | Sumit Bose | 2012-03-26 | 1 | -3/+24 |
| | |||||
* | sss_client: shared memory cache group map support | Simo Sorce | 2012-03-19 | 1 | -0/+1 |
| | |||||
* | sss_client: shared memory cache passwd map support | Simo Sorce | 2012-03-19 | 1 | -0/+1 |
| | |||||
* | sss_client: Add common shared memory cache utils | Simo Sorce | 2012-03-19 | 1 | -1/+4 |
| | |||||
* | nsssrv: shared memory cache server initialization | Simo Sorce | 2012-03-19 | 1 | -0/+5 |
| | |||||
* | util: Helper headers for shared memory cache | Simo Sorce | 2012-03-19 | 1 | -0/+1 |
| | |||||
* | SSH: Allow clients to explicitly specify host alias | Jan Cholasta | 2012-03-15 | 1 | -3/+1 |
| | | | | | This change removes the need to canonicalize host names on the responder side - the relevant code was removed. | ||||
* | IPA: Check nsAccountLock during PAM_ACCT_MGMT | Stephen Gallagher | 2012-03-09 | 1 | -0/+1 |
| | | | | https://fedorahosted.org/sssd/ticket/1227 | ||||
* | Properly terminate GIT_CHECKOUT | Stephen Gallagher | 2012-03-08 | 1 | -0/+1 |
| | | | | | Accidentally removed the endif in the patch removing 'make experimental-rpms' | ||||
* | Build experimental features by default in RPMs | Stephen Gallagher | 2012-03-08 | 1 | -13/+0 |
| | |||||
* | Fix the script path | Jan Zeleny | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Fix typo in script name | Stephen Gallagher | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Include the debug_level upgrade tool in the tarball | Stephen Gallagher | 2012-02-28 | 1 | -0/+1 |
| | |||||
* | SSH: Replace blocking getaddrinfo call in the responder with asynchronous ↵ | Jan Cholasta | 2012-02-27 | 1 | -1/+3 |
| | | | | resolver code | ||||
* | SSH: Refactor responder and client common code | Jan Cholasta | 2012-02-26 | 1 | -4/+7 |
| | |||||
* | pam_sss: keep selinux optional | Simo Sorce | 2012-02-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | ||||
* | AUTOFS: IPA provider | Jakub Hrozek | 2012-02-07 | 1 | -1/+2 |
| | |||||
* | Make sudo installation path configurable, install into libdir by default | Jakub Hrozek | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | SSH: OpenSSH known_hosts client | Jan Cholasta | 2012-02-07 | 1 | -1/+10 |
| | |||||
* | SSH: OpenSSH authorized_keys client | Jan Cholasta | 2012-02-07 | 1 | -0/+16 |
| | |||||
* | SSH: Common client code | Jan Cholasta | 2012-02-07 | 1 | -1/+3 |
| | |||||
* | SSH: Responder | Jan Cholasta | 2012-02-07 | 1 | -0/+15 |
| |