summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Collapse)AuthorAgeFilesLines
...
* r15756: handle RAW_OPEN_SMB2Stefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit 8aebd7adc9a0288ebf6b8d84fc376d699054a520)
* r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher2007-10-101-0/+8
| | | | | | | but it's valid in this case metze (This used to be commit 92c19b1ba4e89bd1e973e084b254087c98ceac18)
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-1016-291/+403
| | | | | | | as new levels metze (This used to be commit 91806353174704857dfcc15a730af7232cfde660)
* r15740: add TODO, that we should check if the server supportsStefan Metzmacher2007-10-101-0/+4
| | | | | | | large offsets, before sending large offset requests metze (This used to be commit b9ba2b8c5a314ba9e559e50bea4deb692dc0f3ec)
* r15737: fix a typos and commentStefan Metzmacher2007-10-102-3/+3
| | | | | metze (This used to be commit 1f50b2e0534ee25861b6812b64d91f63cbb118ad)
* r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different ↵Stefan Metzmacher2007-10-102-1/+18
| | | | | | | level metze (This used to be commit 95bf41b4d4ec96349802955e364fe44ef85f9077)
* r15688: windows sends 4 as max_setup count on NT IOCTLStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 0d983fa46fff588cf94e58732e36e324e2f0478a)
* r15661: add NT_STATUS_OBJECTID_NOT_FOUNDStefan Metzmacher2007-10-102-0/+2
| | | | | metze (This used to be commit 2c9db9429106094b8ee9fa45e6f9a89af7c3725f)
* r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher2007-10-102-1/+2
| | | | | metze (This used to be commit 3cab02f6f513cf7eb3d8863e62952766bb4d908f)
* r15643: add some FSCTL_ codesStefan Metzmacher2007-10-101-5/+32
| | | | | metze (This used to be commit 47dc1ed25323e76b93d9cef2a389726734d2e735)
* r15640: - NT IOCTL calls also have an 'in' data_blobStefan Metzmacher2007-10-102-7/+17
| | | | | | | | - fix the receive code of NT IOCTL's we only need the NTTRANS data payload not the SMB payload here metze (This used to be commit 358d03143f0a78344c1af720e33ebe2619df09df)
* r15638: add a usefull macro to get a pointer the smb_handle unionStefan Metzmacher2007-10-101-1/+43
| | | | | | | | | | of smb_open, as it's not nicely alligned for all levels, If someone has an idea for a better solution where we can access it via op->generic.out.file.* please let me know:-) metze (This used to be commit d0a7408280c35dc4a5a21cbbded895c6c83819e6)
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-104-4/+2
| | | | | | | Split of system/locale.h header from system/iconv.h Previously, iconv wasn't being used on these systems (This used to be commit aa6d66fda69779d1c2948a1aca85dbd5208f1cba)
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-1016-18/+29
| | | | | | | also if the dynamic flag should be set metze (This used to be commit 7829100e1ee79f4f5d24004af221288e19c09b3e)
* r15505: - add 'generic' alias to smb_seek and smb_flushStefan Metzmacher2007-10-101-8/+14
| | | | | | | | - add struct ntvfs_handle pointer to smb_file, this will later be used by the ntvfs backends metze (This used to be commit 8322fc70adbb951ad72b97dfcc91467c1d906afe)
* r15457: Get rid of more usages of uint_tJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 849818dcdeb8eaf2eb22fea3896a4f7c777d8c5f)
* r15416: Point out that this doesn't work, but for servers this old, I justAndrew Bartlett2007-10-101-0/+2
| | | | | | | don't care... Andrew Bartlett (This used to be commit 8abe7ba619a9499229937435b66005e278bcbf38)
* r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3Andrew Bartlett2007-10-101-1/+52
| | | | | | | attempts for the password, when talking to a remote CIFS server. Andrew Bartlett (This used to be commit 3a4ddc8f5978210ab3ad79f0332cee80a0d6e6c9)
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-103-20/+22
| | | | | | | | | | | This reduces caller complexity, because the TLS code is now called just like any other socket. (A new socket context is returned by the tls_init_server and tls_init_client routines). When TLS is not available, the original socket is returned. Andrew Bartlett (This used to be commit 09b2f30dfa7a640f5187b4933204e9680be61497)
* r15397: Fix typo.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 74bd8170fc9d53403899721bc4b620121946e4d2)
* r15395: Fix build by adding another copy of the Python detection m4 fragment.Tim Potter2007-10-101-0/+31
| | | | | This stuff should be common somewhere. (This used to be commit e906781cbd7a9d782e028fb0497de739ac6fb797)
* r15391: Wrap up the nbt_name_query() function as a bit of an experiment. ItTim Potter2007-10-102-0/+141
| | | | | | | | seemed to work quite well and this technique might be good for generating an interface to use for automated testing. Tested by doing a nbt lookup against smbd. (This used to be commit 11150b3140c91459f17c767adf07a54524338c18)
* r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 9e9bfd04c6db013453b900e201df9c09e8777a22)
* r15384: Improve naming of socket library, disable Requires(.private)? fields ↵Jelmer Vernooij2007-10-102-5/+5
| | | | | | | in pkg-config files for now as they break external projects. (This used to be commit f919fd6655f00361691e676d260bd40e0b8ddcc7)
* r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 0fafa2e59566f8f892d7dfd7dd33d0100b96a780)
* r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with ↵Jelmer Vernooij2007-10-102-5/+5
| | | | | | | -lsocket on SUN boxes. (This used to be commit c95ad11307dc89384c10bd5919817bf12d9c1ed9)
* r15365: Fix error in my previous commit, caught by metze.Jelmer Vernooij2007-10-101-3/+3
| | | | (This used to be commit 0d99397007960e555f562f1498a202407e235f36)
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-101-2/+6
| | | | (This used to be commit 12ba42de5886f9f4f9b1698476557e0c217d06f3)
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-103-7/+7
| | | | | | | This is in preperation for making TLS a socket library. Andrew Bartlett (This used to be commit a312812b92f5ac7e6bd2c4af725dbbbc900d4452)
* r15352: Remove reference to just-removed subsystemJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit ccb86ab15986fa642d412432bfd4f8f2f280e13d)
* r15350: Remove empty subsystem, don't install .a files of subsystemsJelmer Vernooij2007-10-101-8/+0
| | | | (This used to be commit 087188cfc4a38d92b13fc8e58e1f408306442055)
* r15344: Fix shared library buildJelmer Vernooij2007-10-102-5/+4
| | | | (This used to be commit 7113a16309a83225f3ab6ccbfe48778ae8fc52e8)
* r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2007-10-102-7/+7
| | | | (This used to be commit 8985093d3fba90287bd739aaaa0fbfdadca2b999)
* r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij2007-10-101-8/+5
| | | | (This used to be commit 4ec89bce8715f35f21fe05bb738dae13fc6c3066)
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-105-4/+34
| | | | | | Remove some autogenerated headers (which had prototypes now autogenerated by pidl) Remove ndr_security.h from a few places - it's no longer necessary (This used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8)
* r15313: Fix some dependencies in dso modeJelmer Vernooij2007-10-102-6/+6
| | | | (This used to be commit f0afe9e2ff16515df1b3226b479b19ea3e9c3d0c)
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-0/+1
| | | | | system - these should be removed later on. (This used to be commit 06547391669e064d2b92f5841b7df5f101a34cb9)
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-2/+4
| | | | | | | | | | Recursive dependencies are now forbidden (the build system will bail out if there are any). I've split up auth_sam.c into auth_sam.c and sam.c. Andrew, please rename sam.c / move its contents to whatever/wherever you think suits best. (This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0)
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the ↵Jelmer Vernooij2007-10-105-82/+9
| | | | | | | | rest of LIBSECURITY doesn't) Make the ldb password_hash module only depend on some keys manipulation code, not full heimdal Some other dependency fixes (This used to be commit 5b3ab728edfc9cdd9eee16ad0fe6dfd4b5ced630)
* r15288: fix some problemsSimo Sorce2007-10-101-3/+3
| | | | (This used to be commit d448389be88b3bb9d6f9a3b8a1e1597c4988a0ff)
* r15241: Add helper function to set reconnect status defaultsSimo Sorce2007-10-101-0/+11
| | | | (This used to be commit 6fff8f871a607e561531e2aabef37f3469aa85e9)
* r15238: Add some code to automatically reconnect if we want to.Simo Sorce2007-10-103-11/+134
| | | | (This used to be commit e2102999e26566543162455b34adbd2b0486b74d)
* r15225: Use talloc_zero() to avoid use of uninitialised values later on.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit e312cddafd7e00680dd059fad7ef7e5ecdbbb484)
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-105-17/+17
| | | | | for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-107-16/+16
| | | | (This used to be commit 7af59357b94e3819415b3a9257be0ced745ce130)
* r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach2007-10-101-2/+4
| | | | | | "." for "..". These express the intention better that strcmp or strequal and improve searchability via cscope/ctags. (This used to be commit 7e4ad7e8e5ec266b969e3075c4ad7f021571f24e)
* r15181: Don't try kerberos sign/seal when in SSLSimo Sorce2007-10-101-1/+6
| | | | (This used to be commit 3be3b1130c41e8e372531c137c46f91c5c0acf98)
* r15121: fix pushing of the FLAGS2_READ_PERMIT_EXECUTE flag in theStefan Metzmacher2007-10-101-1/+3
| | | | | | | "readx.read_for_execute = True" case. metze (This used to be commit f30f9cd3285f75ac8cbbe8dc5a476fe6a714a2e3)
* r15079: w2k3 returns NT_STATUS_PRIVILEGE_NOT_HELD if SEC_FLAG_SYSTEM_SECURITY isStefan Metzmacher2007-10-101-1/+1
| | | | | | | desired but SeSecurityPrivilege isn't granted metze (This used to be commit be7285bdebd58e7a86fcc64f7b22b9f533bcc4f5)
* r14974: work around an ibm checker bugAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 2031e07a8a14d83ab621f8baaae6b4e1425667d7)