summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_prs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison2000-06-051-3/+3
* More memory leak and PANIC action fixes.Jeremy Allison2000-06-021-0/+3
* Fixed memory leak in RPC parsing code.Shirish Kalele2000-05-261-1/+3
* Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison2000-05-171-3/+26
* Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison2000-05-171-3/+7
* update grow_size in prs_growAndrew Tridgell2000-05-151-1/+3
* make prs_dump() store up to 100 variants of each msg typeAndrew Tridgell2000-05-151-4/+11