Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: Pass smbd_server_connection to (unused) server_encryption_shutdown | Volker Lendecke | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | s3: Pass smbd_server_connection to srv_encrypt_buffer | Volker Lendecke | 2011-08-25 | 1 | -1/+2 |
| | |||||
* | s3: Pass smbd_server_connection to srv_decrypt_buffer | Volker Lendecke | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | s3: Pass smbd_server_connection to srv_free_enc_buffer | Volker Lendecke | 2011-08-25 | 1 | -1/+1 |
| | |||||
* | s3: Pass smbd_server_connection to is_encrypted_packet | Volker Lendecke | 2011-08-25 | 1 | -1/+2 |
| | |||||
* | s3: Explicitly pass smb_srv_trans_enc_ctx to srv_enc_ctx | Volker Lendecke | 2011-08-25 | 1 | -3/+3 |
| | |||||
* | s3: Make srv_enc_ctx static | Volker Lendecke | 2011-08-05 | 1 | -1/+1 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Aug 5 18:29:24 CEST 2011 on sn-devel-104 | ||||
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2011-08-05 | 1 | -3/+3 |
| | |||||
* | s3-ntlmssp Split auth_ntlmssp_start into two functions | Andrew Bartlett | 2011-08-03 | 1 | -1/+7 |
| | | | | | | | | | This helps map on to the GENSEC semantics better, and ensures that the full set of desired features are set before the mechanism starts. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the server | Andrew Bartlett | 2011-08-03 | 1 | -0/+2 |
| | | | | | | | | | | | | This is changed so that the callers ask for the additional flags that they need, starting with no additional flags. This helps to create a proper abstraction layer in ntlmssp_wrap/auth_ntlmssp. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_update | Andrew Bartlett | 2011-08-03 | 1 | -3/+7 |
| | | | | | | | | This clarifies the lifetime of the returned token. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s3-ntlmssp Use auth_ntlmssp_*() functions in more places | Andrew Bartlett | 2011-08-03 | 1 | -2/+2 |
| | | | | | | | | This allows auth_ntlmssp_get_ntlmssp_state() to be removed. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s3-auth: Added remote_address to ntlmssp server. | Andreas Schneider | 2011-07-04 | 1 | -11/+39 |
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 |
| | | | | | | | | There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | ||||
* | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 2011-05-06 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | Fix many const compiler warnings. | Jeremy Allison | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | s3-auth: smbd needs auth.h | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3: include smbd/smbd.h where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-build: only include asn1 headers where actually needed. | Günther Deschner | 2011-03-16 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-libsmb: move smb encryption structs into own header. | Günther Deschner | 2011-03-16 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3: Fix input check in is_encrypted_packet | Volker Lendecke | 2010-10-08 | 1 | -1/+3 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Oct 8 07:40:52 UTC 2010 on sn-devel-104 | ||||
* | Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ↵ | Jeremy Allison | 2010-07-20 | 1 | -4/+4 |
| | | | | | | contexts. Jeremy. | ||||
* | Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce | Jeremy Allison | 2010-07-20 | 1 | -2/+2 |
| | | | | | | use of malloc, and data_blob(). Jeremy. | ||||
* | s3-auth: Move auth_ntlmssp wrappers in their own file | Simo Sorce | 2010-07-20 | 1 | -0/+1 |
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contexts | Simo Sorce | 2010-07-19 | 1 | -1/+1 |
| | | | | | | | Turn auth_ntlmssp_end into a destructor and attach it to auth_ntlmssp_state. Remote auth_ntlmssp_end and use TALLOC_FREE in the callers. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | ntlmssp: Make the ntlmssp.h from source3/ a common header | Andrew Bartlett | 2010-05-31 | 1 | -1/+1 |
| | | | | | | | | | The code is not yet in common, but I hope to fix that soon. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:auth Remove AUTH_NTLMSSP_STATE typedef. | Andrew Bartlett | 2010-05-31 | 1 | -1/+1 |
| | | | | | | | | | typedefs are no longer preferred Samba style. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:auth Make AUTH_NTLMSSP_STATE a private structure. | Andrew Bartlett | 2010-05-31 | 1 | -3/+6 |
| | | | | | | | | | This makes it a little easier for it to writen in terms of GENSEC in future. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3:ntlmssp: only include ntlmssp.h where actually needed | Andrew Bartlett | 2009-12-22 | 1 | -0/+1 |
| | | | | Andrew Bartlett | ||||
* | spnego: share spnego_parse. | Günther Deschner | 2009-09-17 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 2009-01-08 | 1 | -3/+1 |
| | | | | | | The goal is to move all this variables into a big context structure. metze | ||||
* | Fix more asprintf warnings and some error path errors. | Jeremy Allison | 2008-12-23 | 1 | -2/+1 |
| | | | | Jeremy. | ||||
* | s3: fix another build warning. | Günther Deschner | 2008-10-13 | 1 | -4/+4 |
| | | | | Guenther | ||||
* | Cope with the fact that the data blobs returned are now | Jelmer Vernooij | 2008-10-12 | 1 | -4/+20 |
| | | | | | | | talloc-allocated. Ideally, this memory should be talloc-stolen (and perhaps have DATA_BLOB in the interface everywhere), but that requires some more complex changes so I've just changed it to copy it for now. | ||||
* | Remove unused variable. | James Peach | 2008-04-07 | 1 | -1/+0 |
| | | | | (This used to be commit 3ed2c65bde0c2e5ad10cf777dae8a2d3e626a42c) | ||||
* | Fix Kerberos interop with Mac OS X 10.5 clients. | Bill Ricker | 2008-04-07 | 1 | -2/+5 |
| | | | | | | Ignore optional req_flags. Use the Kerberos mechanism OID negotiated with the client rather than hardcoding OID_KERBEROS5_OLD. (This used to be commit 59a2bcf30fef14ecc826271862b645dd3a61cb48) | ||||
* | Currently we don't SPNEGO negotiate back to NTLMSSP. Note this. | Jeremy Allison | 2008-02-14 | 1 | -4/+16 |
| | | | | | Jeremy. (This used to be commit 8cd04b948bfba3896d40c9e314a197f60ad76833) | ||||
* | Simplify... plus add a debug message. | Jeremy Allison | 2008-01-08 | 1 | -5/+5 |
| | | | | | Jeremy. (This used to be commit bedc493874adaf783362ba7b821e2a6d985b96ea) | ||||
* | Correctly identify enc/non-enc packets. | Jeremy Allison | 2008-01-08 | 1 | -3/+5 |
| | | | | | Jeremy. (This used to be commit 647f13d0f1a270a68263b3b0403436f9d6cf1a0e) | ||||
* | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 2008-01-04 | 1 | -15/+29 |
| | | | | | | | with Volker. Mostly making sure we have data on the incoming packet type, not stored in the smb header. Jeremy. (This used to be commit c4e5a505043965eec77b5bb9bc60957e8f3b97c8) | ||||
* | As the encryption is stream based there's no reason | Jeremy Allison | 2007-12-30 | 1 | -0/+9 |
| | | | | | | | | oplock breaks can't be encrypted. If we have multiple contexts I should probably attach them to the connection struct, but for now use the global context number. Jeremy. (This used to be commit 5b4b335ed0d1dc738f1f099e5c638361f3aede07) | ||||
* | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 2007-12-26 | 1 | -0/+703 |
| | | | | | | negotiation works. Jeremy. (This used to be commit d78045601af787731f0737b8627450018902b104) | ||||
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 2007-10-10 | 1 | -703/+0 |
| | | | | (This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab) | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | ||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | ||||
* | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 2007-10-10 | 1 | -11/+11 |
| | | | | | replace all data_blob(NULL, 0) calls. (This used to be commit 3d3d61687ef00181f4f04e001d42181d93ac931e) | ||||
* | r22747: Fix some C++ warnings | Volker Lendecke | 2007-10-10 | 1 | -6/+3 |
| | | | | (This used to be commit a66a04e9f11f6c4462f2b56b447bae4eca7b177c) | ||||
* | r22352: Wow - working gss SMB sealing ! | Jeremy Allison | 2007-10-10 | 1 | -0/+3 |
| | | | | | Jeremy. (This used to be commit abcb2a4b0709ef84c50c1d9a85191dc3866cd138) | ||||
* | r22351: Making progress in tests... | Jeremy Allison | 2007-10-10 | 1 | -0/+7 |
| | | | | | Jeremy. (This used to be commit f1726e04eb1d63387cf955c907fe077b2201a3ae) | ||||
* | r22350: Add some helpful debug messages. | Jeremy Allison | 2007-10-10 | 1 | -1/+7 |
| | | | | | Jeremy. (This used to be commit bf2e6bd82dc0d35313677c6cb04357da1e74ce4f) |