summaryrefslogtreecommitdiffstats
path: root/source/rpc_client/cli_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-231-22/+44
* Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idxVolker Lendecke2008-07-211-52/+52
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-251-1/+1
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-8/+8
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-14/+14
* 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
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-49/+102
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-3/+15
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-3/+4
* r14244: Okay, had not seen that this happened twice.Volker Lendecke2007-10-101-1/+1
* r14243: Fix Coverity bug # 143Volker Lendecke2007-10-101-1/+1
* r13958: Fix Coverity Bug # 141Volker Lendecke2007-10-101-1/+1
* r12106: Fix return valueGünther Deschner2007-10-101-1/+1
* r11443: Fix error code returns on client spoolss code. Fix themJeremy Allison2007-10-101-117/+280
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-99/+99
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-2/+0
* r9041: typo. Thanks jerry.Günther Deschner2007-10-101-1/+1
* r9040: revert pointer checks that I had removed; fixes crash in calls to enum...Gerald Carter2007-10-101-3/+5
* r8833: Fix some uninitialized variables.Volker Lendecke2007-10-101-2/+2
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2007-10-101-1722/+1017
* r7691: * add .gdbinit to the svn:ignore filesGerald Carter2007-10-101-1/+0
* r5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete ...Gerald Carter2007-10-101-1/+1
* r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter2007-10-101-48/+36
* r4561: This looks a lot larger than it is, this is to reduce the clutter on f...Volker Lendecke2007-10-101-37/+37
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-18/+18
* r3645: Allow deldriverex in rpcclient to delete drivers for a specificGünther Deschner2007-10-101-2/+2
* r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...Gerald Carter2007-10-101-0/+52
* r2073: Adding getprinter level 7 to rpcclient.Günther Deschner2007-10-101-0/+24
* working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter2003-08-191-2/+2
* get rid of more compiler warningsHerb Lewis2003-08-151-3/+3
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-16/+16
* Merge: const fixes.Tim Potter2003-02-251-8/+9
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-10/+10
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-8/+8
* Sync with HEAD to get enumprinterkey api.Jim McDonough2002-11-081-0/+100
* Fix a silly memset typo.Tim Potter2002-10-211-2/+2
* Zero tallocated memory in decode_printer_info, decode_driver_info,Tim Potter2002-10-211-0/+10
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-42/+241
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-171-633/+1969
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+3
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-13/+13
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-11/+11
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-10/+10
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* few cleanups to bring in line with 2.2Gerald Carter2001-04-281-1/+0
* added getdriver and enumdrivers commands. Also fixedGerald Carter2001-03-151-1/+1
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-26/+26