summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_prs.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-03s3: Remove debug_ctx()Volker Lendecke1-1/+1
2009-09-30s3-rpc_parse: remove unused prs_string.Günther Deschner1-44/+0
2009-09-16s3-schannel: remove unused schannel_decode/schannel_encode.Günther Deschner1-286/+0
2009-09-15s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner1-8/+8
2009-09-13s3-schannel: fix Coverity #950 OVERRUN_STATIC.Günther Deschner1-1/+1
2009-09-11s3-schannel: use NL_AUTH_SIGNATURE for schannel sign & seal (client & server).Günther Deschner1-63/+55
2009-07-16s3-rpc_parse: remove more unused code.Günther Deschner1-318/+0
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett1-6/+6
2009-04-07s3:rpc_parse remove unused prs_unistr2()Andrew Bartlett1-38/+0
2009-03-18s3-rpc_parse: remove unused BUFFER5 and UNISTR3.Günther Deschner1-61/+0
2009-03-18s3-rpc_parse: move prs_uint64 to rpc_parse/parse_prs.c.Günther Deschner1-0/+24
2009-02-08Most RPC requests do not need a full fragment, start smallerVolker Lendecke1-7/+10
2009-02-05s3-parsing: remove a lot of unused structures and their hand marshalling.Günther Deschner1-50/+0
2009-01-18Tiny simplification of prs_set_offsetVolker Lendecke1-6/+3
2008-12-15s3: Use DEBUGADD instead of DEBUG to avoid printing the headerDan Sledz1-26/+26
2008-11-19s3-ntsvcs: remove old hand-marshalling for ntsvcs getdevregprop.Günther Deschner1-33/+0
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-1/+1
2008-10-31errors: share dcerpc error function.Günther Deschner1-1/+1
2008-09-05Fix "warning: pointer of type 'void *' used in arithmetic".Jeremy Allison1-1/+1
2008-09-03factor prs_append_some_data out of prs_append_some_prs_dataVolker Lendecke1-9/+17
2008-03-17Coverity fixesMarc VanHeyningen1-1/+1
2007-12-28Remove static zerosVolker Lendecke1-4/+10
2007-12-17Use the %*s feature of snprintf to remove anothe static fstring.Jeremy Allison1-16/+16
2007-11-20More pstring elimination.Jeremy Allison1-3/+3
2007-11-20More trivial pstring removal.Jeremy Allison1-3/+8
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-52/+52
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-5/+5
2007-10-10r25561: Make use of [un]marshall_sec_descVolker Lendecke1-12/+0
2007-10-10r24993: Apply some constVolker Lendecke1-3/+3
2007-10-10r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge.Jeremy Allison1-1/+1
2007-10-10r24410: - I got tricked by function naming. Contrary to what seemed obvious ...Derrell Lipman1-0/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23342: Stop Coverity from getting confused.Jeremy Allison1-0/+3
2007-10-10r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison1-15/+33
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter1-1/+1
2007-10-10r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison1-1/+1
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-3/+3
2007-10-10r22163: Pure reformatting. I hate 4 space tabstops :-).Jeremy Allison1-15/+15
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-2/+2
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-8/+8
2007-10-10r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...Stefan Metzmacher1-8/+16
2007-10-10r19288: tdb_prs_store is right now used to store printer and share securityVolker Lendecke1-1/+1
2007-10-10r18393: get the data size and not offset when initializing a data blob from a...Gerald Carter1-1/+4
2007-10-10r18029: More C++ stuffVolker Lendecke1-1/+1
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke1-6/+7
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+31
2007-10-10r16365: Fix Klocwork #895, #898, #899, #915, #932, #938 and aJeremy Allison1-1/+2
2007-10-10r14643: Merge dcerpc_errstr from Samba 4.Günther Deschner1-0/+31
2007-10-10r14146: Just some typos.Günther Deschner1-2/+2