summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-171-3/+2
* s3-dcerpc: remove more obsolete or duplicate headers.Günther Deschner2009-09-161-1/+1
* s3-schannel: remove last schannel hand-marshalling function.Günther Deschner2009-09-111-31/+0
* s3-schannel: remove unused code.Günther Deschner2009-09-111-63/+0
* s3: remove unused RPC_AUTH_SCHANNEL_NEG struct and parsing functions.Günther Deschner2009-09-081-41/+0
* Add const to init_rpc_hdr_baVolker Lendecke2009-07-051-1/+1
* Remove "typedef struct ndr_syntax_id RPC_IFACE;"Volker Lendecke2009-07-051-6/+8
* s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner2009-03-181-10/+0
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-0/+10
* Make the pipe_names[] array static to cli_pipe.cVolker Lendecke2008-07-191-63/+0
* Make use of ndr_syntax_id_equalVolker Lendecke2008-07-191-2/+2
* drsuapi: add all code required for our drsuapi rpc client.Günther Deschner2008-05-231-0/+1
* Compile endpoint mapper pidl outputVolker Lendecke2008-05-211-0/+1
* rpc_parse: fix "assignment discards qualifier" warning by using CONST_DISCARD.Michael Adam2008-04-201-1/+1
* Remove the pipe_idx variable from rpc_pipe_clientVolker Lendecke2008-04-201-1/+2
* rpc_parse: Use UUIDs from librpc/gen_ndr/ when possible to reduceJelmer Vernooij2008-04-171-188/+25
* Remove copying of interface syntax id.Jelmer Vernooij2008-04-171-1/+1
* Actually connect to RPC.Jelmer Vernooij2008-04-171-0/+15
* Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE.Jelmer Vernooij2008-04-151-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-17/+17
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-22/+0
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-10-101-0/+11
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+11
* r14643: Merge dcerpc_errstr from Samba 4.Günther Deschner2007-10-101-1/+1
* r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison2007-10-101-1/+0
* r13316: Let the carnage begin....Gerald Carter2007-10-101-10/+0
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-470/+48
* r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison2007-10-101-45/+29
* r7696: Don't try and be clever and read an 8 byte int and 3 pad bytesJeremy Allison2007-10-101-2/+2
* r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison2007-10-101-30/+71
* r6243: Yes. I *will* hate myself in the morning for this one.Gerald Carter2007-10-101-0/+17
* r6014: rather large change set....Gerald Carter2007-10-101-11/+34
* r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter2007-10-101-5/+15
* r196: merging struct uuid from trunkGerald Carter2007-10-101-43/+32
* Add initshutdown pipe commands to rpcclient. Second part of fix to bugJim McDonough2003-10-241-0/+10
* Grrr. compile patches before you apply !Jeremy Allison2003-10-031-4/+4
* abstract UUID parsing code to an individual function; patch from AnthonyGerald Carter2003-10-031-7/+26
* Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debugAndrew Bartlett2003-10-011-21/+1
* commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-3/+3
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-17/+9
* parse_string is only used for the authentication negotiators.Volker Lendecke2003-04-221-10/+6
* Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-161-7/+7
* Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-141-0/+10
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-4/+16
* A little clarification in the rpc auth header struct.Volker Lendecke2003-04-091-8/+7
* Merge the TNG netlogon schannel from HEAD.Volker Lendecke2003-04-061-0/+95
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-22/+22
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+2