updated comment based on MS-SMB2 docs
[kai/samba.git] / source / libcli / composite /
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-21 Andrew BartlettMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
2008-05-21 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-20 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-20 Andrew TridgellMerge commit 'origin/v4-0-test' into vfs_smb2
2008-05-19 Andrew TridgellMerge commit 'origin/v4-0-test' into vfs_smb2
2008-05-16 Andrew Tridgelldeclare composite_wait_free()
2008-05-16 Andrew Tridgell- added a composite_wait_free() call
2008-04-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-21 Simo SorceRemove more event_context_init() uses from function...
2008-04-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-02 Jelmer VernooijInstall public header files again and include required...
2008-03-27 Jelmer VernooijMerge v4.0-test
2008-03-24 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-21 Volker LendeckeAdd my copyright
2008-02-20 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-12 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-12 Stefan Metzmacher[PATCH] composite: make it possible to call composite_i...
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 Vernooijr24712: No longer expose the 'BOOL' data type in any...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22944: fix bug #4618:
2007-10-10 Andrew Tridgellr18243: when setting up a composite continuation, if...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17317: - add a composite_create() function that alloca...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Rafal Szczesniakr14239: Fix indentation.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr13840: Mark some functions as public.
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Tridgellr12116: got rid of composite_trigger_done() and composi...
2007-10-10 Rafal Szczesniakr12079: Fix to the comment for sake of completness...
2007-10-10 Stefan Metzmacherr11971: add nbt specific continue wrapper
2007-10-10 Volker Lendecker11885: Add forgotten files
2007-10-10 Volker Lendecker11095: Implement wb_getuserdomgroups.
2007-10-10 Volker Lendecker10878: Reply to some comments by tridge and metze:
2007-10-10 Volker Lendecker10852: Continuation-based programming can become a...
2007-10-10 Rafal Szczesniakr10635: Formatting for better readability.
2007-10-10 Stefan Metzmacherr10537: - we now use a much nicer way to handle talloc_...
2007-10-10 Stefan Metzmacherr10529: fix a crash bug in full async code the uses...
2007-10-10 Stefan Metzmacherr10504: - seperate implementation specific stuff, from...
2007-10-10 Andrew Bartlettr10402: Make the RPC-SAMLOGON test pass against Win2k3...
2007-10-10 Andrew Tridgellr10200: added a composite_trigger_done() call that...
2007-10-10 Andrew Bartlettr9728: A *major* update to the credentials system,...
2007-10-10 Andrew Bartlettr9505: Work on GENSEC and the code that calls it, for...
2007-10-10 Tim Potterr9223: Rename smb_raw_session_setup() to smb_raw_sessse...
2007-10-10 Tim Potterr9222: Rename smb_tree_connect() to smb_raw_tcon()...
2007-10-10 Rafal Szczesniakr8788: New monitor messages.
2007-10-10 Andrew Tridgellr8776: fixed SMB connections for IP addresses, even...
2007-10-10 Rafal Szczesniakr8760: Rework monitor messaging code a bit, as Metze...
2007-10-10 Andrew Bartlettr8699: removed invalid comment
2007-10-10 Rafal Szczesniakr7814: Propagate the change in resolve_name_send function.
2007-10-10 Andrew Bartlettr7757: Add NTLMv2 support to the NT1 Session setup...
2007-10-10 Rafal Szczesniakr7736: Propagate change in resolve_name function. Let...
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Volker Lendecker7435: Another little step, sorry for the spam... :-)
2007-10-10 Volker Lendecker7433: Another little AIX one...
2007-10-10 Volker Lendecker7430: Next step in AIX build
2007-10-10 Tim Potterr6933: Add a couple of helper functions for creating...
2007-10-10 Rafal Szczesniakr6708: Another type of monitor message.
2007-10-10 Andrew Bartlettr6702: Revert -r 6699, as I think this is a win2k v...
2007-10-10 Andrew Bartlettr6699: Windows clients seem to ask for CIFS/, ie in...
2007-10-10 Rafal Szczesniakr6614: Basic approach to monitoring messages for compos...
2007-10-10 Alexander Bokovoyr6352: Two new composite calls:
2007-10-10 Andrew Bartlettr6078: Correctly fix the failures for NT1 (not SPNEGO...
2007-10-10 Andrew Tridgellr6074: fixed non-spnego connections for new credentials...
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Alexander Bokovoyr5646: state->loadfile might be NULL after allocation...
2007-10-10 Andrew Tridgellr5322: removed a whole bunch of #include lines that...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5126: the composite code is no longer client specific...
2007-10-10 Andrew Tridgellr4957: the fetchfile _recv() function was neglecting...
2007-10-10 Andrew Tridgellr4951: some of the code dealing with libcli was getting...
2007-10-10 Andrew Tridgellr4950: removed some excessive debugging messages
2007-10-10 Volker Lendecker4949: First version of a fetchfile composite function...
2007-10-10 Andrew Tridgellr4938: allow the caller to supply an existing event_con...
2007-10-10 Andrew Tridgellr4937: simplify the connect code in the same way
2007-10-10 Andrew Tridgellr4936: moved to a convention where the completion funct...
2007-10-10 Andrew Tridgellr4935: fixed a bug where "c->status = xxx_handler(x...
2007-10-10 Andrew Tridgellr4924: continue the effort to simplify and generalise...
2007-10-10 Andrew Tridgellr4911: make sure we fill in the transport called name...
2007-10-10 Andrew Tridgellr4891: - added a generic resolve_name() async interfac...
2007-10-10 Andrew Tridgellr4795: stronget type checking in composite connect...
2007-10-10 Andrew Tridgellr4791: used the new talloc type safety macros to make...
2007-10-10 Andrew Tridgellr4783: got rid of another void* in the composite code...
2007-10-10 Andrew Tridgellr4782: volker quite rightly pointed out that there...
2007-10-10 Andrew Tridgellr4778: I forgot to set the session key for the spnego...
2007-10-10 Andrew Tridgellr4777: added a smb_composite_sesssetup() async composit...
2007-10-10 Andrew Tridgellr4769: added a smb_composite_connect() function that...
2007-10-10 Andrew Tridgellr4754: tidied up the composite function infrastructure...
2007-10-10 Andrew Tridgellr4710: added a smb_composite_savefile() function, and...
2007-10-10 Andrew Tridgellr4700: first attempt at a composite async function...