summaryrefslogtreecommitdiffstats
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
* r10699: fixed the dcerpc code so that you can shutdown the pipe safely fromAndrew Tridgell2007-10-103-35/+36
* r10683: Samba3's wbinfo -t should give the correct answer now.Volker Lendecke2007-10-101-1/+1
* r10681: Convert dcerpc_open_smb to a composite function.Volker Lendecke2007-10-101-42/+113
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2007-10-101-2/+2
* r10368: when building the epm tower, don't put host names in the ip addressAndrew Tridgell2007-10-101-1/+12
* r10184: Fix a stack of unhandled enumeration warnings.Tim Potter2007-10-101-0/+6
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-101-5/+8
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-2/+2
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-101-28/+31
* r8820: Push this common block of code into the caller.Andrew Bartlett2007-10-101-39/+18
* r8811: Fix the build..Jelmer Vernooij2007-10-102-0/+3
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8073: a successful rpc call from ejs!Andrew Tridgell2007-10-101-0/+14
* r8068: reduced the verbosity of the EPM codeAndrew Tridgell2007-10-101-3/+3
* r8057: use our defined push/pull types in the validate code (fixes a warning)Andrew Tridgell2007-10-101-2/+2
* r7932: don't use the nbt called name as server name, for dcerpc_server_name()Stefan Metzmacher2007-10-101-9/+8
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-102-5/+5
* r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett2007-10-101-3/+4
* r7659: fixup the ordering of socket destruction for ncacn_ip_tcp so we don't ...Andrew Tridgell2007-10-101-4/+3
* r7658: don't timeout at the smb level for rpc requests as otherwise some rpcAndrew Tridgell2007-10-101-0/+4
* r7653: when a dcerpc request times out, we need to ensure that if the serverAndrew Tridgell2007-10-101-1/+11
* r7652: use event friendly connect in dcerpc socket codeAndrew Tridgell2007-10-101-1/+1
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-107-54/+49
* r7497: add timeouts to all rpc requests. The default timeout is 60Andrew Tridgell2007-10-103-0/+49
* r7496: removed an unused variableAndrew Tridgell2007-10-101-1/+0
* r7313: Prefix a few functions with ncacn_ rather then dcerpc_ because they areJelmer Vernooij2007-10-102-19/+19
* r7312: Add IDL for ncadg packets.Jelmer Vernooij2007-10-102-17/+16
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij2007-10-101-1/+2
* r6795: Make some functions static and remove some unused ones.Jelmer Vernooij2007-10-101-1/+1
* r6565: Cludge, cludge, cludge...Andrew Bartlett2007-10-103-24/+9
* r6526: Rename this RPC fault. Everybody else calls this ACCESS_DENIED, andAndrew Bartlett2007-10-101-1/+1
* r6272: For 'programmed' use of an anonymous account, we should useAndrew Bartlett2007-10-101-2/+9
* r6229: Back out these changes ...Richard Sharpe2007-10-101-15/+1
* r6219: This change allows us to fall back to authenticating withoutRichard Sharpe2007-10-101-1/+15
* r6178: fix ncacn_np connection without sign or seal against NT4Stefan Metzmacher2007-10-101-1/+4
* r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett2007-10-103-427/+30
* r5980: Fix double free after unexpected disconnect.Jelmer Vernooij2007-10-101-1/+5
* r5976: SIDs can't have more then 5 subauths (caught by [validate] andJelmer Vernooij2007-10-101-0/+3
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-103-127/+101
* r5932: Use cli_credentials somewhat more in the Gtk+ codeJelmer Vernooij2007-10-101-6/+3
* r5930: Fix initialisation of dcerpc_binding->authserviceJelmer Vernooij2007-10-101-0/+2
* r5929: Use cli_credentials for the SMB functions as well.Jelmer Vernooij2007-10-101-6/+4
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-103-68/+48
* r5902: A rather large change...Andrew Bartlett2007-10-104-162/+194
* r5667: Move schannel state into libcli/auth (as it belongs with schannel,Andrew Bartlett2007-10-101-7/+0
* r5603: add "authservice()" property to the interface property listStefan Metzmacher2007-10-103-5/+26
* r5488: - let the request be a child of the pipe structStefan Metzmacher2007-10-101-13/+19
* r5388: uppercase the server name on ncacn_ip_tcpAndrew Tridgell2007-10-101-1/+1
* r5304: removed lib/socket/socket.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-101-1/+1