summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2133: Several fixes:Gerald Carter1-1/+0
2007-10-10r2073: Adding getprinter level 7 to rpcclient.Günther Deschner1-0/+15
2007-10-10r2009: compile-fix for #1626 (spotted by Olaf FlebbeGünther Deschner1-1/+1
2007-10-10r1692: first commit :)Günther Deschner1-0/+8
2007-10-10r1361: patch from Guenther Deschner <gd@sernet.de> to ensure that REG_SZ valu...Gerald Carter1-2/+4
2007-10-10r1237: Correctly honor infolevel argument. Thanks to Guenther Deschner <gd@se...Volker Lendecke1-1/+1
2007-10-10r1101: Implement 'rpcclient setprintername'.Volker Lendecke1-0/+71
2003-12-07Fix comment.Tim Potter1-1/+1
2003-11-05Patch from James Henstridge to allow rpcclient adddriver command to specifyTim Potter1-3/+12
2003-10-20Fixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>.Jeremy Allison1-1/+1
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-2/+2
2003-08-19working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter1-3/+15
2003-08-07Patch from waider@waider.ie to print out Port Type.Jeremy Allison1-1/+25
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-54/+54
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter1-1/+1
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-9/+8
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter1-117/+114
2003-02-25Merge: const fixes.Tim Potter1-33/+42
2003-02-12merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb toAndrew Bartlett1-1/+1
2003-01-29Remove NULL buffer checks before rpcstr_pull() as they're now doneJeremy Allison1-63/+38
2003-01-14Merge from HEAD:Andrew Bartlett1-31/+29
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-6/+6
2002-11-11Add getdata and getdataex commandsJim McDonough1-38/+187
2002-11-09deldriver fixGerald Carter1-6/+11
2002-11-08Add enumdataex commandJim McDonough1-0/+80
2002-11-08Implement enumdata commandJim McDonough1-2/+85
2002-11-08Add enumkey command (EnumPrinterKey api)Jim McDonough1-0/+76
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-24/+24
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-13/+26
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-0/+80
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-4/+6
2002-05-07Merge from HEAD:Tim Potter1-39/+156
2002-04-02some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter1-13/+160
2002-03-08Swap order of close brace and done: tag to appease AIX compiler. Order shoul...Jim McDonough1-1/+1
2002-03-07Cosmetic fixup for enum_printersTim Potter1-2/+5
2002-03-07Fixed a bunch of crash bugs for enumprinters at various info levels.Tim Potter1-24/+35
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter1-13/+150
2002-02-20Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter1-52/+60
2002-02-19Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter1-14/+23
2002-02-19Converted cmd_spoolss_enumprinterdrivers() to use newTim Potter1-13/+14
2002-01-31Added addform, setform and deleteform commands. The only one I could getTim Potter1-4/+169
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-3/+7
2002-01-07Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter1-11/+17
2002-01-06Converted enumprinters and enumports cmd functions to use WERRORTim Potter1-32/+39
2002-01-06spoolss rpc client cleanup:Tim Potter1-35/+62
2002-01-03Fixed crash bug in display_print_info_2()Tim Potter1-65/+87
2002-01-03Fixed crash bug in display_print_info_1()Tim Potter1-3/+13
2001-12-30Unicode byte ording fix from Benjamin Kuit <bj@it.uts.edu.au>Tim Potter1-1/+1
2001-12-11Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter1-52/+0