Changeset 1122
- Timestamp:
- 04/17/08 20:04:21
(6 months ago)
- Author:
- rats
- Message:
Fixed #1193: Typo in engine/ispcp-mbox-mngr
Fixed #1192: Typo in gui/admin/settings.php
Fixed #1191: MySQL password auto-generation for daemons shouldn't contain '#'
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1121 |
r1122 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | 2008-04-17 Benedikt Heintel |
|---|
| | 4 | - ENGINE: |
|---|
| | 5 | * Fixed #1193: Typo in engine/ispcp-mbox-mngr |
|---|
| | 6 | - GUI: |
|---|
| | 7 | * Fixed #1192: Typo in gui/admin/settings.php |
|---|
| | 8 | - SETUP: |
|---|
| | 9 | * Fixed #1191: MySQL password auto-generation for daemons shouldn't contain '#' |
|---|
| 3 | 10 | |
|---|
| 4 | 11 | 2008-04-16 Benedikt Heintel |
|---|
| r1103 |
r1122 |
|
| 1797 | 1797 | my ($sys, $working) = (undef, undef); |
|---|
| 1798 | 1798 | |
|---|
| 1799 | | my $mailboxes_cfg = $main::cgf{'MTA_VIRTUAL_MAILBOX_HASH'}; |
|---|
| | 1799 | my $mailboxes_cfg = $main::cfg{'MTA_VIRTUAL_MAILBOX_HASH'}; |
|---|
| 1800 | 1800 | |
|---|
| 1801 | 1801 | my $mailboxes_working_cfg = "$working_dir/mailboxes"; |
|---|
| r1120 |
r1122 |
|
| 253 | 253 | if (!defined($pass1) || $pass1 eq '') { |
|---|
| 254 | 254 | $db_password = gen_sys_rand_num(18); |
|---|
| 255 | | $db_password =~ s/('|")//g; |
|---|
| | 255 | $db_password =~ s/('|"|`|#|;)//g; |
|---|
| 256 | 256 | $main::ua{'db_ftp_password'} = $db_password; |
|---|
| 257 | 257 | print STDOUT "\tispCP ftp SQL user password set to: $db_password\n"; |
|---|
| … | … | |
| 493 | 493 | |
|---|
| 494 | 494 | $db_password = gen_sys_rand_num(18); |
|---|
| 495 | | $db_password =~ s/('|")//g; |
|---|
| | 495 | $db_password =~ s/('|"|`|#|;)//g; |
|---|
| 496 | 496 | $main::ua{'db_pma_password'} = $db_password; |
|---|
| 497 | 497 | print STDOUT "\tphpMyAdmin Control user password set to: $db_password\n"; |
|---|
| r1072 |
r1122 |
|
| 553 | 553 | |
|---|
| 554 | 554 | return $rs if ($rs != 0); |
|---|
| 555 | | |
|---|
| 556 | | $rs = del_file("$main::cfg{'APACHE_MODS_DIR'}/fastcgi_ispcp.load"); |
|---|
| 557 | | |
|---|
| 558 | | return $rs if ($rs != 0); |
|---|
| 559 | | |
|---|
| | 555 | if ( -e "$main::cfg{'APACHE_MODS_DIR'}/fastcgi_ispcp.load") { |
|---|
| | 556 | $rs = del_file("$main::cfg{'APACHE_MODS_DIR'}/fastcgi_ispcp.load"); |
|---|
| | 557 | |
|---|
| | 558 | return $rs if ($rs != 0); |
|---|
| | 559 | } |
|---|
| 560 | 560 | sleep(5); |
|---|
| 561 | 561 | |
|---|
| r1070 |
r1122 |
|
| 209 | 209 | 'TR_PASSWORD_SETTINGS'=> tr('Password settings') , |
|---|
| 210 | 210 | 'TR_PASSWD_STRONG'=> tr('Use strong Passwords') , |
|---|
| 211 | | 'TR_PASSWD_CHARS' => tr('Password lenght'), |
|---|
| | 211 | 'TR_PASSWD_CHARS' => tr('Password length'), |
|---|
| 212 | 212 | 'TR_BRUTEFORCE' => tr('Bruteforce detection'), |
|---|
| 213 | 213 | 'TR_BRUTEFORCE_BETWEEN' => tr('Block time between logins'), |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>