nmap/nselib
david 854b3460b5 Fix an inaccuracy in the documentation for the nmap.receive_lines and
nmap.receive_bytes functions. It claimed that if you don't get all the
lines/bytes you request before a timeout, then a "TIMEOUT" error happens. In
reality you get back data as long as at least one byte was received before the
timeout. From nsock_readlines:

/* Read up to nlines lines (terminated with \n, which of course
   inclues \r\n), or until EOF, or until the timeout, whichever comes
   first.  Note that NSE_STATUS_SUCCESS will be returned in the case
   of EOF or tiemout if at least 1 char has been read.  Also note that
   you may get more than 'nlines' back -- we just stop once "at least"
   'nlines' is read */
2008-11-04 22:39:07 +00:00
..
data Adding my unpwdb nselib; includes username and password lists, and docs 2008-07-08 04:16:49 +00:00
base64.lua Proofread and update documentation format in base64, bin, bit, comm, datafiles, 2008-10-24 03:56:55 +00:00
bin.luadoc Remove module and object prefixes from function names in .luadoc files, as 2008-10-24 15:57:11 +00:00
bit.luadoc Remove module and object prefixes from function names in .luadoc files, as 2008-10-24 15:57:11 +00:00
comm.lua Small nselib proofreading changes. 2008-10-25 03:35:00 +00:00
datafiles.lua Proofread and update documentation format in base64, bin, bit, comm, datafiles, 2008-10-24 03:56:55 +00:00
dns.lua Fix NSEDoc error messages, except for some "documenting undefined parameter" 2008-10-24 17:05:40 +00:00
http.lua Proofread and update documentation of http, ipOps, and listop. 2008-10-24 04:59:36 +00:00
ipOps.lua Proofread and update documentation of http, ipOps, and listop. 2008-10-24 04:59:36 +00:00
listop.lua Proofread and update documentation of http, ipOps, and listop. 2008-10-24 04:59:36 +00:00
match.lua Proofread and update documentation of match. 2008-10-24 15:14:03 +00:00
msrpc.lua Abbreviate the summaries of the smb and msrpc modules. 2008-11-04 00:20:22 +00:00
netbios.lua Canonicalize script args in smb.lua. Canonicalize @copyright lines in 2008-11-03 23:47:22 +00:00
nmap.luadoc Fix an inaccuracy in the documentation for the nmap.receive_lines and 2008-11-04 22:39:07 +00:00
openssl.luadoc remove bignum_set_negative and bignum_is_negative because those functions are not available in older openssl versions 2008-10-30 13:10:01 +00:00
packet.lua Proofread and update documentation of nmap, openssl, packet, and pcre. 2008-10-24 19:08:27 +00:00
pcre.luadoc Proofread and update documentation of nmap, openssl, packet, and pcre. 2008-10-24 19:08:27 +00:00
pop3.lua Proofread and update documentation of pop3, shortport, snmp, ssh1, ssh2, 2008-10-24 20:12:36 +00:00
shortport.lua Proofread and update documentation of pop3, shortport, snmp, ssh1, ssh2, 2008-10-24 20:12:36 +00:00
smb.lua Abbreviate the summaries of the smb and msrpc modules. 2008-11-04 00:20:22 +00:00
snmp.lua Proofread and update documentation of pop3, shortport, snmp, ssh1, ssh2, 2008-10-24 20:12:36 +00:00
ssh1.lua Proofread and update documentation of pop3, shortport, snmp, ssh1, ssh2, 2008-10-24 20:12:36 +00:00
ssh2.lua Proofread and update documentation of pop3, shortport, snmp, ssh1, ssh2, 2008-10-24 20:12:36 +00:00
stdnse.lua Small nselib proofreading changes. 2008-10-25 03:35:00 +00:00
strbuf.lua Proofread and update documentation of pop3, shortport, snmp, ssh1, ssh2, 2008-10-24 20:12:36 +00:00
tab.lua Proofread and update documentation of pop3, shortport, snmp, ssh1, ssh2, 2008-10-24 20:12:36 +00:00
unpwdb.lua Proofread and update documentation of pop3, shortport, snmp, ssh1, ssh2, 2008-10-24 20:12:36 +00:00
url.lua Proofread and update documentation of pop3, shortport, snmp, ssh1, ssh2, 2008-10-24 20:12:36 +00:00