Age | Commit message (Expand) | Author | Files | Lines |
2011-10-28 | lib/util Rename init_module_fn to samba_init_module_fn | Andrew Bartlett | 1 | -1/+1 |
2011-10-24 | idl: Improve MS-PAC IDL | Simo Sorce | 1 | -5/+9 |
2011-10-18 | s4:auth/unix_token: match s3 behavior and add uid/gid to the groups array | Stefan Metzmacher | 1 | -17/+31 |
2011-10-18 | gensec: move event context from gensec_*_init() to gensec_update() | Andrew Bartlett | 7 | -42/+49 |
2011-10-18 | gensec: move event-using code to gensec_update() hooks out of gensec_start*() | Andrew Bartlett | 3 | -39/+77 |
2011-10-18 | s4-auth: match the new s3 gensec client and always negotiate SIGN with SEAL | Andrew Bartlett | 1 | -0/+1 |
2011-10-18 | ntlmssp: Prepare gensec_ntlmssp_start() for broader use | Andrew Bartlett | 2 | -4/+28 |
2011-10-18 | ntlmssp: Move ntlmssp code to auth/ntlmssp | Andrew Bartlett | 6 | -286/+11 |
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 | 7 | -972/+66 |
2011-10-11 | auth: move credentials layer to the top level | Andrew Bartlett | 14 | -3656/+4 |
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 1 | -1/+1 |
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 4 | -2/+4 |
2011-10-05 | s4-auth: fixed formatting of some DEBUG() lines | Andrew Tridgell | 1 | -3/+3 |
2011-10-04 | s4-auth: rework map_user_info() to use cracknames | Andrew Tridgell | 2 | -13/+215 |
2011-10-04 | s4-sam: don't look in GC NCs for user accounts | Andrew Tridgell | 1 | -2/+6 |
2011-09-19 | s4:auth - remove unused variables | Matthias Dieter Wallnöfer | 2 | -2/+0 |
2011-09-08 | build: make LIBWBCLIENT_OLD and auth_unix_token libraries | Andrew Bartlett | 1 | -5/+6 |
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-21 | samba-credentials: Add pkg-config file. | Jelmer Vernooij | 2 | -0/+12 |
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 5 | -14/+14 |
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 | 5 | -56/+56 |
2011-08-08 | s4:pycredentials: PyArg_ParseTuple("i") requires an 'int' argument. | Stefan Metzmacher | 1 | -6/+30 |
2011-08-08 | build: Make credentials a public library for OpenChange to use | Andrew Bartlett | 1 | -1/+1 |
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 2 | -2/+2 |
2011-08-07 | pyldb: Consistently use pyldb_ prefix. | Jelmer Vernooij | 1 | -3/+3 |
2011-08-03 | ntlmssp: Add ntlmssp_blob_matches_magic() | Andrew Bartlett | 1 | -1/+1 |
2011-08-03 | gensec: Don't keep a second copy of the auth4_context in gensec_ntlmssp_state | Andrew Bartlett | 2 | -7/+4 |
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 | 8 | -45/+37 |
2011-08-03 | gensec: Remove mem_ctx from calls that do not return memory | Andrew Bartlett | 4 | -18/+11 |
2011-08-03 | gensec: split GENSEC into mechanism-dependent and runtime functions | Andrew Bartlett | 9 | -923/+172 |
2011-07-29 | s4-auth Fill in the remainder of the unix info in auth_session_info | Andrew Bartlett | 2 | -5/+45 |
2011-07-29 | s4-auth Move conversion of security_token to unix_token to auth | Andrew Bartlett | 6 | -7/+125 |
2011-07-29 | gensec: Add a way to request a unix token from GENSEC | Andrew Bartlett | 3 | -5/+14 |
2011-07-28 | s4auth: Fix the object name for Py_Security | Amitay Isaacs | 1 | -1/+1 |
2011-07-28 | s4auth: Fix the object names for PyCredentials and PyCredentialCacheContainer | Amitay Isaacs | 1 | -2/+2 |
2011-07-28 | s4auth: Remove duplicate assignment of structure variable | Amitay Isaacs | 1 | -1/+0 |
2011-07-25 | s4:auth/kerberos: activate windows related krb5 flags | Stefan Metzmacher | 1 | -0/+10 |
2011-07-20 | auth: Split out make_user_info_SamBaseInfo and add authenticated argument | Andrew Bartlett | 2 | -2/+6 |
2011-07-15 | s4:auth/credentials: with the build after heimdal import | Stefan Metzmacher | 1 | -0/+1 |
2011-06-24 | s4:kdc: implement samba_kdc_check_s4u2proxy() | Stefan Metzmacher | 1 | -0/+1 |
2011-06-22 | s4:auth/kerberos: protect kerberos_kinit_password_cc() against old KDCs | Stefan Metzmacher | 1 | -1/+48 |
2011-06-22 | s4:auth/kerberos: add S4U2Proxy support to kerberos_kinit_password_cc() | Stefan Metzmacher | 3 | -5/+134 |
2011-06-22 | s4:auth/kerberos: protect kerberos_kinit_password_cc() against old KDCs | Stefan Metzmacher | 1 | -1/+47 |
2011-06-22 | s4:auth/kerberos: remove one indentation level in kerberos_kinit_password_cc() | Stefan Metzmacher | 1 | -94/+99 |
2011-06-22 | s4:auth/kerberos: reformat kerberos_kinit_password_cc() | Stefan Metzmacher | 1 | -32/+41 |