]> git.ipfire.org Git - thirdparty/cups.git/commit - cups/ppd.c
Got rid of last vestiges of unsigned char * code for I18N - sticking with
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 21 Apr 1999 14:12:23 +0000 (14:12 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 21 Apr 1999 14:12:23 +0000 (14:12 +0000)
commitd23a857ae379007e3817c7680504445053ac5994
treec7ef8de9eb7a81d0cb969fb170ed65f795fabf94
parent483864e2bac23121491c9400105be710c696288d
Got rid of last vestiges of unsigned char * code for I18N - sticking with
plain char because we don't do any comparisons and each compiler gives
different warnings/errors...

ippRead() didn't employ a blocking read for each variable read, which caused
problems under some circumstances.

ppdOpenFile() didn't handle buggy PPD files that declared VariablePaperSize
false and still had CustomPageSize commands...

Added password authorization handling to cupsDoRequest() - automatically
asks for a password (from the console) if one is needed.  [Note: the GUIs
will need to implement their own version of this.]

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@229 7a7537e8-13f0-0310-91df-b6672ffda945
cups/cups.h
cups/emit.c
cups/http.c
cups/ipp.c
cups/ipp.h
cups/language.c
cups/language.h
cups/ppd.c
cups/ppd.h
cups/testppd.c
cups/util.c