summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_prs.c
Commit message (Expand)AuthorAgeFilesLines
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-0/+26
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-5/+1
* r6014: rather large change set....Gerald Carter2007-10-101-39/+42
* r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter2007-10-101-0/+28
* r4601: Removed any use of the MAX_XXX_STR style definitions. A little largerJeremy Allison2007-10-101-24/+33
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-15/+22
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* r1202: This hopefully fixes our memory use when unmarshalling strings. The te...Volker Lendecke2007-10-101-1/+4
* source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is doneHerb Lewis2004-01-141-1/+0
* fix some warnings from the Sun compilerGerald Carter2004-01-091-4/+4
* Fix some uninitialised variable warnings.Tim Potter2003-11-031-2/+2
* commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-60/+87
* get rid of more compiler warningsHerb Lewis2003-08-151-7/+7
* Fix commentAndrew Bartlett2003-08-121-1/+1
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-2/+2
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-95/+175
* This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter2003-05-261-4/+4
* parse_string is only used for the authentication negotiators.Volker Lendecke2003-04-221-1/+7
* Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-161-8/+6
* Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke2003-04-091-0/+182
* Merge from HEAD:Andrew Bartlett2003-03-171-2/+2
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-12/+54
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-19/+0
* 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