batrick
|
ee6622aea4
|
nselib stdnse.print_debug -> stdnse.debug
$ f() { find -name \*.lua -exec /bin/echo sed -i "$1" {} \; ; }
$ f 's/stdnse.print_debug( *\([0-9]*\) *, */stdnse.debug\1(/'
$ f 's/stdnse.print_debug( *"\(.*\))/stdnse.debug1("\1)/'
|
2014-08-03 00:56:45 +00:00 |
|
dmiller
|
1b71f75aad
|
Spelling fixes for Lua files
Mostly in documentation/comments, but a couple code bugs were caught,
including a call to stdnse.pirnt_debug and a mis-declared variable.
|
2014-02-19 04:15:46 +00:00 |
|
dmiller
|
620f9fdb34
|
Remove trailing whitespace in lua files
Whitespace is not significant, so this should not be a problem.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-01-23 21:51:58 +00:00 |
|
patrik
|
121cc35de6
|
nse_check_globals cleanup
|
2012-10-07 12:54:31 +00:00 |
|
patrik
|
40b1c4705b
|
check_globals cleanup
|
2012-10-07 12:39:21 +00:00 |
|
david
|
8f39b485a0
|
Add cassandra scripts from Vlatko Kosturjak.
|
2012-09-20 06:30:48 +00:00 |
|