summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_misc.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-15Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett1-5/+5
2003-02-11removed a duplicate copy of smb_io_sid_array()Andrew Tridgell1-46/+0
2003-02-11added server stubs for lsa_enum_acct_with_rightAndrew Tridgell1-0/+73
2003-02-10added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell1-0/+45
2003-01-28cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell1-5/+36
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell1-28/+31
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell1-31/+28
2003-01-15added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell1-0/+49
2003-01-02BIG patch...Andrew 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-06For a BUFFER5, don't parse the buffer if the buffer length is zero.Tim Potter1-3/+4
2002-08-23some cleanup while working on the NETLOGON pipe.Jean-François Micouleau1-3/+0
2002-06-26merge from APP_HEADGerald Carter1-3/+0
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-05-07Grr - the removal of the nnecessary prs_align() from relative unicodeTim Potter1-2/+0
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett1-0/+45
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
2001-07-10This fixes security=domain, which has been broke since the big charsetAndrew Bartlett1-0/+54
2001-07-09when converting ascii to unicode, if the ascii string is NULL, don'tJean-François Micouleau1-0/+7
2001-07-04The big character set handling changeover!Andrew Tridgell1-9/+6
2001-05-01Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison1-0/+31
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-1/+12
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-39/+64
2001-01-25Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison1-60/+0
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-10/+7
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-4/+4
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter1-4/+4
2000-11-10printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison1-0/+2
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-1/+1
2000-08-17added comment for my own memory purposesGerald Carter1-0/+1
2000-08-16- fixed memcpy bug in copy_unistr2()Gerald Carter1-7/+21
2000-08-11Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison1-7/+4
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter1-3/+14
2000-08-08cleanup in init_unistr2_from_unistr()Gerald Carter1-27/+19
2000-08-05it is not my day it seems. :-(Gerald Carter1-1/+1
2000-08-05removed the for() loop to copy the buffer in init_unistr2_from_unistr()Gerald Carter1-3/+2
2000-08-05Fixed bug in init_unistr2_from_unistr() found by Elrond.Gerald Carter1-1/+1
2000-08-04After talking with Jeremy and JF (and staring at packet traces betweenGerald Carter1-2/+52
2000-07-28Fixed read overrun in init_string2()Tim Potter1-2/+4