Age | Commit message (Expand) | Author | Files | Lines |
2012-11-19 | Refactor the way subdomain accounts are saved | Simo Sorce | 2 | -4/+61 |
2012-11-19 | LDAP: Refactor saving ghost users | Jakub Hrozek | 1 | -88/+99 |
2012-11-19 | LDAP: use the correct memory context | Jakub Hrozek | 1 | -1/+1 |
2012-11-19 | LDAP: Fix saving empty groups | Jakub Hrozek | 1 | -2/+4 |
2012-11-19 | LDAP: Allocate the temporary context on NULL, not memctx | Jakub Hrozek | 1 | -1/+1 |
2012-11-19 | LDAP: Remove double break | Jakub Hrozek | 1 | -1/+0 |
2012-11-18 | LDAP: Expire even non authenticated connections | Jakub Hrozek | 1 | -8/+11 |
2012-11-16 | fix -O3 variable may be uninitialized warnings | Pavel Březina | 2 | -6/+6 |
2012-11-15 | sudo: store rules with no sudoHost attribute | Pavel Březina | 1 | -0/+7 |
2012-11-15 | Add ignore_group_members option. | Paul B. Henson | 2 | -2/+13 |
2012-11-14 | Run IPA subdomain provider if IPA ID provider is configured | Sumit Bose | 2 | -2/+69 |
2012-11-12 | Only build extract_and_send_pac on platforms that support it | Jakub Hrozek | 1 | -104/+18 |
2012-11-12 | KRB5: Rename variable to avoid shadowing a global declaration | Jakub Hrozek | 1 | -4/+4 |
2012-11-12 | backend: add PAC to the list of known clients | Pavel Březina | 1 | -0/+2 |
2012-11-12 | subdomains: check request type on one place only | Pavel Březina | 1 | -6/+0 |
2012-11-12 | Do not always return PAM_SYSTEM_ERR when offline krb5 authentication fails | Jakub Hrozek | 1 | -1/+2 |
2012-11-10 | Do not remove a group if it has members from subdomains | Sumit Bose | 1 | -4/+15 |
2012-11-08 | Clarify debug message about initgroups and subdomains | Sumit Bose | 1 | -0/+7 |
2012-11-08 | do not default fullname to gecos when schema = ad | Pavel Březina | 1 | -0/+14 |
2012-11-01 | LDAP: Better debug logging when saving groups | Stephen Gallagher | 1 | -11/+75 |
2012-11-01 | LDAP: Fix off-by-one error when saving ghost users | Jakub Hrozek | 1 | -1/+1 |
2012-10-29 | Include talloc log in our debug facility | Michal Zidek | 4 | -5/+4 |
2012-10-26 | Make sub-domains case-insensitive | Sumit Bose | 1 | -2/+23 |
2012-10-26 | krb5_auth: update with correct UPN if needed | Sumit Bose | 3 | -0/+133 |
2012-10-26 | Use find_or_guess_upn() where needed | Sumit Bose | 4 | -34/+49 |
2012-10-26 | Add new call find_or_guess_upn() | Sumit Bose | 4 | -8/+54 |
2012-10-26 | krb5_child: send back the client principal | Sumit Bose | 4 | -5/+42 |
2012-10-26 | krb5_mod_ccname: replace wrong memory context | Sumit Bose | 1 | -1/+1 |
2012-10-26 | krb5_child: send PAC to PAC responder | Sumit Bose | 1 | -1/+139 |
2012-10-26 | krb5_auth: send different_realm flag to krb5_child | Sumit Bose | 2 | -1/+8 |
2012-10-26 | krb5_auth: check if principal belongs to a different realm | Sumit Bose | 4 | -0/+43 |
2012-10-26 | check_ccache_files: search sub-domains as well | Sumit Bose | 1 | -4/+14 |
2012-10-26 | krb5_auth_send: check for sub-domains | Sumit Bose | 4 | -11/+37 |
2012-10-26 | subdomain-id: Generate homedir only for users not groups | Sumit Bose | 1 | -10/+12 |
2012-10-24 | KRB5: Return error when principal selection fails | Jakub Hrozek | 1 | -1/+4 |
2012-10-24 | sudo refresh: handle errors properly | Pavel Březina | 1 | -8/+25 |
2012-10-24 | sudo: do not fail if usn value is zero but full refresh is completed | Pavel Březina | 2 | -7/+19 |
2012-10-16 | Make TTL configurable for dynamic dns updates | James Hogarth | 3 | -2/+14 |
2012-10-15 | LDAP: Check validity of naming_context | Jakub Hrozek | 1 | -1/+1 |
2012-10-12 | Only call krb5_set_trace_callback on platforms that support it | Jakub Hrozek | 2 | -2/+2 |
2012-10-12 | Create ghost users when a user DN is encountered in IPA | Jakub Hrozek | 1 | -37/+276 |
2012-10-12 | Allow extdom exop to return flat domain name as well | Sumit Bose | 4 | -4/+37 |
2012-10-12 | Collect krb5 trace on high debug levels | Jakub Hrozek | 4 | -3/+50 |
2012-10-12 | Two fixes to child processes | Jakub Hrozek | 2 | -6/+5 |
2012-10-10 | Add more info about ticket validation | Ondrej Kos | 1 | -0/+8 |
2012-10-10 | Fix segfault when ID-mapping an entry without a SID | Jakub Hrozek | 1 | -1/+1 |
2012-10-05 | SSH: Refactor sysdb and related code | Jan Cholasta | 1 | -2/+16 |
2012-10-04 | Fix default upper limit of slices | Ondrej Kos | 3 | -3/+3 |
2012-10-04 | Slices calculation is alway wrong for default values | Ondrej Kos | 1 | -2/+2 |
2012-10-04 | Log possibly non-randomizable ccache file template | Ondrej Kos | 4 | -6/+26 |