root / pykota / trunk / bin

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1777 [1777] 20 years jalet Restore compatibility with Python 2.1
(edit) @1771 [1771] 20 years jalet dumpykota can now output datas in the XML format
(edit) @1759 [1759] 20 years jalet Extends the PATH and doesn't use absolute path anymore to launch edpykota.
(edit) @1758 [1758] 20 years jalet Initial release of autopykota. Reading help or manpage is …
(edit) @1755 [1755] 20 years jalet Added the --hardreset command line option to edpykota
(edit) @1740 [1740] 20 years jalet If SNMP accounting is possible, pkhint now suggests to use the …
(edit) @1731 [1731] 20 years jalet Increase delay to diminish CPU load
(edit) @1728 [1728] 20 years jalet Now doesn't wait anymore until printer is printing before waiting …
(edit) @1724 [1724] 20 years jalet Updated help for dumpykota
(edit) @1723 [1723] 20 years jalet waitprinter.sh rewritten from scratch to wait for printer …
(edit) @1720 [1720] 20 years jalet Fix for uninitialized variable
(edit) @1719 [1719] 20 years jalet Data dumps are now ordered by entry creation date if applicable. Now …
(edit) @1718 [1718] 20 years jalet User groups membership and printer groups membership can now be dumped too
(edit) @1717 [1717] 20 years jalet First version of dumpykota. Works fine but only with PostgreSQL …
(edit) @1713 [1713] 20 years jalet Added fix for incorrect job's size when hardware accounting fails
(edit) @1706 [1706] 20 years jalet Small addition to catch SIGTERM. Doesn't currently help, though, so …
(edit) @1704 [1704] 20 years jalet Fix for autodetection of SC_OPEN_MAX
(edit) @1697 [1697] 20 years jalet Improved messaging system when IP address is needed for smbclient -M
(edit) @1696 [1696] 20 years jalet Another bunch of LPRng fixes
(edit) @1656 [1656] 20 years jalet Fixed inconsistent quoting.
(edit) @1655 [1655] 20 years jalet Removed misleading comment since there's no more pykota filter.
(edit) @1652 [1652] 20 years jalet Small fix for %(port)s thanks to rpinheiro
(edit) @1643 [1643] 20 years jalet Unneeded module
(edit) @1629 [1629] 20 years jalet 1.19beta is out !
(edit) @1624 [1624] 20 years jalet Hardware accounting for LPRng should be OK now. UNTESTED.
(edit) @1611 [1611] 20 years jalet Software accounting seems to be OK with LPRng support now
(edit) @1609 [1609] 20 years jalet Sanitizing
(edit) @1608 [1608] 20 years jalet pykosd now supports setting color
(edit) @1607 [1607] 20 years jalet pykosd now supports setting the font
(edit) @1606 [1606] 20 years jalet Sanitized a bit + use of gettext
(edit) @1605 [1605] 20 years jalet pykosd is now a very good tool
(edit) @1601 [1601] 20 years jalet Missing file... Am I really stupid ?
(edit) @1600 [1600] 20 years jalet LPRng support early version
(edit) @1597 [1597] 20 years jalet Formatting improvements
(edit) @1596 [1596] 20 years jalet Now handles limits by quota in addition to limits by balance
(edit) @1595 [1595] 20 years jalet Introduction of the pykosd command
(edit) @1584 [1584] 20 years jalet Better dispatching of error messages
(edit) @1583 [1583] 20 years jalet First draft of dumpykota
(edit) @1582 [1582] 20 years jalet Added code to handle the description field for printers
(edit) @1579 [1579] 20 years jalet Doesn't output the warning message when --help or --version is asked
(edit) @1578 [1578] 20 years jalet Improved pkhint
(edit) @1562 [1562] 20 years jalet Always send some debug info to CUPS' back channel stream (stderr) …
(edit) @1555 [1555] 20 years jalet Reversed to old version
(edit) @1549 [1549] 20 years jalet Fixed problem with Power Save mode on some printers
(edit) @1546 [1546] 20 years jalet Now all tracebacks include PyKota's version number
(edit) @1542 [1542] 20 years jalet Better exception handling code
(edit) @1541 [1541] 20 years jalet Smarter initialisation code
(edit) @1530 [1530] 20 years jalet Fixed problem when username was passed in uppercase from Samba and …
(edit) @1528 [1528] 20 years jalet More portable test
(edit) @1527 [1527] 20 years jalet Extended the PATH
(edit) @1526 [1526] 20 years jalet Fixed over-verbose exits when displaying help or version number
(edit) @1520 [1520] 20 years jalet Now stores the job's size in bytes in the database. Preliminary work on …
(edit) @1519 [1519] 20 years jalet Now denies empty jobs
(edit) @1517 [1517] 20 years jalet Improved error logging. crashrecipient directive added. Now exports the …
(edit) @1516 [1516] 20 years jalet logs job's size in bytes now
(edit) @1515 [1515] 20 years jalet I think the bug when cancelling jobs should be fixed right now
(edit) @1514 [1514] 20 years jalet Moved the sigterm capturing elsewhere
(edit) @1513 [1513] 20 years jalet Should correctly capture ALL errors now
(edit) @1503 [1503] 20 years jalet Now logs something when client hostname can't be extracted
(edit) @1502 [1502] 20 years jalet First try at saving the job-originating-hostname in the database
(edit) @1500 [1500] 20 years jalet The old pykota filter has been removed. LPRng support disabled for now.
(edit) @1499 [1499] 20 years jalet accounter.py : old code deleted the rest : now exports …
(edit) @1498 [1498] 20 years jalet Heavy CPU usage seems to be fixed at least !
(edit) @1497 [1497] 20 years jalet Now precomputes the job's size only if current printer's enforcement is …
(edit) @1495 [1495] 20 years jalet New 'enforcement' directive added Polling loop improvements
(edit) @1494 [1494] 20 years jalet Revert to old polling loop. Will need optimisations
(edit) @1493 [1493] 20 years jalet More robust (?) code
(edit) @1492 [1492] 20 years jalet Preliminary work on pre-accounting
(edit) @1490 [1490] 20 years jalet The pykota filter is now deprecated
(edit) @1488 [1488] 20 years jalet Now pykotme doesn't spawn a new process anymore to compute job's size, …
(edit) @1487 [1487] 20 years jalet All the code for pkpgcounter is now in pdlanalyzer.py
(edit) @1484 [1484] 20 years jalet Could the 'misterious' bug in my loop be finally fixed ???
(edit) @1483 [1483] 20 years jalet Big code changes to completely remove the need for "requester" …
(edit) @1482 [1482] 20 years jalet pkpgcounter is now just a wrapper around the PDLAnalyzer class
(edit) @1478 [1478] 20 years jalet First try at cupspykota's main loop rewrite
(edit) @1475 [1475] 20 years jalet Code simplifications
(edit) @1467 [1467] 20 years jalet Typo
(edit) @1466 [1466] 20 years jalet Catches OSError while reading
(edit) @1465 [1465] 20 years jalet Should be more robust if we receive a SIGTERM during an I/O operation
(edit) @1463 [1463] 20 years jalet pykotme now uses pkpgcounter to compute the job's size.
(edit) @1462 [1462] 20 years jalet Improved PCL6 support
(edit) @1461 [1461] 20 years jalet Skeleton for PCLXL aka PCL6 Added the "potential" fix for …
(edit) @1458 [1458] 20 years jalet Fix for file handles unregistered twice from the polling object
(edit) @1456 [1456] 20 years jalet Doesn't exit anymore on the first nul byte
(edit) @1453 [1453] 20 years jalet Added --skipexisting command line option to pkprinters
(edit) @1452 [1452] 20 years jalet Documentation
(edit) @1451 [1451] 20 years jalet pkpgcounter : comments pkprinters : when --add is used, existing printers …
(edit) @1449 [1449] 20 years jalet Now uses mmap in PCL mode
(edit) @1448 [1448] 20 years jalet Better PCL support
(edit) @1447 [1447] 20 years jalet fixed copy&paste problem in pkpgcounter
(edit) @1438 [1438] 20 years jalet Better formatting
(edit) @1437 [1437] 20 years jalet pkprinters now accept the --list command line option
(edit) @1436 [1436] 20 years jalet Note about not implemented limitby values
(edit) @1433 [1433] 20 years jalet Began work on correct handling of child processes when jobs are cancelled …
(edit) @1430 [1430] 20 years jalet pkpgcounter added
(edit) @1423 [1423] 20 years jalet Fixed path problem
(edit) @1418 [1418] 20 years jalet Began integration of Henrik Janhagen's work on quota-then-balance and …
(edit) @1417 [1417] 20 years jalet Inclusion of Michele Baldessari's work on autotools
(edit) @1411 [1411] 20 years jalet Fix for raw jobs in cupspykota
(edit) @1410 [1410] 20 years jalet Added fsync() calls
Note: See TracRevisionLog for help on using the revision log.