summaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-11-18 17:22:38 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-11-18 17:22:38 +0000
commit5ae9fbb3ddbe0017a0981ae4b7e2ebb3a1504fb2 (patch)
tree2de9a0da4813f958e2d86d6d5a6adc8b59c776b9 /cgi-bin
parent71a78e2fe48a969b0fe6a941354d83989917a730 (diff)
downloadcups-5ae9fbb3ddbe0017a0981ae4b7e2ebb3a1504fb2.tar.gz
Add support for hashed job-password values; right now just SHA-1 and SHA-2 hashes
(<rdar://problem/20221502>) - 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
Diffstat (limited to 'cgi-bin')
-rw-r--r--cgi-bin/Dependencies3
1 files changed, 2 insertions, 1 deletions
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 \