summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw/clitransport.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Remove a few more usages of global_loadparm.Jelmer Vernooij2008-10-241-3/+2
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-1/+3
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* s4-nbt: use ../libcli/nbtGünther Deschner2008-09-231-1/+1
* libcli/raw: add a recv_helper hook infrastructureStefan Metzmacher2008-07-071-1/+15
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-3/+5
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-2/+3
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-1/+3
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-031-10/+2
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-031-1/+3
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-3/+3
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-3/+5
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-8/+9
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+4
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23138: added a raw interface for SMBecho operationsAndrew Tridgell2007-10-101-0/+68
* r23057: only call the async recv function for the first pending receive, notAndrew Tridgell2007-10-101-2/+5
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17020: pass the real error to the failing requestsStefan Metzmacher2007-10-101-4/+8
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-5/+2
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r12725: some minor updatesStefan Metzmacher2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell2007-10-101-1/+1
* r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke2007-10-101-4/+0
* r11714: put in a workaround for a winbind problem volker asked me about. TheAndrew Tridgell2007-10-101-1/+4
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11669: - make sure req is initializedStefan Metzmacher2007-10-101-1/+4
* r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, orAndrew Tridgell2007-10-101-6/+0
* r11649: - add support for ntcancel replies (they only happen in error cases,Stefan Metzmacher2007-10-101-0/+3
* r11647: add smbcli_ prefixStefan Metzmacher2007-10-101-1/+1
* r11644: free the buffer when it's not usedStefan Metzmacher2007-10-101-0/+2
* r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2007-10-101-10/+1
* r11635: fix a handling of packet_send in the smb client libStefan Metzmacher2007-10-101-1/+10
* r11609: fixed handling of one way requests with new send codeAndrew Tridgell2007-10-101-3/+4
* r11606: use the generic packet send code in libcli/raw/Andrew Tridgell2007-10-101-77/+23
* r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell2007-10-101-75/+47
* r10754: fixed a valgrind error for unmatched SMB repliesAndrew Tridgell2007-10-101-3/+3
* r10542: if the transport is dead we need to returnStefan Metzmacher2007-10-101-0/+3
* r8407: fixed a bug left over from our old socket code.Andrew Tridgell2007-10-101-23/+33
* 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-101-7/+14
* r7654: - add a timeout to all smb requests (default 60 seconds)Andrew Tridgell2007-10-101-0/+46
* r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell2007-10-101-1/+0
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell2007-10-101-1/+1