summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-041-2/+2
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-10/+25
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-5/+0
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-3/+4
* We copy the RPC header directly from the incoming client - remember toJeremy Allison2001-03-121-1/+6
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-2/+2
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-3/+2
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-0/+10
* rpc_parse/parse_rpc.c: Changes from TNG (thanks Luke) for NTLMSSP parsing.Jeremy Allison2000-04-131-10/+9
* changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-061-1/+1
* Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison2000-02-291-0/+20
* spoolss definitions.Jean-François Micouleau2000-02-071-11/+10
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-519/+565
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-2/+2
* added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1999-11-191-0/+11
* - added DCE/RPC "fault" PDU support.Luke Leighton1999-11-151-0/+16
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-151-63/+129
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-071-5/+25
* renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1999-07-261-7/+8
* improving authentication code (tidyup).Luke Leighton1999-06-291-6/+6
* last part of RPC api change.Jean-François Micouleau1999-05-031-0/+11