Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSH: Add support for hashed known_hosts | Jan Cholasta | 2012-04-24 | 10 | -40/+212 |
| | | | | https://fedorahosted.org/sssd/ticket/1203 | ||||
* | UTIL: Add HMAC-SHA-1 function | Jan Cholasta | 2012-04-24 | 5 | -0/+165 |
| | |||||
* | Utilize sysdb context within be_req in HBAC | Jan Zeleny | 2012-04-24 | 1 | -2/+2 |
| | |||||
* | Detect subdomain request in IPA access provider | Jan Zeleny | 2012-04-24 | 1 | -0/+10 |
| | |||||
* | Accept be_req instead if be_ctx in LDAP access provider | Jan Zeleny | 2012-04-24 | 3 | -15/+16 |
| | |||||
* | Carry sysdb context and domain info in be_req structure | Jan Zeleny | 2012-04-24 | 2 | -0/+5 |
| | |||||
* | Basic support for subdomains in auth provider | Jan Zeleny | 2012-04-24 | 3 | -3/+13 |
| | |||||
* | Send PAM requests for subdomains to the right provider | Jan Zeleny | 2012-04-24 | 1 | -3/+41 |
| | |||||
* | Add ID operations in subdomains | Jan Zeleny | 2012-04-24 | 4 | -0/+277 |
| | |||||
* | Add s2n extended operation | Sumit Bose | 2012-04-24 | 3 | -0/+668 |
| | |||||
* | Moved expand_homedir_template() from NSS responder to utility code | Jan Zeleny | 2012-04-24 | 4 | -108/+170 |
| | |||||
* | New config option for subdomains | Jan Zeleny | 2012-04-24 | 4 | -0/+29 |
| | | | | | subdomain_homedir - if set, it contains default value, can be overriden in further processing | ||||
* | Add domain name to get_account_info request | Sumit Bose | 2012-04-24 | 3 | -0/+11 |
| | |||||
* | IPA: Add get-domains target | Sumit Bose | 2012-04-24 | 9 | -0/+447 |
| | |||||
* | data provider: added subdomains | Sumit Bose | 2012-04-24 | 7 | -4/+197 |
| | |||||
* | Check sub-domains in nss_cmd_get{pwuid|grgid}_search() | Sumit Bose | 2012-04-24 | 1 | -4/+26 |
| | |||||
* | Ask for subdomains in responder in the first request after startup | Jan Zeleny | 2012-04-24 | 1 | -0/+30 |
| | |||||
* | Retrieve subdomains if there is a request for fully qualified user | Jan Zeleny | 2012-04-24 | 3 | -31/+192 |
| | |||||
* | Modified responder_get_domain() | Jan Zeleny | 2012-04-24 | 13 | -22/+51 |
| | | | | Now it checks for subdomains as well as for the domain itself | ||||
* | Responder part of the subdomain retrieval work | Jan Zeleny | 2012-04-24 | 8 | -1/+394 |
| | |||||
* | Add conn_name to allow different names for domains and connections | Jan Zeleny | 2012-04-24 | 5 | -4/+6 |
| | |||||
* | Add some utility functions for subdomains | Jan Zeleny | 2012-04-24 | 4 | -1/+122 |
| | |||||
* | Sysdb routines for subdomains | Jan Zeleny | 2012-04-24 | 6 | -81/+853 |
| | |||||
* | Fix typo: retreiving->retrieving | Yuri Chornoivan | 2012-04-20 | 1 | -1/+1 |
| | |||||
* | Get the RootDSE after binding if not successfull before | Jakub Hrozek | 2012-04-20 | 1 | -26/+104 |
| | | | | https://fedorahosted.org/sssd/ticket/1258 | ||||
* | Fix linker issue with pam_sss | Stephen Gallagher | 2012-04-20 | 1 | -0/+1 |
| | |||||
* | Two manual pages fixes | Marco Pizzoli | 2012-04-20 | 2 | -1/+3 |
| | |||||
* | Install and uninstall all documentation | Pavel Březina | 2012-04-20 | 2 | -6/+22 |
| | | | | | Every directory listed in SSSD_DOCS in Makefile.am will be installed as documentation. | ||||
* | Test RFC2307bis and RFC2307 option maps | Jakub Hrozek | 2012-04-20 | 1 | -0/+28 |
| | | | | | | | https://fedorahosted.org/sssd/ticket/1281 Only user, group and autofs maps are different. Services and netgroups are using the same map. | ||||
* | Warn on 'make update-po' if there are manpages not listed in po4a.cfg | Jakub Hrozek | 2012-04-20 | 1 | -0/+7 |
| | | | | https://fedorahosted.org/sssd/ticket/1219 | ||||
* | Document sss_tools better | Jakub Hrozek | 2012-04-20 | 9 | -0/+35 |
| | | | | https://fedorahosted.org/sssd/ticket/917 | ||||
* | Convert read and write operations to sss_atomic_read | Jakub Hrozek | 2012-04-20 | 16 | -314/+242 |
| | | | | https://fedorahosted.org/sssd/ticket/1209 | ||||
* | Move atomic io function to a separate module | Jakub Hrozek | 2012-04-20 | 6 | -52/+113 |
| | | | | | | 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. | ||||
* | sss_atomic_io: Do not fail reads with EPIPE if there is not enough data to read | Jakub Hrozek | 2012-04-20 | 2 | -1/+208 |
| | | | | Also adds a unit test for sss_atomic_io() | ||||
* | sdap_check_aliases must not error when detects the same user | Jakub Hrozek | 2012-04-20 | 1 | -13/+31 |
| | | | | https://fedorahosted.org/sssd/ticket/1307 | ||||
* | Make the monitor SIGKILL time configurable | Jakub Hrozek | 2012-04-20 | 6 | -3/+43 |
| | | | | https://fedorahosted.org/sssd/ticket/1119 | ||||
* | Free controls in sdap_rebind_proc | Jakub Hrozek | 2012-04-20 | 1 | -4/+6 |
| | |||||
* | proxy: new option proxy_fast_alias | Jakub Hrozek | 2012-04-20 | 7 | -43/+143 |
| | |||||
* | proxy: Canonicalize user and group names | Jakub Hrozek | 2012-04-20 | 1 | -312/+354 |
| | | | | https://fedorahosted.org/sssd/ticket/1249 | ||||
* | MAN: document the hostid and autofs providers | Jakub Hrozek | 2012-04-18 | 1 | -0/+60 |
| | |||||
* | MAN: timeout can be specified for services, too | Jakub Hrozek | 2012-04-18 | 1 | -14/+13 |
| | |||||
* | Fixed minor memory leak in ldap provider | Jan Zeleny | 2012-04-18 | 1 | -0/+1 |
| | |||||
* | Fixed memory context in sdap_fill_memberships() | Jan Zeleny | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | Removed unused function sysdb_attrs_users_from_ldb_vals() | Jan Zeleny | 2012-04-18 | 2 | -51/+0 |
| | |||||
* | Removed unused block of code is sdap_fill_memberships() | Jan Zeleny | 2012-04-18 | 1 | -57/+29 |
| | |||||
* | Removed a block of dead code in sdap_async_groups.c | Jan Zeleny | 2012-04-18 | 1 | -20/+1 |
| | |||||
* | sss_cache: Better error reporting | Jakub Hrozek | 2012-04-18 | 1 | -37/+94 |
| | | | | | | | | | | * Print usage when no options are given * Report skipped entries * Print error message when a nonexistent domain is selected https://fedorahosted.org/sssd/ticket/1301 https://fedorahosted.org/sssd/ticket/1305 https://fedorahosted.org/sssd/ticket/1306 | ||||
* | autofs: Raise the maximum key length to PATH_MAX | Jakub Hrozek | 2012-04-18 | 1 | -2/+4 |
| | | | | https://fedorahosted.org/sssd/ticket/1300 | ||||
* | sss_cache: support invalidating services and autofs maps | Jakub Hrozek | 2012-04-18 | 2 | -9/+162 |
| | | | | https://fedorahosted.org/sssd/ticket/1170 | ||||
* | Add sysdb_set_service_attr and sysdb_set_autofsmap_attr | Jakub Hrozek | 2012-04-18 | 4 | -0/+68 |
| |