2013-01-09 VMM: Code cleanup. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Wed, 09 Jan 2013 20:55:27 +0000] rev 681
VMM: Code cleanup.
2013-01-06 {install,upgrade}.sh: Removed disused code. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 06 Jan 2013 19:10:37 +0000] rev 680
{install,upgrade}.sh: Removed disused code.
2013-01-06 VMM/cli/subcommands: Rephrased two help messages. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 06 Jan 2013 18:30:16 +0000] rev 679
VMM/cli/subcommands: Rephrased two help messages.
2013-01-06 man: Deleted German manual pages. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 06 Jan 2013 18:15:20 +0000] rev 678
man: Deleted German manual pages.
2013-01-06 man1: Updated to reflect the new cli. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 06 Jan 2013 18:11:49 +0000] rev 677
man1: Updated to reflect the new cli.
2013-01-06 merged changes from default(d24f094d1cb5) v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 06 Jan 2013 00:09:47 +0000] rev 676
merged changes from default(d24f094d1cb5)
2013-01-05 Updated copyright notices to include the year 2013.
Pascal Volk <user@localhost.localdomain.org> [Sat, 05 Jan 2013 23:49:42 +0000] rev 675
Updated copyright notices to include the year 2013.
2013-01-05 VMM/config: Post-2to3 fix. PEP8-ified imports. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sat, 05 Jan 2013 18:39:15 +0000] rev 674
VMM/config: Post-2to3 fix. PEP8-ified imports.
2013-01-05 VMM: Post-2to3 fix. Use the re.ASCII flag for ASCII-only patterns. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sat, 05 Jan 2013 18:33:52 +0000] rev 673
VMM: Post-2to3 fix. Use the re.ASCII flag for ASCII-only patterns. The local-part of an email address and Postfix configuration parameters may contain only ASCII characters.
2013-01-05 VMM/network: Post-2to3 fix. s/addr.encode('hex')/b2a_hex(addr). v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sat, 05 Jan 2013 18:23:05 +0000] rev 672
VMM/network: Post-2to3 fix. s/addr.encode('hex')/b2a_hex(addr).
2012-12-30 VMM/*: Post-2to3 fix. Updated some error messages/comments. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 30 Dec 2012 18:13:56 +0000] rev 671
VMM/*: Post-2to3 fix. Updated some error messages/comments. Replaced `long' by `int' - part II.
2012-12-30 VMM/*: Post-2to3 fix. Updated some error messages/comments. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 30 Dec 2012 18:08:23 +0000] rev 670
VMM/*: Post-2to3 fix. Updated some error messages/comments. Replaced `long' by `int' (or integer).
2012-12-30 VMM/cli/clihelp: Removed module clihelp. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 30 Dec 2012 16:41:19 +0000] rev 669
VMM/cli/clihelp: Removed module clihelp. It's no longer needed. Online help is included in the subcommand module.
2012-12-30 VMM/cli: Small cleanup. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 30 Dec 2012 16:16:09 +0000] rev 668
VMM/cli: Small cleanup.
2012-12-30 VMM/constants: Removed constants, which are obsolete now. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 30 Dec 2012 16:15:13 +0000] rev 667
VMM/constants: Removed constants, which are obsolete now.
2012-12-30 VMM/cli/main: Adjusted to new argparse functionality. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 30 Dec 2012 16:12:18 +0000] rev 666
VMM/cli/main: Adjusted to new argparse functionality.
2012-12-30 VMM/cli/subcommands: Switched argument parsing over to argparse. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 30 Dec 2012 16:10:29 +0000] rev 665
VMM/cli/subcommands: Switched argument parsing over to argparse.
2012-12-21 VMM/password: Added scheme CLEAR. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Fri, 21 Dec 2012 12:28:56 +0000] rev 664
VMM/password: Added scheme CLEAR.
2012-12-09 VMM/cli: Deleted unnecessary encode()s from read_pass. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 09 Dec 2012 17:34:10 +0000] rev 663
VMM/cli: Deleted unnecessary encode()s from read_pass.
2012-12-09 merged changes from default(29295afafa91) v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 09 Dec 2012 15:03:33 +0000] rev 662
merged changes from default(29295afafa91)
2012-12-09 VMM/account: Fixed a typo in Account.delete().
Pascal Volk <user@localhost.localdomain.org> [Sun, 09 Dec 2012 14:59:46 +0000] rev 661
VMM/account: Fixed a typo in Account.delete(). Due to a wrong placed comma `userdelete … force' ended in a TypeError.
2012-12-08 VMM/mailbox: Decode error messages from doveadm. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sat, 08 Dec 2012 14:48:30 +0000] rev 660
VMM/mailbox: Decode error messages from doveadm. Those errors occur only with the dbox mailbox format when the mailbox.folders contains non-ASCII mailbox names.
2012-12-03 VMM/cli/config: … encode/decode … v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Mon, 03 Dec 2012 19:19:52 +0000] rev 659
VMM/cli/config: … encode/decode …
2012-12-02 VMM{/cli}/config: Explicitly pass utf-8 as the encoding to open(). v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 02 Dec 2012 15:51:17 +0000] rev 658
VMM{/cli}/config: Explicitly pass utf-8 as the encoding to open().
2012-12-02 VMM/cli/subcommands: Fixed some encode/decode issues. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 02 Dec 2012 14:54:24 +0000] rev 657
VMM/cli/subcommands: Fixed some encode/decode issues.
2012-12-01 VMM/cli/subcommands: Print usable password schemes in sorted order. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sat, 01 Dec 2012 17:25:11 +0000] rev 656
VMM/cli/subcommands: Print usable password schemes in sorted order.
2012-11-26 VMM/password: Code cleanups: v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Mon, 26 Nov 2012 22:07:20 +0000] rev 655
VMM/password: Code cleanups: - Rely no longer on Crypto.Hash for md4 support. Python's hashlib on FreeBSD, Linux and OpenBSD provides the md4 hash. - Dropped DIGEST-MD5 password hashing for Dovecot <= v1.1.12/v1.2.beta2
2012-11-26 VMM/cli: Avoid UnicodeDecodeErrors with some „obsolete“ encodings. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Mon, 26 Nov 2012 19:04:38 +0000] rev 654
VMM/cli: Avoid UnicodeDecodeErrors with some „obsolete“ encodings.
2012-11-25 VMM: Post-2to3 fixes. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 25 Nov 2012 17:06:17 +0000] rev 653
VMM: Post-2to3 fixes. Added, (re)moved some (en|de)code() calls.
2012-11-25 VMM: Post-2to3 fix. v0.7.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 25 Nov 2012 14:37:09 +0000] rev 652
VMM: Post-2to3 fix. Don't pass 'str=1' ('unicode=1' before 2to3) to gettext.install().
(0) -300 -100 -50 -30 +30 +50 tip