Version 1.08.0
Released: 2003-06-17
new
Installer is even more thorough for checkingIf the named binary can't be found, it stops.. if named.conf or named.ca don't' exist, they'll automatically be downloaded. MySQL root and password will be tested before the install is attempted. Too many people had already set their root passwords on pre-installed versions of mysql, then forgot them. Changing the root mysql password was too much of a pain.
new
Php open basedir has been added to the default templatesThe following values have been added to the virtualhosts templates
php_admin_value safe_mode 1
php_admin_value open_basedir |HOME|/
which is a mini version of jaling the user.
new
DirectAdmin is compiled as a static binaryThere can be many different compiles of the same library that DirectAdmin relies on. Some versions will break DirectAdmin. A static binary will include all of these libraries built in. However, this comes at a cost, size. Since all the libaries are included, the size of the binary will be much larger, but should never break.
fixed
Multiple forwarders bugFixed the ability to adde multiple forwarders.
fixed
Forwarder Limit Reached bugThe forwarder limit was being checked against the pop limit.. simple one character typo. So if you wern't allowed to create anymore pop accounts, you couldn't create another forwarder. Simple fix.
fixed
Quota's now uses the system binaries, not the apiSome people have different kernels, such as vps, or even just custom compiled kernels. To keep things from breaking, the quotas are now set with the setquota binary and disk usagea are read using the repquota command.