summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_prs.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-60/+87
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-8/+8
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-2/+2
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-99/+179
2003-04-22parse_string is only used for the authentication negotiators.Volker Lendecke1-1/+7
2003-04-16Fixes to make SCHANNEL work 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-15Fix signed/unsigned issues - mostly 'i' counters.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-09Remove dead function.Tim Potter1-19/+0
2003-01-02BIG patch...Andrew Bartlett1-22/+22
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-1/+2
2002-09-06Display debug data we are marshalling/unmarshalling a UNISTR in aTim Potter1-1/+7
2002-07-23* changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter1-3/+5
2002-07-098-byte alignment needed for beginning driver_info_level_6.Gerald Carter1-0/+21
2002-06-26Typo...Jeremy Allison1-1/+1
2002-06-26Added prs_align_uint16 for SD aligns.Jeremy Allison1-0/+11
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-05-17Add a touch of constAndrew Bartlett1-1/+1
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
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-0/+61
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-2/+2
2001-03-31configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison1-84/+218
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-7/+7
2001-03-02Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison1-4/+4
2001-02-27As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison1-2/+0
2001-02-27Separated dfs pipe into implementation and interface modules.Jeremy Allison1-2/+7
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-0/+41
2000-12-11return NULL instead of return False in char *prs_mem_get();Tim Potter1-1/+1
2000-10-13last part of W2K support.Jean-François Micouleau1-0/+12
2000-10-05fixing prs_unistr2(). For the special case of an empty (but existing)Jean-François Micouleau1-6/+8
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-1/+1
2000-08-30Fixed overrun write error when using debuglevel > 50.Jeremy Allison1-1/+1
2000-08-16hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter1-2/+19
2000-08-12fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter1-29/+37
2000-08-10deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter1-24/+30
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison1-1/+1
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-21/+80
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-57/+0
2000-07-18rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison1-2/+2