summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* Added deleteprinterdata client rpc.Tim Potter2002-05-141-1/+13
* Added writeprinter rpc command.Tim Potter2002-05-141-0/+14
* Change make_spoolss_q_{get,set}printerdata() take a char* and length ratherTim Potter2002-05-141-11/+31
* compile fix merge from SAMBA_2_2Gerald Carter2002-05-131-11/+21
* Support for client side startdocprinter.Tim Potter2002-05-131-3/+63
* misc merge from SAMBA_2_2Gerald Carter2002-05-101-0/+4
* devmode parsing merge from SAMBA_2_2Gerald Carter2002-05-101-29/+74
* Added client side spoolss rpc commands for startpageprinter,Tim Potter2002-05-081-0/+60
* Grr - the removal of the nnecessary prs_align() from relative unicodeTim Potter2002-05-071-2/+0
* don't set the owner and group sid offset is there are no owner or groupJean-François Micouleau2002-04-291-4/+5
* merge from SAMBA_2_2Gerald Carter2002-04-221-42/+19
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-143-27/+96
* HP2500C driver writes devmode with private data that endsJeremy Allison2002-04-111-0/+9
* specversion merge from SAMBA_2_2Gerald Carter2002-04-111-0/+27
* Fixed missing alignment in spoolss_io_q_enumjobs() function.Tim Potter2002-04-101-0/+3
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-0/+114
* The useless_ptr must be non-zero for addform and setform client functionsTim Potter2002-04-091-2/+5
* Fixed the handle leak in the connection management code (this code is crapJeremy Allison2002-04-041-0/+6
* OpenPrinter() merge from 2.2Gerald Carter2002-03-261-19/+76
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
* resetprinter merge from SAMBA_2_2Gerald Carter2002-03-201-12/+12
* Fix for debug typo.Jeremy Allison2002-03-201-1/+1
* Added dos_errstr() function. Not all errors in list yet.Tim Potter2002-03-171-1/+1
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-151-41/+232
* Remove studly gaps from prs_werror() calls so the same debug text isTim Potter2002-03-142-11/+11
* yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell2002-03-101-23/+243
* Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison2002-03-051-36/+38
* more constAndrew Bartlett2002-03-021-2/+2
* And a little more const.Andrew Bartlett2002-03-021-3/+3
* Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>.Jeremy Allison2002-02-271-11/+11
* Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter2002-02-251-2/+36
* Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM.Tim Potter2002-01-311-1/+42
* Removed version number from file header.Tim Potter2002-01-3012-24/+12
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-11/+3
* We may as well not use these temporary variables - they are only used once andAndrew Bartlett2002-01-261-3/+1
* Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett2002-01-261-17/+32
* Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison2002-01-261-21/+29
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-3/+13
* Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2002-01-182-11/+19
* Always clear malloced memory for parse structs.Jeremy Allison2002-01-181-0/+1
* Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison2002-01-121-0/+91
* Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter2002-01-071-1/+1
* Add prs_dump_before to dump everything from the start of the prsMartin Pool2002-01-021-4/+23
* more irix -64 portability fixesAndrew Tridgell2001-12-311-1/+1
* Give the main loop talloc context a name (using mbp's new talloc namingAndrew Bartlett2001-12-311-1/+1
* added a copyright notice.Jean-François Micouleau2001-12-211-0/+1
* doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau2001-12-211-4/+4
* re-done all of samr_query_disp_info()Jean-François Micouleau2001-12-211-125/+76
* merge from 2.2Gerald Carter2001-12-201-6/+6