summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter2003-08-191-3/+15
* Patch from waider@waider.ie to print out Port Type.Jeremy Allison2003-08-071-1/+25
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-54/+54
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-1/+1
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-9/+8
* Merge of waider's rpcclient return type patch.Tim Potter2003-03-181-117/+114
* Merge: const fixes.Tim Potter2003-02-251-33/+42
* merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb toAndrew Bartlett2003-02-121-1/+1
* Remove NULL buffer checks before rpcstr_pull() as they're now doneJeremy Allison2003-01-291-63/+38
* Merge from HEAD:Andrew Bartlett2003-01-141-31/+29
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-6/+6
* Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
* deldriver fixGerald Carter2002-11-091-6/+11
* Add enumdataex commandJim McDonough2002-11-081-0/+80
* Implement enumdata commandJim McDonough2002-11-081-2/+85
* Add enumkey command (EnumPrinterKey api)Jim McDonough2002-11-081-0/+76
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-24/+24
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-13/+26
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-0/+80
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-4/+6
* Merge from HEAD:Tim Potter2002-05-071-39/+156
* some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter2002-04-021-13/+160
* Swap order of close brace and done: tag to appease AIX compiler. Order shoul...Jim McDonough2002-03-081-1/+1
* Cosmetic fixup for enum_printersTim Potter2002-03-071-2/+5
* Fixed a bunch of crash bugs for enumprinters at various info levels.Tim Potter2002-03-071-24/+35
* Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter2002-02-251-13/+150
* Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter2002-02-201-52/+60
* Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter2002-02-191-14/+23
* Converted cmd_spoolss_enumprinterdrivers() to use newTim Potter2002-02-191-13/+14
* Added addform, setform and deleteform commands. The only one I could getTim Potter2002-01-311-4/+169
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-3/+7
* Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter2002-01-071-11/+17
* Converted enumprinters and enumports cmd functions to use WERRORTim Potter2002-01-061-32/+39
* spoolss rpc client cleanup:Tim Potter2002-01-061-35/+62
* Fixed crash bug in display_print_info_2()Tim Potter2002-01-031-65/+87
* Fixed crash bug in display_print_info_1()Tim Potter2002-01-031-3/+13
* Unicode byte ording fix from Benjamin Kuit <bj@it.uts.edu.au>Tim Potter2001-12-301-1/+1
* Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter2001-12-111-52/+0
* Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter2001-12-101-0/+32
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-1/+1
* FALSE -> FalseTim Potter2001-11-151-1/+1
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-245/+51
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-92/+69
* the next step in our error code handling changeAndrew Tridgell2001-09-031-3/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-31/+31
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-0/+10
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-5/+5
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-12/+12