summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+3
* r3649: Fix a couple of rpcclient spoolss commands (setprinter, setprintername,Günther Deschner2007-10-101-3/+3
* r3645: Allow deldriverex in rpcclient to delete drivers for a specificGünther Deschner2007-10-101-12/+8
* r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...Gerald Carter2007-10-101-6/+66
* r3627: Allow to add dummy-form in rpcclient.Günther Deschner2007-10-101-1/+1
* r2821: Adding "Windows x64" as architecture string and driverdir "x64" for theGünther Deschner2007-10-101-0/+1
* r2133: Several fixes:Gerald Carter2007-10-101-1/+0
* r2073: Adding getprinter level 7 to rpcclient.Günther Deschner2007-10-101-0/+15
* r2009: compile-fix for #1626 (spotted by Olaf FlebbeGünther Deschner2007-10-101-1/+1
* r1692: first commit :)Günther Deschner2007-10-101-0/+8
* r1361: patch from Guenther Deschner <gd@sernet.de> to ensure that REG_SZ valu...Gerald Carter2007-10-101-2/+4
* r1237: Correctly honor infolevel argument. Thanks to Guenther Deschner <gd@se...Volker Lendecke2007-10-101-1/+1
* r1101: Implement 'rpcclient setprintername'.Volker Lendecke2007-10-101-0/+71
* Fix comment.Tim Potter2003-12-071-1/+1
* Patch from James Henstridge to allow rpcclient adddriver command to specifyTim Potter2003-11-051-3/+12
* Fixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>.Jeremy Allison2003-10-201-1/+1
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-2/+2
* working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter2003-08-191-3/+15
* Patch from waider@waider.ie to print out Port Type.Jeremy Allison2003-08-071-1/+25
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-54/+54
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-1/+1
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-9/+8
* Merge of waider's rpcclient return type patch.Tim Potter2003-03-181-117/+114
* Merge: const fixes.Tim Potter2003-02-251-33/+42
* merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb toAndrew Bartlett2003-02-121-1/+1
* Remove NULL buffer checks before rpcstr_pull() as they're now doneJeremy Allison2003-01-291-63/+38
* Merge from HEAD:Andrew Bartlett2003-01-141-31/+29
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-6/+6
* Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
* deldriver fixGerald Carter2002-11-091-6/+11
* Add enumdataex commandJim McDonough2002-11-081-0/+80
* Implement enumdata commandJim McDonough2002-11-081-2/+85
* Add enumkey command (EnumPrinterKey api)Jim McDonough2002-11-081-0/+76
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-24/+24
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-13/+26
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-0/+80
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-4/+6
* Merge from HEAD:Tim Potter2002-05-071-39/+156
* some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter2002-04-021-13/+160
* Swap order of close brace and done: tag to appease AIX compiler. Order shoul...Jim McDonough2002-03-081-1/+1
* Cosmetic fixup for enum_printersTim Potter2002-03-071-2/+5
* Fixed a bunch of crash bugs for enumprinters at various info levels.Tim Potter2002-03-071-24/+35
* Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter2002-02-251-13/+150
* Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter2002-02-201-52/+60
* Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter2002-02-191-14/+23
* Converted cmd_spoolss_enumprinterdrivers() to use newTim Potter2002-02-191-13/+14
* Added addform, setform and deleteform commands. The only one I could getTim Potter2002-01-311-4/+169
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-3/+7
* Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter2002-01-071-11/+17