Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-01 | libcli/smb: move some TCON related defines to smb_constants.h | Stefan Metzmacher | 1 | -4/+0 | |
metze | |||||
2012-08-01 | s4:libcli/raw: remove unused smbcli_session->user_session_key | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2012-07-24 | libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and ↵ | Stefan Metzmacher | 2 | -11/+22 | |
smb1cli_trans* metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 24 21:22:44 CEST 2012 on sn-devel-104 | |||||
2012-07-24 | s4:libcli/raw: setup a smbXcli_tcon for each smbcli_tree | Stefan Metzmacher | 3 | -0/+9 | |
metze | |||||
2012-07-24 | s4:libcli/raw: parse extended SMBtconX responses | Stefan Metzmacher | 2 | -0/+6 | |
metze | |||||
2012-07-24 | s4:libcli/raw: fix SMBtconX response parsing | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-07-24 | libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and ↵ | Stefan Metzmacher | 2 | -11/+22 | |
smb1cli_trans* metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 24 00:08:58 CEST 2012 on sn-devel-104 | |||||
2012-07-23 | s4:libcli/raw: setup a smbXcli_session for each smbcli_session | Stefan Metzmacher | 3 | -1/+16 | |
metze | |||||
2012-05-08 | s4:libcli:raw: fix a comment typo in smb_setfileinfo() | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue May 8 20:45:16 CEST 2012 on sn-devel-104 | |||||
2012-04-27 | libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.h | Stefan Metzmacher | 1 | -3/+0 | |
metze | |||||
2012-04-18 | Add smb_raw_setfsinfo() - currently only available level is ↵ | Jeremy Allison | 3 | -0/+94 | |
SMB_SET_CIFS_UNIX_INFO. | |||||
2012-03-03 | smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2 | Michael Adam | 1 | -1/+2 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-03 | s4:libcli:smb2: add durable handle v2 data to the smb2_create i/o structure | Michael Adam | 1 | -0/+13 | |
2011-12-09 | s4:libcli/raw: mark a request as error if we can't ship it | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2011-11-30 | s4:libcli/raw: implement on top of smbXcli_conn/req | Stefan Metzmacher | 11 | -1744/+915 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s4:libcli: do the nbss session request within smbcli_sock_connect_*() | Stefan Metzmacher | 1 | -58/+75 | |
metze | |||||
2011-11-30 | s4:libcli/raw: remove unused functions | Stefan Metzmacher | 2 | -76/+0 | |
metze | |||||
2011-11-30 | s4:libcli: convert smbcli_transport_connect_* to tevent_req | Stefan Metzmacher | 1 | -77/+203 | |
metze | |||||
2011-11-29 | s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.c | Stefan Metzmacher | 2 | -124/+123 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Nov 29 17:34:52 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctx | Stefan Metzmacher | 3 | -1/+4 | |
We'll remove transport->socket soon, but removing transport->ev will take a bit longer. metze | |||||
2011-11-03 | s4:libcli/raw: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-11-03 | s4:libcli/raw: remove unused SMB_SIGNING_AUTO handling | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-11-03 | s4:libcli/raw: SMB_SIGNING_DEFAULT matches SMB_SIGNING_SUPPORTED on the ↵ | Stefan Metzmacher | 1 | -0/+1 | |
client for now metze | |||||
2011-11-03 | s4:libcli/raw: only use smb signing if required | Stefan Metzmacher | 1 | -2/+2 | |
This matches the source3 code, I want to have the behavior in common before I put the config options in common. Later we may change this consitently in all code. metze | |||||
2011-10-30 | source4/libcli: add bool durable_open to smb2_create.out. | Michael Adam | 1 | -0/+1 | |
The server gives indication whether the open was durable we should record this. | |||||
2011-10-26 | libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.h | Stefan Metzmacher | 1 | -6/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 26 11:27:12 CEST 2011 on sn-devel-104 | |||||
2011-10-24 | libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.h | Stefan Metzmacher | 1 | -34/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 24 17:46:47 CEST 2011 on sn-devel-104 | |||||
2011-10-24 | s4:libcli/raw: remove unuded CMD_REPLY define | Stefan Metzmacher | 1 | -2/+0 | |
metze | |||||
2011-10-24 | libcli/smb: move more defines to smb_constants.h | Stefan Metzmacher | 1 | -106/+0 | |
metze | |||||
2011-10-24 | libcli/smb: move CAP_* defines to smb_constants.h | Stefan Metzmacher | 1 | -18/+0 | |
metze | |||||
2011-10-21 | libcli/smb: move some common defines to smb_constants.h | Stefan Metzmacher | 1 | -28/+0 | |
metze | |||||
2011-10-19 | s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macros | Stefan Metzmacher | 1 | -6/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 19 17:15:23 CEST 2011 on sn-devel-104 | |||||
2011-10-19 | s4:libcli/raw: make use of _smb_setlen_nbt() | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2011-10-19 | s3: remove duplicate fsctl fn definitions | David Disseldorp | 1 | -11/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-19 | libcli: move ioctl function field defs to smb_constants | David Disseldorp | 2 | -60/+1 | |
Currently there are a lot of duplicate ioctl function field definitions between source3 and source4. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 2 | -5/+1 | |
This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett | |||||
2011-09-29 | s4: add SMB2_FSCTL opcodes | David Disseldorp | 1 | -0/+14 | |
Also, skip samba4.smb2.ioctl for now. Snapshots are not supported by default. Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Thu Sep 29 14:47:05 CEST 2011 on sn-devel-104 | |||||
2011-09-25 | libcliraw: Make smb_raw_write_recv public and include it in a public header. | Jelmer Vernooij | 2 | -1/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Sep 25 17:12:05 CEST 2011 on sn-devel-104 | |||||
2011-09-05 | s4:libcli/raw: make use of PROTOCOL_SMB2_02 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-08-27 | RAW_SFILEINFO_RENAME_INFORMATION_SMB2 sends 4 bytes of uninitialized data ↵ | Jeremy Allison | 1 | -0/+1 | |
out on the network. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Aug 27 07:48:30 CEST 2011 on sn-devel-104 | |||||
2011-08-18 | cli-raw: Add public libsmbclient-raw library. | Jelmer Vernooij | 1 | -0/+10 | |
2011-08-18 | libcliraw: Install more header files. | Jelmer Vernooij | 3 | -3/+3 | |
2011-08-18 | smb_common: Install some more headers. | Jelmer Vernooij | 1 | -1/+1 | |
2011-08-13 | s4:libcli: use tevent_ fn names instead of legacy event_ ones | Simo Sorce | 2 | -8/+8 | |
2011-07-12 | s4:libcli/raw: s/SMBchkpth/SMBcheckpath | Stefan Metzmacher | 2 | -2/+2 | |
metze | |||||
2011-07-12 | s4:libcli/raw: remove SMBkeepalive | Stefan Metzmacher | 1 | -1/+0 | |
metze | |||||
2011-07-06 | libcli/smb move FILE_TYPE constants in common | Andrew Bartlett | 1 | -8/+0 | |
This allows us to remove another _SAMBA_BUILD_ conditional Andrew Bartlett | |||||
2011-07-06 | libcli/smb move enum protocol_types to a common header | Andrew Bartlett | 1 | -0/+1 | |
2011-06-11 | s4:libcli/raw/raw*.c - add unhandled enum values | Matthias Dieter Wallnöfer | 2 | -2/+3 | |
Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Jun 11 18:46:13 CEST 2011 on sn-devel-104 | |||||
2011-06-01 | lib/util/time.c: timeval_current_ofs_usec | Rusty Russell | 1 | -1/+1 | |
Several places want "microseconds from current time", and several were simply handing "usecs" values which could be over a million. Using a helper to do this is safer and more readable. I didn't replace any obviously correct callers (ie. constants). I also renamed wait_nsec in source3/lib/util_sock.c; it's actually microseconds not nanoseconds (introduced with this code in Volker's 19b783cc Async wrapper for open_socket_out_send/recv). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |