summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r14876: added ENOSYS to unix error mappingAndrew Tridgell1-0/+3
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher8-9/+29
2007-10-10r14859: fix bugs noticed by the ibm code checkerStefan Metzmacher1-9/+11
2007-10-10r14840: - rename some functionsStefan Metzmacher1-31/+41
2007-10-10r14724: Rearrange some source files, install more headers.Jelmer Vernooij9-10/+46
2007-10-10r14641: fix typoStefan Metzmacher1-2/+2
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij14-2/+49
2007-10-10r14539: get rid of a pointless union layer in struct smb_notifyAndrew Tridgell2-29/+27
2007-10-10r14511: Install more headersJelmer Vernooij7-6/+22
2007-10-10r14498: Revert part of my commit that removed support for compilers thatJelmer Vernooij1-0/+12
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-4/+4
2007-10-10r14484: Install more headersJelmer Vernooij1-0/+1
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-2/+0
2007-10-10r14473: Modern splint has no problems with immediate structures.Jelmer Vernooij1-18/+0
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij26-8/+27
2007-10-10r14435: return after an errorAndrew Tridgell1-0/+1
2007-10-10r14434: use the right enum typeAndrew Tridgell1-1/+1
2007-10-10r14424: another empty controls caseAndrew Tridgell1-1/+3