Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Begin GSoC #1

Merged
merged 51 commits into from
May 21, 2018
Merged

Begin GSoC #1

merged 51 commits into from
May 21, 2018

Conversation

aakashlahoti
Copy link
Owner

Bug Fix too many arguments in function

michaelrsweet and others added 30 commits April 9, 2018 14:26
server/conf.c:
- Save default system-uri.

server/ipp.c:
- Make subscriptions global to system.
- Fix speling mistak for serverCreateSubcription.

server/ippserver.h:
- Add resource object definitions, functions, and variables.
- Add default system-uri.
- Make subscriptions global to system.

server/printer.c:
- Make subscriptions global to system.

server/resource.c:
- Initial implementation.

server/subscription.c:
- Make subscriptions global to system.
- Add support for system notification UUIDs.
- Rework things a bit so that serverCreateSystem is responsible for bringing up the
  System object.
- Hide serverDNSSDInit since only finalize_system calls it.
- Update Listen parsing to support multiple address:port pairs.
cups/ipp-support.c:
- Add missing system-attributes-tag and resource-attributes-tag groups.

doc/ippserver.*:
- Update ippserver man page.

example/*:
- Add Get/Set-System-Attributes test files.

server/conf.c:
- Initialize start time.
- Add missing System attributes.
- Fix when create_system_attributes is called (after listeners) so that
  system-xri-supported is correctly populated.
- Add UUID configuration directive.
- owner-name, not owner-user-name

server/ipp.c:
- Fix implementations of Get/Set-System-Attributes
- owner-name, not owner-user-name

server/ippserver.h:
- Drop SystemStateChangeTime (calculated from printers)

server/printer.c:
- Add missing xri-xxx-supported attributes.
Also make serverRespondUnsupported only append an unsupported attribute if the
response status code hasn't already been set.
@aakashlahoti aakashlahoti merged commit f43e6c4 into aakashlahoti:master May 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants