summaryrefslogtreecommitdiff
path: root/source4/libcli/composite
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2-0/+4
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-0/+3
2007-10-10r14239: Fix indentation.Rafal Szczesniak1-15/+15
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij1-10/+10
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2-34/+33
2007-10-10r12079: Fix to the comment for sake of completness...Rafal Szczesniak1-1/+1
2007-10-10r11971: add nbt specific continue wrapperStefan Metzmacher1-0/+11
2007-10-10r11885: Add forgotten filesVolker Lendecke1-0/+9
2007-10-10r11095: Implement wb_getuserdomgroups.Volker Lendecke1-0/+7
2007-10-10r10878: Reply to some comments by tridge and metze:Volker Lendecke1-21/+21
2007-10-10r10852: Continuation-based programming can become a bit spaghetti...Volker Lendecke1-1/+73
2007-10-10r10635: Formatting for better readability.Rafal Szczesniak1-4/+4
2007-10-10r10537: - we now use a much nicer way to handle talloc_free(timed_event)Stefan Metzmacher1-6/+0
2007-10-10r10529: fix a crash bug in full async code the uses the composite_trigger_don...Stefan Metzmacher1-0/+6
2007-10-10r10504: - seperate implementation specific stuff, from the generic compositeStefan Metzmacher10-2307/+17
2007-10-10r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett1-4/+6
2007-10-10r10200: added a composite_trigger_done() call that allows a composite functionAndrew Tridgell2-11/+27
2007-10-10r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett1-2/+2
2007-10-10r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2-55/+95
2007-10-10r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter1-5/+5
2007-10-10r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter1-2/+2
2007-10-10r8788: New monitor messages.Rafal Szczesniak1-0/+2
2007-10-10r8776: fixed SMB connections for IP addresses, even when name resolve orderAndrew Tridgell1-4/+11
2007-10-10r8760: Rework monitor messaging code a bit, as Metze once suggested.Rafal Szczesniak1-26/+11
2007-10-10r8699: removed invalid commentAndrew Bartlett1-2/+0
2007-10-10r7814: Propagate the change in resolve_name_send function.Rafal Szczesniak1-1/+1
2007-10-10r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP)Andrew Bartlett1-32/+58
2007-10-10r7736: Propagate change in resolve_name function. Let's use default methodsRafal Szczesniak1-1/+1
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2-3/+4
2007-10-10r7435: Another little step, sorry for the spam... :-)Volker Lendecke1-2/+2
2007-10-10r7433: Another little AIX one...Volker Lendecke1-1/+1
2007-10-10r7430: Next step in AIX buildVolker Lendecke1-2/+2
2007-10-10r6933: Add a couple of helper functions for creating nbt names.Tim Potter1-6/+2
2007-10-10r6708: Another type of monitor message.Rafal Szczesniak1-0/+5
2007-10-10r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue.Andrew Bartlett1-1/+1
2007-10-10r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it.Andrew Bartlett1-1/+1
2007-10-10r6614: Basic approach to monitoring messages for composite functions.Rafal Szczesniak2-0/+53
2007-10-10r6352: Two new composite calls:Alexander Bokovoy3-0/+548
2007-10-10r6078: Correctly fix the failures for NT1 (not SPNEGO) session setups in theAndrew Bartlett1-4/+0
2007-10-10r6074: fixed non-spnego connections for new credentials codeAndrew Tridgell1-1/+5
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett4-49/+37
2007-10-10r5646: state->loadfile might be NULL after allocation so this is reallyAlexander Bokovoy1-1/+1
2007-10-10r5322: removed a whole bunch of #include lines that minimal_includes.plAndrew Tridgell1-1/+0
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-0/+1
2007-10-10r5126: the composite code is no longer client specific or smb specific, soAndrew Tridgell7-70/+70
2007-10-10r4957: the fetchfile _recv() function was neglecting to steal the data andAndrew Tridgell1-1/+11
2007-10-10r4951: some of the code dealing with libcli was getting too complex trying toAndrew Tridgell1-6/+3