summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_prs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-19/+0
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-22/+22
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-1/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+7
* sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+5
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+36
* Added dos_errstr() function. Not all errors in list yet.Tim Potter2002-03-171-1/+1
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2002-01-181-3/+12
* Always clear malloced memory for parse structs.Jeremy Allison2002-01-181-0/+1
* Add prs_dump_before to dump everything from the start of the prsMartin Pool2002-01-021-4/+23
* samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau2001-11-211-2/+2
* Doxygen demo for Tim.Martin Pool2001-11-151-3/+8
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+2
* Merge prs_hash1() function from tng.Tim Potter2001-09-141-0/+24