summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_prs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-19/+20
* r13585: Sorry Gunther, had to revert this. It's got a bufferJeremy Allison2007-10-101-43/+0
* r13581: Correctly parse a non-null terminated, little-endian UCS2 string in theGünther Deschner2007-10-101-0/+43
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+29
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-0/+29
* r11446: Remove unused fn. Remove unneeded strncpy use.Jeremy Allison2007-10-101-26/+0
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r10720: Add helper function that does prs alignment on a specified number of ...Jelmer Vernooij2007-10-101-0/+18
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-66/+80
* r9935: Make it easier to find overruns.Jeremy Allison2007-10-101-2/+4
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-0/+26
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-5/+1
* r6014: rather large change set....Gerald Carter2007-10-101-39/+42
* r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter2007-10-101-0/+28
* r4601: Removed any use of the MAX_XXX_STR style definitions. A little largerJeremy Allison2007-10-101-24/+33
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-15/+22
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* r1202: This hopefully fixes our memory use when unmarshalling strings. The te...Volker Lendecke2007-10-101-1/+4
* source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis2004-01-141-1/+0
* fix some warnings from the Sun compilerGerald Carter2004-01-091-4/+4
* Fix some uninitialised variable warnings.Tim Potter2003-11-031-2/+2
* commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-60/+87
* get rid of more compiler warningsHerb Lewis2003-08-151-7/+7
* Fix commentAndrew Bartlett2003-08-121-1/+1
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-2/+2
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-95/+175
* This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter2003-05-261-4/+4
* parse_string is only used for the authentication negotiators.Volker Lendecke2003-04-221-1/+7
* Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-161-8/+6
* Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke2003-04-091-0/+182
* Merge from HEAD:Andrew Bartlett2003-03-171-2/+2
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-12/+54