Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-06-22 | s4:auth/kerberos: don't mix s4u2self creds with machine account creds | Stefan Metzmacher | 1 | -24/+76 |
2011-06-22 | s4:auth/kerberos: use better variable names in kerberos_kinit_password_cc() | Stefan Metzmacher | 1 | -27/+41 |
2011-06-22 | s4:auth/kerberos: don't ignore return code in kerberos_kinit_password_cc() | Stefan Metzmacher | 1 | -0/+2 |
2011-06-21 | s4/auth: Trivial spelling fixes. | Brad Hards | 2 | -6/+6 |
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 1 | -2/+2 |
2011-06-20 | libcli/util Bring samba4 unix -> nt_status code in common. | Andrew Bartlett | 1 | -1/+1 |
2011-06-19 | s4: fix wrong index usage PRIMARY_USER_SID_INDEX when it should have been PRI... | Matthieu Patou | 1 | -1/+1 |
2011-06-17 | s4-auth: quiet down the krb5 warnings when kerberos is not set to 'MUST' | Andrew Tridgell | 2 | -2/+6 |
2011-06-11 | s4:auth/ntlm/auth_unix.c - remove unused variables | Matthias Dieter Wallnöfer | 1 | -2/+0 |
2011-06-09 | s4:auth/ntlm/auth.c - fix incompatible pointer type warning | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2011-06-08 | s4-gensec bring GSS_S_CONTEXT_EXPIRED into it's own error handler | Andrew Bartlett | 1 | -0/+59 |
2011-06-08 | s4-credentials Don't use expired Kerberos or GSSAPI credentials | Andrew Bartlett | 1 | -4/+57 |
2011-06-08 | s4-credentials Allow use of file-based credentials caches for debugging. | Andrew Bartlett | 1 | -3/+9 |
2011-06-07 | s4-auth Move default auth methods back into auth.c | Andrew Bartlett | 1 | -4/+6 |
2011-06-06 | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 3 | -5/+5 |
2011-05-21 | s4:auth/ntlmssp/ntlmssp_server.c - add "const" in front of "dnsdomain" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-05-18 | s4:auth/credentials: S4U2Self should force CRED_MUST_USE_KERBEROS | Stefan Metzmacher | 1 | -0/+1 |
2011-05-18 | s4:auth/credentials: pass 'self_service' to cli_credentials_set_impersonate_p... | Stefan Metzmacher | 4 | -7/+32 |
2011-05-18 | s4:gensec_gssapi: avoid delegation if s4u2self/proxy is used | Stefan Metzmacher | 1 | -0/+4 |
2011-05-08 | s4-auth Rename auth -> auth4 to avoid conflict with s3 auth | Andrew Bartlett | 18 | -74/+74 |
2011-05-08 | s4-auth: remove unused prototype | Andrew Tridgell | 1 | -4/+1 |
2011-05-05 | s4-auth: removed the password combinations code in auth_unix | Andrew Tridgell | 1 | -39/+4 |
2011-05-04 | sasl_secret_t ends in a char [1] size. This means the extra character is impl... | Jeremy Allison | 1 | -2/+2 |
2011-05-03 | Remove strlower_m() and strupper_m() from source4 and common code. | Andrew Bartlett | 1 | -14/+14 |