Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added print job substitutions for %{printername}, %{sharename} and %{portname} | Jeremy Allison | 2000-08-01 | 1 | -0/+5 |
| | | | | | | from the NT printer tdb. Also added checks for time restrictions before allowing a job to print. Jeremy. | ||||
* | Added John Reilly's enumports/addprinter/delprinter scripting code plus the | Jeremy Allison | 2000-07-31 | 1 | -1/+1 |
| | | | | | | | | | | fix for the Win9x printer drivers. Changed command names to add "command" string on the end for some consistancy with the other scripting commands. Added '%P' option to tdbpack/unpack to store long comment string. Made port name be "Samba Printer Port" if no enum port script given. Fixed prs_uint32_pre code to cope with null args. Jeremy. | ||||
* | Fixed open handle code in printers - 3 functions were always being done | Jeremy Allison | 2000-07-22 | 1 | -0/+1 |
| | | | | | | in order - moved them into open_printer_hnd(). Added saving of comment field. Jeremy. | ||||
* | Moved printer ACE mask values from nt_printing.h to rpc_spoolss.h | Tim Potter | 2000-07-06 | 1 | -7/+0 |
| | |||||
* | Added parenthesis around definition of PRINTER_ACE_PRINT. | Tim Potter | 2000-06-23 | 1 | -1/+1 |
| | |||||
* | Added some permission constants that are set for NT printer security | Tim Potter | 2000-06-16 | 1 | -0/+7 |
| | | | | | descriptors. These seem to be made up of the standard and generic access rights rather than object specific access rights. | ||||
* | fixed the pack/unpack of the devicemode | Andrew Tridgell | 2000-06-04 | 1 | -2/+4 |
| | | | | we were being bitten by uint16/uint32 mixups | ||||
* | More stuff I cvan't afford to lose. I'm realizing how dependent I am | Jeremy Allison | 2000-06-01 | 1 | -1/+1 |
| | | | | | on this bloody CVS link.... Jeremy. | ||||
* | security descs in spoolss. needs parse_sec.c nttrans.c broken. | Luke Leighton | 2000-05-27 | 1 | -1/+1 |
| | |||||
* | a fairly big change in spoolss. | Andrew Tridgell | 2000-05-24 | 1 | -6/+5 |
| | | | | | | | got rid of the forms, drivers and printers files in the nt drivers directory and instead use a single tdb note that this is _not_ all finished. | ||||
* | added spool_io_printer_driver_info_level_6() | Andrew Tridgell | 2000-05-12 | 1 | -0/+21 |
| | | | | | | thsi function and the associated header structure were autogenerated using a little awk based code geerator I wroe ths evening. I'll commit that next ... | ||||
* | getprinter level 0: was to short, found most of the fields, undocumented, | Jean-François Micouleau | 2000-03-10 | 1 | -1/+25 |
| | | | | | | | | | undecoded, nothing in MSDN, but now it works :-) cleanup of error codes. fixed some dfs declarations function. J.F. | ||||
* | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 2000-03-09 | 1 | -0/+4 |
| | | | | | | | | | | | | and the printer functions. Also tidied up some header includes and got the order right so you can now do a : make proto make clean make Jeremy. | ||||
* | First commit of the spoolss code to the HEAD branch. | Jean-François Micouleau | 2000-02-07 | 1 | -0/+237 |
| | | | | | | still needs a lot of cleaning/debuging. J.F. | ||||
* | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵ | Andrew Tridgell | 1999-12-13 | 1 | -102/+0 |
| | | | | that were in the head branch but weren't in SAMBA_2_0 | ||||
* | Adding RPC spoolss code support and some new low-level printing functions. | Jean-François Micouleau | 1999-04-27 | 1 | -0/+102 |
Jean Francois |