Age | Commit message (Expand) | Author | Files | Lines |
2013-09-19 | gensec: check for NULL gensec_security in gensec_security_by_auth_type(). | Günther Deschner | 1 | -2/+4 |
2013-09-19 | gensec: remove duplicate gensec_security_by_authtype() call. | Günther Deschner | 1 | -27/+2 |
2013-09-19 | gensec: move schannel module to toplevel. | Günther Deschner | 2 | -0/+338 |
2013-09-18 | Add SASL/EXTERNAL gensec module | Howard Chu | 3 | -1/+91 |
2013-09-16 | auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech() | Andrew Bartlett | 1 | -0/+14 |
2013-08-19 | gensec: Fix CID 1063258 Uninitialized scalar variable | Volker Lendecke | 1 | -0/+1 |
2013-08-10 | auth/gensec: treat struct gensec_security_ops as const if possible. | Stefan Metzmacher | 3 | -34/+40 |
2013-08-10 | auth/gensec: use 'const char * const *' for function parameters | Stefan Metzmacher | 3 | -3/+3 |
2013-08-10 | auth/gensec: make it possible to implement async backends | Stefan Metzmacher | 2 | -49/+160 |
2013-08-10 | auth/gensec: avoid talloc_reference in gensec_security_mechs() | Stefan Metzmacher | 1 | -18/+9 |
2013-08-10 | auth/gensec: avoid talloc_reference in gensec_use_kerberos_mechs() | Stefan Metzmacher | 1 | -18/+20 |
2013-08-10 | auth/gensec: introduce gensec_internal.h | Stefan Metzmacher | 6 | -96/+135 |
2013-08-10 | auth/gensec: add gensec_security_by_auth_type() | Stefan Metzmacher | 2 | -0/+29 |
2013-08-10 | auth/gensec: first check GENSEC_FEATURE_SESSION_KEY before returning NOT_IMPL... | Stefan Metzmacher | 1 | -3/+4 |
2013-05-15 | gensec: Make gensec_security_oids_from_ops static | Volker Lendecke | 1 | -4/+5 |
2013-05-15 | gensec: Make gensec_security_by_sasl_list static | Volker Lendecke | 1 | -3/+4 |
2013-05-15 | gensec: Make gensec_interface_version public | Volker Lendecke | 2 | -1/+2 |
2013-01-24 | gensec: Allow login without a PAC by default (bug #9581) | Andrew Bartlett | 1 | -1/+1 |
2012-09-20 | auth: Fix some nonempty blank lines | Volker Lendecke | 1 | -61/+59 |
2012-07-03 | auth/gensec: Remove unused gensec_security parameter | Andrew Bartlett | 1 | -6/+3 |
2012-05-17 | auth/gensec: implement gensec_spnego_expire_time() | Stefan Metzmacher | 1 | -0/+12 |
2012-05-17 | auth/gensec: add gensec_expire_time() | Stefan Metzmacher | 2 | -0/+12 |
2012-04-12 | auth-krb: Nove oid packet check to gensec_util. | Simo Sorce | 3 | -1/+47 |
2012-04-12 | gensec_gssapi: keep private header file close to the actual code | Simo Sorce | 1 | -70/+0 |
2012-03-15 | auth/gensec_gssapi: gss_krb5_lucid_context_v1_t is not shared with the gse co... | Stefan Metzmacher | 1 | -1/+1 |
2012-02-17 | auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3 | Andrew Bartlett | 1 | -0/+2 |
2012-02-17 | auth: Provide a way to specify the NTLMSSP server name to GENSEC | Andrew Bartlett | 1 | -0/+4 |
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-09 | gensec: Fix a memory corruption in gensec_use_kerberos_mechs | Volker Lendecke | 1 | -1/+2 |
2012-01-30 | gensec: inline gensec_generate_session_info() into only caller | Andrew Bartlett | 2 | -34/+0 |
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-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 | 3 | -1/+110 |
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-28 | gensec: Allow an alternate set of modules to be specified | Andrew Bartlett | 2 | -1/+11 |
2011-12-03 | Revert making public of the samba-module library. | Jelmer Vernooij | 2 | -8/+8 |
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 |