summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* alignment issues.Jean-François Micouleau2000-11-292-28/+35
* o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter2000-11-221-6/+6
* ADDPRINTERDRIVER info level 6 fix - this is dynamic dependingJeremy Allison2000-11-221-7/+9
* Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2000-11-211-1/+1
* Fix for memory leak when adding driver.Jeremy Allison2000-11-171-1/+1
* Large commit which restructures the local password storage API.Gerald Carter2000-11-132-107/+108
* rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.Jeremy Allison2000-11-101-0/+3
* printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison2000-11-102-0/+13
* Merge of printer security descriptor, info level and printerdataTim Potter2000-11-071-0/+157
* Only use prs_uint8s on marshalling as we know we're little endian. OnJeremy Allison2000-10-301-6/+18
* Fixed double btyte-swap problems with bigendian architectures.Jeremy Allison2000-10-301-1/+2
* Fixes for io_q_setprinter rpc parsing.Tim Potter2000-10-181-0/+10
* last part of W2K support.Jean-François Micouleau2000-10-134-38/+79
* changes to sync with 2.2. treeHerb Lewis2000-10-111-1/+0
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-102-9/+1
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-26/+680
* fixing prs_unistr2(). For the special case of an empty (but existing)Jean-François Micouleau2000-10-051-6/+8
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-044-10/+10
* Fixes from Herb - compiler warnings.Jeremy Allison2000-10-031-12/+12
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-281-5/+6
* samr unknown 0x32 is in fact samr create user.Jean-François Micouleau2000-09-271-3/+3
* printer notify code.Jean-François Micouleau2000-09-251-1/+118
* Some code moved back from TNG - updates to LSA stuff. Not yet used butJeremy Allison2000-09-201-8/+80
* param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ...Jeremy Allison2000-09-191-34/+19
* in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau2000-09-161-2/+10
* Fixes from JF as I didn't understand the string array sizing code correctly.Jeremy Allison2000-09-151-17/+17
* Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison2000-09-151-16/+129
* Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison2000-09-091-6/+46
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-061-12/+56
* Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2000-09-051-1/+56
* Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2000-08-311-0/+32
* Fixed overrun write error when using debuglevel > 50.Jeremy Allison2000-08-301-1/+1
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-301-0/+35
* yipee!Andrew Tridgell2000-08-281-0/+9
* added comment for my own memory purposesGerald Carter2000-08-171-0/+1
* hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter2000-08-161-2/+19
* - fixed memcpy bug in copy_unistr2()Gerald Carter2000-08-161-7/+21
* Tidied up extra ()'s.Jeremy Allison2000-08-151-12/+12
* fixed a few bugs in new_smb_io_relarraystr().Gerald Carter2000-08-141-2/+5
* fix for new_smb_io_relarraystr() and new_smb_io_relstr()Gerald Carter2000-08-141-2/+2
* removed the prs_align in spoolss_smb_io_unistr() (JF, please check)Gerald Carter2000-08-121-3/+36
* fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter2000-08-121-29/+37
* Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison2000-08-112-53/+25
* working on the unmarshalling of dependentfiles to a DRIVER_INFO_3Gerald Carter2000-08-101-2/+9
* deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter2000-08-101-24/+30
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-092-9/+21
* cleanup in init_unistr2_from_unistr()Gerald Carter2000-08-081-27/+19
* All changes related to rpcclient...Gerald Carter2000-08-081-3/+174
* 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