vincent
b5606dde91
Hide first makefile attempt to include makefile.dep
...
This is to avoid having a warning saying that there is no makefile.dep
file, which will be generated right after the warning and then
included in the Makefile.
2016-08-16 09:31:59 +00:00
vincent
92ef17cc18
Add Mac libraries flags, if specified to the makefile
2016-07-20 16:13:00 +00:00
dmiller
f58315fa59
Make nmap-update depend on nbase for compilation on MSVC
2016-07-05 20:03:42 +00:00
dmiller
50054e6ed7
Update platform toolset to remove XP compatibility
2016-06-04 02:46:11 +00:00
dmiller
37d517b32e
Use XP compatibility SDK, because users are complaining
2015-11-10 16:47:35 +00:00
dmiller
f4619edece
Update http urls for nmap.org to https
2015-11-05 20:41:05 +00:00
fyodor
03a67a7799
Update the nmap-update default channel to match new nmap.h NMAP_UPDATE_CHANNEL (one of my scripts that I run before releases does this)
2015-07-13 07:51:29 +00:00
dmiller
fbbb64a190
Silence warnings: 'Makefile.in seems to ignore the --datarootdir setting'
2015-03-11 04:14:24 +00:00
dmiller
596675939d
Let nmap-update be built alone (make build-nmap-update)
2015-03-10 03:52:42 +00:00
dmiller
cf6639e2b8
Separate libapr and libsvn LIBS variables in nmap-update Makefile
2015-03-07 05:37:42 +00:00
dmiller
0952bed032
Merge final changes to support VS2013 build
...
Changes:
* Fix a collision of the name PS_NONE with a different constant in shlobj.h
* Update solution and project files for VS2013
* Update the NSIS installer to reference the VC 2013 redistributable
2015-01-17 04:35:01 +00:00
dmiller
d7d145d940
Use MSVCRT _unlink function (unlink was not setting errno)
2014-12-08 18:00:29 +00:00
dmiller
3f0d0c16f9
Spellcheck on Nmap, Nsock, Nbase source files
2014-02-20 18:44:12 +00:00
david
85e27805d6
Move libsvn and libapr installation to /nmap-mswin32-aux/libsvn-upgrade.txt.
2012-10-03 05:18:28 +00:00
david
d040559d38
Refer to libsvn in /nmap-mswin32-aux.
2012-10-02 00:53:43 +00:00
david
2f2e826487
Remove OpenSSL directory, moved to /nmap-mswin32-aux.
2012-10-02 00:53:12 +00:00
david
6270d3f7c9
Move -Wno-deprecated-declarations from Makefile.in to configure.ac.
...
It's a flag specific to GCC, so shouldn't be set unconditionally.
2012-09-19 15:33:56 +00:00
david
98bb6cff31
Add -Wall to CFLAGS when using GCC.
2012-09-19 15:33:50 +00:00
david
89d52c8f4f
Declare the function name we actually use.
...
It was nmap_update_svn_cmdline_create_auth_baton, but should be
nmap_update_svn_cmdline_setup_auth_baton.
This was missed in r27746, which otherwise was making the same change.
This was noticed by John Spencer.
http://seclists.org/nmap-dev/2012/q3/942
2012-09-19 15:16:24 +00:00
david
7f5d53184c
Uniform handling of makefile.dep in makefiles.
...
"make clean" keeps makefile.dep and "make distclean" deletes it. This
patch is by Michael McTiernan.
http://seclists.org/nmap-dev/2012/q2/827
2012-06-19 14:06:49 +00:00
sean
e53b573688
Added -Wno-deprecated-declarations to the make file to supress the warning
...
"nmap-update.c: In function ‘checkout_svn’:
nmap-update.c:894:2: warning: ‘svn_client_checkout2’ is deprecated (declared at /usr/include/subversion-1/svn_client.h:1072) [-Wdeprecated-declarations]"
Because as was pointed out in http://seclists.org/nmap-dev/2012/q2/818 the SDK for OSX doesn't yet support SVN3
2012-06-19 02:37:51 +00:00
david
35d54e2db6
Allow nmap-update DEFAULT_CHANNEL to update to "6.00".
2012-05-24 02:28:21 +00:00
david
899a1314d3
Add --with-apr using the APR_FIND_APR macro from Apache.
2012-02-01 00:38:41 +00:00
david
83f1d573c0
Add --with-subversion to configure scripts.
2012-02-01 00:38:39 +00:00
david
9729059ccb
Replace svn_auth.c with function from subversion-1.5.x.
...
This is for compatibility with the OS X 10.5 SDK.
2012-01-02 05:13:19 +00:00
david
70f735f35f
Install the nmap-update man page.
2012-01-02 03:26:48 +00:00
david
cfd095bccb
Further changes to compile on GNU/Linux again.
2012-01-02 03:23:26 +00:00
david
0aee7fc4a2
Changes to svn_auth.c to compile on Windows.
2012-01-02 03:20:46 +00:00
david
eeecdea68d
Copy some code from libsvn to disable username guessing.
2012-01-02 03:10:07 +00:00
david
2dde427109
Add a message about the testing-only nature of nmap-update.
2012-01-02 01:22:08 +00:00
david
d9be338136
Add -v --verbose to nmap-update.
...
Verbosity is now off by default.
2012-01-02 01:22:06 +00:00
fyodor
c3c0bb9a0a
Create new update channel for 5.61TEST4
2012-01-02 00:50:17 +00:00
david
f7aa1eea8a
Add a "repo" configuration file option, the same as --repo.
2012-01-01 23:17:09 +00:00
david
c5422af0c3
Add a --repo option to override the built-in svn.nmap.org.
2012-01-01 23:17:08 +00:00
david
6a25fbe836
Remove a memory leak in --help.
2012-01-01 23:17:07 +00:00
david
52e617630a
Add --username and --password to nmap-update.
2011-12-29 22:53:00 +00:00
david
c37d7d6d28
Call svn_config_ensure.
...
This is needed to allow caching of authentication credentials, which
Subversion can do in a more secure fashion than keeping them in
nmap-update.conf.
2011-12-23 01:27:53 +00:00
david
f4634db423
Fix a bug in Windows rename_file.
...
It was returning before moving the file if the unlink succeeded.
2011-12-23 00:19:32 +00:00
david
db8d98daba
Fix an opposite return code in Windows copy_tree.
2011-12-23 00:03:56 +00:00
david
4ec4641ce8
Remove the right diagnostic.
2011-12-21 00:00:07 +00:00
david
2dae73f251
Automatically update the default update channel.
2011-12-21 00:00:05 +00:00
david
1a955d99e4
Remove unused NMAP_DATADIR from nmap-update.
2011-12-21 00:00:04 +00:00
david
4cd625f089
Make the destination directory for nmap-update.
2011-12-20 02:50:04 +00:00
david
083065ea3a
Add install and uninstall targets.
2011-12-20 02:44:12 +00:00
david
8b8de75ce6
Use svn_cmdline_setup_auth_baton.
...
This is instead of svn_cmdline_create_auth_baton, for compatibility with
the MacOSX10.5 SDK.
2011-12-20 02:40:47 +00:00
david
9a615acd22
Use LDFLAGS when linking nmap-update.
2011-12-20 02:37:01 +00:00
david
7c8bd6b699
Use svn_client_checkout2 instead of svn_client_checkout3.
...
This is for compatibility with the MacOSX10.5 SDK.
2011-12-20 02:31:31 +00:00
david
e04a965620
Keep nmap-update output files in its own directory.
2011-12-20 01:38:54 +00:00
david
ddec55252d
Change to link against libsvn1 in nmap-private-dev.
2011-12-20 01:32:39 +00:00
david
38ddd57eea
Remove another metadata diagnostic.
2011-12-19 23:34:15 +00:00