summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+1
* Fix for passing NULL pointer as an array parameter inTim Potter2000-07-101-2/+2
* More rpcclient merge issues:Gerald Carter2000-07-072-1/+137
* the dummy field in driver_info_6 is before the driver version and notJean-François Micouleau2000-07-041-2/+2
* driver_info_6 had a prs_align() that should not have been there.Jean-François Micouleau2000-07-041-2/+0
* Removed unneccessary ()'s afer &'s that made it look like weJeremy Allison2000-07-011-125/+125
* Tidy up current spool code - added some JRATEST ifdefs to allowJeremy Allison2000-06-291-11/+11
* Removed extra uint32 field in auto-notify reply. This fixes some spoolss.exeJeremy Allison2000-06-281-49/+75
* Changing drivers using the properties page works - but only if getting/settingJeremy Allison2000-06-262-6/+2
* lib/util_sid.c: Uninitialized memory read.Jeremy Allison2000-06-241-2/+4
* Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison2000-06-201-25/+22
* parsing code for reply[open|close]printer in preparation of the eventJean-François Micouleau2000-06-101-0/+87
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-2/+2
* dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton2000-06-091-5/+16
* Moved tdb functions that access parse structs into parse_prs.cJeremy Allison2000-06-081-0/+28
* Cause printer SD's to be displayed correctly (full control).Jeremy Allison2000-06-081-1/+1
* Fixing get/set of security descriptors.Jeremy Allison2000-06-072-6/+14
* Memory leak fixes.Jeremy Allison2000-06-061-0/+14
* Some tidyup fixes (memory leaks etc.). Still no progress with theJeremy Allison2000-06-052-10/+15
* simple increment bug in uniarray_2_dosarrayAndrew Tridgell2000-06-051-0/+1
* no space was being reserved for the security descriptor in the parseAndrew Tridgell2000-06-041-3/+8
* sec_desc_size() needs to handle a null secdescAndrew Tridgell2000-06-041-2/+5
* More memory leak and PANIC action fixes.Jeremy Allison2000-06-022-28/+72
* Fixed null pointer indirect in addprinterex. Still working on problemJeremy Allison2000-06-021-2/+2