nmap/nsock/src
2013-05-03 21:25:53 +00:00
..
acinclude.m4 Added new poll and kqueue/kevent nsock engines. 2012-10-21 23:20:35 +00:00
aclocal.m4 Regen with Autoconf 2.68 and aclocal 1.11.6. 2012-09-19 16:41:35 +00:00
configure Added checks to avoid including netdb.h on platforms that don't provide it. 2013-05-01 15:15:57 +00:00
configure.ac Added checks to avoid including netdb.h on platforms that don't provide it. 2013-05-01 15:15:57 +00:00
engine_epoll.c Normalized log messages. No idea why I initially put underscores instead of spaces there. 2012-12-15 18:16:59 +00:00
engine_kqueue.c Normalized log messages. No idea why I initially put underscores instead of spaces there. 2012-12-15 18:16:59 +00:00
engine_poll.c Replaced the LOWER_MAX_FD macro by a static inline function. 2013-01-07 21:54:07 +00:00
engine_select.c Move CHECKED_FD_SET and CHECKED_FD_CLR to Nbase. 2013-02-22 00:45:57 +00:00
error.c Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
error.h Add some missing noreturn and format attributes. 2013-02-22 00:45:55 +00:00
filespace.c Filespace code cleanup. 2012-12-22 21:59:38 +00:00
filespace.h Filespace code cleanup. 2012-12-22 21:59:38 +00:00
gh_list.c Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
gh_list.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
Makefile.in Added SOCKS4 support 2013-04-22 19:34:11 +00:00
netutils.c Add get_localaddr_string. 2013-04-27 16:22:07 +00:00
netutils.h Add get_localaddr_string. 2013-04-27 16:22:07 +00:00
nsock_connect.c Add a debug message when binding a socket. 2013-04-27 16:22:11 +00:00
nsock_core.c More style fixes. 2013-05-03 21:25:53 +00:00
nsock_engines.c Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nsock_event.c Added a new NSE_STATUS_PROXYERROR status type to report proxy-related errors 2013-04-22 19:32:29 +00:00
nsock_internal.h Design improvements. 2013-04-22 19:29:18 +00:00
nsock_iod.c Declare variables before executing any statement to follow 2013-05-02 08:36:08 +00:00
nsock_log.c Merged nsock-logging from nmap-exp/henri/nsock-logging/ 2012-12-15 10:59:30 +00:00
nsock_log.h Added format attribute to __nsock_log_internal. 2013-01-10 19:19:09 +00:00
nsock_pcap.c Declare variables before executing any statement to follow 2013-05-02 08:36:08 +00:00
nsock_pcap.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nsock_pool.c Initial version with a _very_ raw support for HTTP proxy chains (using the 2013-04-22 19:28:53 +00:00
nsock_proxy.c Replaced strtok_r() calls by strtok(). 2013-05-02 17:32:15 +00:00
nsock_proxy.h Added explicit pointer cast. 2013-05-02 16:51:46 +00:00
nsock_read.c Merged nsock-logging from nmap-exp/henri/nsock-logging/ 2012-12-15 10:59:30 +00:00
nsock_ssl.c Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nsock_ssl.h Update the Nmap and Nsock source code headers to note new Nmap dev mailing list email address and a better URL for Nmap license. 2012-12-06 01:21:42 +00:00
nsock_timers.c Merged nsock-logging from nmap-exp/henri/nsock-logging/ 2012-12-15 10:59:30 +00:00
nsock_write.c Minor style fixes. 2012-12-29 15:59:59 +00:00
proxy_http.c Removed designated structure initializers that break 2013-05-02 08:27:20 +00:00
proxy_socks4.c Removed designated structure initializers that break 2013-05-02 08:27:20 +00:00