summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell1-6/+7
2007-10-10r11970: fixed a valgrind error. The auth info from the alter_context reply wasAndrew Tridgell1-1/+1
2007-10-10r11891: - added pipe_flags field in smb2_transAndrew Tridgell1-3/+8
2007-10-10r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving theAndrew Tridgell5-7/+563
2007-10-10r11872: another attempt at fixing the data_blob_free in async dcerpc bind,Andrew Tridgell1-14/+9
2007-10-10r11871: fixed a problem volker found with the async bind code, and a callbackAndrew Tridgell1-2/+5
2007-10-10r11835: Restore commentsVolker Lendecke1-1/+28
2007-10-10r11824: fixed a valgrind error in the dcerpc_smb codeAndrew Tridgell1-1/+2
2007-10-10r11819: simplified the async rpc bind code a little.Andrew Tridgell2-207/+225
2007-10-10r11817: fixed the problem with the RPC join tests. The problem was thatAndrew Tridgell1-0/+10
2007-10-10r11816: this fixes some of the problems with the recent async rpc changes andAndrew Tridgell1-0/+12
2007-10-10r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke1-7/+7
2007-10-10r11810: Fix talloc hierarchyVolker Lendecke1-2/+2
2007-10-10r11809: Make dcerpc_bind_auth async.Volker Lendecke4-150/+203
2007-10-10r11807: Make dcerpc_alter_context async. Same thing: Please look at thisVolker Lendecke1-149/+140
2007-10-10r11806: Minor cleanupVolker Lendecke1-5/+2
2007-10-10r11805: dcerpc_bind_auth is only used in dcerpc_bind_auth_passwordVolker Lendecke1-2/+2
2007-10-10r11804: Asyncify the anonymous bind, convert the calls in xplogin.c.Volker Lendecke2-75/+221
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell1-1/+2
2007-10-10r11627: give the caller much more control over the stream to packet process,Andrew Tridgell1-12/+20
2007-10-10r11623: convert the dcerpc socket layer to the generic packet codeAndrew Tridgell1-149/+61
2007-10-10r11516: Fix a valgrind bug I introduce with queued requestsVolker Lendecke1-3/+6
2007-10-10r11515: Add some talloc_get_typeVolker Lendecke1-2/+2
2007-10-10r11497: Don't name parameters 'floor'. Rename fl and floor to epm_floor forAndrew Bartlett1-58/+58
2007-10-10r11473: Based on work by Jelmer, implement the [async] flag for rpc requests....Volker Lendecke2-29/+92
2007-10-10r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell3-35/+36
2007-10-10r10683: Samba3's wbinfo -t should give the correct answer now.Volker Lendecke1-1/+1
2007-10-10r10681: Convert dcerpc_open_smb to a composite function.Volker Lendecke1-42/+113
2007-10-10r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett1-2/+2
2007-10-10r10368: when building the epm tower, don't put host names in the ip addressAndrew Tridgell1-1/+12
2007-10-10r10184: Fix a stack of unhandled enumeration warnings.Tim Potter1-0/+6
2007-10-10r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett1-5/+8
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 Bartlett1-28/+31
2007-10-10r8820: Push this common block of code into the caller.Andrew Bartlett1-39/+18
2007-10-10r8811: Fix the build..Jelmer Vernooij2-0/+3
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r8073: a successful rpc call from ejs!Andrew Tridgell1-0/+14
2007-10-10r8068: reduced the verbosity of the EPM codeAndrew Tridgell1-3/+3
2007-10-10r8057: use our defined push/pull types in the validate code (fixes a warning)Andrew Tridgell1-2/+2
2007-10-10r7932: don't use the nbt called name as server name, for dcerpc_server_name()Stefan Metzmacher1-9/+8
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2-5/+5
2007-10-10r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett1-3/+4
2007-10-10r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ...Andrew Tridgell1-4/+3
2007-10-10r7658: don't timeout at the smb level for rpc requests as otherwise some rpcAndrew Tridgell1-0/+4
2007-10-10r7653: when a dcerpc request times out, we need to ensure that if the serverAndrew Tridgell1-1/+11
2007-10-10r7652: use event friendly connect in dcerpc socket codeAndrew Tridgell1-1/+1
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell7-54/+49
2007-10-10r7497: add timeouts to all rpc requests. The default timeout is 60Andrew Tridgell3-0/+49
2007-10-10r7496: removed an unused variableAndrew Tridgell1-1/+0