summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
...
* auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...Andrew Bartlett2012-02-171-33/+22
* s4:auth/gensec: make sure GSS_C_CONF_FLAG implies GSS_C_INTEG_FLAGStefan Metzmacher2012-01-201-0/+1
* auth/gensec: move spnego.c to the toplevelStefan Metzmacher2012-01-132-1411/+0
* auth/gensec: common helper functions should be in gensec_util.cStefan Metzmacher2012-01-131-107/+0
* s4:auth/gensec: inline packet_full_request_u32()Stefan Metzmacher2012-01-131-1/+9
* s4:auth/gensec: fix compiler warnings in spnego.cStefan Metzmacher2012-01-131-3/+0
* s4:auth/gensec/spnego: add support for fragmented spnego messagesStefan Metzmacher2012-01-121-3/+205
* s4:pygensec: add set_max_update_size() and max_update_size() functionsStefan Metzmacher2012-01-121-0/+25
* gensec: Rename want_flags and got_flags in gensec_gssapiAndrew Bartlett2012-01-111-26/+26
* gensec: make gensec_gssapi.h commonAndrew Bartlett2012-01-111-67/+0
* gensec: move gensec_util.c to the top levelAndrew Bartlett2012-01-112-99/+1
* s4:pygensec: add session_key() methodStefan Metzmacher2012-01-041-0/+29
* s4-gensec: Rename memory contexts in gensec_util for greater clarityAndrew Bartlett2011-12-291-2/+2
* s4-gensec: Rename memory contexts in gensec_krb5 for greater clarityAndrew Bartlett2011-12-291-16/+16
* s4-gensec: Rename memory contexts in gensec_gssapi for greater clarityAndrew Bartlett2011-12-291-16/+16
* s4-gensec remove auth_session dep from gensec_gssapi.cAndrew Bartlett2011-12-291-1/+1
* s4-gensec Remove fallback for simple privilegesAndrew Bartlett2011-12-291-6/+2
* s4-torture: Demonstrate handling of the PAC in a custom auth_contextAndrew Bartlett2011-12-292-59/+5
* s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett2011-12-294-146/+152
* s4-gensec: fix cyrus sasl module after update() protype changeAndrew Bartlett2011-12-291-0/+1
* s4-gensec: Allow a PAC to be obtained from any GSS mechAndrew Bartlett2011-12-281-7/+0
* auth: Allow a NULL principal to be obtained from the credentialsAndrew Bartlett2011-12-071-1/+4
* s4:gensec/spnego: only try the mechs that match the client given onesStefan Metzmacher2011-11-301-0/+4
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-185-41/+48
* gensec: move event-using code to gensec_update() hooks out of gensec_start*()Andrew Bartlett2011-10-183-39/+77
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-131-1/+1
* auth: move gensec_start.c to the top levelAndrew Bartlett2011-10-116-972/+65
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-111-0/+4
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-062-1/+2
* s4:auth - remove unused variablesMatthias Dieter Wallnöfer2011-09-191-1/+0
* s4:auth/gensec: gensec.h was moved to gensec_runtimeStefan Metzmacher2011-09-061-1/+1
* gensec: Install header file.Jelmer Vernooij2011-08-211-0/+1
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-181-5/+5
* Use public pytalloc header file.Jelmer Vernooij2011-08-141-1/+1
* s4:misc: remove last usage of legacy event_ fn namesSimo Sorce2011-08-141-3/+3
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-20/+20
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-081-1/+1
* s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmsspAndrew Bartlett2011-08-032-0/+2
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-036-38/+28
* gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2011-08-033-16/+11
* gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett2011-08-039-923/+172
* gensec: Add a way to request a unix token from GENSECAndrew Bartlett2011-07-292-5/+13
* s4auth: Fix the object name for Py_SecurityAmitay Isaacs2011-07-281-1/+1
* auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett2011-07-201-0/+1
* s4-auth: quiet down the krb5 warnings when kerberos is not set to 'MUST'Andrew Tridgell2011-06-171-1/+1
* s4-gensec bring GSS_S_CONTEXT_EXPIRED into it's own error handlerAndrew Bartlett2011-06-081-0/+59
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-063-5/+5
* s4:gensec_gssapi: avoid delegation if s4u2self/proxy is usedStefan Metzmacher2011-05-181-0/+4
* s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett2011-05-083-7/+7
* sasl_secret_t ends in a char [1] size. This means the extra character is impl...Jeremy Allison2011-05-041-2/+2