Changeset 674
- Timestamp:
- 06/24/07 20:46:51
(1 year ago)
- Author:
- raphael
- Message:
Fixed #425: WARNING: KEY or IV has invalid length
Fixed #428: ERROR: External command '/usr/bin/mysql --host=localhost --user=root --pass= < /tmp/db.sql 1>/tmp/db.sql.stdout 2>/tmp/db.sql.stderr' returned '1'
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r673 |
r674 |
|
| 11 | 11 | \_________________________________________________________________/ |
|---|
| 12 | 12 | |
|---|
| 13 | | <<<<<<< .mine |
|---|
| 14 | | <<<<<<< .mine |
|---|
| | 13 | 2007-06-24 Raphael Geissert |
|---|
| | 14 | - ENGINE: |
|---|
| | 15 | * Fixed #425: WARNING: KEY or IV has invalid length |
|---|
| | 16 | - SETUP: |
|---|
| | 17 | * Fixed #428: ERROR: External command '/usr/bin/mysql --host=localhost --user=root --pass= < /tmp/db.sql 1>/tmp/db.sql.stdout 2>/tmp/db.sql.stderr' returned '1' |
|---|
| | 18 | |
|---|
| 15 | 19 | 2007-06-21 Benedikt Heintel |
|---|
| 16 | 20 | - GUI: |
|---|
| 17 | 21 | * PMA Version 2.10.2 |
|---|
| 18 | 22 | |
|---|
| 19 | | ======= |
|---|
| 20 | | ======= |
|---|
| 21 | 23 | 2007-06-22 Raphael Geissert |
|---|
| 22 | 24 | - ENGINE: |
|---|
| … | … | |
| 30 | 32 | * Renamed fastcgi.conf to fastcgi_ispcp.conf to prevent replacing existing fastcgi.conf |
|---|
| 31 | 33 | |
|---|
| 32 | | >>>>>>> .r672 |
|---|
| 33 | 34 | 2007-06-21 Raphael Geissert |
|---|
| 34 | 35 | - SETUP: |
|---|
| … | … | |
| 38 | 39 | * Added VHCS 2.4.7.1 to ispCP Omega migration script |
|---|
| 39 | 40 | |
|---|
| 40 | | >>>>>>> .r669 |
|---|
| 41 | 41 | 2007-06-20 Benedikt Heintel |
|---|
| 42 | 42 | - GUI: |
|---|
| r672 |
r674 |
|
| 1668 | 1668 | push_el(\@main::el, 'decrypt_db_password()', 'WARNING: KEY or IV has invalid length'); |
|---|
| 1669 | 1669 | |
|---|
| 1670 | | return (0, ''); |
|---|
| | 1670 | return (1, ''); |
|---|
| 1671 | 1671 | } |
|---|
| 1672 | 1672 | |
|---|
| r668 |
r674 |
|
| 13 | 13 | my ($php_fname, $perl_fname, $perl_fname2) = ($ARGV[0], $ARGV[1], $ARGV[2]); |
|---|
| 14 | 14 | |
|---|
| 15 | | my $key = gen_sys_rand_num(32); |
|---|
| 16 | | my $iv = gen_sys_rand_num(8); |
|---|
| | 15 | my $key = gen_sys_rand_num(33); |
|---|
| | 16 | my $iv = gen_sys_rand_num(9); |
|---|
| 17 | 17 | |
|---|
| 18 | 18 | $key =~ s/'/\\'/gi; |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>