summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_misc.c
Commit message (Expand)AuthorAgeFilesLines
* removed a duplicate copy of smb_io_sid_array()Andrew Tridgell2003-02-111-46/+0
* added server stubs for lsa_enum_acct_with_rightAndrew Tridgell2003-02-111-0/+73
* added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell2003-02-101-0/+45
* cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell2003-01-281-5/+36
* reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-171-28/+31
* This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-171-31/+28
* added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell2003-01-151-0/+49
* BIG patch...Andrew Bartlett2003-01-021-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
* For a BUFFER5, don't parse the buffer if the buffer length is zero.Tim Potter2002-11-061-3/+4
* some cleanup while working on the NETLOGON pipe.Jean-François Micouleau2002-08-231-3/+0
* merge from APP_HEADGerald Carter2002-06-261-3/+0
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Grr - the removal of the nnecessary prs_align() from relative unicodeTim Potter2002-05-071-2/+0
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-0/+45
* 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