summaryrefslogtreecommitdiff
path: root/vcnet
Commit message (Collapse)AuthorAgeFilesLines
* CUPS v2.3.6 for CVE-2022-26691Steve Algernon2022-05-251-3/+3
|
* Return kDNSServiceErr_ServiceNotRunning when Bonjour for Windows not installed.Michael R Sweet2021-09-151-10/+10
|
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-6/+5
| | | | | | Import the improvements to ippeveprinter from OpenPrinting/ippsample. Import the improvements to ippfind and ipptool from OpenPrinting/ippsample.
* Update Github repository to match macOS 11.2 CUPS sources (cups-494.1).Michael R Sweet2021-04-051-3/+3
|
* Update version to 2.3.3 for:v2.3.3steve algernon2020-04-271-2/+2
| | | | | | | CVE-2020-3898 - cups/ppd.c, ppdc/ppdc-source.cxx CVE-2019-8842 - cups/ipp.c: ippReadIO And build issues due to warnings.
* Bump version.Michael R Sweet2019-12-181-2/+2
|
* Address multiple minor issues reported by the LGTM security scanner:Michael R Sweet2019-11-181-0/+8
| | | | | | | | - 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)
* Revert GNU TLS FIPS-140 changes.Michael R Sweet2019-09-031-7/+0
|
* Fix spelling of "accordion".Michael R Sweet2019-08-271-2/+2
| | | | Bump version.
* GNU TLS FIPS140 support (Issue #5601, Issue #5622)Michael R Sweet2019-08-011-0/+7
|
* Merge branch 'master' of https://github.com/apple/cupsMichael R Sweet2019-05-153-3/+3
|\
| * Update source paths.Michael R Sweet2019-05-153-3/+3
| |
* | Update SDK.Michael R Sweet2019-05-159-9/+9
|/
* More tweaks.Michael R Sweet2019-05-152-6/+6
|
* Rename ippserver to ippeveprinter in Visual Studio projects.Michael R Sweet2019-05-155-17/+3
|
* Don't use Windows snprintf/vsnprintf since they don't conform to C99...Michael R Sweet2019-05-011-7/+7
|
* Eliminate use of private macOS security headers/APIs (Issue #5516)Michael R Sweet2019-02-141-25/+2
| | | | | | | | Eliminate use of deprecated cssmErrorString function. Switch to using SecCertificateCreateWithData. Clean out unused private header availability checks.
* Re-wrap comment.Michael R Sweet2018-10-171-2/+2
|
* Fix location of program database.Michael R Sweet2018-10-171-1/+1
|
* More build fixes.Michael R Sweet2018-10-1611-682/+64
|
* Add missing DNSSD.LIB functions.Michael R Sweet2018-10-166-14/+99
|
* Fix build issues, add missing files.Michael R Sweet2018-10-1612-41/+81
|
* Add DNS-SD stub library project. Update VS projects.Michael R Sweet2018-10-1616-400/+366
|
* Whitespace issues reported by Git.Michael R Sweet2018-09-271-30/+30
|
* Add new dynamic mDNSResponder stub.Michael R Sweet2018-09-262-0/+2843
|
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-5/+1
|
* Drop hard-coded CGI scripting language support (Issue #5124)Michael R Sweet2017-11-011-14/+0
|
* Start CUPS 2.3.x development.Michael R Sweet2017-11-011-2/+2
|
* Changelog and bump CUPS version.Michael Sweet2017-10-191-2/+2
|
* Fix regression in job file preservation (Issue #4987)Michael R Sweet2017-04-181-2/+2
|
* Bump version to 2.2.3.Michael R Sweet2017-01-261-2/+2
| | | | Update changelog.
* Update Visual Studio projectsv2.2.2Michael Sweet2017-01-1727-4220/+2271
|
* More tweaks.Michael R Sweet2017-01-171-1/+1
|
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
| | | | Bump copyright to 2017 in web interface and README files.
* Bump version to 2.2.2, sync up IDE config.h files with the autoconf one.Michael Sweet2016-11-181-16/+24
|
* Update OS-specific README files.Michael R Sweet2016-08-081-1/+1
|
* Fix builds on Windows and drop old installer projects.Michael Sweet2016-08-083-5031/+17
|
* Do some cleanup for the on-demand support - remove old launchd support (noMichael Sweet2016-06-211-6/+14
| | | | longer needed), naming/style updates, fix compiler warnings.
* Merge pull request #4825 from computersforpeace/upstartMichael R Sweet2016-06-211-0/+6
|\ | | | | Add Upstart socket activation support
| * support Upstart socket activationBrian Norris2016-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Inspired by code here: https://bugs.launchpad.net/upstart/+bug/1276713 With significant refactoring and bug-fixing. Notably, Upstart only supports passing a single file descriptor via UPSTART_FDS, so systems that want to use this support will need to configure CUPS appropriately in order to use this.
| * Factor out generic 'HAVE_ONDEMAND' macro flagBrian Norris2016-05-271-0/+6
| | | | | | | | | | | | HAVE_SYSTEMD and HAVE_LAUNCHD use very similar code for on-demand launching of cupsd, and if we want to add one more (e.g., upstart) it's easier to just use a single common flag: HAVE_ONDEMAND.
* | Update all references to OS X to macOS.Michael R Sweet2016-06-201-2/+2
| |
* | The scheduler now uses the getgrouplist function when available (Issue #4611)Michael Sweet2016-05-131-0/+7
| |
* | Drop old IPP Everywhere self-certification project from VC++ directory.Michael Sweet2016-05-133-1609/+5
|/ | | | Update README for Windows.
* Drop SVN stuff from version.Michael Sweet2016-04-131-2/+2
|
* Drop unused definitions.Michael R Sweet2016-03-241-24/+1
|
* Move trunk to v2.2.msweet2015-09-141-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12875 a1ca3aef-8c08-0410-bb20-df032aa958be
* Don't map Primera name to Fargo anymore (STR #4708)msweet2015-09-131-2/+2
| | | | | | | Bump version to 2.1.1. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12867 a1ca3aef-8c08-0410-bb20-df032aa958be
* Bump versions.msweet2015-08-051-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12831 a1ca3aef-8c08-0410-bb20-df032aa958be
* Bump versions.msweet2015-06-241-2/+2
| | | | git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12763 a1ca3aef-8c08-0410-bb20-df032aa958be