Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | s3-trans2: only include trans2.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-16 | s3-libsmb: move smb encryption structs into own header. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-01-09 | s3: Convert enc_blob_send_receive to cli_trans() | Volker Lendecke | 1 | -34/+21 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jan 9 11:40:04 CET 2011 on sn-devel-104 | |||||
2010-11-14 | s3: Convert cli_get_posix_fs_info() to cli_trans() | Volker Lendecke | 1 | -46/+25 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Nov 14 10:24:02 UTC 2010 on sn-devel-104 | |||||
2010-11-04 | s3: Remove the use of cli_send_trans from cli_get_fs_full_size_info | Volker Lendecke | 1 | -43/+27 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 4 22:08:53 UTC 2010 on sn-devel-104 | |||||
2010-09-20 | s3-build: only include async headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-05 | s3: Save the received trans2 from the inbuf in cli_trans | Volker Lendecke | 1 | -4/+5 | |
2010-07-20 | Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ↵ | Jeremy Allison | 1 | -1/+1 | |
contexts. Jeremy. | |||||
2010-07-20 | Fix one more data_blob -> data_blob_talloc. Move away from implicit NULL ↵ | Jeremy Allison | 1 | -6/+7 | |
context tallocs. Jeremy. | |||||
2010-07-20 | Remove gen_negTokenTarg(), as it's not actually creating a TokenTarg frame, ↵ | Jeremy Allison | 1 | -1/+1 | |
but a TokenInit one. Move to using spnego_gen_negTokenInit() instead. Jeremy | |||||
2010-05-31 | ntlmssp: Make the ntlmssp.h from source3/ a common header | Andrew Bartlett | 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> | |||||
2010-04-13 | Don't set "requested_posix_capabilities" in the sync code, already done in ↵ | Jeremy Allison | 1 | -2/+0 | |
the async. Jeremy. | |||||
2010-04-13 | Split out the client unix capabilities to those the server offered, and ↵ | Jeremy Allison | 1 | -3/+15 | |
those the client asked for. This fixes a bug when using encrypted transport and DFS links. Found by my basic DFS torture test, which I'll check in next. Testing *rocks* :-). Jeremy. | |||||
2010-03-24 | s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them | Stefan Metzmacher | 1 | -1/+5 | |
Inspired by the NTLMSSP merge work by Andrew Bartlett. metze Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-02-07 | s3: Make cli_get_fs_volume_info() use cli_trans() | Volker Lendecke | 1 | -38/+21 | |
2010-02-07 | s3: Remove some unused code | Volker Lendecke | 1 | -57/+0 | |
2010-02-07 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
2009-12-22 | s3:ntlmssp: only include ntlmssp.h where actually needed | Andrew Bartlett | 1 | -0/+1 | |
Andrew Bartlett | |||||
2009-11-21 | s3: Convert cli_get_fs_attr_info to the async API | Volker Lendecke | 1 | -39/+84 | |
2009-11-17 | s3: Fix the build on Solaris | Volker Lendecke | 1 | -1/+1 | |
2009-11-16 | s3:libsmb: avoid passing a function call as function parameter | Stefan Metzmacher | 1 | -3/+3 | |
Using a helper variable makes it easier to "step" into the desired function within gdb. metze | |||||
2009-11-14 | s3: Add min_setup, min_param and min_data to cli_trans_recv | Volker Lendecke | 1 | -8/+4 | |
Every caller that expects to receive something needs to check if enough was sent. Make this check mandatory for everyone. Yes, this makes the parameter list for cli_trans a bit silly, but that's just the way it is: A silly protocol request :-) While there, convert some _done functions to tevent_req_simple_finish_ntstatus. | |||||
2009-11-14 | s3: Convert cli_set_unix_extensions_capabilities_send to async | Volker Lendecke | 1 | -37/+79 | |
2009-11-13 | s3: Convert cli_unix_extensions_version to async | Volker Lendecke | 1 | -41/+123 | |
2009-09-17 | spnego: share spnego_parse. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-02-12 | [Bug 6069] Add a fstatvfs function for libsmbclient | Derrell Lipman | 1 | -0/+145 | |
- port functionality from v3_3_test to master Derrell | |||||
2009-01-26 | Decouple clistr_pull from struct cli_state->inbuf | Volker Lendecke | 1 | -2/+4 | |
2008-08-08 | Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. Some | Jeremy Allison | 1 | -1/+1 | |
work by me and advice by Love. Jeremy. (This used to be commit ecc3838e4cb5d0c0769ec6d9a34a877ca584ffcc) | |||||
2008-02-28 | Fix the build - don't use SMB_TRANS_ENC_GSS without | Jeremy Allison | 1 | -6/+2 | |
KRB5. Jeremy. (This used to be commit d16c295642c3df49be02440427ded0cd9b4179f5) | |||||
2008-02-25 | Fix some warnings | Volker Lendecke | 1 | -2/+1 | |
warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result (This used to be commit ad37b7b0aee265a3e4d8b7552610f4b9a105434d) | |||||
2008-01-05 | Add general '-e' option to enable smb encryption | Jeremy Allison | 1 | -0/+33 | |
on tools. Jeremy. (This used to be commit 757653966fc1384159bd2d57c5670cd8af0cae96) | |||||
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -0/+333 | |
negotiation works. Jeremy. (This used to be commit d78045601af787731f0737b8627450018902b104) | |||||
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 1 | -31/+31 | |
Mostly compiles.... Jeremy. (This used to be commit c87f3eba9aa52f4ab25d77e2167262bf5c43b1a6) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -10/+10 | |
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -324/+0 | |
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab) | |||||
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r22920: Add in the UNIX capability for 24-bit readX, as discussed | Jeremy Allison | 1 | -1/+1 | |
with the Apple guys and Linux kernel guys. Still looking at how to do writeX as there's no recvfile(). Jeremy. (This used to be commit a53268fb2082de586e2df250d8ddfcff53379102) | |||||
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -8/+8 | |
replace all data_blob(NULL, 0) calls. (This used to be commit 3d3d61687ef00181f4f04e001d42181d93ac931e) | |||||
2007-10-10 | r22362: fix the build on othersystems | Stefan Metzmacher | 1 | -1/+4 | |
metze (This used to be commit 68a681038ca60c83784321979c595def9e74ed41) | |||||
2007-10-10 | r22355: Ensure we get good debug messages from gss_XX calls. | Jeremy Allison | 1 | -0/+3 | |
Jeremy. (This used to be commit fe36fc79ddd4f2f2c88204055fca60a193586234) | |||||
2007-10-10 | r22354: Make client select krb5 encrpyt if krb5 already on. | Jeremy Allison | 1 | -0/+5 | |
Jeremy. (This used to be commit 7b89a5de57cd5fed814eda95e44dcc345f380fb2) | |||||
2007-10-10 | r22349: Fix missing ) in #else path. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 0f5680adcfb4f1636ba5a5c3ba9684f9fde8476a) | |||||
2007-10-10 | r22345: Only use new krb5 OID. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 1a46d2dcb930f433457877e143f5a602b6b9091e) | |||||
2007-10-10 | r22344: Correctly create sub-struct for GSS encryption. | Jeremy Allison | 1 | -0/+15 | |
Jeremy. (This used to be commit 197c90ec78545e7e3c03ff5787839ca134f3036a) | |||||
2007-10-10 | r22327: Finish the gss-spnego part of the seal code. Now | Jeremy Allison | 1 | -4/+181 | |
for testing.... Jeremy. (This used to be commit 1c1f5360b67792f14b50835a2c5a4d4ac68aca8f) | |||||
2007-10-10 | r21991: I hate Steve French :-). Add support for encryption | Jeremy Allison | 1 | -2/+8 | |
contexts.... Jeremy. (This used to be commit ae8f3649f773b8a8dcb55921536d038d3475322e) | |||||
2007-10-10 | r21926: Fix missing enum specifier pointed out by Don McCall @ HP. | Jeremy Allison | 1 | -7/+7 | |
Thanks Don ! Jeremy. (This used to be commit 662344d1ec3593689de7602afa518ed98e10dc37) | |||||
2007-10-10 | r21902: Don't free the thing you're trying to set in the cli state. | Jeremy Allison | 1 | -0/+1 | |
Jeremy. (This used to be commit 1639366561bd63d7023c54f811e2f87dcbbd0a31) | |||||
2007-10-10 | r21898: Added test command, fixed first valgrind bugs. | Jeremy Allison | 1 | -3/+4 | |
Now to investigate why it doesn't work :-). Jeremy. (This used to be commit 73f7c6cef8371ad63eb1dc3e79bfc78503dbd7a4) |