Fri, 14 Nov 2008 14:40:26 +0100 Added tag release_2.1.2 for changeset 1e24ee6c41e5
Peter Gervai <grin@grin.hu> [Fri, 14 Nov 2008 14:40:26 +0100] rev 197
Added tag release_2.1.2 for changeset 1e24ee6c41e5
Fri, 14 Nov 2008 14:37:35 +0100 Adding tailor state file to help updates from upstream release_2.1.2
Peter Gervai <grin@grin.hu> [Fri, 14 Nov 2008 14:37:35 +0100] rev 196
Adding tailor state file to help updates from upstream
Mon, 10 Nov 2008 21:07:14 +0000 [feladat @ 308]
peter [Mon, 10 Nov 2008 21:07:14 +0000] rev 195
[feladat @ 308] Bugfix: when not all data was entered correctly when creating a new user, an error was displayed, but the user still was created. Bugfix: A possible privilege escalation has been reported by Pim Rupert. This has also been adressed.
Fri, 26 Sep 2008 10:02:33 +0000 [feladat @ 307]
peter [Fri, 26 Sep 2008 10:02:33 +0000] rev 194
[feladat @ 307] Minor bug fix: bg.shiny@gmail.com reported that cyrillic characters where not supported. Applied the patch which was supplied. This closes #93.
Fri, 12 Sep 2008 08:39:57 +0000 [feladat @ 303]
rejo [Fri, 12 Sep 2008 08:39:57 +0000] rev 193
[feladat @ 303] Added preliminary support for SPF (other than in TXT) and SSHFP records. Valdiation for these types will be added in near future. As requested in #89.
Thu, 07 Aug 2008 18:45:13 +0000 [feladat @ 302]
peter [Thu, 07 Aug 2008 18:45:13 +0000] rev 192
[feladat @ 302] Applied the patches supplied in #82 and #85. Also quoted some additional values before they are send to the database.
Thu, 24 Jul 2008 17:21:33 +0000 [feladat @ 300] release_2.1.1
peter [Thu, 24 Jul 2008 17:21:33 +0000] rev 191
[feladat @ 300] Bugfix: When no zones are available in current listing, it isn't possible to switch to an other listing. Fixed this by displaying the character selection in this case. Closes: #81. Bug reported by Tom Hutchison.
Mon, 14 Jul 2008 22:44:32 +0000 [feladat @ 299]
rejo [Mon, 14 Jul 2008 22:44:32 +0000] rev 190
[feladat @ 299] Fixed a number of undefined errors warnings. Updated a number variable names for consistency. Update PHP syntax for consistency.
Mon, 14 Jul 2008 20:17:34 +0000 [feladat @ 298]
peter [Mon, 14 Jul 2008 20:17:34 +0000] rev 189
[feladat @ 298] Bugfix: The GRANT statement for PostgreSQL is not correct. Modified the code to give the correct GRANT statement based on the tables in database-structure.inc.php. Reported by grin. Closes: #78.
Mon, 14 Jul 2008 16:19:30 +0000 [feladat @ 297]
peter [Mon, 14 Jul 2008 16:19:30 +0000] rev 188
[feladat @ 297] Bugfix: removed the multirow insert syntax, which is only supported in PostgreSQL 8.2 and higher. Reported and patch by grin. This closes ticket:79.
Sat, 12 Jul 2008 13:44:34 +0000 [feladat @ 296]
rejo [Sat, 12 Jul 2008 13:44:34 +0000] rev 187
[feladat @ 296] Fixed a number of errors for undefined variables.
Sat, 12 Jul 2008 13:15:50 +0000 [feladat @ 294]
rejo [Sat, 12 Jul 2008 13:15:50 +0000] rev 186
[feladat @ 294] Update of SRV record validation. Now checks for a maximum number of characters of content field and allows dash in first label of content field. Closes #45.
Fri, 11 Jul 2008 08:59:07 +0000 [feladat @ 293]
rejo [Fri, 11 Jul 2008 08:59:07 +0000] rev 185
[feladat @ 293] Added isset() check for commits.
Fri, 11 Jul 2008 08:02:01 +0000 [feladat @ 292]
rejo [Fri, 11 Jul 2008 08:02:01 +0000] rev 184
[feladat @ 292] Fixed a number of undefined variable errors in PHP. Fixed an omission in r291.
Fri, 11 Jul 2008 07:44:10 +0000 [feladat @ 291]
rejo [Fri, 11 Jul 2008 07:44:10 +0000] rev 183
[feladat @ 291] Bugfix. A user without the privilige to change the permission templates for users couldn't change user properties. Closes: #80.
Fri, 20 Jun 2008 12:21:03 +0000 [feladat @ 290]
rejo [Fri, 20 Jun 2008 12:21:03 +0000] rev 182
[feladat @ 290] Fixed a couple of warnings on undefined variables and array indexes. Closes: #71.
Wed, 18 Jun 2008 19:11:39 +0000 [feladat @ 289]
peter [Wed, 18 Jun 2008 19:11:39 +0000] rev 181
[feladat @ 289] Bugfix: In postgres an empty string ("") was is not automatically casted to 0. Because of this the use of integer is forced in the $db->quote() function. This fixes ticket:40.
Thu, 12 Jun 2008 22:00:46 +0000 [feladat @ 288]
rejo [Thu, 12 Jun 2008 22:00:46 +0000] rev 180
[feladat @ 288] Fixed GRANT statement installer to give working example, even if web interface and database are on different server. Closes #67.
Sat, 07 Jun 2008 10:51:11 +0000 [feladat @ 287]
rejo [Sat, 07 Jun 2008 10:51:11 +0000] rev 179
[feladat @ 287] Changed default zone type when adding new master zones (from master to native).
Sat, 07 Jun 2008 09:56:37 +0000 [feladat @ 286]
peter [Sat, 07 Jun 2008 09:56:37 +0000] rev 178
[feladat @ 286] Bugfix: Modified the link to the Poweradmin installation in step 7 from 'index.php' to '../index.php'. This closes ticket:68.
Tue, 03 Jun 2008 19:51:43 +0000 [feladat @ 285]
rejo [Tue, 03 Jun 2008 19:51:43 +0000] rev 177
[feladat @ 285] Fixed an invalid function call. Reported by Chet Nichols. Closes #55.
Sat, 31 May 2008 16:06:49 +0000 [feladat @ 284]
rejo [Sat, 31 May 2008 16:06:49 +0000] rev 176
[feladat @ 284] Validation of an emailaddress now uses new hostname validation function as well. Issue reported by Alessandro Bono. Closes: #60.
Thu, 29 May 2008 20:27:46 +0000 [feladat @ 282] release_2.1.0
rejo [Thu, 29 May 2008 20:27:46 +0000] rev 175
[feladat @ 282] Bugfix. Unable to add a new slave due to wrong validation of user input. Reported by Adhisimon. Closes #58.
Fri, 23 May 2008 21:52:08 +0000 [feladat @ 281]
rejo [Fri, 23 May 2008 21:52:08 +0000] rev 174
[feladat @ 281] Fixed a bug that was introduced by bugfix (...) in r277.
Mon, 19 May 2008 19:01:58 +0000 [feladat @ 280]
rejo [Mon, 19 May 2008 19:01:58 +0000] rev 173
[feladat @ 280] Fixed a small and non-critical bug when validating SOA records. An error messages was shown, validation or process wasn't influenced.
Mon, 19 May 2008 10:20:44 +0000 [feladat @ 279]
rejo [Mon, 19 May 2008 10:20:44 +0000] rev 172
[feladat @ 279] Fixed a bug causing return of wrong seasrch results when searching for zones the user does own. Reported by Adhisimon. Closes: #56.
Sun, 18 May 2008 12:28:16 +0000 [feladat @ 278]
rejo [Sun, 18 May 2008 12:28:16 +0000] rev 171
[feladat @ 278] Added user configurable option to show serial of zone in zone listing. Closes: #53.
Sun, 18 May 2008 11:51:59 +0000 [feladat @ 277]
rejo [Sun, 18 May 2008 11:51:59 +0000] rev 170
[feladat @ 277] Changed legacy function name for hostname validation to new code. Bug reported by Adhisimon. Closes: #55.
Sun, 18 May 2008 07:56:11 +0000 [feladat @ 276]
peter [Sun, 18 May 2008 07:56:11 +0000] rev 169
[feladat @ 276] Bugfix: Used the $_SESSION['userid'] instead of $userid. Patch supplied by adhisimon. This closes #54.
Fri, 16 May 2008 11:30:20 +0000 [feladat @ 275]
rejo [Fri, 16 May 2008 11:30:20 +0000] rev 168
[feladat @ 275] Fixed the two URL's in the CHANGELOG and README file.
Fri, 16 May 2008 10:43:57 +0000 [feladat @ 273]
rejo [Fri, 16 May 2008 10:43:57 +0000] rev 167
[feladat @ 273] Renamed error ERR_DNS_MX_NS_TO_CNAME to more generic ERR_DNS_NON_ALIAS_TARGET. See also r270.
Fri, 16 May 2008 10:42:36 +0000 [feladat @ 272]
rejo [Fri, 16 May 2008 10:42:36 +0000] rev 166
[feladat @ 272] Removed an unused error definition.
Fri, 16 May 2008 10:01:42 +0000 [feladat @ 271]
rejo [Fri, 16 May 2008 10:01:42 +0000] rev 165
[feladat @ 271] Password of Poweradmin administrator is now asked (and used) during installation procedure, avoiding the need of using a default password.
Thu, 15 May 2008 21:50:20 +0000 [feladat @ 270]
rejo [Thu, 15 May 2008 21:50:20 +0000] rev 164
[feladat @ 270] Added validation for SRV records. Closes #45. Updated validation for TXT records to allow for DKIM. Closes #49. Renamed is_valid_mx_or_ns_target function to more generic name is_valid_non_alias_target.
Thu, 15 May 2008 19:02:53 +0000 [feladat @ 269]
peter [Thu, 15 May 2008 19:02:53 +0000] rev 163
[feladat @ 269] Minor layout bug: Made sure the table row was closed before starting a new one.
Tue, 13 May 2008 21:35:17 +0000 [feladat @ 268]
rejo [Tue, 13 May 2008 21:35:17 +0000] rev 162
[feladat @ 268] Added two missing exclamation marks in IP address verification function. Closes #52.
Tue, 13 May 2008 20:59:32 +0000 [feladat @ 267]
rejo [Tue, 13 May 2008 20:59:32 +0000] rev 161
[feladat @ 267] Fixing the previous bugfix. Should really close #51. Additionaly, allow for IPv6 master if zone is a new slave zone.
Tue, 13 May 2008 20:37:32 +0000 [feladat @ 266]
rejo [Tue, 13 May 2008 20:37:32 +0000] rev 160
[feladat @ 266] Fixed legacy function calls to functions for validating IPv4 and IPv6 addresses. Closes: #51.
Tue, 13 May 2008 19:03:24 +0000 [feladat @ 265]
rejo [Tue, 13 May 2008 19:03:24 +0000] rev 159
[feladat @ 265] Fixed a bug in the installer. This closes #50.
Tue, 13 May 2008 15:18:45 +0000 [feladat @ 264]
rejo [Tue, 13 May 2008 15:18:45 +0000] rev 158
[feladat @ 264] Fixing typo in MX validation check.
Mon, 12 May 2008 07:36:11 +0000 [feladat @ 263]
rejo [Mon, 12 May 2008 07:36:11 +0000] rev 157
[feladat @ 263] Fixed create user example for PgSQL to have create a new user with a password.
Fri, 09 May 2008 15:41:02 +0000 [feladat @ 262]
rejo [Fri, 09 May 2008 15:41:02 +0000] rev 156
[feladat @ 262] Re-ordering of some of the questions in the installer script. The user is now presented the exact commands to create the Poweradmin database user, instead of giving a mock-up.
Fri, 09 May 2008 14:54:59 +0000 [feladat @ 261]
rejo [Fri, 09 May 2008 14:54:59 +0000] rev 155
[feladat @ 261] Changed suggested configuration code to not use the PGP shorttags for better compatibility.
Fri, 09 May 2008 14:24:30 +0000 [feladat @ 260]
rejo [Fri, 09 May 2008 14:24:30 +0000] rev 154
[feladat @ 260] Fixing another typo in Dutch translation.
Fri, 09 May 2008 14:23:37 +0000 [feladat @ 259]
rejo [Fri, 09 May 2008 14:23:37 +0000] rev 153
[feladat @ 259] Fixing typo in Dutch translation.
Fri, 09 May 2008 14:23:00 +0000 [feladat @ 258]
rejo [Fri, 09 May 2008 14:23:00 +0000] rev 152
[feladat @ 258] Fixing small bug in on-screen print of suggested configuration.
Fri, 09 May 2008 14:07:54 +0000 [feladat @ 257]
rejo [Fri, 09 May 2008 14:07:54 +0000] rev 151
[feladat @ 257] Added translation of installation script. User now may choose between english or dutch installation procedure.
Sat, 03 May 2008 22:00:51 +0000 [feladat @ 256]
rejo [Sat, 03 May 2008 22:00:51 +0000] rev 150
[feladat @ 256] The local configuration file is now written by the installer if the file is writeable to the webserver. If it is not, the user must create the file himself. Fixed a small typo.
Sat, 03 May 2008 21:16:50 +0000 [feladat @ 255]
rejo [Sat, 03 May 2008 21:16:50 +0000] rev 149
[feladat @ 255] Fixed a missing variable definition in the installer.
Sat, 03 May 2008 20:36:31 +0000 [feladat @ 254]
rejo [Sat, 03 May 2008 20:36:31 +0000] rev 148
[feladat @ 254] Allow the use of SRV records, allthough there is no validation of this type (yet). Requested by Philipp Hellmich.
Sat, 03 May 2008 20:22:46 +0000 [feladat @ 253]
rejo [Sat, 03 May 2008 20:22:46 +0000] rev 147
[feladat @ 253] Added a small explanation of the supported regular expression for the search field. This closes ticket:38 and ticket:47.
Mon, 28 Apr 2008 20:10:12 +0000 [feladat @ 252]
peter [Mon, 28 Apr 2008 20:10:12 +0000] rev 146
[feladat @ 252] Added the possibility to select whether MySQL or PostgreSQL should be used. Depending on the choice, a different instruction is displayed in step 3. Also fixed a minor typo.
Mon, 28 Apr 2008 19:12:51 +0000 [feladat @ 251]
rejo [Mon, 28 Apr 2008 19:12:51 +0000] rev 145
[feladat @ 251] Fixed a small problem in the database scheme that is created by the install procedure.
Mon, 28 Apr 2008 19:05:06 +0000 [feladat @ 250]
rejo [Mon, 28 Apr 2008 19:05:06 +0000] rev 144
[feladat @ 250] Added a check for the existence of the install/ direcory. If it exists, present the user with an error message.
Mon, 28 Apr 2008 18:47:19 +0000 [feladat @ 249]
rejo [Mon, 28 Apr 2008 18:47:19 +0000] rev 143
[feladat @ 249] Added a small check to make sure a nice message is shown if the users does not have view access to any zone (in list_zones.php).
Mon, 28 Apr 2008 18:18:06 +0000 [feladat @ 248]
rejo [Mon, 28 Apr 2008 18:18:06 +0000] rev 142
[feladat @ 248] Added basic installation procedure. This closes ticket:10.
Thu, 24 Apr 2008 22:33:28 +0000 [feladat @ 247]
rejo [Thu, 24 Apr 2008 22:33:28 +0000] rev 141
[feladat @ 247] If the user was listing the details of a zone that did not exist, all kinds of error messages were given. Now we first determine if the ID is valid and if not, immediately return the correct error message.
Thu, 24 Apr 2008 21:07:27 +0000 [feladat @ 246]
rejo [Thu, 24 Apr 2008 21:07:27 +0000] rev 140
[feladat @ 246] Improvement of DNS validation code. See also [wiki:Documentation documentation on standards]. Closes ticket:6, trailing dot not allowed in content field (it is now stripped automagically as PowerDNS doesnt want it). Closes ticket:40, error shown if priority field was empty and record type was not MX (prio field is now ignored if record type is not MX).
Wed, 16 Apr 2008 17:53:40 +0000 [feladat @ 245]
peter [Wed, 16 Apr 2008 17:53:40 +0000] rev 139
[feladat @ 245] Bugfix: When a record is deleted from the search screen, an error was displayed. This closes ticket:43.
Fri, 11 Apr 2008 13:33:30 +0000 [feladat @ 244]
rejo [Fri, 11 Apr 2008 13:33:30 +0000] rev 138
[feladat @ 244] Improved SOA record validation.
(0) -100 -60 tip