summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_prs.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2000-07-14removed prs_data(), prs_free_data(), and prs_realloc_data()Gerald Carter1-93/+0
2000-07-11#ifndef RPCCLIENT_TESTGerald Carter1-35/+16
2000-07-10included a a new prs_unistr(). Is currently #if'd out (denotedGerald Carter1-0/+92
2000-07-07More rpcclient merge issues:Gerald Carter1-1/+113
2000-06-26Changing drivers using the properties page works - but only if getting/settingJeremy Allison1-3/+0
2000-06-08Moved tdb functions that access parse structs into parse_prs.cJeremy Allison1-0/+28
2000-06-07Fixing get/set of security descriptors.Jeremy Allison1-0/+3
2000-06-05Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison1-3/+3