Age | Commit message (Expand) | Author | Files | Lines |
2011-10-21 | s3-ntlmssp Remove references to auth_ntlmssp_context from the rpc code | Andrew Bartlett | 2 | -17/+20 |
2011-10-21 | s3-ntlmssp Remove auth_ntlmssp_session_key() | Andrew Bartlett | 1 | -2/+7 |
2011-10-21 | s3-ntlmssp Remove auth_ntlmssp_want_feature() | Andrew Bartlett | 1 | -4/+4 |
2011-10-21 | s3-ntlmssp use gensec_{seal,unseal,sign,check}_packet | Andrew Bartlett | 1 | -22/+22 |
2011-10-21 | s3-ntlmssp Remove auth_ntlmssp_update wrapper | Andrew Bartlett | 1 | -2/+3 |
2011-10-18 | s3-ntlmssp split auth_ntlmssp_client_start() into two parts | Andrew Bartlett | 1 | -4/+7 |
2011-10-18 | ntlmssp: Move ntlmssp code to auth/ntlmssp | Andrew Bartlett | 1 | -1/+1 |
2011-09-30 | s3: Remove an unused variable | Volker Lendecke | 1 | -2/+0 |
2011-08-03 | s3-ntlmssp Remove auth_ntlmssp_and_flags() | Andrew Bartlett | 1 | -7/+0 |
2011-08-03 | s3-ntlmssp Remove auth_ntlmssp_or_flags | Andrew Bartlett | 1 | -5/+4 |
2011-08-03 | s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the server | Andrew Bartlett | 1 | -0/+1 |
2011-08-03 | s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_update | Andrew Bartlett | 1 | -1/+1 |
2011-08-03 | s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_get_session_key() | Andrew Bartlett | 1 | -3/+2 |
2011-07-20 | s3-gse Work around the MIT 1.9 gss_krb5_import_cred | Andrew Bartlett | 1 | -6/+16 |
2011-07-20 | s3-gse Allow printing the partial error string | Andrew Bartlett | 1 | -6/+6 |
2011-07-04 | s3-auth: Added remote_address to ntlmssp server. | Andreas Schneider | 1 | -0/+2 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 2 | -2/+2 |
2011-05-10 | s3:librpc: remove unneded gssapi includes from source3/librpc/crypto/gse.c | Michael Adam | 1 | -6/+0 |
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 1 | -21/+23 |
2011-04-27 | s3-rpc_server Fix compile without kerberos | Andrew Bartlett | 1 | -1/+2 |
2011-04-27 | s3-gse: Don't release the mech OID from gss_accept_security_context | Andrew Bartlett | 1 | -4/+31 |
2011-04-27 | auth/kerberos: Create common helper to get the verified PAC from GSSAPI | Andrew Bartlett | 2 | -43/+7 |
2011-04-20 | s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred() | Andrew Bartlett | 2 | -22/+29 |
2011-04-16 | s3-gse Allow GSSAPI wrapper to compile against Heimdal | Andrew Bartlett | 1 | -1/+3 |
2011-04-06 | s3-librpc Fix creation of in-memory keytab for previous password | Andrew Bartlett | 1 | -1/+1 |
2010-09-23 | s3-dcerpc: add spnego server helpers | Simo Sorce | 2 | -1/+110 |
2010-09-23 | spnego: make spnego_context public | Simo Sorce | 2 | -21/+19 |
2010-09-23 | s3-dcerpc: move client spnego stuff in /librpc/crypto | Simo Sorce | 2 | -0/+430 |
2010-09-23 | gssapi: remove unused function argument | Simo Sorce | 2 | -3/+0 |
2010-09-23 | gssapi: avoid explicit dependency on dcerpc specific structures | Simo Sorce | 2 | -37/+12 |
2010-09-23 | s3-dcerpc: move crypto stuff in /librpc/crypto | Simo Sorce | 4 | -0/+1529 |