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