summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher2-1/+18
2007-10-10r15688: windows sends 4 as max_setup count on NT IOCTLStefan Metzmacher1-1/+1
2007-10-10r15661: add NT_STATUS_OBJECTID_NOT_FOUNDStefan Metzmacher2-0/+2
2007-10-10r15656: for NT IOCTL's we need to control the max_data field for some callsStefan Metzmacher2-1/+2
2007-10-10r15643: add some FSCTL_ codesStefan Metzmacher1-5/+32
2007-10-10r15640: - NT IOCTL calls also have an 'in' data_blobStefan Metzmacher2-7/+17
2007-10-10r15638: add a usefull macro to get a pointer the smb_handle unionStefan Metzmacher1-1/+43
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij4-4/+2
2007-10-10r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher16-18/+29
2007-10-10r15505: - add 'generic' alias to smb_seek and smb_flushStefan Metzmacher1-8/+14
2007-10-10r15457: Get rid of more usages of uint_tJelmer Vernooij1-1/+1
2007-10-10r15416: Point out that this doesn't work, but for servers this old, I justAndrew Bartlett1-0/+2
2007-10-10r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3Andrew Bartlett1-1/+52
2007-10-10r15400: Move the TLS code behind the socket interface.Andrew Bartlett3-20/+22
2007-10-10r15397: Fix typo.Tim Potter1-1/+1
2007-10-10r15395: Fix build by adding another copy of the Python detection m4 fragment.Tim Potter1-0/+31
2007-10-10r15391: Wrap up the nbt_name_query() function as a bit of an experiment. ItTim Potter2-0/+141
2007-10-10r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij1-1/+1
2007-10-10r15384: Improve naming of socket library, disable Requires(.private)? fields ...Jelmer Vernooij2-5/+5
2007-10-10r15379: Fix shared library build's unresolved dependenciesJelmer Vernooij1-1/+1
2007-10-10r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...Jelmer Vernooij2-5/+5
2007-10-10r15365: Fix error in my previous commit, caught by metze.Jelmer Vernooij1-3/+3
2007-10-10r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij1-2/+6
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett3-7/+7
2007-10-10r15352: Remove reference to just-removed subsystemJelmer Vernooij1-1/+1
2007-10-10r15350: Remove empty subsystem, don't install .a files of subsystemsJelmer Vernooij1-8/+0
2007-10-10r15344: Fix shared library buildJelmer Vernooij2-5/+4
2007-10-10r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2-7/+7
2007-10-10r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij1-8/+5
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij5-4/+34
2007-10-10r15313: Fix some dependencies in dso modeJelmer Vernooij2-6/+6
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-0/+1
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-2/+4
2007-10-10r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij5-82/+9
2007-10-10r15288: fix some problemsSimo Sorce1-3/+3
2007-10-10r15241: Add helper function to set reconnect status defaultsSimo Sorce1-0/+11
2007-10-10r15238: Add some code to automatically reconnect if we want to.Simo Sorce3-11/+134
2007-10-10r15225: Use talloc_zero() to avoid use of uninitialised values later on.Andrew Bartlett1-1/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij5-17/+17
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij7-16/+16
2007-10-10r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename isJames Peach1-2/+4
2007-10-10r15181: Don't try kerberos sign/seal when in SSLSimo Sorce1-1/+6
2007-10-10r15121: fix pushing of the FLAGS2_READ_PERMIT_EXECUTE flag in theStefan Metzmacher1-1/+3
2007-10-10r15079: w2k3 returns NT_STATUS_PRIVILEGE_NOT_HELD if SEC_FLAG_SYSTEM_SECURITY isStefan Metzmacher1-1/+1
2007-10-10r14974: work around an ibm checker bugAndrew Tridgell1-2/+2
2007-10-10r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker)Andrew Tridgell1-1/+1
2007-10-10r14946: added a smbcli_ftruncate() call, useful for torture testingAndrew Tridgell1-7/+16
2007-10-10r14938: add smbcli_fsetatr() as a convenient interface to a setfileinfo forAndrew Tridgell1-0/+23
2007-10-10r14894: - add some 'const'Stefan Metzmacher3-37/+21
2007-10-10r14891: fix a bug found by the ibm checkerStefan Metzmacher2-24/+46