r23779: Change from v2 or later to v3 or later.
[kai/samba.git] / source3 / rpc_parse / parse_prs.c
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23342: Stop Coverity from getting confused.
2007-10-10 Jeremy Allisonr23080: Fix bug #4637 - we hads missed some cases where
2007-10-10 Gerald Carterr22852: merge fixes for CVE-2007-2446 and CVE-2007...
2007-10-10 Jeremy Allisonr22564: Move the _strict -> _zeronull functions into...
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Jeremy Allisonr22163: Pure reformatting. I hate 4 space tabstops...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr22001: change prototype of dump_data(), so that it...
2007-10-10 Stefan Metzmacherr21987: split tdb_prs_*() functions in version which...
2007-10-10 Volker Lendecker19288: tdb_prs_store is right now used to store printe...
2007-10-10 Gerald Carterr18393: get the data size and not offset when initializ...
2007-10-10 Volker Lendecker18029: More C++ stuff
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16365: Fix Klocwork #895, #898, #899, #915, #932,...
2007-10-10 Günther Deschnerr14643: Merge dcerpc_errstr from Samba 4.
2007-10-10 Günther Deschnerr14146: Just some typos.
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Jeremy Allisonr13585: Sorry Gunther, had to revert this. It's got...
2007-10-10 Günther Deschnerr13581: Correctly parse a non-null terminated, little...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr12043: It's amazing the warnings you find when compili...
2007-10-10 Jeremy Allisonr11446: Remove unused fn. Remove unneeded strncpy use.
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Jelmer Vernooijr10720: Add helper function that does prs alignment...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr9935: Make it easier to find overruns.
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Jeremy Allisonr6595: This is Volkers new-talloc patch. Just got the...
2007-10-10 Gerald Carterr6014: rather large change set....
2007-10-10 Gerald Carterr5805: merging spoolss parsing changes from trunk and...
2007-10-10 Jeremy Allisonr4601: Removed any use of the MAX_XXX_STR style definit...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2007-10-10 Volker Lendecker1202: This hopefully fixes our memory use when unmarsh...
2004-01-14 Herb Lewissource/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not neede...
2004-01-14 Herb Lewissource/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not neede...
2004-01-09 Gerald Carterfix some warnings from the Sun compiler; also merge...
2004-01-09 Gerald Carterfix some warnings from the Sun compiler
2003-11-05 Tim PotterMerge of some compiler warning fixes.
2003-11-03 Tim PotterFix some uninitialised variable warnings.
2003-10-01 Gerald Cartercommit sign only patch from Andrew; bug 167; tested...
2003-10-01 Gerald Cartercommit sign only patch from Andrew; bug 167; tested...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-12 Andrew BartlettFix comment
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-14 Andrew BartlettJeremy requested that I get my NTLMSSP patch into CVS...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 Tim PotterThis fixes net rpc vampire when talking to win2k (...
2003-04-22 Volker Lendeckeparse_string is only used for the authentication negoti...
2003-04-22 Volker Lendeckeparse_string is only used for the authentication negoti...
2003-04-16 Jeremy AllisonFixes to make SCHANNEL work against a W2K DC. Still...
2003-04-16 Jeremy AllisonFixes to make SCHANNEL work in 3.0 against a W2K DC...
2003-04-09 Volker LendeckePut the core schannel functions to parse_prs.c. They...
2003-04-09 Volker LendeckePut the core schannel functions to parse_prs.c. They...
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-15 Andrew BartlettFix signed/unsigned issues - mostly 'i' counters.
2003-02-14 Jeremy AllisonEnsure that only parse_prs.c access internal members...
2003-02-14 Jeremy AllisonEnsure that only parse_prs.c access internal members...
2003-01-15 Gerald Cartermerging some rpcclient and net functionality from HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-09 Tim PotterRemove dead function.
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-06 Tim PotterDisplay debug data we are marshalling/unmarshalling...
2002-08-17 Jelmer Vernooijsync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-23 Gerald Carter* changed structure of REG_R_ENUM_VALUE structure since...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-09 Gerald Carter8-byte alignment needed for beginning driver_info_level_6.
2002-06-26 Jeremy AllisonTypo...
2002-06-26 Jeremy AllisonAdded prs_align_uint16 for SD aligns.
2002-06-18 Simo Sorcemore debug classess activated
2002-05-17 Andrew BartlettAdd a touch of const
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-17 Tim PotterAdded dos_errstr() function. Not all errors in list...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-18 Jeremy AllisonAdded prs_mem_clear(). Clear memory on buffer reallocat...
2002-01-18 Jeremy AllisonAlways clear malloced memory for parse structs.
2002-01-02 Martin PoolAdd prs_dump_before to dump everything from the start...
2001-11-21 Jean-François Mico... samr_querydom_info level 1: found the meaning of the...
2001-11-15 Martin PoolDoxygen demo for Tim.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-14 Tim PotterMerge prs_hash1() function from tng.
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
next