~ubuntu-branches/ubuntu/utopic/calendarserver/utopic

« back to all changes in this revision

Viewing changes to calendarserver/platform/darwin/_sacl.c

  • Committer: Package Import Robot
  • Author(s): Rahul Amaram
  • Date: 2012-05-29 18:12:12 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120529181212-mxjdfncopy6vou0f
Tags: 3.2+dfsg-1
* New upstream release
* Moved from using cdbs to dh sequencer
* Modified calenderserver init.d script based on /etc/init.d/skeleton script
* Removed ldapdirectory.patch as the OpenLDAP directory service has been 
  merged upstream
* Moved package to section "net" as calendarserver is more service than 
  library (Closes: #665859)
* Changed Architecture of calendarserver package to any as the package
  now includes compiled architecture dependent Python extensions
* Unowned files are no longer left on the system upon purging
  (Closes: #668731)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <membership.h>
20
20
 
21
21
int mbr_check_service_membership(const uuid_t user, const char* servicename, int* ismember);
 
22
int mbr_user_name_to_uuid(const char* name, uuid_t uu);
 
23
int mbr_group_name_to_uuid(const char* name, uuid_t uu);
22
24
 
23
25
/*
24
26
    CheckSACL(userOrGroupName, service)