Age | Commit message (Expand) | Author | Files | Lines |
2012-03-02 | s4:auth/gensec/schannel: initialize struct schannel_state to zero | Stefan Metzmacher | 1 | -2/+1 |
2012-03-02 | s4:auth/gensec/schannel: make a copy of netlogon_creds_CredentialState in the... | Stefan Metzmacher | 1 | -1/+8 |
2012-02-18 | pygensec: Fix whitespace. | Jelmer Vernooij | 1 | -8/+8 |
2012-02-17 | auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs... | Andrew Bartlett | 1 | -33/+22 |
2012-01-20 | s4:auth/gensec: make sure GSS_C_CONF_FLAG implies GSS_C_INTEG_FLAG | Stefan Metzmacher | 1 | -0/+1 |
2012-01-13 | auth/gensec: move spnego.c to the toplevel | Stefan Metzmacher | 2 | -1411/+0 |
2012-01-13 | auth/gensec: common helper functions should be in gensec_util.c | Stefan Metzmacher | 1 | -107/+0 |
2012-01-13 | s4:auth/gensec: inline packet_full_request_u32() | Stefan Metzmacher | 1 | -1/+9 |
2012-01-13 | s4:auth/gensec: fix compiler warnings in spnego.c | Stefan Metzmacher | 1 | -3/+0 |
2012-01-12 | s4:auth/gensec/spnego: add support for fragmented spnego messages | Stefan Metzmacher | 1 | -3/+205 |
2012-01-12 | s4:pygensec: add set_max_update_size() and max_update_size() functions | Stefan Metzmacher | 1 | -0/+25 |
2012-01-11 | gensec: Rename want_flags and got_flags in gensec_gssapi | Andrew Bartlett | 1 | -26/+26 |
2012-01-11 | gensec: make gensec_gssapi.h common | Andrew Bartlett | 1 | -67/+0 |
2012-01-11 | gensec: move gensec_util.c to the top level | Andrew Bartlett | 2 | -99/+1 |
2012-01-04 | s4:pygensec: add session_key() method | Stefan Metzmacher | 1 | -0/+29 |
2011-12-29 | s4-gensec: Rename memory contexts in gensec_util for greater clarity | Andrew Bartlett | 1 | -2/+2 |
2011-12-29 | s4-gensec: Rename memory contexts in gensec_krb5 for greater clarity | Andrew Bartlett | 1 | -16/+16 |
2011-12-29 | s4-gensec: Rename memory contexts in gensec_gssapi for greater clarity | Andrew Bartlett | 1 | -16/+16 |
2011-12-29 | s4-gensec remove auth_session dep from gensec_gssapi.c | Andrew Bartlett | 1 | -1/+1 |
2011-12-29 | s4-gensec Remove fallback for simple privileges | Andrew Bartlett | 1 | -6/+2 |
2011-12-29 | s4-torture: Demonstrate handling of the PAC in a custom auth_context | Andrew Bartlett | 2 | -59/+5 |
2011-12-29 | s4-gensec: Move parsing of the PAC blob and creating the session_info into auth | Andrew Bartlett | 4 | -146/+152 |
2011-12-29 | s4-gensec: fix cyrus sasl module after update() protype change | Andrew Bartlett | 1 | -0/+1 |
2011-12-28 | s4-gensec: Allow a PAC to be obtained from any GSS mech | Andrew Bartlett | 1 | -7/+0 |
2011-12-07 | auth: Allow a NULL principal to be obtained from the credentials | Andrew Bartlett | 1 | -1/+4 |
2011-11-30 | s4:gensec/spnego: only try the mechs that match the client given ones | Stefan Metzmacher | 1 | -0/+4 |
2011-10-18 | gensec: move event context from gensec_*_init() to gensec_update() | Andrew Bartlett | 5 | -41/+48 |
2011-10-18 | gensec: move event-using code to gensec_update() hooks out of gensec_start*() | Andrew Bartlett | 3 | -39/+77 |
2011-10-13 | libcli/auth: Provide a struct loadparm_context to schannel calls | Andrew Bartlett | 1 | -1/+1 |
2011-10-11 | auth: move gensec_start.c to the top level | Andrew Bartlett | 6 | -972/+65 |
2011-10-11 | auth: move credentials layer to the top level | Andrew Bartlett | 1 | -0/+4 |
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 2 | -1/+2 |
2011-09-19 | s4:auth - remove unused variables | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2011-09-06 | s4:auth/gensec: gensec.h was moved to gensec_runtime | Stefan Metzmacher | 1 | -1/+1 |
2011-08-21 | gensec: Install header file. | Jelmer Vernooij | 1 | -0/+1 |
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 1 | -5/+5 |
2011-08-14 | Use public pytalloc header file. | Jelmer Vernooij | 1 | -1/+1 |
2011-08-14 | s4:misc: remove last usage of legacy event_ fn names | Simo Sorce | 1 | -3/+3 |
2011-08-10 | pytalloc: Use consistent prefix for functions, add ABI file. | Jelmer Vernooij | 1 | -20/+20 |
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 1 | -1/+1 |
2011-08-03 | s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmssp | Andrew Bartlett | 2 | -0/+2 |
2011-08-03 | gensec: clarify memory ownership for gensec_session_info() and gensec_session... | Andrew Bartlett | 6 | -38/+28 |
2011-08-03 | gensec: Remove mem_ctx from calls that do not return memory | Andrew Bartlett | 3 | -16/+11 |
2011-08-03 | gensec: split GENSEC into mechanism-dependent and runtime functions | Andrew Bartlett | 9 | -923/+172 |
2011-07-29 | gensec: Add a way to request a unix token from GENSEC | Andrew Bartlett | 2 | -5/+13 |
2011-07-28 | s4auth: Fix the object name for Py_Security | Amitay Isaacs | 1 | -1/+1 |
2011-07-20 | auth: Split out make_user_info_SamBaseInfo and add authenticated argument | Andrew Bartlett | 1 | -0/+1 |
2011-06-17 | s4-auth: quiet down the krb5 warnings when kerberos is not set to 'MUST' | Andrew Tridgell | 1 | -1/+1 |
2011-06-08 | s4-gensec bring GSS_S_CONTEXT_EXPIRED into it's own error handler | Andrew Bartlett | 1 | -0/+59 |
2011-06-06 | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 3 | -5/+5 |