]> git.ipfire.org Git - thirdparty/cups.git/commit - scheduler/cert.c
Only add certificates for authenticated users and only add root
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 9 Sep 2005 15:48:34 +0000 (15:48 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 9 Sep 2005 15:48:34 +0000 (15:48 +0000)
commitd9acc9ab9de9bc50ce761796027b7889412598d9
tree2b53d65776bf7946941044e57d30eec3ef080251
parent717a318ca2f7eff28d6b5e9b72d5ea6bb900e8b4
Only add certificates for authenticated users and only add root
certificate if running as root...

scheduler/cert.c:
    - InitCerts(): Only add root certificate when running as root.

scheduler/client.c:
    - pipe_command(): Only add certificate for authenticated users.

scheduler/main.c:
    - main(): Only add root certificate when running as root.
    - select_timeout(): Only schedule time for root cert update when running as root.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@4629 7a7537e8-13f0-0310-91df-b6672ffda945
scheduler/cert.c
scheduler/client.c
scheduler/main.c