summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2000-08-28yipee!Andrew Tridgell1-0/+9
2000-08-17added comment for my own memory purposesGerald Carter1-0/+1
2000-08-16hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter1-2/+19
2000-08-16- fixed memcpy bug in copy_unistr2()Gerald Carter1-7/+21
2000-08-15Tidied up extra ()'s.Jeremy Allison1-12/+12
2000-08-14fixed a few bugs in new_smb_io_relarraystr().Gerald Carter1-2/+5
2000-08-14fix for new_smb_io_relarraystr() and new_smb_io_relstr()Gerald Carter1-2/+2
2000-08-12removed the prs_align in spoolss_smb_io_unistr() (JF, please check)Gerald Carter1-3/+36
2000-08-12fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter1-29/+37
2000-08-11Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison2-53/+25
2000-08-10working on the unmarshalling of dependentfiles to a DRIVER_INFO_3Gerald Carter1-2/+9
2000-08-10deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter1-24/+30
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2-9/+21
2000-08-08cleanup in init_unistr2_from_unistr()Gerald Carter1-27/+19
2000-08-08All changes related to rpcclient...Gerald Carter1-3/+174
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-04clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter1-8/+111
2000-08-04After talking with Jeremy and JF (and staring at packet traces betweenGerald Carter1-2/+52
2000-08-02Much though I hate to admit it - JF was completely correct. I cannotJeremy Allison1-2/+2
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison4-10/+9
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2-3/+3
2000-07-31More work on rpcclient...Gerald Carter1-7/+27
2000-07-28Fixed read overrun in init_string2()Tim Potter1-2/+4
2000-07-27remove warningsJean-François Micouleau1-2/+2
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison4-111/+248
2000-07-26Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau1-1/+8
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau2-61/+9
2000-07-22Fixed open handle code in printers - 3 functions were always being doneJeremy Allison1-2/+2
2000-07-21Added functions for enumerating ports on remote print server.Gerald Carter1-6/+48
2000-07-18rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison2-23/+21
2000-07-18fixed a bug (my own) in create_ntc_from_cli_state()Gerald Carter1-2/+2
2000-07-14removed prs_data(), prs_free_data(), and prs_realloc_data()Gerald Carter2-105/+60
2000-07-12we are now sure the printer_info_2 timestamp is updated everytimeJean-François Micouleau1-5/+0
2000-07-12- The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau1-0/+9
2000-07-11#ifndef RPCCLIENT_TESTGerald Carter1-35/+16
2000-07-10included a a new prs_unistr(). Is currently #if'd out (denotedGerald Carter1-0/+92
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+1
2000-07-10Fix for passing NULL pointer as an array parameter inTim Potter1-2/+2
2000-07-07More rpcclient merge issues:Gerald Carter2-1/+137
2000-07-04the dummy field in driver_info_6 is before the driver version and notJean-François Micouleau1-2/+2
2000-07-04driver_info_6 had a prs_align() that should not have been there.Jean-François Micouleau1-2/+0
2000-07-01Removed unneccessary ()'s afer &'s that made it look like weJeremy Allison1-125/+125
2000-06-29Tidy up current spool code - added some JRATEST ifdefs to allowJeremy Allison1-11/+11
2000-06-28Removed extra uint32 field in auto-notify reply. This fixes some spoolss.exeJeremy Allison1-49/+75
2000-06-26Changing drivers using the properties page works - but only if getting/settingJeremy Allison2-6/+2
2000-06-24lib/util_sid.c: Uninitialized memory read.Jeremy Allison1-2/+4
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison1-25/+22
2000-06-10parsing code for reply[open|close]printer in preparation of the eventJean-François Micouleau1-0/+87