summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* r15181: Don't try kerberos sign/seal when in SSLSimo Sorce2007-10-101-1/+6
* r15121: fix pushing of the FLAGS2_READ_PERMIT_EXECUTE flag in theStefan Metzmacher2007-10-101-1/+3
* r15079: w2k3 returns NT_STATUS_PRIVILEGE_NOT_HELD if SEC_FLAG_SYSTEM_SECURITY isStefan Metzmacher2007-10-101-1/+1
* r14974: work around an ibm checker bugAndrew Tridgell2007-10-101-2/+2
* r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker)Andrew Tridgell2007-10-101-1/+1
* r14946: added a smbcli_ftruncate() call, useful for torture testingAndrew Tridgell2007-10-101-7/+16
* r14938: add smbcli_fsetatr() as a convenient interface to a setfileinfo forAndrew Tridgell2007-10-101-0/+23
* r14894: - add some 'const'Stefan Metzmacher2007-10-103-37/+21
* r14891: fix a bug found by the ibm checkerStefan Metzmacher2007-10-102-24/+46
* r14876: added ENOSYS to unix error mappingAndrew Tridgell2007-10-101-0/+3
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-108-9/+29
* r14859: fix bugs noticed by the ibm code checkerStefan Metzmacher2007-10-101-9/+11
* r14840: - rename some functionsStefan Metzmacher2007-10-101-31/+41
* r14724: Rearrange some source files, install more headers.Jelmer Vernooij2007-10-109-10/+46
* r14641: fix typoStefan Metzmacher2007-10-101-2/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-1014-2/+49
* r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell2007-10-102-29/+27
* r14511: Install more headersJelmer Vernooij2007-10-107-6/+22
* r14498: Revert part of my commit that removed support for compilers thatJelmer Vernooij2007-10-101-0/+12
* r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij2007-10-101-4/+4
* r14484: Install more headersJelmer Vernooij2007-10-101-0/+1
* r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij2007-10-101-2/+0
* r14473: Modern splint has no problems with immediate structures.Jelmer Vernooij2007-10-101-18/+0
* r14470: Remove some unnecessary headers.Jelmer Vernooij2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-1026-8/+27
* r14435: return after an errorAndrew Tridgell2007-10-101-0/+1
* r14434: use the right enum typeAndrew Tridgell2007-10-101-1/+1
* r14424: another empty controls caseAndrew Tridgell2007-10-101-1/+3
* r14423: don't die on no controlsAndrew Tridgell2007-10-101-1/+3
* r14414: added some error checksAndrew Tridgell2007-10-101-0/+2
* r14413: don't do memcpy of length 0Andrew Tridgell2007-10-101-1/+4
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-107-6/+38
* r14372: fix bug found by sparseStefan Metzmacher2007-10-101-1/+1
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-104-0/+4
* r14349: Kill proto.h!Jelmer Vernooij2007-10-101-1/+2
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-101-12/+8
* r14297: make sure we can go through the loop for than onceAndrew Tridgell2007-10-101-1/+3
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-1016-208/+237
* r14239: Fix indentation.Rafal Szczesniak2007-10-101-15/+15
* r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell2007-10-104-0/+6