From 5ae9fbb3ddbe0017a0981ae4b7e2ebb3a1504fb2 Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 18 Nov 2015 17:22:38 +0000 Subject: Add support for hashed job-password values; right now just SHA-1 and SHA-2 hashes () - Add new cupsHashData API - Use cupsHashData in _cupsConvertOptions. - Grab the job-password-encryption-supported value from the printer and pick the most secure hash that is supported. - Add a new _CUPS_API_2_2 availability macro. - Update dependencies and Xcode project settings. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12983 a1ca3aef-8c08-0410-bb20-df032aa958be --- cgi-bin/Dependencies | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cgi-bin') diff --git a/cgi-bin/Dependencies b/cgi-bin/Dependencies index 66ffa01e1..9dda29c78 100644 --- a/cgi-bin/Dependencies +++ b/cgi-bin/Dependencies @@ -35,7 +35,8 @@ admin.o: admin.c cgi-private.h cgi.h ../cups/cups.h ../cups/file.h \ ../cups/language.h ../cups/pwg.h help-index.h ../cups/debug-private.h \ ../cups/language-private.h ../cups/transcode.h \ ../cups/string-private.h ../config.h ../cups/ipp-private.h \ - ../cups/adminutil.h ../cups/ppd.h + ../cups/http-private.h ../cups/md5-private.h ../cups/ppd-private.h \ + ../cups/ppd.h ../cups/pwg-private.h ../cups/adminutil.h classes.o: classes.c cgi-private.h cgi.h ../cups/cups.h ../cups/file.h \ ../cups/versioning.h ../cups/ipp.h ../cups/http.h ../cups/array.h \ ../cups/language.h ../cups/pwg.h help-index.h ../cups/debug-private.h \ -- cgit v1.2.1