summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_prs.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-19/+20
2007-10-10r13585: Sorry Gunther, had to revert this. It's got a bufferJeremy Allison1-43/+0
2007-10-10r13581: Correctly parse a non-null terminated, little-endian UCS2 string in theGünther Deschner1-0/+43
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+29
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-0/+29
2007-10-10r11446: Remove unused fn. Remove unneeded strncpy use.Jeremy Allison1-26/+0
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+1
2007-10-10r10720: Add helper function that does prs alignment on a specified number of ...Jelmer Vernooij1-0/+18
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-66/+80
2007-10-10r9935: Make it easier to find overruns.Jeremy Allison1-2/+4
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-0/+26
2007-10-10r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison1-5/+1
2007-10-10r6014: rather large change set....Gerald Carter1-39/+42
2007-10-10r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter1-0/+28
2007-10-10r4601: Removed any use of the MAX_XXX_STR style definitions. A little largerJeremy Allison1-24/+33
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-15/+22
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2007-10-10r1202: This hopefully fixes our memory use when unmarshalling strings. The te...Volker Lendecke1-1/+4
2004-01-14source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis1-1/+0
2004-01-09fix some warnings from the Sun compilerGerald Carter1-4/+4
2003-11-03Fix some uninitialised variable warnings.Tim Potter1-2/+2
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-60/+87
2003-08-15get rid of more compiler warningsHerb Lewis1-7/+7
2003-08-12Fix commentAndrew Bartlett1-1/+1
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-2/+2
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-2/+2
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-95/+175
2003-05-26This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter1-4/+4
2003-04-22parse_string is only used for the authentication negotiators.Volker Lendecke1-1/+7
2003-04-16Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison1-8/+6
2003-04-09Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke1-0/+182
2003-03-17Merge from HEAD:Andrew Bartlett1-2/+2
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-12/+54
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-19/+0
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-22/+22
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-1/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+7
2002-08-17sync 3.0 branch with headJelmer Vernooij1-3/+5
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+36
2002-03-17Added dos_errstr() function. Not all errors in list yet.Tim Potter1-1/+1
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-18Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison1-3/+12
2002-01-18Always clear malloced memory for parse structs.Jeremy Allison1-0/+1
2002-01-02Add prs_dump_before to dump everything from the start of the prsMartin Pool1-4/+23
2001-11-21samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau1-2/+2
2001-11-15Doxygen demo for Tim.Martin Pool1-3/+8
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-3/+2
2001-09-14Merge prs_hash1() function from tng.Tim Potter1-0/+24