summaryrefslogtreecommitdiff
path: root/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2013-09-19gensec: check for NULL gensec_security in gensec_security_by_auth_type().Günther Deschner1-2/+4
2013-09-19gensec: remove duplicate gensec_security_by_authtype() call.Günther Deschner1-27/+2
2013-09-19gensec: move schannel module to toplevel.Günther Deschner2-0/+338
2013-09-18Add SASL/EXTERNAL gensec moduleHoward Chu3-1/+91
2013-09-16auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()Andrew Bartlett1-0/+14
2013-08-19gensec: Fix CID 1063258 Uninitialized scalar variableVolker Lendecke1-0/+1
2013-08-10auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher3-34/+40
2013-08-10auth/gensec: use 'const char * const *' for function parametersStefan Metzmacher3-3/+3
2013-08-10auth/gensec: make it possible to implement async backendsStefan Metzmacher2-49/+160
2013-08-10auth/gensec: avoid talloc_reference in gensec_security_mechs()Stefan Metzmacher1-18/+9
2013-08-10auth/gensec: avoid talloc_reference in gensec_use_kerberos_mechs()Stefan Metzmacher1-18/+20
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher6-96/+135
2013-08-10auth/gensec: add gensec_security_by_auth_type()Stefan Metzmacher2-0/+29
2013-08-10auth/gensec: first check GENSEC_FEATURE_SESSION_KEY before returning NOT_IMPL...Stefan Metzmacher1-3/+4
2013-05-15gensec: Make gensec_security_oids_from_ops staticVolker Lendecke1-4/+5
2013-05-15gensec: Make gensec_security_by_sasl_list staticVolker Lendecke1-3/+4
2013-05-15gensec: Make gensec_interface_version publicVolker Lendecke2-1/+2
2013-01-24gensec: Allow login without a PAC by default (bug #9581)Andrew Bartlett1-1/+1
2012-09-20auth: Fix some nonempty blank linesVolker Lendecke1-61/+59
2012-07-03auth/gensec: Remove unused gensec_security parameterAndrew Bartlett1-6/+3
2012-05-17auth/gensec: implement gensec_spnego_expire_time()Stefan Metzmacher1-0/+12
2012-05-17auth/gensec: add gensec_expire_time()Stefan Metzmacher2-0/+12
2012-04-12auth-krb: Nove oid packet check to gensec_util.Simo Sorce3-1/+47
2012-04-12gensec_gssapi: keep private header file close to the actual codeSimo Sorce1-70/+0
2012-03-15auth/gensec_gssapi: gss_krb5_lucid_context_v1_t is not shared with the gse co...Stefan Metzmacher1-1/+1
2012-02-17auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3Andrew Bartlett1-0/+2
2012-02-17auth: Provide a way to specify the NTLMSSP server name to GENSECAndrew Bartlett1-0/+4
2012-02-10gensec: explain gensec_use_kerberos_mechs() logicAndrew Bartlett1-1/+16
2012-02-10gensec: set flag to continue in outer for loop in gensec_use_kerberos_mechsAndrew Bartlett1-1/+5
2012-02-10Revert "gensec: Fix a memory corruption in gensec_use_kerberos_mechs"Andrew Bartlett1-2/+1
2012-02-09gensec: Fix a memory corruption in gensec_use_kerberos_mechsVolker Lendecke1-1/+2
2012-01-30gensec: inline gensec_generate_session_info() into only callerAndrew Bartlett2-34/+0
2012-01-25auth/gensec_gssapi: sync gensec_gssapi_state with gse_contextStefan Metzmacher1-1/+2
2012-01-18auth/gensec: align common elements between gse_context and gensec_gssapi_stateAndrew Bartlett1-3/+5
2012-01-13s3:build: add auth/gensec/spnego.oStefan Metzmacher1-0/+2
2012-01-13auth/gensec: move spnego.c to the toplevelStefan Metzmacher2-0/+1407
2012-01-13auth/gensec: common helper functions should be in gensec_util.cStefan Metzmacher1-0/+116
2012-01-13auth/gensec: add some more functions from gensec_start.c to gensec.hStefan Metzmacher2-16/+37
2012-01-13auth/gensec: make sure functions from gensec.c are in gensec.hStefan Metzmacher2-5/+7
2012-01-12s4:auth/gensec/spnego: add support for fragmented spnego messagesStefan Metzmacher1-1/+1
2012-01-12auth/gensec: add gensec_*max_update_size()Stefan Metzmacher3-0/+22
2012-01-11gensec: Make sure to check the optional auth_context hooks before using themAndrew Bartlett1-1/+1
2012-01-11gensec: Rename want_flags and got_flags in gensec_gssapiAndrew Bartlett1-1/+1
2012-01-11gensec: make gensec_gssapi.h commonAndrew Bartlett1-0/+67
2012-01-11gensec: move gensec_util.c to the top levelAndrew Bartlett3-1/+110
2011-12-29s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett1-0/+1
2011-12-28gensec: Allow an alternate set of modules to be specifiedAndrew Bartlett2-1/+11
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij2-8/+8
2011-10-28lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett1-1/+1
2011-10-28lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett1-2/+2