Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-03 | s4:libcli:smb2: store the share capabilites in the smb2_tree object | Michael Adam | 1 | -0/+1 | |
2012-03-03 | s4:libcli:smb2: allow max protocol 0x0224 | Michael Adam | 1 | -1/+1 | |
2012-02-28 | s4:libcli:smb2: add a smb2_connect_ext variant of smb2_connect that takes a ↵ | Michael Adam | 1 | -12/+36 | |
previous_session argument | |||||
2012-02-28 | s4:libcli:smb2: add a previous session argument to smb2_connect_send() | Michael Adam | 1 | -1/+5 | |
2012-02-28 | s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego() | Michael Adam | 1 | -1/+2 | |
So that we can do a session reconnect. | |||||
2012-02-03 | s4:libcli:smb2: don't allocate the smb2_tree struct earlier than necessary ↵ | Michael Adam | 1 | -5/+5 | |
in smb2_connect() Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-03 | s4:libcli/torture:smb2: change smb2_tree_connect to take a smb2_session ↵ | Michael Adam | 1 | -1/+1 | |
instead of smb2_tree arguement. Only the tree->session is needed. This way it is less confusing. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-30 | s4:libcli: do the nbss session request within smbcli_sock_connect_*() | Stefan Metzmacher | 1 | -39/+17 | |
metze | |||||
2011-11-24 | s4:libcli/smb2: implement on top of smbXcli_conn/req | Stefan Metzmacher | 1 | -70/+20 | |
metze | |||||
2011-11-03 | s4:libcli/smb2: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/ | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2011-11-03 | s4:libcli/smb2: remove unused SMB_SIGNING_AUTO handling | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2011-11-03 | s4:libcli/smb2: SMB_SIGNING_DEFAULT matches SMB_SIGNING_SUPPORTED on the ↵ | Stefan Metzmacher | 1 | -0/+2 | |
client for now metze | |||||
2011-11-03 | s4:libcli/smb2: let SMB_SIGNING_AUTO behave like SMB_SIGNING_SUPPORTED | Stefan Metzmacher | 1 | -7/+1 | |
This matches the smb1 behavior. metze | |||||
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 1 | -1/+1 | |
The two error tables need to be combined, but for now seperate the names. (As the common parts of the tree now use the _common function, errmap_unix.c must be included in the s3 autoconf build). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jun 20 08:12:03 CEST 2011 on sn-devel-104 | |||||
2011-04-28 | s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_req | Stefan Metzmacher | 1 | -9/+11 | |
metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_connect_tcon_done() | Stefan Metzmacher | 1 | -20/+22 | |
It should be after smb2_connect_session_done(). metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_connect_session_done() | Stefan Metzmacher | 1 | -36/+38 | |
It should be after smb2_connect_negprot_done(). metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_connect_negprot_done() | Stefan Metzmacher | 1 | -69/+71 | |
It should be after smb2_connect_socket_done(). metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_connect_socket_done() | Stefan Metzmacher | 1 | -55/+57 | |
It should be after smb2_connect_resolve_done(). metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_connect_resolve_done() | Stefan Metzmacher | 1 | -36/+35 | |
It should be after smb2_connect_send(). metze | |||||
2011-04-28 | s4:libcli/smb2: rename step functions of smb2_connect_*() | Stefan Metzmacher | 1 | -26/+10 | |
They should all start with a smb2_connect_ prefix. metze | |||||
2011-04-28 | s4:libcli/smb2: convert smb2_connect_*() to tevent_req | Stefan Metzmacher | 1 | -107/+196 | |
metze | |||||
2009-09-19 | s4-resolve: fixed a crash bug on timeout | Andrew Tridgell | 1 | -1/+1 | |
We were creating the name resolution context as a child of lp_ctx, which meant when we gave up on a connection the timer on name resolution kept running, and when it timed out the callback crashed as the socket was already removed. | |||||
2009-05-26 | s4:libcli/smb2: use new SMB2_DIVELECT_REVISION constants | Stefan Metzmacher | 1 | -2/+5 | |
Also send them in the order a windows client would send them (the lowest first). metze | |||||
2009-05-20 | s4:libcli/smb2: fill in transport->negotiate.secblob with the correct data | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2009-03-18 | s4 libcli: Add back Longhorn beta dialect as a constant | Zach Loafman | 1 | -4/+3 | |
Also tweak how the dialect array and count is initialized. | |||||
2009-03-17 | s4 libcli: Add SMB2.1 dialect to libcli | Zach Loafman | 1 | -1/+2 | |
Negotiate 2.1 if possible, leave negotiate results in transport->negotiate.dialect_revision. | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -2/+2 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-11-02 | Remove use of global_loadparm for SMB2 client connections. | Jelmer Vernooij | 1 | -5/+9 | |
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -2/+0 | |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -1/+2 | |
should in the future only contain some settings required for gensec. | |||||
2008-11-01 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -4/+7 | |
2008-11-01 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -7/+7 | |
2008-11-01 | Move calls to lp_* higher up in the call stack. | Jelmer Vernooij | 1 | -6/+15 | |
2008-11-01 | Move lp_*() calls a bit higher up the calls tack. | Jelmer Vernooij | 1 | -2/+1 | |
2008-09-29 | s4:libcli/smb2: remove unused header | Stefan Metzmacher | 1 | -1/+0 | |
This hopefully fixes the build with internal popt. metze | |||||
2008-09-24 | for use in python we need to use global_loadparm | Andrew Tridgell | 1 | -1/+1 | |
2008-09-24 | - use the current dialect first, for servers that only look at the | Andrew Tridgell | 1 | -3/+10 | |
first dialect - allow override of SMB2 port in client code | |||||
2008-08-14 | libcli/smb2: use smb2 signing in auto mode if the server supports it | Stefan Metzmacher | 1 | -1/+7 | |
metze (This used to be commit fe74faf13dc64eaa58d757de156aedcb24abed1f) | |||||
2008-07-28 | libcli/smb2: fix per session signing state | Stefan Metzmacher | 1 | -4/+4 | |
metze (This used to be commit 8bc12dc77a59e792830d96e84a4e8d1b2c651505) | |||||
2008-05-30 | implemented client side SMB2 signing | Andrew Tridgell | 1 | -5/+49 | |
This doessn't work against Windows yet, and I've submitted a WSPP request for clarification of the docs to try and find out why. Meanwhile this is no worse than what we had, as it only gets used when the server demands signing, and we didn't work then anyway. (This used to be commit b788096add3586d7277efcd3bf5ca7f3a604cb7a) | |||||
2008-05-20 | remember the server time fields on negotiate. Needed for gentest | Andrew Tridgell | 1 | -0/+3 | |
(This used to be commit 7989ca861dcc700b52be3a47ea5ae8b03fbb9330) | |||||
2008-05-16 | private -> private_data for struct smb2_request | Andrew Tridgell | 1 | -4/+4 | |
(This used to be commit 67290e0ad69df2f2fe651249c6550b8e32dd641b) | |||||
2008-04-17 | libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3 | Stefan Metzmacher | 1 | -3/+4 | |
With this smbtorture works against longhorn beta3 again, hopefully it still works with new versions... metze (This used to be commit 874924a85a862e38b7d1a6199276e998cf3697d8) | |||||
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 47ffbbf67435904754469544390b67d34c958343) | |||||
2008-02-14 | updated SMB2 code for getinfo according to WSPP docs | Andrew Tridgell | 1 | -1/+1 | |
- Updated getinfo structures and field names - also updated the protocol revision number handling to reflect new docs (This used to be commit 3aaa2e86d94675c6c68d66d75292c3e34bfbc81b) | |||||
2008-02-13 | updated SMB2 tcon as per WSPP docs | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 5913e3e549e71affc66c28cacb6563331fb0c790) | |||||
2008-02-12 | fixed up the .in side of SMB2 negprot | Andrew Tridgell | 1 | -1/+7 | |
fixed the input side of the SMB2 negprot structure and parsers according to the documentation (This used to be commit 55af8acc7b32c24e4b1187e9d8d1c8f060e914b0) | |||||
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB ↵ | Jelmer Vernooij | 1 | -1/+3 | |
functions, should help fix the build for OpenChange. (This used to be commit 385ffe4f4cc9a21a760c0f00410f56e2592fd507) | |||||
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f) |