summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-0/+32
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-1/+1
2001-11-15FALSE -> FalseTim Potter1-1/+1
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-245/+51
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-92/+69
2001-09-03the next step in our error code handling changeAndrew Tridgell1-3/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-31/+31
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-0/+10
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter1-5/+5
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-12/+12
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter1-16/+18
2001-07-04The big character set handling changeover!Andrew Tridgell1-46/+42
2001-05-31merge from 2.2Gerald Carter1-1/+1
2001-05-24Fixed compiler warning.Tim Potter1-1/+0