]> git.ipfire.org Git - thirdparty/cups.git/commit
Import OAuth APIs from libcups v3.
authorMichael R Sweet <msweet@msweet.org>
Mon, 9 Sep 2024 21:07:08 +0000 (17:07 -0400)
committerMichael R Sweet <msweet@msweet.org>
Mon, 9 Sep 2024 21:07:08 +0000 (17:07 -0400)
commit327af607572cf5896fb34de1c2a57c077c86b294
tree819e73532ef1dcbf92c37975ff0a4ff7039b526d
parent0fa45ad068a5146762a425f9636de5a356012a1d
Import OAuth APIs from libcups v3.

Add HTTP Accept header to HTTP API.

Add CUPS OAuth status to IPP API.
12 files changed:
.gitignore
config-scripts/cups-common.m4
configure
cups/Dependencies
cups/Makefile
cups/http.c
cups/http.h
cups/ipp-support.c
cups/ipp.h
cups/oauth.c [new file with mode: 0644]
cups/oauth.h [new file with mode: 0644]
cups/testoauth.c [new file with mode: 0644]