summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* Make all the tools use the proper accessor functions.Jeremy Allison2007-12-061-2/+2
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-2/+2
* Fix some C++ warningsVolker Lendecke2007-12-011-9/+3
* More trivial pstring removal.Jeremy Allison2007-11-201-50/+106
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-24/+24
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-2/+10
* r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-10-101-3/+1
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-4/+3
* r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke2007-10-101-1/+1
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-2/+4
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-11/+17
* r16654: Fix bug #3893 reported by jason@ncac.gwu.edu.Jeremy Allison2007-10-101-4/+2
* r16339: Fix Klocwork IDVolker Lendecke2007-10-101-0/+4
* r14833: Fix resource leak on error code path. Coverity #280.Jeremy Allison2007-10-101-2/+3
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r11454: Last 2 uninitialized warnings.Jeremy Allison2007-10-101-17/+11
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-2/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-155/+347
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-5/+8
* r9200: Add support for REG_BINARY to rpcclient getdata and setprinterdata.Volker Lendecke2007-10-101-6/+24
* r9189: Add the capability to set different registry value types (string, dwor...Volker Lendecke2007-10-101-14/+85
* r9076: fix two other issues invented along theGünther Deschner2007-10-101-1/+1
* r8900: fix typo thyat broke compile in my last commitGerald Carter2007-10-101-1/+1
* r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter2007-10-101-3/+2
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2007-10-101-222/+138
* r5944: cleaning up compiler warnings reported by Jason MaderGerald Carter2007-10-101-7/+6
* r5891: Make enum- and getform use the same form_display-function.Günther Deschner2007-10-101-35/+37
* r5760: Be more verbose on listing forms.Günther Deschner2007-10-101-1/+22
* r4966: don't enumerate the drivers for the same architecture string more than...Gerald Carter2007-10-101-0/+12
* 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