summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cli_spoolss.c
Commit message (Collapse)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-121/+176
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-9/+9
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-91/+205
| | | | Jeremy.
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-6/+6
| | | | Jeremy.
* Things are making more sense every day :-)Gerald Carter2001-03-281-30/+90
| | | | | | | | | | | | | | | | Two things in the commit... o rename of new_smb_io_* to smb_io_* for consistency sake. The latter was the way in whic the majority of related fnuctions were named o added 'setdriver <printer> <driver>' to rpcclient. This means an admin can install the printer driver once and loop over /etc/printcap to set the driver for all printers :-) Yeah! Caveats...I know know how to remove the various memory leaks I have introduced into rpcclient. These will be fixed after I update the documentation.
* rename of new_spoolss_* to spoolss_* to conform to the majorityGerald Carter2001-03-271-3/+3
| | | | of other functions.
* reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter2001-03-191-1/+1
|
* addprinter and adddriver are working now :-)Gerald Carter2001-03-151-0/+106
|
* added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter2001-03-151-2/+94
|
* added getdriver and enumdrivers commands. Also fixedGerald Carter2001-03-151-8/+217
| | | | | enumprinters so that it works as well. Couple of other misc fixes while we're working on rpcclient.
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-1/+1
| | | | to be filled in one at a time.
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-32/+24
| | | | | | | | | | | | | | | | | back to working order. The main change is that the cli_*() RPC functions from libsmb/*.c now should accept a struct cli_state*. The reason for this is that rpcclient should establish the connection to the server at startup so that it is not necessary to keep the clear test or password hash in memory for each command. enumports and enumprinters now works as well. lsa* functions have been tested. SAMR calls may or may not work (one of the core dumps I know), but it compiles :-) jerry
* Missed some prs_inits.Jeremy Allison2001-03-091-11/+11
| | | | Jeremy.
* Added init functions, cli_spoolss_open_printer_ex(),Tim Potter2001-01-101-0/+538
cli_spoolss_closeprinter(), cli_spoolss_enum_printers(), cli_spoolss_enum_ports() and cli_spoolss_getprinter()