dmiller
|
4d106cbe23
|
Remove unneeded requires
|
2015-02-28 12:43:59 +00:00 |
|
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
|
961ea25225
|
Re-indent some NSE libraries.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-02-03 19:47:34 +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 |
|
fyodor
|
755e7cdfb3
|
add author name to Patrik's IPP library
|
2012-11-16 02:13:27 +00:00 |
|
fyodor
|
e97449e062
|
define IPP
|
2012-07-02 08:32:51 +00:00 |
|
patrik
|
98f74051bb
|
added missing return _ENV; to ipp library
|
2012-06-04 04:19:48 +00:00 |
|
batrick
|
000f6dc4d9
|
Lua 5.2 upgrade [1] for NSE.
[1] http://seclists.org/nmap-dev/2012/q2/34
|
2012-05-27 08:53:32 +00:00 |
|
patrik
|
cceb2ff10a
|
o [NSE] Added the script cups-queue-info that lists the contents of a remote
CUPS printer queue. [Patrik Karlsson]
|
2012-05-01 14:23:40 +00:00 |
|
patrik
|
15a790d490
|
o [NSE] Added the ipp library and the script cups-info that lists available
printers by querying the cups network daemon. [Patrik Karlsson]
|
2012-04-17 19:37:22 +00:00 |
|