root / pykota / trunk / bin / cupspykota

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3189 [3189] 17 years jerome Now fails and logs a meaningful error message immediately when the …
(edit) @3171 [3171] 17 years jerome Still apply the deprecated utolower directive if it is set, in order to …
(edit) @3169 [3169] 17 years jerome Finish implementation of the usernamecase directive.
(edit) @3159 [3159] 17 years matt Don't need to convert times already in localtime to localtime again…
(edit) @3158 [3158] 17 years matt Allow configuration to avoid printing banner pages for consecutive jobs …
(edit) @3153 [3153] 17 years jerome Don't ask for confirmation anymore if there's not enough credits to print.
(edit) @3146 [3146] 17 years matt Allow overwrite_jobticket scripts to output a REASON= line to change the …
(edit) @3141 [3141] 17 years jerome Fixes a problem where banners would still be printed even if the user …
(edit) @3136 [3136] 17 years jerome Fixed email headers when sending messages.
(edit) @3133 [3133] 17 years jerome Changed copyright years.
(edit) @3127 [3127] 17 years jerome added parenthesis (I like them, I come from the C world. I'd like them …
(edit) @3124 [3124] 17 years matt If a job is cancelled (e.g. by pknotify/pykoticon), make printing start …
(edit) @3123 [3123] 17 years jerome Better debug message.
(edit) @3071 [3071] 17 years jerome Improved the fix.
(edit) @3070 [3070] 17 years jerome Fixed problem with hplip's device_uris
(edit) @3059 [3059] 17 years jerome Now logs where print job's datas come from.
(edit) @3050 [3050] 17 years jerome Fixed date and time parsing, although I was unable to reproduce the …
(edit) @3049 [3049] 17 years jerome Removed unneeded code.
(edit) @3048 [3048] 17 years jerome Locking code should now work as expected, even when CUPS is stopped …
(edit) @3041 [3041] 18 years jerome Extends the PATH to be sure to find subprocesses like ghostscript and pcl6 …
(edit) @3040 [3040] 18 years jerome Removed parts of the locking code incompatible with a multi-server …
(edit) @3036 [3036] 18 years jerome Charging for ink usage, finally !
(edit) @3023 [3023] 18 years jerome Fixed a minor cleaning problem when an exception happens early at database …
(edit) @3018 [3018] 18 years jerome Ensures that the billing code and username are encoded into the user's …
(edit) @3013 [3013] 18 years jerome Killed another item from the TODO list
(edit) @3012 [3012] 18 years jerome Exports two additional environment variables.
(edit) @3008 [3008] 18 years jerome Rewrote the locking mechanism.
(edit) @2997 [2997] 18 years jerome Avoids eating all filenums :-)
(edit) @2996 [2996] 18 years jerome Fixed problem when the cupspykota process waits for the lock and the admin …
(edit) @2983 [2983] 18 years jerome Fixed a problem in the handling of SMTP errors.
(edit) @2973 [2973] 18 years jerome In case there's a permission problem on the temporary directory, …
(edit) @2961 [2961] 18 years jerome Ensures no problem can occur during early cleanup, by moving data …
(edit) @2929 [2929] 18 years jerome Fixed a problem with the overwriting of the job's billing code.
(edit) @2919 [2919] 18 years jerome Added support for pkipplib v0.06
(edit) @2918 [2918] 18 years jerome Workaround empty CUPS_SERVER environment variable.
(edit) @2913 [2913] 18 years jerome Fixed minor problems with pkipplib.
(edit) @2895 [2895] 18 years jerome Introduced the 'askconfirmation' directive in pykota.conf
(edit) @2891 [2891] 18 years jerome Now uses pkipplib if present.
(edit) @2889 [2889] 18 years jerome Added a small fix for incorrect username used when printing as root.
(edit) @2886 [2886] 18 years jerome Transformed the per print queue lock into a per backend lock.
(edit) @2885 [2885] 18 years jerome Improved the locking stuff.
(edit) @2884 [2884] 18 years jerome Exports two additionnal environment variables to subprocesses.
(edit) @2883 [2883] 18 years jerome Added locking to prevent two or more cupspykota processes to handle …
(edit) @2882 [2882] 18 years jerome Exports more environment variables.
(edit) @2879 [2879] 18 years jerome Fixes a datetime encoding problem.
(edit) @2829 [2829] 18 years jerome Did a pass with pylint.
(edit) @2803 [2803] 18 years jerome Changed the behavior of the overwrite_jobticket directive : it's now …
(edit) @2797 [2797] 18 years jerome Now uses the 'mailto' directive when user doesn't exist or doesn't have a …
(edit) @2786 [2786] 18 years jerome Combining cupspykota, pknotify and PyKotIcon? now work fine to check user's …
(edit) @2766 [2766] 18 years jerome Made cupspykota use the new API to create the billing code.
(edit) @2759 [2759] 18 years jerome Added support for an extended syntax for the 'onbackenderror' directive.
(edit) @2692 [2692] 18 years jerome Added the 'duplicatesdelay' and 'balancezero' directives.
(edit) @2687 [2687] 18 years jerome When an user is in 'nochange' mode, the price of a job should be set to …
(edit) @2642 [2642] 18 years jerome Fixed encoding for subject header
(edit) @2636 [2636] 18 years jerome Now uses correct encoding for message's body. TODO : message subject, then …
(edit) @2635 [2635] 18 years jerome Introduced the 'preaccounter' directive.
(edit) @2632 [2632] 18 years jerome If the end user cancels the print job for some reason, report this in the …
(edit) @2631 [2631] 18 years jerome Added support for the CANCEL command in subprocesses launched from …
(edit) @2624 [2624] 18 years jerome Now cupspykota can be interrupted cleanly with SIGINT.
(edit) @2622 [2622] 18 years jerome Added 2006 to the copyright's years.
(edit) @2588 [2588] 18 years jerome Now regain priviledges before running an external mailto …
(edit) @2584 [2584] 18 years jerome Introduce the onbackenderror directive. Make problems caused by real …
(edit) @2580 [2580] 18 years jerome Fixed a missing return statement which caused the original CUPS' backend …
(edit) @2566 [2566] 19 years jerome Fix for old releases of Python which break on multiline list …
(edit) @2522 [2522] 19 years jerome Fixed dupe == duplicate in non-translated messages.
(edit) @2474 [2474] 19 years jerome 1.23beta is out with some goodies.
(edit) @2463 [2463] 19 years jerome Now honors the passthrough mode for printers (although it can't be set …
(edit) @2455 [2455] 19 years jerome Added the precomputed job's size and price to the history.
(edit) @2452 [2452] 19 years jerome Upgraded database schema. Added -i | --ingroups command line option to …
(edit) @2449 [2449] 19 years jerome The billing code attribute was not correctly initialized whenever the …
(edit) @2448 [2448] 19 years jerome Exports the environment earlier to give hints to external scripts
(edit) @2444 [2444] 19 years jerome Added a debug message
(edit) @2414 [2414] 19 years jerome Fixed banner accounting
(edit) @2412 [2412] 19 years jerome Fixes the fix !
(edit) @2411 [2411] 19 years jerome Fix for permissions problem
(edit) @2410 [2410] 19 years jerome Small fixes after a pychecker pass.
(edit) @2409 [2409] 19 years jerome The cupspykota backend was rewritten from scratch. MacOSX servers …
(edit) @2398 [2398] 19 years jerome Fix for people who tell Samba to add the correct job-originating-host-name …
(edit) @2396 [2396] 19 years jerome Fixed username in the case it was overwritten because of the …
(edit) @2395 [2395] 19 years jerome Moved some code around so that when the job ticket can be overwritten, …
(edit) @2393 [2393] 19 years jerome Added the overwrite_jobticket directive. Severity : How Powerful !!! …
(edit) @2389 [2389] 19 years jerome Added a debug message. Changed version.
(edit) @2388 [2388] 19 years jerome Fixed an LDAP filtering problem when several billing codes were passed on …
(edit) @2314 [2314] 19 years jerome Added a comment about dupes. Severity : improvement to do when all the …
(edit) @2313 [2313] 19 years jerome Improved IPP parser. Severity : Jamuel, you don't even need to give it a …
(edit) @2311 [2311] 19 years jerome Fixed bug : exception name was incorrect in an except statement in …
(edit) @2308 [2308] 19 years jerome Extended syntax for the denyduplicates directive : it now allows any …
(edit) @2303 [2303] 19 years jerome Updated the FSF's address
(edit) @2254 [2254] 19 years jerome Integrated the major rewrite of ipp.py into PyKota. Now the …
(edit) @2239 [2239] 19 years jerome Fix for strange values in job-originating-hostname
(edit) @2217 [2217] 19 years jerome The job-billing info is now saved into the database if present.
(edit) @2210 [2210] 19 years jerome Early errors now finally generate meaningful error messages, this will …
(edit) @2177 [2177] 19 years jerome Regaining priviledges wasn't done at the correct time so parsing …
(edit) @2165 [2165] 19 years jerome Avoids launching non-executable backends during device enumeration
(edit) @2164 [2164] 19 years jerome Avoids an infinite loop when several different backend wrappers try to …
(edit) @2147 [2147] 19 years jerome Removed all references to $Log$
(edit) @2146 [2146] 19 years jerome It seems that $Log$ is not implemented or doesn't work for some reason
(edit) @2139 [2139] 19 years jerome Added the Log keyword property
(edit) @2066 [2066] 19 years jalet Fixed the maxdenybanners directive. Introduced the denyduplicates …
(edit) @2062 [2062] 19 years jalet Introduces the new 'trustjobsize' directive to workaround some …
Note: See TracRevisionLog for help on using the revision log.