summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-10/+35
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke1-4/+6
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-7/+7
2008-10-18Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij1-1/+1
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-29/+29
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-2/+3
2008-06-26Fix a segfault in rpcclient adddriverVolker Lendecke1-12/+13
2008-06-17Fix typo.Karolin Seeger1-12/+12
2008-04-25Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke1-19/+20
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke1-1/+1
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-42/+34
2008-03-28Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam1-4/+8
2008-03-19Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com>Volker Lendecke1-1/+1
2008-02-05Fix bug 5421 -- thanks to MJ AnthonyVolker Lendecke1-1/+1
2008-01-25Fix bogus uninitialized variable warningsVolker Lendecke1-1/+1
2008-01-23strtok -> strtok_rVolker Lendecke1-4/+6
2007-12-06Make all the tools use the proper accessor functions.Jeremy Allison1-2/+2
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-2/+2
2007-12-01Fix some C++ warningsVolker Lendecke1-9/+3
2007-11-20More trivial pstring removal.Jeremy Allison1-50/+106
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-24/+24
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-2/+10
2007-10-10r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison1-3/+1
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke1-4/+3
2007-10-10r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke1-1/+1
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke1-2/+4
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-11/+17
2007-10-10r16654: Fix bug #3893 reported by jason@ncac.gwu.edu.Jeremy Allison1-4/+2
2007-10-10r16339: Fix Klocwork IDVolker Lendecke1-0/+4
2007-10-10r14833: Fix resource leak on error code path. Coverity #280.Jeremy Allison1-2/+3
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r11454: Last 2 uninitialized warnings.Jeremy Allison1-17/+11
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-2/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-155/+347
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-5/+8
2007-10-10r9200: Add support for REG_BINARY to rpcclient getdata and setprinterdata.Volker Lendecke1-6/+24
2007-10-10r9189: Add the capability to set different registry value types (string, dwor...Volker Lendecke1-14/+85
2007-10-10r9076: fix two other issues invented along theGünther Deschner1-1/+1
2007-10-10r8900: fix typo thyat broke compile in my last commitGerald Carter1-1/+1
2007-10-10r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter1-3/+2
2007-10-10r8654: merging cli_spoolss_XX() updates from trunkGerald Carter1-222/+138
2007-10-10r5944: cleaning up compiler warnings reported by Jason MaderGerald Carter1-7/+6
2007-10-10r5891: Make enum- and getform use the same form_display-function.Günther Deschner1-35/+37
2007-10-10r5760: Be more verbose on listing forms.Günther Deschner1-1/+22
2007-10-10r4966: don't enumerate the drivers for the same architecture string more than...Gerald Carter1-0/+12
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+3
2007-10-10r3649: Fix a couple of rpcclient spoolss commands (setprinter, setprintername,Günther Deschner1-3/+3
2007-10-10r3645: Allow deldriverex in rpcclient to delete drivers for a specificGünther Deschner1-12/+8