summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-1/+1
* Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...Gerald Carter2003-12-101-1/+1
* Fix from Andrew Bartlett to fix up the munged-dial problem.Jeremy Allison2003-11-171-1/+5
* fix crash bug due to empyrt munged dial string; patch from metzeGerald Carter2003-11-111-1/+1
* Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...Jeremy Allison2003-11-071-0/+21
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-49/+49
* Metze's patches:John Terpstra2003-05-261-35/+35
* Merge from HEAD:Andrew Bartlett2003-03-171-3/+3
* Merging tridge's privillage client changes from HEAD.Jeremy Allison2003-01-281-5/+36
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-0/+49
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-34/+34
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-16/+15
* Being tpot's janitor again.... checking in things only checked into HEAD.Jeremy Allison2002-11-071-3/+4
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-3/+0
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+48
* more constAndrew Bartlett2002-03-021-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Give the main loop talloc context a name (using mbp's new talloc namingAndrew Bartlett2001-12-311-1/+1
* Const religion for some of the RPC code.Andrew Bartlett2001-12-051-1/+1
* samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau2001-11-211-6/+6
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-021-0/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett2001-08-311-1/+1
* Merge of sam sync code from TNG.Tim Potter2001-08-281-0/+64
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-1/+1
* This backs out my last change, which broke some of the finer points of RPCAndrew Bartlett2001-07-111-54/+0
* This fixes security=domain, which has been broke since the big charsetAndrew Bartlett2001-07-101-0/+54
* when converting ascii to unicode, if the ascii string is NULL, don'tJean-François Micouleau2001-07-091-0/+7
* The big character set handling changeover!Andrew Tridgell2001-07-041-9/+6
* Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-011-0/+31
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-1/+12
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-39/+64
* Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2001-01-251-60/+0
* lib/util_unistr.c:Jean-François Micouleau2000-12-151-10/+7
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-4/+4
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-081-4/+4
* printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison2000-11-101-0/+2
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-1/+1
* added comment for my own memory purposesGerald Carter2000-08-171-0/+1
* - fixed memcpy bug in copy_unistr2()Gerald Carter2000-08-161-7/+21
* Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison2000-08-111-7/+4
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-091-3/+14
* cleanup in init_unistr2_from_unistr()Gerald Carter2000-08-081-27/+19
* it is not my day it seems. :-(Gerald Carter2000-08-051-1/+1
* removed the for() loop to copy the buffer in init_unistr2_from_unistr()Gerald Carter2000-08-051-3/+2
* Fixed bug in init_unistr2_from_unistr() found by Elrond.Gerald Carter2000-08-051-1/+1
* After talking with Jeremy and JF (and staring at packet traces betweenGerald Carter2000-08-041-2/+52
* Fixed read overrun in init_string2()Tim Potter2000-07-281-2/+4
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-69/+121