Projects
Kolab:Winterfell
kolab-syncroton
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 4
View file
kolab-syncroton.spec
Changed
@@ -31,7 +31,7 @@ Name: kolab-syncroton Version: 2.3.3 -Release: 0.20160228.git%{?dist} +Release: 0.20160229.git%{?dist} Summary: ActiveSync for Kolab Groupware Group: Applications/Internet
View file
debian.changelog
Changed
@@ -1,4 +1,4 @@ -kolab-syncroton (2.3.3~dev20160228-0~kolab1) unstable; urgency=low +kolab-syncroton (2.3.3~dev20160229-0~kolab1) unstable; urgency=low * Release of version 2.3.2, see:
View file
kolab-syncroton-2.3.3.tar.gz/kolab3.ldif
Deleted
@@ -1,382 +0,0 @@ -# $Id$ -# (c) 2003, 2004 Tassilo Erlewein <tassilo.erlewein@erfrakon.de> -# (c) 2003-2009 Martin Konold <martin.konold@erfrakon.de> -# (c) 2003 Achim Frank <achim.frank@erfrakon.de> -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this -# list of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# -# The name of the author may not be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# This schema highly depends on the core.schema, cosine.schema and the inetorgperson.schema -# as provided by 3rd parties like OpenLDAP. -# -# slapd.conf then looks like -# include /kolab/etc/openldap/schema/core.schema -# include /kolab/etc/openldap/schema/cosine.schema -# include /kolab/etc/openldap/schema/inetorgperson.schema -# include /kolab/etc/openldap/schema/rfc2739.schema -# include /kolab/etc/openldap/schema/kolab3.schema -# Prefix for OIDs: 1.3.6.1.4.1.19414 <- registered -# Prefix for OIDs: 1.3.6.1.4.1.19414.2000 <-- temporarily reserved for ob -# Prefix for attributes: 1.3.6.1.4.1.19414.1 -# Prefix for attributes: 1.3.6.1.4.1.19414.2 -# Prefix for objectclasses: 1.3.6.1.4.1.19414.3 -# nameprefix: kolab -# -dn: cn=schema -#################### -# kolab attributes # -#################### -# kolabDeleteflag used to be a boolean but describes with Kolab 2 -# the fqdn of the server which is requested to delete this objects -# in its local store -attributeTypes: ( 1.3.6.1.4.1.19414.2.1.2 - NAME 'kolabDeleteflag' - DESC 'Per host deletion status' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# alias used to provide alternative rfc822 email addresses for kolab users -attributeTypes: ( 1.3.6.1.4.1.19414.2.1.3 - NAME 'alias' - DESC 'RFC1274: RFC822 Mailbox' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# Specifies the email delegates. -# An email delegate can send email on behalf of the account -# which means using the "from" of the account. -# Delegates are specified by the syntax of rfc822 email addresses. -attributeTypes: ( 1.3.6.1.4.1.19414.1.1.1.3 - NAME 'kolabDelegate' - DESC 'Kolab user allowed to act as delegates - RFC822 Mailbox/Alias' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# For user, group and resource Kolab accounts -# Describes how to respond to invitations -# We keep the attribute as a string, but actually it can only have one -# of the following values: -# -# ACT_ALWAYS_ACCEPT -# ACT_ALWAYS_REJECT -# ACT_REJECT_IF_CONFLICTS -# ACT_MANUAL_IF_CONFLICTS -# ACT_MANUAL -# In addition one of these values may be prefixed with a primary email -# address followed by a colon like -# user@domain.tld: ACT_ALWAYS_ACCEPT -attributeTypes: ( 1.3.6.1.4.1.19414.1.1.1.4 - NAME ( 'kolabInvitationPolicy' 'kolabResourceAction' ) - DESC 'defines how to respond to invitations' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# Begin date of Kolab vacation period. Sender will -# be notified every kolabVacationResendIntervall days -# that recipient is absent until kolabVacationEnd. -# Values in this syntax are encoded as printable strings, -# represented as specified in X.208. -# Note that the time zone must be specified. -# For Kolab we limit ourself to GMT -# YYYYMMDDHHMMZ e.g. 200512311458Z. -# see also: rfc 2252. -# Currently this attribute is not used in Kolab. -attributeTypes: ( 1.3.6.1.4.1.19414.1.1.1.8 - NAME 'kolabVacationBeginDateTime' - DESC 'Begin date of vacation' - EQUALITY generalizedTimeMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 - SINGLE-VALUE ) -# End date of Kolab vacation period. Sender will -# be notified every kolabVacationResendIntervall days -# that recipient is absent starting from kolabVacationBeginDateTime. -# Values in this syntax are encoded as printable strings, -# represented as specified in X.208. -# Note that the time zone must be specified. -# For Kolab we limit ourself to GMT -# YYYYMMDDHHMMZ e.g. 200601012258Z. -# see also: rfc 2252. -# Currently this attribute is not used in Kolab. -attributeTypes: ( 1.3.6.1.4.1.19414.1.1.1.9 - NAME 'kolabVacationEndDateTime' - DESC 'End date of vacation' - EQUALITY generalizedTimeMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 - SINGLE-VALUE ) -# Intervall in days after which senders get -# another vacation message. -# Currently this attribute is not used in Kolab. -attributeTypes: ( 1.3.6.1.4.1.19414.1.1.1.10 - NAME 'kolabVacationResendInterval' - DESC 'Vacation notice interval in days' - EQUALITY integerMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 - SINGLE-VALUE ) -# Email recipient addresses which are handled by the -# vacation script. There can be multiple kolabVacationAddress -# entries for each kolabInetOrgPerson. -# Default is the primary email address and all -# email aliases of the kolabInetOrgPerson. -# Currently this attribute is not used in Kolab. -attributeTypes: ( 1.3.6.1.4.1.19414.1.1.1.11 - NAME 'kolabVacationAddress' - DESC 'Email address for vacation to response upon' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# Enable sending vacation notices in reaction -# unsolicited commercial email. -# Default is no. -# Currently this attribute is not used in Kolab. -attributeTypes: ( 1.3.6.1.4.1.19414.1.1.1.12 - NAME 'kolabVacationReplyToUCE' - DESC 'Enable vacation notices to UCE' - EQUALITY booleanMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 - SINGLE-VALUE ) -# Email recipient domains which are handled by the -# vacation script. There can be multiple kolabVacationReactDomain -# entries for each kolabInetOrgPerson -# Default is to handle all domains. -# Currently this attribute is not used in Kolab. -attributeTypes: ( 1.3.6.1.4.1.19414.1.1.1.13 - NAME 'kolabVacationReactDomain' - DESC 'Multivalued -- Email domain for vacation to response upon' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# Keep local copy when forwarding emails to list of -# kolabForwardAddress. -# Default is no. -# Currently this attribute is not used in Kolab. -attributeTypes: ( 1.3.6.1.4.1.19414.1.1.1.15 - NAME 'kolabForwardKeepCopy' - DESC 'Keep copy when forwarding' - EQUALITY booleanMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 - SINGLE-VALUE ) -# Enable forwarding of UCE. -# Default is yes. -# Currently this attribute is not used in Kolab. -attributeTypes: ( 1.3.6.1.4.1.19414.1.1.1.16 - NAME 'kolabForwardUCE' - DESC 'Enable forwarding of mails known as UCE' - EQUALITY booleanMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 - SINGLE-VALUE ) -# Describes the allowed or disallowed smtp recipient addresses for mail sent -# by the user associated with the LDAP object this attribute is associated with. -# -# If this attribute is not set for a user or distribution group, -# no Kolab recipient policy does apply. -# -# Example entries: -# .tld - allow mail to every recipient for this tld -# domain.tld - allow mail to everyone in domain.tld -# .domain.tld - allow mail to everyone in domain.tld and its subdomains -# user@domain.tld - allow mail to explicit user@domain.tld -# user@ - allow mail to this user but any domain
View file
kolab-syncroton-2.3.3.tar.gz/kolab3.schema
Deleted
@@ -1,367 +0,0 @@ -# $Id$ -# (c) 2003, 2004 Tassilo Erlewein <tassilo.erlewein@erfrakon.de> -# (c) 2003-2009 Martin Konold <martin.konold@erfrakon.de> -# (c) 2003 Achim Frank <achim.frank@erfrakon.de> -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this -# list of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# -# The name of the author may not be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# This schema highly depends on the core.schema, cosine.schema and the inetorgperson.schema -# as provided by 3rd parties like OpenLDAP. -# -# slapd.conf then looks like -# include /kolab/etc/openldap/schema/core.schema -# include /kolab/etc/openldap/schema/cosine.schema -# include /kolab/etc/openldap/schema/inetorgperson.schema -# include /kolab/etc/openldap/schema/rfc2739.schema -# include /kolab/etc/openldap/schema/kolab3.schema -# Prefix for OIDs: 1.3.6.1.4.1.19414 <- registered -# Prefix for OIDs: 1.3.6.1.4.1.19414.2000 <-- temporarily reserved for ob -# Prefix for attributes: 1.3.6.1.4.1.19414.1 -# Prefix for attributes: 1.3.6.1.4.1.19414.2 -# Prefix for objectclasses: 1.3.6.1.4.1.19414.3 -# nameprefix: kolab -# -dn: cn=schema -#################### -# kolab attributes # -#################### -# kolabDeleteflag used to be a boolean but describes with Kolab 2 -# the fqdn of the server which is requested to delete this objects -# in its local store -attributetype ( 1.3.6.1.4.1.19414.2.1.2 - NAME 'kolabDeleteflag' - DESC 'Per host deletion status' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# alias used to provide alternative rfc822 email addresses for kolab users -attributetype ( 1.3.6.1.4.1.19414.2.1.3 - NAME 'alias' - DESC 'RFC1274: RFC822 Mailbox' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# Specifies the email delegates. -# An email delegate can send email on behalf of the account -# which means using the "from" of the account. -# Delegates are specified by the syntax of rfc822 email addresses. -attributetype ( 1.3.6.1.4.1.19414.1.1.1.3 - NAME 'kolabDelegate' - DESC 'Kolab user allowed to act as delegates - RFC822 Mailbox/Alias' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# For user, group and resource Kolab accounts -# Describes how to respond to invitations -# We keep the attribute as a string, but actually it can only have one -# of the following values: -# -# ACT_ALWAYS_ACCEPT -# ACT_ALWAYS_REJECT -# ACT_REJECT_IF_CONFLICTS -# ACT_MANUAL_IF_CONFLICTS -# ACT_MANUAL -# In addition one of these values may be prefixed with a primary email -# address followed by a colon like -# user@domain.tld: ACT_ALWAYS_ACCEPT -attributetype ( 1.3.6.1.4.1.19414.1.1.1.4 - NAME ( 'kolabInvitationPolicy' 'kolabResourceAction' ) - DESC 'defines how to respond to invitations' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# Begin date of Kolab vacation period. Sender will -# be notified every kolabVacationResendIntervall days -# that recipient is absent until kolabVacationEnd. -# Values in this syntax are encoded as printable strings, -# represented as specified in X.208. -# Note that the time zone must be specified. -# For Kolab we limit ourself to GMT -# YYYYMMDDHHMMZ e.g. 200512311458Z. -# see also: rfc 2252. -# Currently this attribute is not used in Kolab. -attributetype ( 1.3.6.1.4.1.19414.1.1.1.8 - NAME 'kolabVacationBeginDateTime' - DESC 'Begin date of vacation' - EQUALITY generalizedTimeMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 - SINGLE-VALUE ) -# End date of Kolab vacation period. Sender will -# be notified every kolabVacationResendIntervall days -# that recipient is absent starting from kolabVacationBeginDateTime. -# Values in this syntax are encoded as printable strings, -# represented as specified in X.208. -# Note that the time zone must be specified. -# For Kolab we limit ourself to GMT -# YYYYMMDDHHMMZ e.g. 200601012258Z. -# see also: rfc 2252. -# Currently this attribute is not used in Kolab. -attributetype ( 1.3.6.1.4.1.19414.1.1.1.9 - NAME 'kolabVacationEndDateTime' - DESC 'End date of vacation' - EQUALITY generalizedTimeMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 - SINGLE-VALUE ) -# Intervall in days after which senders get -# another vacation message. -# Currently this attribute is not used in Kolab. -attributetype ( 1.3.6.1.4.1.19414.1.1.1.10 - NAME 'kolabVacationResendInterval' - DESC 'Vacation notice interval in days' - EQUALITY integerMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 - SINGLE-VALUE ) -# Email recipient addresses which are handled by the -# vacation script. There can be multiple kolabVacationAddress -# entries for each kolabInetOrgPerson. -# Default is the primary email address and all -# email aliases of the kolabInetOrgPerson. -# Currently this attribute is not used in Kolab. -attributetype ( 1.3.6.1.4.1.19414.1.1.1.11 - NAME 'kolabVacationAddress' - DESC 'Email address for vacation to response upon' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# Enable sending vacation notices in reaction -# unsolicited commercial email. -# Default is no. -# Currently this attribute is not used in Kolab. -attributetype ( 1.3.6.1.4.1.19414.1.1.1.12 - NAME 'kolabVacationReplyToUCE' - DESC 'Enable vacation notices to UCE' - EQUALITY booleanMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 - SINGLE-VALUE ) -# Email recipient domains which are handled by the -# vacation script. There can be multiple kolabVacationReactDomain -# entries for each kolabInetOrgPerson -# Default is to handle all domains. -# Currently this attribute is not used in Kolab. -attributetype ( 1.3.6.1.4.1.19414.1.1.1.13 - NAME 'kolabVacationReactDomain' - DESC 'Multivalued -- Email domain for vacation to response upon' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) -# Keep local copy when forwarding emails to list of -# kolabForwardAddress. -# Default is no. -# Currently this attribute is not used in Kolab. -attributetype ( 1.3.6.1.4.1.19414.1.1.1.15 - NAME 'kolabForwardKeepCopy' - DESC 'Keep copy when forwarding' - EQUALITY booleanMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 - SINGLE-VALUE ) -# Enable forwarding of UCE. -# Default is yes. -# Currently this attribute is not used in Kolab. -attributetype ( 1.3.6.1.4.1.19414.1.1.1.16 - NAME 'kolabForwardUCE' - DESC 'Enable forwarding of mails known as UCE' - EQUALITY booleanMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 - SINGLE-VALUE ) -# Describes the allowed or disallowed smtp recipient addresses for mail sent -# by the user associated with the LDAP object this attribute is associated with. -# -# If this attribute is not set for a user or distribution group, -# no Kolab recipient policy does apply. -# -# Example entries: -# .tld - allow mail to every recipient for this tld -# domain.tld - allow mail to everyone in domain.tld -# .domain.tld - allow mail to everyone in domain.tld and its subdomains -# user@domain.tld - allow mail to explicit user@domain.tld -# user@ - allow mail to this user but any domain
View file
kolab-syncroton.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-syncroton Binary: kolab-syncroton Architecture: all -Version: 2.3.3~dev20160228-0~kolab1 +Version: 2.3.3~dev20160229-0~kolab1 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.