Henning Rogge [Mon, 3 Oct 2011 18:32:39 +0000 (20:32 +0200)]
Update version to pre-0.6.3
Henning Rogge [Mon, 3 Oct 2011 18:30:15 +0000 (20:30 +0200)]
Add changelog for 0.6.2
Henning Rogge [Mon, 3 Oct 2011 18:15:43 +0000 (20:15 +0200)]
Update version to 0.6.2
Henning Rogge [Sat, 1 Oct 2011 08:05:00 +0000 (10:05 +0200)]
Sanitize the kernel check function for linux
Markus Kittenberger [Fri, 30 Sep 2011 07:47:11 +0000 (09:47 +0200)]
3 != 2
root [Thu, 29 Sep 2011 19:10:38 +0000 (19:10 +0000)]
Fix Linux kernel version check for >= 3.x.x
root [Wed, 21 Sep 2011 20:04:10 +0000 (20:04 +0000)]
remove uneeded netlink flags/comments
Henning Rogge [Wed, 21 Sep 2011 18:57:32 +0000 (20:57 +0200)]
Fix default policy rule priority
Markus Kittenberger [Tue, 20 Sep 2011 21:01:11 +0000 (23:01 +0200)]
do not use onlink flag, for network routes without gateway (e.g. smartgateway default route via ptp tunnel)
Teco Boot [Wed, 14 Sep 2011 08:38:19 +0000 (10:38 +0200)]
Default TosValue set to 192: CS6
{Teco Boot} [Wed, 14 Sep 2011 07:07:23 +0000 (09:07 +0200)]
TosValue redefined as TOS byte
Henning Rogge [Mon, 12 Sep 2011 07:17:49 +0000 (09:17 +0200)]
Allow TOS values of up to 31
Henning Rogge [Mon, 12 Sep 2011 07:11:08 +0000 (09:11 +0200)]
Fix TOS settings for linux
Ferry Huberts [Mon, 22 Aug 2011 12:29:22 +0000 (14:29 +0200)]
clean up README-Olsr-Extensions file
Fix spelling and grammar mistakes.
Fix layout to a maximum of 80 columns wide.
Remove trailing whitespace.
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Markus Kittenberger [Fri, 19 Aug 2011 16:29:39 +0000 (18:29 +0200)]
Merge branch 'stable' of git://olsr.org/olsrd into stable
Markus Kittenberger [Fri, 19 Aug 2011 16:28:21 +0000 (18:28 +0200)]
clean up 2 comments, and move a newline
Ferry Huberts [Thu, 18 Aug 2011 11:52:28 +0000 (13:52 +0200)]
Linux: correctly set plugin library soname
By convention, non-core libraries should start with the 'lib'
prefix on Linux systems. Currently this is not the case for the
olsrd plugin libraries.
Since renaming the libraries would break all configurations,
the soname of an olsrd plugin library is now correctly set
with the 'lib' prefix so that an 'ldconfig -l <library>' will
create the correct link.
This patch fixes the issue for Linux only, other platforms
are not touched since I don't have those platforms available.
To completely fix the issue, PLUGIN_FULLNAME must be set as:
PLUGIN_FULLNAME ?= lib$(PLUGIN_NAME).so.$(PLUGIN_VER)
Doing this will rename all olsrd plugin libraries.
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Tue, 26 Jul 2011 15:08:26 +0000 (17:08 +0200)]
build: do not print full commandlines
Make the build less verbose, just print [CC] when compiling
and [LD] when linking.
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:26:42 +0000 (16:26 +0200)]
Makefile: sort plugins
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:21:48 +0000 (16:21 +0200)]
Makefile: add uninstall targets
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:21:18 +0000 (16:21 +0200)]
mini: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:20:23 +0000 (16:20 +0200)]
p2pd: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:19:55 +0000 (16:19 +0200)]
p2pd: add to Makefile
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:17:56 +0000 (16:17 +0200)]
watchdog: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:17:38 +0000 (16:17 +0200)]
txtinfo: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:17:25 +0000 (16:17 +0200)]
tas: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:17:14 +0000 (16:17 +0200)]
secure: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:16:59 +0000 (16:16 +0200)]
quagga: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:16:36 +0000 (16:16 +0200)]
pgraph: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:15:56 +0000 (16:15 +0200)]
nameservice: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:15:23 +0000 (16:15 +0200)]
mdns: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:15:08 +0000 (16:15 +0200)]
httpinfo: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:14:43 +0000 (16:14 +0200)]
dyn_gw_plain: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:14:25 +0000 (16:14 +0200)]
dyn_gw: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:14:10 +0000 (16:14 +0200)]
dot_draw: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:13:51 +0000 (16:13 +0200)]
bmf: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:13:24 +0000 (16:13 +0200)]
arprefresh: add uninstall target
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Mon, 25 Jul 2011 14:09:24 +0000 (16:09 +0200)]
Makefiles: define UNINSTALL_LIB macro
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Markus Kittenberger [Wed, 10 Aug 2011 17:20:42 +0000 (17:20 +0000)]
free rt_entry when deleting route
Rusty Haddock [Fri, 5 Aug 2011 23:11:12 +0000 (18:11 -0500)]
Updated CHANGELOG with note about fixes for byte ordering.
Modified LoadPlugin configuration line in README_SECURE to use
use .so.0.6 instead of .so.0.5. Again, to correspond with
my byte ordering fixes.
Vasilis Tsiligiannis [Wed, 13 Jul 2011 18:19:39 +0000 (21:19 +0300)]
Remove 'destination == gateway' routes workaround - should be fixed with new Quagga patch
Vasilis Tsiligiannis [Wed, 13 Jul 2011 18:17:20 +0000 (21:17 +0300)]
Update Quagga 0.99.x patch to version 0.99.18
Rusty Haddock [Sat, 2 Jul 2011 20:37:07 +0000 (15:37 -0500)]
Bumped library version to 0.6 because of the serious differences.
This means that your 'olsrd.conf' files will need to be modified
as well to (ab)use the new library.
Rusty Haddock [Sat, 2 Jul 2011 19:01:23 +0000 (14:01 -0500)]
Removed the code that I changed & commented out per request from Henning.
Rusty Haddock [Fri, 1 Jul 2011 21:35:26 +0000 (16:35 -0500)]
Adjustments made to ensure data going out is converted to network
byte ordering. Also, to ensure incoming data is converted before
it is used and before checksums are calculated as well.
06/06/2011 - Rusty Haddock AE5AE -- for the HSMM-MESH project.
Ferry Huberts [Thu, 30 Jun 2011 15:44:00 +0000 (17:44 +0200)]
Makefile.inc: remove duplicate -Wpointer-arith
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Markus Kittenberger [Thu, 23 Jun 2011 09:21:32 +0000 (11:21 +0200)]
add /2hop command to txtinfo
Ferry Huberts [Thu, 9 Jun 2011 11:13:25 +0000 (13:13 +0200)]
olsr_cookie: introduce OLSR_COOKIE_DEBUG define
src/olsr_cookie.c:213:9: error: variable ‘reuse’ set but not used [-Werror=unused-but-set-variable]
src/olsr_cookie.c:273:9: error: variable ‘reuse’ set but not used [-Werror=unused-but-set-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Thu, 9 Jun 2011 11:08:16 +0000 (13:08 +0200)]
olsrd_txtinfo: remove unused variable
src/olsrd_txtinfo.c:450:7: warning: variable ‘size’ set but not used [-Wunused-but-set-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Thu, 9 Jun 2011 11:07:09 +0000 (13:07 +0200)]
p2pd: remove unused variables
src/p2pd.c:412:12: warning: variable ‘vtime’ set but not used [-Wunused-but-set-variable]
src/p2pd.c:622:23: warning: variable ‘origIp’ set but not used [-Wunused-but-set-variable]
src/p2pd.c:617:22: error: unused variable ‘src’ [-Werror=unused-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Thu, 9 Jun 2011 11:05:23 +0000 (13:05 +0200)]
p2pd/NetworkInterfaces: remove unused variable
src/NetworkInterfaces.c:413:7: warning: variable ‘nOpened’ set but not used [-Wunused-but-set-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Thu, 9 Jun 2011 11:04:02 +0000 (13:04 +0200)]
nameservice: remove unused variable
src/nameservice.c:658:12: warning: variable ‘seqno’ set but not used [-Wunused-but-set-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Thu, 9 Jun 2011 08:44:49 +0000 (10:44 +0200)]
mdns: remove unused variables
src/mdns.c:159:12: warning: variable ‘vtime’ set but not used [-Wunused-but-set-variable]
src/mdns.c:339:23: warning: variable ‘origIp’ set but not used [-Wunused-but-set-variable]
src/mdns.c:334:22: warning: unused variable ‘src’ [-Wunused-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Thu, 9 Jun 2011 08:41:43 +0000 (10:41 +0200)]
mdns/NetworkInterfaces: remove unused variable
src/NetworkInterfaces.c:424:7: warning: variable ‘nOpened’ set but not used [-Wunused-but-set-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Thu, 9 Jun 2011 08:39:40 +0000 (10:39 +0200)]
olsrd_httpinfo: remove unused variable
src/olsrd_httpinfo.c:327:9: warning: variable ‘addr’ set but not used [-Wunused-but-set-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Thu, 9 Jun 2011 08:32:18 +0000 (10:32 +0200)]
tc_set: remove unused variable
src/tc_set.c:421:17: warning: variable ‘old’ set but not used [-Wunused-but-set-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Thu, 9 Jun 2011 08:15:04 +0000 (10:15 +0200)]
neighbor_table: remove unused variable
src/neighbor_table.c:73:26: warning: variable ‘nbr’ set but not used [-Wunused-but-set-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Ferry Huberts [Thu, 9 Jun 2011 08:28:20 +0000 (10:28 +0200)]
ip_frontend: remove unused variable
src/ipc_frontend.c:355:9: warning: variable ‘msg’ set but not used [-Wunused-but-set-variable]
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Henning Rogge [Thu, 9 Jun 2011 08:51:56 +0000 (10:51 +0200)]
Fix typo in compiler options
root [Sat, 4 Jun 2011 21:54:49 +0000 (23:54 +0200)]
use correct scope, and improve error messages
L. Aaron Kaplan [Tue, 31 May 2011 13:35:21 +0000 (15:35 +0200)]
reduce CPU load in dot_draw
Markus Kittenberger [Sat, 21 May 2011 20:55:17 +0000 (22:55 +0200)]
activate Routing/Forwarindg for WIN32 aswell (again) *G
Markus Kittenberger [Sat, 21 May 2011 20:23:06 +0000 (22:23 +0200)]
use onlink flag for all routes (fixes src ip issues, and removes inter-route dependencies)
Markus Kittenberger [Sat, 21 May 2011 13:35:15 +0000 (15:35 +0200)]
Revert "specify gateway (=destination) in routes to direct neighbours, to fix problems with wrong source address selection for traffic routed over such routes by the linux kernel"
This reverts commit
e22fd2a3f95f780063a51cc1b83682463e2c9071.
Markus Kittenberger [Sat, 21 May 2011 11:50:38 +0000 (13:50 +0200)]
specify gateway (=destination) in routes to direct neighbours, to fix problems with wrong source address selection for traffic routed over such routes by the linux kernel
Roland Stigge [Sat, 7 May 2011 11:44:11 +0000 (13:44 +0200)]
Added mips and mips64 to list of -fPIC architectures
Gabriela Botea [Sat, 7 May 2011 09:12:13 +0000 (12:12 +0300)]
bugfix delete_kernel_routes win32
Manuel Munz [Tue, 3 May 2011 20:35:19 +0000 (22:35 +0200)]
The default value for SmartGateway is "no", fix that here to not confuse people
Henning Rogge [Sun, 1 May 2011 11:12:02 +0000 (13:12 +0200)]
Fix SmartGwUplink "none" case
Markus Kittenberger [Mon, 25 Apr 2011 18:01:27 +0000 (20:01 +0200)]
fix ctrl-c in win32
Markus Kittenberger [Mon, 25 Apr 2011 17:39:30 +0000 (19:39 +0200)]
fix win32 select issue
Markus Kittenberger [Thu, 21 Apr 2011 20:03:12 +0000 (22:03 +0200)]
fix typo
Gabriela Botea [Thu, 21 Apr 2011 19:58:42 +0000 (22:58 +0300)]
olsr_create_lock_file for win32 fixes
Ferry Huberts [Tue, 1 Mar 2011 15:58:11 +0000 (16:58 +0100)]
mdns: fix uninitialised pointer for first nonOlsrInterface
just like in
1b8be499965fdeea0b3bdd1dbfb610bceea8928f
Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
Ferry Huberts [Tue, 1 Mar 2011 10:49:34 +0000 (11:49 +0100)]
p2pd: fix uninitialised pointer for first nonOlsrInterface
Signed-off-by: Ferry Huberts <f.huberts@mindef.nl>
Henning Rogge [Thu, 3 Feb 2011 18:20:06 +0000 (19:20 +0100)]
Merge branch 'stable' of git://193.238.157.30/olsrd into stable
Henning Rogge [Thu, 3 Feb 2011 18:19:47 +0000 (19:19 +0100)]
Fix for glibc must be here too
Henning Rogge [Thu, 3 Feb 2011 17:40:08 +0000 (18:40 +0100)]
Deactivate locking file for hostemulation mode
Henning Rogge [Mon, 10 Jan 2011 14:25:20 +0000 (15:25 +0100)]
Fix bug in glibc in IPTOS_CLASS(x) macro (netinet/ip.h file)
markus [Thu, 3 Feb 2011 12:06:45 +0000 (06:06 -0600)]
various arm fixes (mostly nowarn_align)
Markus Kittenberger [Sun, 16 Jan 2011 13:14:21 +0000 (14:14 +0100)]
typo in win32 lockfile code
Henning Rogge [Mon, 6 Dec 2010 19:05:21 +0000 (20:05 +0100)]
Add files for OpenWRT olsrd-stable-git generation
Markus Kittenberger [Mon, 6 Dec 2010 00:46:17 +0000 (01:46 +0100)]
return "/all" on any "invalid" txtinfo command
Henning Rogge [Sun, 5 Dec 2010 19:09:29 +0000 (20:09 +0100)]
Add debian build folder to OLSRd. Create a debian package just with "dpkg-buildpackage"...
soma [Sun, 5 Dec 2010 18:29:30 +0000 (19:29 +0100)]
Fix output format for txtinfo/gateways to be in line with the others.
Markus Kittenberger [Sat, 4 Dec 2010 17:22:09 +0000 (18:22 +0100)]
allow ::something ipv6 adresses
Henning Rogge [Sat, 4 Dec 2010 17:19:53 +0000 (18:19 +0100)]
Fix parser error for ipv6src interface parameter
Henning Rogge [Mon, 29 Nov 2010 16:45:37 +0000 (17:45 +0100)]
Merge branch 'stable' of git://193.238.157.30/olsrd into stable
Henning Rogge [Mon, 29 Nov 2010 16:45:17 +0000 (17:45 +0100)]
Fix documentation about SmartGateway (default is "no")
Markus Kittenberger [Sat, 27 Nov 2010 19:40:18 +0000 (20:40 +0100)]
try to add/delete routes forever (fixes broken return code handling for adding routes, and also adds similar functionality for deleting)
Henning Rogge [Sat, 27 Nov 2010 19:13:42 +0000 (20:13 +0100)]
Update version to pre-0.6.2
Henning Rogge [Sat, 27 Nov 2010 19:09:46 +0000 (20:09 +0100)]
OLSRd 0.6.1 release
Markus Kittenberger [Sat, 27 Nov 2010 19:03:33 +0000 (20:03 +0100)]
minimal changelog changes
Henning Rogge [Sat, 27 Nov 2010 18:55:19 +0000 (19:55 +0100)]
Update changelog for 0.6.1
Henning Rogge [Sat, 27 Nov 2010 18:33:20 +0000 (19:33 +0100)]
Move some old readme files into the unmaintained folder
Markus Kittenberger [Thu, 25 Nov 2010 18:00:22 +0000 (19:00 +0100)]
allow combinations of /all /interaces /gateway /config in txtinfo
Markus Kittenberger [Sun, 21 Nov 2010 14:19:22 +0000 (15:19 +0100)]
add some more MSS-clamping wq
L. Aaron Kaplan [Sat, 13 Nov 2010 18:07:17 +0000 (19:07 +0100)]
somebody left a stray " " space in the find *.[ch] search
L. Aaron Kaplan [Sat, 13 Nov 2010 17:59:29 +0000 (18:59 +0100)]
fix hash_source for OS X. In OS X the md5sum command is called md5
Henning Rogge [Sat, 13 Nov 2010 12:36:20 +0000 (13:36 +0100)]
Add more explanation for etxff_eth README