summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug in init_unistr2_from_unistr() found by Elrond.Gerald Carter2000-08-051-1/+1
* clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter2000-08-041-8/+111
* After talking with Jeremy and JF (and staring at packet traces betweenGerald Carter2000-08-041-2/+52
* Much though I hate to admit it - JF was completely correct. I cannotJeremy Allison2000-08-021-2/+2
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-014-10/+9
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-312-3/+3
* More work on rpcclient...Gerald Carter2000-07-311-7/+27
* Fixed read overrun in init_string2()Tim Potter2000-07-281-2/+4
* remove warningsJean-François Micouleau2000-07-271-2/+2
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-274-111/+248
* Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau2000-07-261-1/+8
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-252-61/+9
* Fixed open handle code in printers - 3 functions were always being doneJeremy Allison2000-07-221-2/+2
* Added functions for enumerating ports on remote print server.Gerald Carter2000-07-211-6/+48
* rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison2000-07-182-23/+21
* fixed a bug (my own) in create_ntc_from_cli_state()Gerald Carter2000-07-181-2/+2
* removed prs_data(), prs_free_data(), and prs_realloc_data()Gerald Carter2000-07-142-105/+60
* we are now sure the printer_info_2 timestamp is updated everytimeJean-François Micouleau2000-07-121-5/+0
* - The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau2000-07-121-0/+9
* #ifndef RPCCLIENT_TESTGerald Carter2000-07-111-35/+16
* included a a new prs_unistr(). Is currently #if'd out (denotedGerald Carter2000-07-101-0/+92