nmap/nbase
david 31e4350dba Make the argument to checked_fd_isset non-const.
I got this error compiling on OS X 10.6:
In file included from netutil.cc:132:
../nbase/nbase.h: In function 'int checked_fd_isset(int, const fd_set*)':
../nbase/nbase.h:385: error: invalid conversion from 'const fd_set*' to 'fd_set*'
../nbase/nbase.h:385: error:   initializing argument 2 of 'int __darwin_fd_isset(int, fd_set*)'
netutil.cc: In function 'int send_ipv6_ip(const sockaddr_in6*, const unsigned char*, size_t)':
netutil.cc:3846: warning: unused variable 'tclass'
make[2]: *** [netutil.o] Error 1
make[1]: *** [netutil_build] Error 2
2014-04-11 05:08:30 +00:00
..
test merging in the --lua-exec feature for ncat. 2013-07-02 16:56:03 +00:00
acinclude.m4 Rename configlocal.m4 to acinclude.m4 for uniformity. 2012-09-19 16:41:31 +00:00
CHANGELOG
configure Re-autoconf the configure scripts (using 2.69) 2013-12-11 23:17:47 +00:00
configure.ac Use CPPFLAGS for -I, not CFLAGS or CXXFLAGS 2013-12-11 23:17:42 +00:00
getaddrinfo.c Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
getnameinfo.c Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
getopt.c Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
getopt.h Remove trailing whitespace from C/C++ files 2014-02-12 20:25:51 +00:00
inet_ntop.c Remove most tabs in nbase. This probably needs some fixes, but the tabs really confused my vim. 2013-08-09 00:16:52 +00:00
inet_pton.c Remove most tabs in nbase. This probably needs some fixes, but the tabs really confused my vim. 2013-08-09 00:16:52 +00:00
Makefile.in
nbase.h Make the argument to checked_fd_isset non-const. 2014-04-11 05:08:30 +00:00
nbase.vcxproj Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00
nbase_addrset.c Remove trailing whitespace from C/C++ files 2014-02-12 20:25:51 +00:00
nbase_addrset.h Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
nbase_config.h.in Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
nbase_crc32ct.h Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
nbase_ipv6.h Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
nbase_memalloc.c Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
nbase_misc.c Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
nbase_rnd.c Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
nbase_str.c Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
nbase_time.c Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
nbase_winconfig.h Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
nbase_winunix.c Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00
nbase_winunix.h Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
snprintf.c Spellcheck on Nmap, Nsock, Nbase source files 2014-02-20 18:44:12 +00:00
strcasecmp.c Add a lacking space in the license comment. The command I used to do this is: 2013-09-11 19:06:20 +00:00