Age | Commit message (Expand) | Author | Files | Lines |
2011-11-03 | s4:libcli/raw: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/ | Stefan Metzmacher | 1 | -1/+1 |
2011-11-03 | s4:libcli/raw: remove unused SMB_SIGNING_AUTO handling | Stefan Metzmacher | 1 | -1/+0 |
2011-11-03 | s4:libcli/raw: SMB_SIGNING_DEFAULT matches SMB_SIGNING_SUPPORTED on the clien... | Stefan Metzmacher | 1 | -0/+1 |
2011-11-03 | s4:libcli/raw: only use smb signing if required | Stefan Metzmacher | 1 | -2/+2 |
2011-10-30 | source4/libcli: add bool durable_open to smb2_create.out. | Michael Adam | 1 | -0/+1 |
2011-10-26 | libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.h | Stefan Metzmacher | 1 | -6/+0 |
2011-10-24 | libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.h | Stefan Metzmacher | 1 | -34/+0 |
2011-10-24 | s4:libcli/raw: remove unuded CMD_REPLY define | Stefan Metzmacher | 1 | -2/+0 |
2011-10-24 | libcli/smb: move more defines to smb_constants.h | Stefan Metzmacher | 1 | -106/+0 |
2011-10-24 | libcli/smb: move CAP_* defines to smb_constants.h | Stefan Metzmacher | 1 | -18/+0 |
2011-10-21 | libcli/smb: move some common defines to smb_constants.h | Stefan Metzmacher | 1 | -28/+0 |
2011-10-19 | s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macros | Stefan Metzmacher | 1 | -6/+0 |
2011-10-19 | s4:libcli/raw: make use of _smb_setlen_nbt() | Stefan Metzmacher | 2 | -2/+2 |
2011-10-19 | s3: remove duplicate fsctl fn definitions | David Disseldorp | 1 | -11/+0 |
2011-10-19 | libcli: move ioctl function field defs to smb_constants | David Disseldorp | 2 | -60/+1 |
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 2 | -5/+1 |
2011-09-29 | s4: add SMB2_FSCTL opcodes | David Disseldorp | 1 | -0/+14 |
2011-09-25 | libcliraw: Make smb_raw_write_recv public and include it in a public header. | Jelmer Vernooij | 2 | -1/+2 |
2011-09-05 | s4:libcli/raw: make use of PROTOCOL_SMB2_02 | Stefan Metzmacher | 1 | -1/+1 |
2011-08-27 | RAW_SFILEINFO_RENAME_INFORMATION_SMB2 sends 4 bytes of uninitialized data out... | Jeremy Allison | 1 | -0/+1 |
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 |
2011-07-12 | s4:libcli/raw: remove SMBkeepalive | Stefan Metzmacher | 1 | -1/+0 |
2011-07-06 | libcli/smb move FILE_TYPE constants in common | Andrew Bartlett | 1 | -8/+0 |
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 |
2011-06-01 | lib/util/time.c: timeval_current_ofs_usec | Rusty Russell | 1 | -1/+1 |
2011-05-06 | libcli/smb Move cifs posix helper functions and headers in common | Andrew Bartlett | 2 | -159/+2 |
2011-05-05 | Fix many const compiler warnings. | Jeremy Allison | 1 | -1/+1 |
2011-05-03 | libcli/raw: use a different ifdef than s3 smb.h | Andrew Tridgell | 1 | -3/+3 |
2011-05-03 | s4-libcli Remove resolve_name() as it conflicts with Samba3. | Andrew Bartlett | 1 | -1/+1 |
2011-04-29 | libcli/smb Move attrib_string in common | Andrew Bartlett | 1 | -46/+0 |
2011-04-29 | libcli/smb Move FILE_ATTRIBUTE defines to the top level | Andrew Bartlett | 1 | -18/+0 |
2011-04-14 | s4/libcli: do not announce NT error code support when it is disabled | Christian Ambach | 1 | -1/+4 |
2011-03-29 | Ensure convert_string_XXX is always called with a valid converted_size pointer. | Jeremy Allison | 1 | -1/+3 |
2011-03-25 | libcli: created smb_constants.h | Andrew Tridgell | 1 | -12/+1 |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s... | Andrew Tridgell | 2 | -5/+5 |
2011-02-25 | Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move def... | Jeremy Allison | 1 | -1/+0 |
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 1 | -13/+0 |
2010-07-06 | s4:libcli: Modify S4 client library to check for proper CN alignment | Steven Danneman | 1 | -1/+3 |
2010-05-18 | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 1 | -3/+0 |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 6 | -15/+10 |
2010-03-11 | s4:libcli Use integrated name resolution when connecting SMB | Andrew Bartlett | 1 | -0/+4 |
2010-03-05 | s4-pvfs: move the private ntcreatex flags to private_flags | Andrew Tridgell | 2 | -8/+7 |
2010-02-02 | Change uint_t to unsigned int in source4 | Matt Kraai | 11 | -81/+81 |
2010-01-29 | s4:libcli: remove unneeded talloc_reference() usage | Stefan Metzmacher | 1 | -4/+1 |
2010-01-26 | s4-libcli: Fixed a talloc_reference error. | Andreas Schneider | 1 | -0/+1 |