summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-7/+7
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-181-1/+1
* Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-29/+29
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+3
* Fix a segfault in rpcclient adddriverVolker Lendecke2008-06-261-12/+13
* Fix typo.Karolin Seeger2008-06-171-12/+12
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-251-19/+20
* Introduce rpc_pipe_np_smb_conn()Volker Lendecke2008-04-201-1/+1
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-42/+34
* Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam2008-03-281-4/+8
* Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com>Volker Lendecke2008-03-191-1/+1
* Fix bug 5421 -- thanks to MJ AnthonyVolker Lendecke2008-02-051-1/+1
* Fix bogus uninitialized variable warningsVolker Lendecke2008-01-251-1/+1
* strtok -> strtok_rVolker Lendecke2008-01-231-4/+6
* 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