summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* r15814: add SMB2 Lock interface structureStefan Metzmacher2007-10-102-1/+35
* r15794: fixed a problem with DOS status codes - found by kukks (thanks!)Andrew Tridgell2007-10-101-0/+5
* r15775: add some privilege related WERROR codesStefan Metzmacher2007-10-102-0/+4
* r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher2007-10-101-0/+1
* r15756: handle RAW_OPEN_SMB2Stefan Metzmacher2007-10-101-0/+3
* r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher2007-10-101-0/+8
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-1016-291/+403
* r15740: add TODO, that we should check if the server supportsStefan Metzmacher2007-10-101-0/+4
* r15737: fix a typos and commentStefan Metzmacher2007-10-102-3/+3
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2007-10-102-1/+18
* r15688: windows sends 4 as max_setup count on NT IOCTLStefan Metzmacher2007-10-101-1/+1
* r15661: add NT_STATUS_OBJECTID_NOT_FOUNDStefan Metzmacher2007-10-102-0/+2
* r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher2007-10-102-1/+2
* r15643: add some FSCTL_ codesStefan Metzmacher2007-10-101-5/+32
* r15640: - NT IOCTL calls also have an 'in' data_blobStefan Metzmacher2007-10-102-7/+17
* r15638: add a usefull macro to get a pointer the smb_handle unionStefan Metzmacher2007-10-101-1/+43
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-104-4/+2
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-1016-18/+29
* r15505: - add 'generic' alias to smb_seek and smb_flushStefan Metzmacher2007-10-101-8/+14
* r15457: Get rid of more usages of uint_tJelmer Vernooij2007-10-101-1/+1
* r15416: Point out that this doesn't work, but for servers this old, I justAndrew Bartlett2007-10-101-0/+2
* r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3Andrew Bartlett2007-10-101-1/+52
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-103-20/+22
* r15397: Fix typo.Tim Potter2007-10-101-1/+1
* r15395: Fix build by adding another copy of the Python detection m4 fragment.Tim Potter2007-10-101-0/+31
* r15391: Wrap up the nbt_name_query() function as a bit of an experiment. ItTim Potter2007-10-102-0/+141
* r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij2007-10-101-1/+1
* r15384: Improve naming of socket library, disable Requires(.private)? fields ...Jelmer Vernooij2007-10-102-5/+5
* r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2007-10-101-1/+1
* r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...Jelmer Vernooij2007-10-102-5/+5
* r15365: Fix error in my previous commit, caught by metze.Jelmer Vernooij2007-10-101-3/+3
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-101-2/+6
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-103-7/+7
* r15352: Remove reference to just-removed subsystemJelmer Vernooij2007-10-101-1/+1
* r15350: Remove empty subsystem, don't install .a files of subsystemsJelmer Vernooij2007-10-101-8/+0
* r15344: Fix shared library buildJelmer Vernooij2007-10-102-5/+4
* r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2007-10-102-7/+7
* r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij2007-10-101-8/+5
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-105-4/+34
* r15313: Fix some dependencies in dso modeJelmer Vernooij2007-10-102-6/+6
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-0/+1
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-2/+4
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-105-82/+9
* r15288: fix some problemsSimo Sorce2007-10-101-3/+3
* r15241: Add helper function to set reconnect status defaultsSimo Sorce2007-10-101-0/+11
* r15238: Add some code to automatically reconnect if we want to.Simo Sorce2007-10-103-11/+134
* r15225: Use talloc_zero() to avoid use of uninitialised values later on.Andrew Bartlett2007-10-101-1/+1
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-105-17/+17
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-107-16/+16
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-2/+4