- Updated the maximum file descriptor limit for `cupsd` to 64k-1 (Issue #989)
- Fixed incorrect error message for HTTP/IPP errors (Issue #893)
+- Fixed JobPrivateAccess and SubscriptionPrivateAccess support for "all"
+ (Issue #990)
- Fixed issues with cupsGetDestMediaByXxx (Issue #993)
- Fixed adding and modifying of printers via the web interface (Issue #998)
- Fixed checkbox support (Issue #1008)
* Policy routines for the CUPS scheduler.
*
* Copyright © 2020-2024 by OpenPrinting.
- * Copyright 2007-2011, 2014 by Apple Inc.
- * Copyright 1997-2006 by Easy Software Products, all rights reserved.
+ * Copyright © 2007-2011, 2014 by Apple Inc.
+ * Copyright © 1997-2006 by Easy Software Products, all rights reserved.
*
- * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
+ * Licensed under Apache License v2.0. See the file "LICENSE" for more
+ * information.
*/
/*
return (NULL);
}
+ else if (name && !_cups_strcasecmp(name, "all"))
+ {
+ return (attrs_ptr);
+ }
/*
* Otherwise check the user against the access list...