[Openvas-commits] r1262 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 1 10:29:27 CEST 2008
Author: kost
Date: 2008-09-01 10:29:26 +0200 (Mon, 01 Sep 2008)
New Revision: 1262
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/url_func.inc
Log:
removed TODO items as they are implemented, thanks to Chandrashekhar
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2008-09-01 08:17:04 UTC (rev 1261)
+++ trunk/openvas-plugins/ChangeLog 2008-09-01 08:29:26 UTC (rev 1262)
@@ -1,3 +1,7 @@
+2008-09-01 Vlatko Kosturjak <kost at linux.hr>
+ * scripts/url_func.inc: removed TODO items as they are implemented,
+ thanks to Chandrashekhar
+
2008-09-01 Chandrashekhar B <bchandra at secpod.com>
* scripts/url_func.inc: Added URL Encode and Decode functions
Modified: trunk/openvas-plugins/scripts/url_func.inc
===================================================================
--- trunk/openvas-plugins/scripts/url_func.inc 2008-09-01 08:17:04 UTC (rev 1261)
+++ trunk/openvas-plugins/scripts/url_func.inc 2008-09-01 08:29:26 UTC (rev 1262)
@@ -1,16 +1,8 @@
# Implementation of nessus compatible includes
# Vlatko Kosturjak <kost at linux.hr>
# Distributed under GPL
-#
-# TODO:
-# - implement free/GPL urldecode and urlencode functions
-# (in order to fully implement this include)
-#
-# Added:
-# - URL Encode function
-# - URL Decode function
+# URL encode & decode functions:
# Chandan S(schandan at secpod.com)
-#
global_var HEX_LOWERCASE, HEX_UPPERCASE;
HEX_LOWERCASE=1;
More information about the Openvas-commits
mailing list