Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11095: Implement wb_getuserdomgroups. | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r10878: Reply to some comments by tridge and metze: | Volker Lendecke | 1 | -21/+21 |
2007-10-10 | r10852: Continuation-based programming can become a bit spaghetti... | Volker Lendecke | 1 | -1/+73 |
2007-10-10 | r10635: Formatting for better readability. | Rafal Szczesniak | 1 | -4/+4 |
2007-10-10 | r10537: - we now use a much nicer way to handle talloc_free(timed_event) | Stefan Metzmacher | 1 | -6/+0 |
2007-10-10 | r10529: fix a crash bug in full async code the uses the composite_trigger_don... | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 10 | -2307/+17 |
2007-10-10 | r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again. | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r10200: added a composite_trigger_done() call that allows a composite function | Andrew Tridgell | 2 | -11/+27 |
2007-10-10 | r9728: A *major* update to the credentials system, to incorporate the | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r9505: Work on GENSEC and the code that calls it, for tighter interface | Andrew Bartlett | 2 | -55/+95 |
2007-10-10 | r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup(). | Tim Potter | 1 | -5/+5 |
2007-10-10 | r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function | Tim Potter | 1 | -2/+2 |
2007-10-10 | r8788: New monitor messages. | Rafal Szczesniak | 1 | -0/+2 |
2007-10-10 | r8776: fixed SMB connections for IP addresses, even when name resolve order | Andrew Tridgell | 1 | -4/+11 |
2007-10-10 | r8760: Rework monitor messaging code a bit, as Metze once suggested. | Rafal Szczesniak | 1 | -26/+11 |
2007-10-10 | r8699: removed invalid comment | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r7814: Propagate the change in resolve_name_send function. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r7757: Add NTLMv2 support to the NT1 Session setup (ie, not SPNEGO/NTLMSSP) | Andrew Bartlett | 1 | -32/+58 |
2007-10-10 | r7736: Propagate change in resolve_name function. Let's use default methods | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 2 | -3/+4 |
2007-10-10 | r7435: Another little step, sorry for the spam... :-) | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r7433: Another little AIX one... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r7430: Next step in AIX build | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r6933: Add a couple of helper functions for creating nbt names. | Tim Potter | 1 | -6/+2 |
2007-10-10 | r6708: Another type of monitor message. | Rafal Szczesniak | 1 | -0/+5 |
2007-10-10 | r6702: Revert -r 6699, as I think this is a win2k v win2k3 issue. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r6699: Windows clients seem to ask for CIFS/, ie in upper case, so match it. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r6614: Basic approach to monitoring messages for composite functions. | Rafal Szczesniak | 2 | -0/+53 |
2007-10-10 | r6352: Two new composite calls: | Alexander Bokovoy | 3 | -0/+548 |
2007-10-10 | r6078: Correctly fix the failures for NT1 (not SPNEGO) session setups in the | Andrew Bartlett | 1 | -4/+0 |
2007-10-10 | r6074: fixed non-spnego connections for new credentials code | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 4 | -49/+37 |
2007-10-10 | r5646: state->loadfile might be NULL after allocation so this is really | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r5322: removed a whole bunch of #include lines that minimal_includes.pl | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r5197: moved events code to lib/events/ (suggestion from metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5185: make all the events data structures private to events.c. This will | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5126: the composite code is no longer client specific or smb specific, so | Andrew Tridgell | 7 | -70/+70 |
2007-10-10 | r4957: the fetchfile _recv() function was neglecting to steal the data and | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r4951: some of the code dealing with libcli was getting too complex trying to | Andrew Tridgell | 1 | -6/+3 |
2007-10-10 | r4950: removed some excessive debugging messages | Andrew Tridgell | 1 | -8/+0 |
2007-10-10 | r4949: First version of a fetchfile composite function which connects to a se... | Volker Lendecke | 2 | -0/+206 |
2007-10-10 | r4938: allow the caller to supply an existing event_context if they want to | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r4937: simplify the connect code in the same way | Andrew Tridgell | 1 | -15/+12 |
2007-10-10 | r4936: moved to a convention where the completion function is only called in | Andrew Tridgell | 2 | -24/+18 |
2007-10-10 | r4935: fixed a bug where "c->status = xxx_handler(x);" could write to c after | Andrew Tridgell | 3 | -15/+22 |
2007-10-10 | r4924: continue the effort to simplify and generalise the composite | Andrew Tridgell | 4 | -19/+18 |
2007-10-10 | r4911: make sure we fill in the transport called name on port 445 as well | Andrew Tridgell | 1 | -6/+9 |
2007-10-10 | r4891: - added a generic resolve_name() async interface in libcli/resolve/, | Andrew Tridgell | 1 | -6/+41 |
2007-10-10 | r4795: stronget type checking in composite connect function | Andrew Tridgell | 1 | -2/+4 |