summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing commaAlfonso Gregory2021-09-151-1/+1
|
* Remove redundant codeAlfonso Gregory2021-09-071-1/+1
|
* Add DISPLAY-MATCH to ipptool.Michael R Sweet2021-05-121-42/+69
| | | | HTML man page updates.
* Make sure monitor_done is initialized before running the monitor thread ↵Michael R Sweet2021-05-021-0/+3
| | | | (thanks, Smith!)
* Fix a DISPLAY bug in ipptool (OpenPrinting #139)Michael R Sweet2021-04-291-133/+201
| | | | Also bring over improvements to the MONITOR-PRINTER-STATE support.
* Add WITH-DISTINCT-VALUES support for collections.bug-fix-rollup-1Michael R Sweet2021-04-211-0/+24
|
* Automatically choose an available port.Michael R Sweet2021-04-091-25/+44
|
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-059-827/+4509
| | | | | | Import the improvements to ippeveprinter from OpenPrinting/ippsample. Import the improvements to ippfind and ipptool from OpenPrinting/ippsample.
* Update default PAM service (cups instead of other)Michael R Sweet2019-12-021-1/+1
|
* Clean up authentication support.Michael R Sweet2019-12-021-31/+47
|
* Also authenticate web IF.Michael R Sweet2019-12-021-21/+32
|
* Limit DNS-SD advertisements to the loopback interface for "localhost" andMichael R Sweet2019-12-021-4/+11
| | | | support "off" for subtypes to turn off advertisements (Issue #5666)
* Add authentication support to ippeveprinter (Issue #5665)Michael R Sweet2019-12-022-9/+233
|
* Address multiple minor issues reported by the LGTM security scanner:Michael R Sweet2019-11-182-7/+9
| | | | | | | | - Lots of usage of localtime and gmtime (use _r/_s versions instead - Issue #5685) - Some unnecessary comparisons - Suppress checks that are not useful (header guards, short global names, and the integer overflow checks which don't reflect the actual range of values)
* Fix the default common name used by ippeveprinter...Michael R Sweet2019-09-051-4/+4
|
* Eliminate new GCC compiler warnings (Issue #5591)Michael R Sweet2019-06-131-2/+2
|
* Swapped branches of HAVE_SSL conditionJiri Sasek2019-06-031-2/+2
|
* Fix `EXPECT !name WITH-VALUE ...` tests.Michael R Sweet2019-05-231-1/+1
|
* Normalize ippeveprinter environment with ippserver:Michael R Sweet2019-05-171-4/+26
| | | | | | - Add -F option to specify the output format (default is application/postscript when PPDs are used) - Add pwg-xxx attributes and output format to environment.
* Fix Linux build issues with new LINKCUPS macro (Issue #5261)Michael R Sweet2019-05-171-2/+2
|
* Fix Windows build errors.Michael R Sweet2019-05-151-6/+13
|
* Update build system and cups-config script to not add extra libraries to theMichael R Sweet2019-05-151-13/+10
| | | | "--libs" output (Issue #5261)
* Optimize PDFs and default printer icon (Issue #5529)Michael R Sweet2019-05-152-441/+299
|
* Add support for $date-current, $date-start, and ISO-8601 time period values forMichael R Sweet2019-05-131-0/+7
| | | | relative date/time values.
* Tweak some ippeveprinter web interface content.Michael R Sweet2019-05-131-1/+3
|
* Use CUPS_RAND macro instead of rand().Michael R Sweet2019-05-081-1/+1
|
* Another clang warning...Michael R Sweet2019-05-081-4/+2
|
* Fix another clang warning.Michael R Sweet2019-05-081-4/+2
| | | | Update Xcode project for new location of tools.
* Fix clang warnings.Michael R Sweet2019-05-081-12/+12
|
* Fill out the list of job creation attributes.Michael R Sweet2019-05-061-14/+64
|
* Move ippeveprinter commands to CUPS_SERVERBIN/command.Michael R Sweet2019-05-032-6/+6
|
* Fix missing header in ippeveps.c, add .gz to man pages in RPM spec file (RedMichael R Sweet2019-05-021-0/+1
| | | | Hat convention is to compress installed man pages)
* Fix install of tools.Michael R Sweet2019-04-261-1/+1
|
* Fix whitespace issues.Michael R Sweet2019-04-262-4/+4
|
* Move example ipptool files to the examples directory.Michael R Sweet2019-04-2612-0/+18530
| | | | Build tools directory for IPP tools.
* Rename "tools" to "scripts", since that's what is contained.Michael R Sweet2019-04-266-374/+0
|
* Specify GPG signing user.Michael R Sweet2018-06-061-1/+1
|
* Fix RPM packaging issues.Michael R Sweet2017-12-191-3/+3
| | | | Update source tarball script.
* Need to look further down in CHANGES.md, fix messages to use .md suffix.Michael R Sweet2017-11-011-4/+4
|
* Update version check to reflect new changelog title format.v2.2.6Michael R Sweet2017-11-011-3/+3
|
* Rename README, INSTALL, CHANGES, and CREDITS files to .md (markdown).Michael R Sweet2017-05-011-3/+3
|
* Fix scripts and RPM spec file.Michael Sweet2017-01-172-5/+5
|
* Fix filename of source tarball.Michael Sweet2017-01-171-1/+1
|
* Bring back RPM test script, tweak makesrcdist to work.Michael R Sweet2017-01-172-3/+33
|
* Re-add gpg command.v2.2b2Michael Sweet2016-06-241-1/+6
|
* Remove source directory.v2.2b1Michael Sweet2016-06-141-1/+1
|
* Use "vN.N.N" for the tag name starting in 2.2.Michael Sweet2016-06-141-2/+2
|
* Push the created tag.Michael Sweet2016-06-141-0/+1
|
* Fix typos.Michael Sweet2016-06-141-5/+5
|
* New makesrcdist script.Michael Sweet2016-06-141-0/+104
|