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