Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12162: More comments. | Rafal Szczesniak | 1 | -5/+30 |
2007-10-10 | r12135: Move named pipe connect on smb2 function to async implementation. | Rafal Szczesniak | 2 | -43/+121 |
2007-10-10 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r12103: Comments and a bit of formatting. | Rafal Szczesniak | 1 | -6/+28 |
2007-10-10 | r12101: revert my last commit, I breaks the build and I don't know why... | Stefan Metzmacher | 1 | -17/+19 |
2007-10-10 | r12090: use the _trigger_error() function in the function | Stefan Metzmacher | 1 | -19/+17 |
2007-10-10 | r12089: Couple of fixes in cases of memory outage before we sort | Rafal Szczesniak | 1 | -12/+21 |
2007-10-10 | r12088: Use a structure to pass arguments to dcerpc connection functions | Rafal Szczesniak | 2 | -71/+26 |
2007-10-10 | r12087: Split dcerpc pipe connection functions into separate file. | Rafal Szczesniak | 2 | -1/+167 |
2007-10-10 | r12001: Replace smbcli_full_connection call with composite connect used | Rafal Szczesniak | 1 | -8/+25 |
2007-10-10 | r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that | Andrew Tridgell | 1 | -6/+7 |
2007-10-10 | r11970: fixed a valgrind error. The auth info from the alter_context reply was | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11891: - added pipe_flags field in smb2_trans | Andrew Tridgell | 1 | -3/+8 |
2007-10-10 | r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving the | Andrew Tridgell | 5 | -7/+563 |
2007-10-10 | r11872: another attempt at fixing the data_blob_free in async dcerpc bind, | Andrew Tridgell | 1 | -14/+9 |
2007-10-10 | r11871: fixed a problem volker found with the async bind code, and a callback | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r11835: Restore comments | Volker Lendecke | 1 | -1/+28 |
2007-10-10 | r11824: fixed a valgrind error in the dcerpc_smb code | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r11819: simplified the async rpc bind code a little. | Andrew Tridgell | 2 | -207/+225 |
2007-10-10 | r11817: fixed the problem with the RPC join tests. The problem was that | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r11816: this fixes some of the problems with the recent async rpc changes and | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r11812: Convert winbind to the async bind routines. Also remove tridge's hack... | Volker Lendecke | 1 | -7/+7 |
2007-10-10 | r11810: Fix talloc hierarchy | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11809: Make dcerpc_bind_auth async. | Volker Lendecke | 4 | -150/+203 |
2007-10-10 | r11807: Make dcerpc_alter_context async. Same thing: Please look at this | Volker Lendecke | 1 | -149/+140 |
2007-10-10 | r11806: Minor cleanup | Volker Lendecke | 1 | -5/+2 |
2007-10-10 | r11805: dcerpc_bind_auth is only used in dcerpc_bind_auth_password | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11804: Asyncify the anonymous bind, convert the calls in xplogin.c. | Volker Lendecke | 2 | -75/+221 |
2007-10-10 | r11713: separate out the setting of the fde in the packet context from the | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r11627: give the caller much more control over the stream to packet process, | Andrew Tridgell | 1 | -12/+20 |
2007-10-10 | r11623: convert the dcerpc socket layer to the generic packet code | Andrew Tridgell | 1 | -149/+61 |
2007-10-10 | r11516: Fix a valgrind bug I introduce with queued requests | Volker Lendecke | 1 | -3/+6 |
2007-10-10 | r11515: Add some talloc_get_type | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11497: Don't name parameters 'floor'. Rename fl and floor to epm_floor for | Andrew Bartlett | 1 | -58/+58 |
2007-10-10 | r11473: Based on work by Jelmer, implement the [async] flag for rpc requests.... | Volker Lendecke | 2 | -29/+92 |
2007-10-10 | r10699: fixed the dcerpc code so that you can shutdown the pipe safely from | Andrew Tridgell | 3 | -35/+36 |
2007-10-10 | r10683: Samba3's wbinfo -t should give the correct answer now. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r10681: Convert dcerpc_open_smb to a composite function. | Volker Lendecke | 1 | -42/+113 |
2007-10-10 | r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r10368: when building the epm tower, don't put host names in the ip address | Andrew Tridgell | 1 | -1/+12 |
2007-10-10 | r10184: Fix a stack of unhandled enumeration warnings. | Tim Potter | 1 | -0/+6 |
2007-10-10 | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 1 | -5/+8 |
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 | 1 | -28/+31 |
2007-10-10 | r8820: Push this common block of code into the caller. | Andrew Bartlett | 1 | -39/+18 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8073: a successful rpc call from ejs! | Andrew Tridgell | 1 | -0/+14 |
2007-10-10 | r8068: reduced the verbosity of the EPM code | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r8057: use our defined push/pull types in the validate code (fixes a warning) | Andrew Tridgell | 1 | -2/+2 |