]> git.ipfire.org Git - thirdparty/cups.git/commit
ipptest enhancements and IPP conformance fixes:
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 28 Jan 2010 20:37:23 +0000 (20:37 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 28 Jan 2010 20:37:23 +0000 (20:37 +0000)
commitc354f099234fdaab547e7c4ff5fb8975b706e57b
tree81eeef325aad1b896643dddbdd6671568429a980
parent01830a5cfdc5f256597bb96c64365a8c07e51cfd
ipptest enhancements and IPP conformance fixes:

- Add COUNT predicate support
- Add attribute value and order validation.
- Drop DefaultCharset from cupsd.conf since we always use utf-8.
- Fix ippAddString(s) and cupsdCreateCommonData so that we end up with the
  correct naturalLanguage values.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8965 7a7537e8-13f0-0310-91df-b6672ffda945
13 files changed:
cups/ipp.c
doc/help/ref-cupsd-conf.html.in
man/cupsd.conf.man.in
man/ipp.test.man
scheduler/client.c
scheduler/conf.c
scheduler/conf.h
scheduler/ipp.c
scheduler/printers.c
standards/rfc2046.txt [new file with mode: 0644]
standards/rfc3282.txt [new file with mode: 0644]
standards/rfc4646.txt [new file with mode: 0644]
test/ipptest.c