r26266: Remove more global_loadparm uses.
[jelmer/samba4-debian.git] / source / libcli / raw / clitransport.c
2007-12-21 Jelmer Vernooijr26266: Remove more global_loadparm uses.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr24994: Fix some C++ warnings.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Tridgellr23138: added a raw interface for SMBecho operations
2007-10-10 Andrew Tridgellr23057: only call the async recv function for the first...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17020: pass the real error to the failing requests
2007-10-10 Andrew Tridgellr15854: more talloc_set_destructor() typesafe fixes
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr12725: some minor updates
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Tridgellr11982: ensure the fde event gets freed before the...
2007-10-10 Volker Lendecker11812: Convert winbind to the async bind routines...
2007-10-10 Andrew Tridgellr11714: put in a workaround for a winbind problem volke...
2007-10-10 Andrew Tridgellr11713: separate out the setting of the fde in the...
2007-10-10 Stefan Metzmacherr11669: - make sure req is initialized
2007-10-10 Andrew Tridgellr11660: - the libcli/raw/ lib no longer uses the SMBCLI...
2007-10-10 Stefan Metzmacherr11649: - add support for ntcancel replies (they only...
2007-10-10 Stefan Metzmacherr11647: add smbcli_ prefix
2007-10-10 Stefan Metzmacherr11644: free the buffer when it's not used
2007-10-10 Andrew Tridgellr11636: a bit neater solution to the nt_cancel problem
2007-10-10 Stefan Metzmacherr11635: fix a handling of packet_send in the smb client lib
2007-10-10 Andrew Tridgellr11609: fixed handling of one way requests with new...
2007-10-10 Andrew Tridgellr11606: use the generic packet send code in libcli...
2007-10-10 Andrew Tridgellr11596: switched the libcli/raw/ code over to using...
2007-10-10 Andrew Tridgellr10754: fixed a valgrind error for unmatched SMB replies
2007-10-10 Stefan Metzmacherr10542: if the transport is dead we need to return
2007-10-10 Andrew Tridgellr8407: fixed a bug left over from our old socket code.
2007-10-10 Andrew Tridgellr8111: fixed the client library to work against w2k3...
2007-10-10 Andrew Tridgellr8104: - added support for our client library to not...
2007-10-10 Andrew Tridgellr7654: - add a timeout to all smb requests (default...
2007-10-10 Andrew Tridgellr5322: removed a whole bunch of #include lines that...
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr4954: we don't need the separate event_remove_*()...
2007-10-10 Andrew Tridgellr4951: some of the code dealing with libcli was getting...
2007-10-10 Andrew Tridgellr4944: every event_add_*() caller was having to call...
2007-10-10 Andrew Tridgellr4943: Smplified the events handling code a lot. The...
2007-10-10 Andrew Tridgellr4891: - added a generic resolve_name() async interfac...
2007-10-10 Andrew Tridgellr4886: fixed two places where we process the send side...
2007-10-10 Andrew Tridgellr4811: now that the event context is at the socket...
2007-10-10 Andrew Tridgellr4777: added a smb_composite_sesssetup() async composit...
2007-10-10 Andrew Tridgellr4767: handle the different NBT session request refusal...
2007-10-10 Andrew Tridgellr4758: - added async support to the session request...
2007-10-10 Andrew Tridgellr4757: added the ability of the clisocket level of...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4228: make sure the caller knows the packet is in...
2007-10-10 Stefan Metzmacherr4063: - change char * -> uint8_t in struct request_buffer
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3419: moved the libcli/raw structures into libcli...
2007-10-10 Andrew Tridgellr3385: when discarding a unmatched reply print the...
2007-10-10 Andrew Tridgellr3354: honor "max xmit" and "max mux" from smb.conf...
2007-10-10 Andrew Tridgellr3319: fixed a bug in the client library found by the...
2007-10-10 Andrew Tridgellr3315: converted the libcli/raw/ code to use the generi...
2007-10-10 Andrew Tridgellr3017: nicer memory handling for event_context_merge()
2007-10-10 Andrew Tridgellr3016: - converted the events code to talloc
2007-10-10 Andrew Tridgellr2680: switched the libcli/raw/ code over to use talloc...
2007-10-10 Andrew Tridgellr2660: - converted the libcli/raw/ library to use tallo...
2007-10-10 Andrew Tridgellr2655: fixed an error in the shutdown of the sock-...
2007-10-10 Andrew Tridgellr2654: fixed some more server memory leaks. We are...
2007-10-10 Andrew Tridgellr2624: - save some system calls by only trying read...
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
2007-10-10 Andrew Tridgellr1985: take advantage of the new talloc in a few more...
2007-10-10 Andrew Tridgellr1984: this change is what you should read to understan...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Tridgellr1896: stricter check on packet parsing for NBT session...
2007-10-10 Andrew Tridgellr1824: nicer handling of NBT session replies, and handl...
2007-10-10 Andrew Tridgellr1712: this should fix a bug with a spinning client...
2007-10-10 Stefan Metzmacherr1654: rename cli_ -> smbcli_
2007-10-10 Andrew Tridgellr1635: when a transport dies, setup errors for all...
2007-10-10 Andrew Tridgellr1634: to get signing right for async requests we must...
2007-10-10 Andrew Tridgellr1633: fixed a couple of async oplock handling errors
2007-10-10 Andrew Tridgellr1603: fixed in.size to not overstate the packet size...
2007-10-10 Andrew Tridgellr1578: the first stage of the async client rewrite.
2007-10-10 Andrew Bartlettr1462: GENSEC Kerberos and SPENGO work:
2007-10-10 Stefan Metzmacherr1345: add extended security spnego support to the...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Andrew Bartlettr610: - Merge the Samba3 'ntlm_auth --diagnostics...
2007-10-10 Andrew Tridgellr335: added much better handling of servers that die...
2007-10-10 Andrew Tridgellr100: remember the user session key during session...
2003-11-17 Andrew Tridgelladded OpenPrinter and a test function. Note that the...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code