Changeset 11198
- Timestamp:
- 08/14/08 09:21:14 (5 months ago)
- Location:
- branches/juruen/intrepid-packages
- Files:
-
- 27 modified
-
client/ca/ChangeLog (modified) (1 diff)
-
client/dhcp/ChangeLog (modified) (1 diff)
-
client/dns/ChangeLog (modified) (1 diff)
-
client/ebox/ChangeLog (modified) (1 diff)
-
client/firewall/ChangeLog (modified) (1 diff)
-
client/ipsec/ChangeLog (modified) (1 diff)
-
client/jabber/ChangeLog (modified) (1 diff)
-
client/jabber/schemas/jabber.schema (modified) (1 diff)
-
client/mail/ChangeLog (modified) (1 diff)
-
client/mail/schemas/eboxmail.schema (modified) (1 diff)
-
client/mailfilter/ChangeLog (modified) (1 diff)
-
client/mailfilter/schemas/eboxfilter.schema (modified) (2 diffs)
-
client/network/ChangeLog (modified) (1 diff)
-
client/ntp/ChangeLog (modified) (1 diff)
-
client/objects/ChangeLog (modified) (1 diff)
-
client/openvpn/ChangeLog (modified) (1 diff)
-
client/printers/ChangeLog (modified) (1 diff)
-
client/samba/ChangeLog (modified) (1 diff)
-
client/samba/schemas/ebox.schema (modified) (2 diffs)
-
client/services/ChangeLog (modified) (1 diff)
-
client/soap/ChangeLog (modified) (1 diff)
-
client/software/ChangeLog (modified) (1 diff)
-
client/squid/ChangeLog (modified) (1 diff)
-
client/trafficshaping/ChangeLog (modified) (1 diff)
-
client/usersandgroups/ChangeLog (modified) (1 diff)
-
client/webserver/ChangeLog (modified) (1 diff)
-
common/libebox/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/juruen/intrepid-packages/client/ca/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1033 2 + New release 4 3 0.11.102 -
branches/juruen/intrepid-packages/client/dhcp/ChangeLog
r11140 r11198 1 1 0.12 2 0.11.1033 2 + Make default and max leasing time mandatory fields 4 3 + Add field help to model -
branches/juruen/intrepid-packages/client/dns/ChangeLog
r11133 r11198 1 1 0.12 2 0.11.1033 2 + Use the new EBox::Model::Row api 4 3 + Load module capability in pre-start just like the bind9 init script does -
branches/juruen/intrepid-packages/client/ebox/ChangeLog
r11192 r11198 1 1 0.12 2 0.11.1043 2 + Bugfix: Don't assume timecol is 'timestamp' but defined by 4 3 module developer. This allows to purge some logs tables again -
branches/juruen/intrepid-packages/client/firewall/ChangeLog
r11154 r11198 1 1 0.12 2 0.11.1033 2 + Use the new EBox::Model::Row api 4 3 + Add help field to firewall models -
branches/juruen/intrepid-packages/client/ipsec/ChangeLog
r8556 r11198 1 1 0.10.99 2 + New release3 2 0.7.1 4 3 + Use of ebox-sudoers-friendly -
branches/juruen/intrepid-packages/client/jabber/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1023 2 + Bugfix: Fix SSL PEM file path in c2s.xml template 3 + Use eBox OID number in LDAP schemas 4 4 0.11.101 5 5 + New release -
branches/juruen/intrepid-packages/client/jabber/schemas/jabber.schema
r4630 r11198 1 attributetype ( 1. 4.6.1.4.1.7165.2.1.90NAME 'jabberUid'1 attributetype ( 1.3.6.1.4.1.31607.2.1.2.1.1 NAME 'jabberUid' 2 2 DESC 'User can use jabber service' 3 3 EQUALITY caseExactMatch 4 4 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{24} SINGLE-VALUE) 5 5 6 attributetype ( 1. 4.6.1.4.1.7165.2.1.91NAME 'jabberAdmin'6 attributetype ( 1.3.6.1.4.1.31607.2.1.2.1.2 NAME 'jabberAdmin' 7 7 DESC 'User has administration rights' 8 8 EQUALITY booleanMatch 9 9 SYNTAX 1.3.6.1.4.1.1466.115.121.1.7) 10 10 11 objectclass ( 1. 4.6.1.4.1.7165.2.2.40NAME 'userJabberAccount' SUP posixAccount AUXILIARY11 objectclass ( 1.3.6.1.4.1.31607.2.1.2.2.1 NAME 'userJabberAccount' SUP posixAccount AUXILIARY 12 12 DESC 'Extra User Data to Jabber Ebox Module' 13 13 MUST ( jabberUid $ jabberAdmin) ) -
branches/juruen/intrepid-packages/client/mail/ChangeLog
r11177 r11198 1 1 0.12 2 0.11.1023 2 + Bugfix: Checkbox for unlimited size is unchecked, the field 4 3 mentioned, i.e. Size (MB) is activated. 5 4 + Use the new MVC framework 6 5 + Add postfix to sasl group instead of dpkg-stateoverriding stuff 6 + Use eBox OID number in LDAP schemas 7 7 0.11.101 8 8 + Fixed bug when removing users in non-quota installations -
branches/juruen/intrepid-packages/client/mail/schemas/eboxmail.schema
r10308 r11198 1 attributetype ( 1.3.6.1.4.1. 7165.2.1.71 NAME 'mailHomeDirectory'1 attributetype ( 1.3.6.1.4.1.31607.2.1.3.1.1 NAME 'mailHomeDirectory' 2 2 DESC 'Base directory to mail directory' 3 3 EQUALITY caseIgnoreMatch 4 4 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ) 5 5 6 attributetype ( 1.3.6.1.4.1. 7165.2.1.72NAME 'userMaildirSize'6 attributetype ( 1.3.6.1.4.1.31607.2.1.3.1.2 NAME 'userMaildirSize' 7 7 DESC 'User account default maildir size' 8 8 EQUALITY integerMatch 9 9 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 10 10 11 attributetype ( 1.3.6.1.4.1. 7165.2.1.73 NAME 'vddftMaildirSize'11 attributetype ( 1.3.6.1.4.1.31607.2.1.3.1.3 NAME 'vddftMaildirSize' 12 12 DESC 'Virtual domain default maildir size' 13 13 EQUALITY integerMatch 14 14 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE ) 15 15 16 objectclass ( 1.3.6.1.4.1. 7165.2.2.33NAME 'usereboxmail' SUP posixAccount AUXILIARY16 objectclass ( 1.3.6.1.4.1.31607.2.1.3.2.1 NAME 'usereboxmail' SUP posixAccount AUXILIARY 17 17 DESC 'Extra User Data to Mail Ebox Module' 18 18 MUST (mailHomeDirectory) 19 19 MAY (userMaildirSize ) ) 20 20 21 objectclass ( 1.3.6.1.4.1. 7165.2.2.34NAME 'vdeboxmail' AUXILIARY21 objectclass ( 1.3.6.1.4.1.31607.2.1.3.2.2 NAME 'vdeboxmail' AUXILIARY 22 22 DESC 'Extra Virtual Domain Data to Mail Ebox Module' 23 23 MAY (vddftMaildirSize ) ) -
branches/juruen/intrepid-packages/client/mailfilter/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.102 3 + New release 2 + Use eBox OID number in LDAP schemas 4 3 0.11.101 5 4 + New release -
branches/juruen/intrepid-packages/client/mailfilter/schemas/eboxfilter.schema
r7412 r11198 1 attributetype ( 1.3.6.1.4.1. 7165.3.2.34NAME 'domainMailPortion'1 attributetype ( 1.3.6.1.4.1.31607.2.1.4.1.1 NAME 'domainMailPortion' 2 2 DESC 'right-hand portion of the mail user portion. Needed for amavis matching' 3 3 EQUALITY caseIgnoreIA5Match … … 5 5 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE ) 6 6 7 objectclass ( 1.3.6.1.4.1. 7165.3.2.33NAME 'vdmailfilter' AUXILIARY7 objectclass ( 1.3.6.1.4.1.31607.2.1.4.2.1 NAME 'vdmailfilter' AUXILIARY 8 8 DESC 'Filtering properties for a virtual domain' 9 9 SUP 'amavisAccount' -
branches/juruen/intrepid-packages/client/network/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1033 2 + Use new EBox::Model::Row api 4 3 + Add help to model fields -
branches/juruen/intrepid-packages/client/ntp/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1023 2 + New release 4 3 0.11.101 -
branches/juruen/intrepid-packages/client/objects/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1023 2 + Use the new EBox::Model::Row API 4 3 + Added pageTitle to Objects model -
branches/juruen/intrepid-packages/client/openvpn/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1043 2 + Adapt ebox-openvpn to MVC framework 4 3 + Bugfix: Enforcing RIPv2 to always authenticate when using eBox -
branches/juruen/intrepid-packages/client/printers/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1023 2 + Bugfix: Create the `job` table when installing. This readds a 4 3 bunch of lost lines from ubuntu merging. -
branches/juruen/intrepid-packages/client/samba/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1043 2 + Add help to model fields 4 3 + Fix typo in defaultEnabledValue. Now shares are enabled by default. 5 4 + Fix typo in administrator label 6 5 + Mark shares strings to translate 6 + Use eBox OID number in LDAP schemas 7 7 0.11.103 8 8 + Bugfix. Add and use EBox::Samba::Types::Select to avoid -
branches/juruen/intrepid-packages/client/samba/schemas/ebox.schema
r2618 r11198 1 attributetype ( 1. 4.6.1.4.1.7165.2.1.27NAME 'displayResource'1 attributetype ( 1.3.6.1.4.1.31607.2.1.1.1.1 NAME 'displayResource' 2 2 DESC 'Display name for sharing resource' 3 3 EQUALITY caseIgnoreMatch … … 8 8 ####################################################################### 9 9 10 objectclass ( 1. 4.6.1.4.1.7165.2.2.6NAME 'eboxGroup' SUP (SambaGroupMapping) AUXILIARY10 objectclass ( 1.3.6.1.4.1.31607.2.1.1.2.1 NAME 'eboxGroup' SUP (SambaGroupMapping) AUXILIARY 11 11 DESC 'EBox Group' 12 12 MAY (displayResource)) -
branches/juruen/intrepid-packages/client/services/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1033 2 + Use the new EBox::Model::Row API 4 3 + Add help to fields in service model -
branches/juruen/intrepid-packages/client/soap/ChangeLog
r9275 r11198 1 1 0.11.99 2 + Rotate log files when they reach 10MB for 7 rotations3 2 + Lock session file for SOAP session to avoid bugs related to 4 3 multiple requests in a short time -
branches/juruen/intrepid-packages/client/software/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1023 2 + New release 4 3 0.11.101 -
branches/juruen/intrepid-packages/client/squid/ChangeLog
r11129 r11198 1 1 0.12 2 0.11.1023 2 + Use the new EBox::Model::Row api 4 3 + Add field help to models -
branches/juruen/intrepid-packages/client/trafficshaping/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1053 2 + Add field help to model 4 3 0.11.104 -
branches/juruen/intrepid-packages/client/usersandgroups/ChangeLog
r11109 r11198 1 1 0.12 2 0.11.1023 2 + Use the new EBox::Model::Row api 4 3 + Check if there is any added user and show a message -
branches/juruen/intrepid-packages/client/webserver/ChangeLog
r11134 r11198 1 1 0.12 2 0.11.1033 2 + Add help field to webserver model 4 3 + Bugfix. Do not add a dns domain if the virtual host -
branches/juruen/intrepid-packages/common/libebox/ChangeLog
r11136 r11198 1 1 0.12 2 0.11.1033 2 + Added .field_help class in public.css 4 3 + Add field help to modelView.mas
