summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_misc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More insure found memory leak and corruption fixes.Jeremy Allison2000-06-011-0/+9
* Back to building. Now to test with insure.Jeremy Allison2000-06-011-1/+1
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-3/+3
* init_unistr takes a const 2nd argAndrew Tridgell2000-05-281-1/+1
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-0/+12
* rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2000-03-291-1/+1
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-26/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+26
* spoolss definitions.Jean-François Micouleau2000-02-071-0/+25
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-673/+674
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-011-4/+6
* attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1999-11-231-8/+29
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-0/+30
* const feeding frenzyLuke Leighton1999-11-081-1/+1
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-031-1/+1
* had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1999-11-031-34/+0