summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_prs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett2003-03-151-2/+2
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-12/+54
* Remove dead function.Tim Potter2003-01-091-19/+0
* BIG patch...Andrew Bartlett2003-01-021-22/+22
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-1/+2
* Display debug data we are marshalling/unmarshalling a UNISTR in aTim Potter2002-09-061-1/+7
* * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter2002-07-231-3/+5
* 8-byte alignment needed for beginning driver_info_level_6.Gerald Carter2002-07-091-0/+21
* Typo...Jeremy Allison2002-06-261-1/+1
* Added prs_align_uint16 for SD aligns.Jeremy Allison2002-06-261-0/+11
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Add a touch of constAndrew Bartlett2002-05-171-1/+1
* 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
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-0/+61
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-2/+2
* configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison2001-03-311-84/+218
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-7/+7
* Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison2001-03-021-4/+4
* As prs_alloc_mem now zeros memory, remove superfluous memsets after it.Jeremy Allison2001-02-271-2/+0
* Separated dfs pipe into implementation and interface modules.Jeremy Allison2001-02-271-2/+7
* lib/util_unistr.c:Jean-François Micouleau2000-12-151-0/+41
* return NULL instead of return False in char *prs_mem_get();Tim Potter2000-12-111-1/+1
* last part of W2K support.Jean-François Micouleau2000-10-131-0/+12
* fixing prs_unistr2(). For the special case of an empty (but existing)Jean-François Micouleau2000-10-051-6/+8
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-1/+1
* Fixed overrun write error when using debuglevel > 50.Jeremy Allison2000-08-301-1/+1
* hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter2000-08-161-2/+19
* fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter2000-08-121-29/+37
* deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter2000-08-101-24/+30
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-311-1/+1
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-21/+80
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-251-57/+0
* rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison2000-07-181-2/+2
* removed prs_data(), prs_free_data(), and prs_realloc_data()Gerald Carter2000-07-141-93/+0
* #ifndef RPCCLIENT_TESTGerald Carter2000-07-111-35/+16
* included a a new prs_unistr(). Is currently #if'd out (denotedGerald Carter2000-07-101-0/+92
* More rpcclient merge issues:Gerald Carter2000-07-071-1/+113
* Changing drivers using the properties page works - but only if getting/settingJeremy Allison2000-06-261-3/+0
* Moved tdb functions that access parse structs into parse_prs.cJeremy Allison2000-06-081-0/+28
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-0/+3