Age | Commit message (Expand) | Author | Files | Lines |
2012-02-17 | s3-auth Hook checking passwords and generating session_info via the auth4_con... | Andrew Bartlett | 1 | -3/+0 |
2012-02-17 | auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs... | Andrew Bartlett | 1 | -0/+113 |
2012-02-13 | auth: Pass in the SMB username (for %U) into generate_session_info | Andrew Bartlett | 1 | -0/+1 |
2012-02-10 | gensec: explain gensec_use_kerberos_mechs() logic | Andrew Bartlett | 1 | -1/+16 |
2012-02-10 | gensec: set flag to continue in outer for loop in gensec_use_kerberos_mechs | Andrew Bartlett | 1 | -1/+5 |
2012-02-10 | Revert "gensec: Fix a memory corruption in gensec_use_kerberos_mechs" | Andrew Bartlett | 1 | -2/+1 |
2012-02-10 | credentials: Show returned error_string in debug message | Andrew Bartlett | 1 | -2/+2 |
2012-02-09 | gensec: Fix a memory corruption in gensec_use_kerberos_mechs | Volker Lendecke | 1 | -1/+2 |
2012-02-08 | auth: rename ntlmssp.c to ntlmssp_util.c | Andrew Bartlett | 2 | -1/+1 |
2012-01-30 | gensec: inline gensec_generate_session_info() into only caller | Andrew Bartlett | 2 | -34/+0 |
2012-01-30 | auth: Make check_password and generate_session_info hook generic | Andrew Bartlett | 2 | -6/+4 |
2012-01-29 | auth: provide private pointer and do not return original PAC signatures | Andrew Bartlett | 1 | -0/+3 |
2012-01-25 | auth/gensec_gssapi: sync gensec_gssapi_state with gse_context | Stefan Metzmacher | 1 | -1/+2 |
2012-01-18 | auth/gensec: align common elements between gse_context and gensec_gssapi_state | Andrew Bartlett | 1 | -3/+5 |
2012-01-13 | s3:build: add auth/gensec/spnego.o | Stefan Metzmacher | 1 | -0/+2 |
2012-01-13 | auth/gensec: move spnego.c to the toplevel | Stefan Metzmacher | 2 | -0/+1407 |
2012-01-13 | auth/gensec: common helper functions should be in gensec_util.c | Stefan Metzmacher | 1 | -0/+116 |
2012-01-13 | auth/gensec: add some more functions from gensec_start.c to gensec.h | Stefan Metzmacher | 2 | -16/+37 |
2012-01-13 | auth/gensec: make sure functions from gensec.c are in gensec.h | Stefan Metzmacher | 2 | -5/+7 |
2012-01-12 | s4:auth/gensec/spnego: add support for fragmented spnego messages | Stefan Metzmacher | 1 | -1/+1 |
2012-01-12 | auth/gensec: add gensec_*max_update_size() | Stefan Metzmacher | 3 | -0/+22 |
2012-01-12 | auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksum | Andrew Bartlett | 1 | -6/+3 |
2012-01-11 | gensec: Make sure to check the optional auth_context hooks before using them | Andrew Bartlett | 1 | -1/+1 |
2012-01-11 | gensec: Rename want_flags and got_flags in gensec_gssapi | Andrew Bartlett | 1 | -1/+1 |
2012-01-11 | gensec: make gensec_gssapi.h common | Andrew Bartlett | 1 | -0/+67 |
2012-01-11 | gensec: move gensec_util.c to the top level | Andrew Bartlett | 4 | -1/+115 |
2012-01-11 | auth: make auth4_context common to provide access to generate_session_info_pac() | Andrew Bartlett | 1 | -0/+59 |
2012-01-11 | auth/kerberos: Remove unused headers from gssapi_parse.c | Andrew Bartlett | 1 | -2/+0 |
2012-01-09 | auth/credentials Remove debug that prints in normal operation | Andrew Bartlett | 1 | -1/+0 |
2011-12-29 | auth/kerberos: Rename memory contexts for greater clarity | Andrew Bartlett | 1 | -34/+34 |
2011-12-29 | s4-gensec: Move parsing of the PAC blob and creating the session_info into auth | Andrew Bartlett | 1 | -0/+1 |
2011-12-29 | auth/kerberos: Make pac_data_out in kerberos_decode_pac() optional | Andrew Bartlett | 1 | -3/+32 |
2011-12-28 | auth/kerberos: Move gssapi_parse.c to the top level | Andrew Bartlett | 2 | -2/+121 |
2011-12-28 | credentials: Always honour the return value of E_deshash() | Andrew Bartlett | 1 | -4/+2 |
2011-12-28 | gensec: Allow an alternate set of modules to be specified | Andrew Bartlett | 2 | -1/+11 |
2011-12-07 | s4-dns Use match-by-key in GSSAPI server if principal is not specified | Andrew Bartlett | 1 | -3/+9 |
2011-12-03 | Revert making public of the samba-module library. | Jelmer Vernooij | 2 | -8/+8 |
2011-11-21 | Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s... | Jeremy Allison | 2 | -4/+2 |
2011-11-10 | test: fixed several tests to use samba.tests | Andrew Tridgell | 1 | -2/+2 |
2011-10-28 | lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystem | Andrew Bartlett | 1 | -1/+1 |
2011-10-28 | lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run | Andrew Bartlett | 1 | -2/+2 |
2011-10-28 | lib/util Rename samba_init_module_fn -> samba_module_init_fn | Andrew Bartlett | 1 | -3/+3 |
2011-10-28 | lib/util Split samba-modules library into public and private parts | Andrew Bartlett | 2 | -2/+2 |
2011-10-28 | lib/util Rename load_samba_modules -> samba_modules_load | Andrew Bartlett | 1 | -1/+1 |
2011-10-28 | lib/util Rename run_init_functions -> samba_init_module_fns_run | Andrew Bartlett | 1 | -2/+2 |
2011-10-28 | lib/util Rename init_module_fn to samba_init_module_fn | Andrew Bartlett | 1 | -3/+3 |
2011-10-28 | gensec: Add parinoia about integer wrapping | Andrew Bartlett | 1 | -0/+7 |
2011-10-24 | idl: Improve MS-PAC IDL | Simo Sorce | 1 | -11/+14 |
2011-10-24 | auth/gensec: fix missleading comment | Stefan Metzmacher | 1 | -1/+1 |
2011-10-22 | auth/gensec: replace #if _SAMBA_BUILD_ == 4 by a feature test | Stefan Metzmacher | 1 | -1/+1 |