summaryrefslogtreecommitdiff
path: root/cups/tls-sspi.c
Commit message (Expand)AuthorAgeFilesLines
* Import all of the bug fixes from the OpenPrinting CUPS repository.Michael R Sweet2021-04-051-49/+42
* Don't generate certificates that expire on Feb 29th (Issue #5643)Michael R Sweet2019-11-141-0/+2
* Add missing DNSSD.LIB functions.Michael R Sweet2018-10-161-12/+12
* Fix build issues, add missing files.Michael R Sweet2018-10-161-4/+8
* Update HTTP implementation to support field values larger than HTTP_MAX_VALUEMichael R Sweet2018-01-101-2/+2
* Fix builds.Michael R Sweet2017-12-051-1/+3
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-071-7/+1
* Support the latest HTTP Digest authentication specification (Issue #4862)Michael R Sweet2017-11-061-4/+1
* Add support for MinTLS and MaxTLS options (Issue #5119)Michael R Sweet2017-11-031-4/+10
* Fix cipher suite selection with GNU TLS (Issue #5145)Michael Sweet2017-10-191-2/+3
* The `SSLOptions` directive in "client.conf" and "cupsd.conf" now supports `De...Michael R Sweet2017-06-261-1/+1
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-161-1/+1
* Update all references to OS X to macOS.Michael R Sweet2016-06-201-1/+1
* Remove all of the Subversion keywords from various source files.Michael R Sweet2016-04-111-7/+0
* More tweaks for cipher suite restrictions.msweet2015-05-201-2/+9
* Add SSLOptions to enable Diffie-Hellman key exchange and disable TLS/1.0.msweet2015-05-201-3/+7
* Fix several issues with client.conf, CUPS_SERVER, and the "-h" option of mostmsweet2015-02-031-1/+4
* Fix builds with VC++ 2008msweet2014-10-201-4/+22
* Implement SSLOptions in cupsd.conf and client.conf to allow admins to enablemsweet2014-10-201-3/+37
* Fix some code comments in tls-xxx.c.msweet2014-09-231-0/+2
* Update "since CUPS 2.0" into to mention OS X 10.10.msweet2014-08-191-8/+8
* Fix a few build errors with VC++msweet2014-07-181-11/+5
* Implement httpLoadCredentials and httpSaveCredentials for SSPI.msweet2014-07-181-65/+297
* Save work - fix the cert helper functions, implement httpCopyCredentials.msweet2014-07-171-8/+38
* Save work on SSPI certificate functions for validation and info.msweet2014-07-171-120/+121
* Save work - properly implement server stuff, separate out cert creation.msweet2014-07-171-262/+401
* Save work - testhttp now works to get HTTPS web page.msweet2014-07-171-17/+31
* Update debugging/error reporting code to use FormatMessage throughout.msweet2014-07-171-26/+40
* Save work - more debug stuff.msweet2014-07-171-8/+21
* Save work - client TLS negotiation now works, but hangs on a GET...msweet2014-07-151-131/+112
* Get builds working on Windows again.msweet2014-07-151-24/+23
* Initial work on SSPI support in 2.0.msweet2014-07-151-1504/+1216
* Apply changes from 1.7 branch; still need to migrate the SSPI code to the newmsweet2014-03-281-9/+9
* Save work to move all of the TLS support code into libcups (this does not com...msweet2013-10-171-0/+2234