summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_misc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison1-1/+1
2007-10-10r14219: Fix coverity #135. Don't deref a ptr if it can be NULL.Jeremy Allison1-1/+1
2007-10-10r14045: Coverity fix #14. Ensure if len is set buf != NULL.Jeremy Allison1-0/+5
2007-10-10r13802: I *knew* ASU on sparc had to be good for *something* ! :-).Jeremy Allison1-3/+3
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13455: Prepare to add lookupnames2.Jeremy Allison1-10/+40
2007-10-10r13439: Fix NET_SAM_LOGON_EX.Jeremy Allison1-1/+1
2007-10-10r10781: merging eventlog and svcctl code from trunkGerald Carter1-0/+4
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-4/+4
2007-10-10r8553: Another compile warning fix from jason@ncac.gwu.edu.Jeremy Allison1-1/+1
2007-10-10r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter1-1/+1
2007-10-10r6942: * merging the registry changes back to the 3.0 treeGerald Carter1-2/+18
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-61/+32
2007-10-10r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter1-33/+36
2007-10-10r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter1-64/+78
2007-10-10r6014: rather large change set....Gerald Carter1-54/+105
2007-10-10r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter1-0/+19
2007-10-10r4668: allow the caller to invoke init_unistr2() with a NULL buffer to match ...Gerald Carter1-0/+8
2007-10-10r4601: Removed any use of the MAX_XXX_STR style definitions. A little largerJeremy Allison1-54/+38
2007-10-10r4287: Vampire SAM_DELTA_DOMAIN_INFO.Günther Deschner1-0/+62
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-50/+30
2007-10-10r4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-1/+1
2007-10-10r196: merging struct uuid from trunkGerald Carter1-0/+28
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-1/+1
2003-12-10Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...Gerald Carter1-1/+1
2003-11-17Fix from Andrew Bartlett to fix up the munged-dial problem.Jeremy Allison1-1/+5
2003-11-11fix crash bug due to empyrt munged dial string; patch from metzeGerald Carter1-1/+1
2003-11-07Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...Jeremy Allison1-0/+21
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-49/+49
2003-05-26Metze's patches:John Terpstra1-35/+35
2003-03-17Merge from HEAD:Andrew Bartlett1-3/+3
2003-01-28Merging tridge's privillage client changes from HEAD.Jeremy Allison1-5/+36
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-0/+49
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-34/+34
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-16/+15
2002-11-07Being tpot's janitor again.... checking in things only checked into HEAD.Jeremy Allison1-3/+4
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-5/+48
2002-03-02more constAndrew Bartlett1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-31Give the main loop talloc context a name (using mbp's new talloc namingAndrew Bartlett1-1/+1
2001-12-05Const religion for some of the RPC code.Andrew Bartlett1-1/+1
2001-11-21samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau1-6/+6
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-0/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-08-31Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett1-1/+1
2001-08-28Merge of sam sync code from TNG.Tim Potter1-0/+64
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-1/+1
2001-07-11This backs out my last change, which broke some of the finer points of RPCAndrew Bartlett1-54/+0