nnposter
|
838ec193e3
|
Do not assume IPP end-of-attributes-tag is followed by another tag
|
2020-06-13 22:47:15 +00:00 |
|
nnposter
|
7ff536c8a1
|
Fix for IPP request tostring(). Fixes #2063
|
2020-06-13 02:10:51 +00:00 |
|
dmiller
|
a39203e5cd
|
Remove bin.lua packings from some more libs
|
2018-09-19 04:09:55 +00:00 |
|
dmiller
|
46eca7f35f
|
Move date/time functions from stdnse to datetime. See #517
|
2018-08-27 22:00:10 +00:00 |
|
dmiller
|
6c4e02e89d
|
Use stdnse.format_timestamp in more places to avoid formatting issues. See #1255, #1303
|
2018-08-16 21:26:48 +00:00 |
|
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 |
|