summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw
Commit message (Expand)AuthorAgeFilesLines
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-101-1/+1
* r9479: More fixes for explicit ignoring of returned result to fix Coverity wa...Alexander Bokovoy2007-10-102-2/+2
* r9476: Make intention to ignore result of receiving excplicit. Fixes warning ...Alexander Bokovoy2007-10-101-1/+1
* r9291: Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn'tTim Potter2007-10-101-0/+48
* r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter2007-10-101-8/+9
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter2007-10-101-8/+8
* r8811: Fix the build..Jelmer Vernooij2007-10-101-0/+1
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-104-7/+7
* r8407: fixed a bug left over from our old socket code.Andrew Tridgell2007-10-102-46/+41
* r8134: remove unused varStefan Metzmacher2007-10-101-1/+0
* r8111: fixed the client library to work against w2k3 with nt status codesAndrew Tridgell2007-10-101-1/+1
* r8104: - added support for our client library to not negotiate nt status code...Andrew Tridgell2007-10-103-13/+20
* r8003: ensure that we don't try to send a trans request with more than 64k da...Andrew Tridgell2007-10-101-0/+8
* r7970: This SMB signing code (merged from 3.0) turned out to be bogus.Andrew Bartlett2007-10-101-8/+0
* r7705: prevent SIGPIPE. this is what causes BASE-NEGNOWAIT to sometimes failAndrew Tridgell2007-10-101-0/+3
* r7654: - add a timeout to all smb requests (default 60 seconds)Andrew Tridgell2007-10-102-0/+50
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-2/+3
* r7569: Fix typo in comments.Tim Potter2007-10-101-2/+2
* r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machinesAndrew Tridgell2007-10-102-2/+2
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-103-19/+20
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-6/+2
* r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2007-10-101-6/+5
* r5371: on port 139 the called name needs to be in uppercaseAndrew Tridgell2007-10-101-2/+2
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-104-4/+0
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-102-0/+2
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-103-3/+3
* r5195: most events don't need the time of the event, so save a gettimeofday()...Andrew Tridgell2007-10-102-2/+1
* r5185: make all the events data structures private to events.c. This willAndrew Tridgell2007-10-103-33/+40
* r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell2007-10-101-7/+7
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-106-16/+16
* r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell2007-10-101-1/+1
* r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell2007-10-103-11/+25
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-102-4/+3
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-102-18/+4
* r4938: allow the caller to supply an existing event_context if they want toAndrew Tridgell2007-10-101-2/+8
* r4924: continue the effort to simplify and generalise the compositeAndrew Tridgell2007-10-101-3/+4
* r4891: - added a generic resolve_name() async interface in libcli/resolve/,Andrew Tridgell2007-10-103-24/+42
* r4886: fixed two places where we process the send side of a socket after theAndrew Tridgell2007-10-101-0/+1
* r4811: now that the event context is at the socket level, the event cleanupAndrew Tridgell2007-10-102-1/+13
* r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing...Andrew Tridgell2007-10-101-2/+6
* r4791: used the new talloc type safety macros to make the "void *private"Andrew Tridgell2007-10-101-2/+2
* r4777: added a smb_composite_sesssetup() async composite function. ThisAndrew Tridgell2007-10-104-496/+14
* r4769: added a smb_composite_connect() function that provides a simple asyncAndrew Tridgell2007-10-102-3/+37
* r4767: handle the different NBT session request refusals, and map them toAndrew Tridgell2007-10-101-10/+41
* r4765: simplify the async socket code to always go via the event handlerAndrew Tridgell2007-10-101-18/+9
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-104-40/+75
* r4757: added the ability of the clisocket level of libcli to handle asyncAndrew Tridgell2007-10-104-90/+220
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-3/+3
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-103-5/+5