summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2002-05-20OK that last commit was incorrect - this call is parsed properly. I onlyTim Potter1-4/+0
2002-05-20There's probably a pointer to a buffer at the end of a enumprinterdrivers()Tim Potter1-0/+4
2002-05-20No need to pass a fstring in make_spoolss_q_enumprinters()Tim Potter1-1/+1
2002-05-18A few things in this commit:Andrew Bartlett1-3/+20
2002-05-17Make non-static for some later work (pushing the info3 across the winbindAndrew Bartlett1-2/+3
2002-05-17Add a touch of constAndrew Bartlett1-1/+1
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett1-18/+7
2002-05-14Added deleteprinterdata client rpc.Tim Potter1-1/+13
2002-05-14Added writeprinter rpc command.Tim Potter1-0/+14
2002-05-14Change make_spoolss_q_{get,set}printerdata() take a char* and length ratherTim Potter1-11/+31
2002-05-13compile fix merge from SAMBA_2_2Gerald Carter1-11/+21
2002-05-13Support for client side startdocprinter.Tim Potter1-3/+63
2002-05-10misc merge from SAMBA_2_2Gerald Carter1-0/+4
2002-05-10devmode parsing merge from SAMBA_2_2Gerald Carter1-29/+74
2002-05-08Added client side spoolss rpc commands for startpageprinter,Tim Potter1-0/+60
2002-05-07Grr - the removal of the nnecessary prs_align() from relative unicodeTim Potter1-2/+0
2002-04-29don't set the owner and group sid offset is there are no owner or groupJean-François Micouleau1-4/+5
2002-04-22merge from SAMBA_2_2Gerald Carter1-42/+19
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett3-27/+96
2002-04-11HP2500C driver writes devmode with private data that endsJeremy Allison1-0/+9
2002-04-11specversion merge from SAMBA_2_2Gerald Carter1-0/+27
2002-04-10Fixed missing alignment in spoolss_io_q_enumjobs() function.Tim Potter1-0/+3
2002-04-10Added Shirish's client side caching policy change.Jeremy Allison1-0/+114
2002-04-09The useless_ptr must be non-zero for addform and setform client functionsTim Potter1-2/+5
2002-04-04Fixed the handle leak in the connection management code (this code is crapJeremy Allison1-0/+6
2002-03-26OpenPrinter() merge from 2.2Gerald Carter1-19/+76
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-2/+1
2002-03-20resetprinter merge from SAMBA_2_2Gerald Carter1-12/+12
2002-03-20Fix for debug typo.Jeremy Allison1-1/+1
2002-03-17Added dos_errstr() function. Not all errors in list yet.Tim Potter1-1/+1
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-41/+232
2002-03-14Remove studly gaps from prs_werror() calls so the same debug text isTim Potter2-11/+11
2002-03-10yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell1-23/+243
2002-03-05Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison1-36/+38
2002-03-02more constAndrew Bartlett1-2/+2
2002-03-02And a little more const.Andrew Bartlett1-3/+3
2002-02-27Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>.Jeremy Allison1-11/+11
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter1-2/+36
2002-01-31Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM.Tim Potter1-1/+42
2002-01-30Removed version number from file header.Tim Potter12-24/+12
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-11/+3
2002-01-26We may as well not use these temporary variables - they are only used once andAndrew Bartlett1-3/+1
2002-01-26Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett1-17/+32
2002-01-26Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison1-21/+29
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-3/+13
2002-01-18Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2-11/+19
2002-01-18Always clear malloced memory for parse structs.Jeremy Allison1-0/+1
2002-01-12Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison1-0/+91
2002-01-07Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter1-1/+1