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