[Olsr-commit] OLSR.org main repository branch, master, updated. v0.6.8-26-g7e89f4f
(spam-protected)
(spam-protected)
Thu Feb 26 11:36:15 CET 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OLSR.org main repository".
See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=v0.6.8-26-g7e89f4f
for a web version of the last commit.
The branch, master has been updated
via 7e89f4f9a828af07e03ba1207301e2a4bc699d2c (commit)
via 5cb066fc5b917cce113beca2f8ff9e0e585d6fca (commit)
via 83ab3a56087fa0dab5ad143b636e1009fa6a1fe3 (commit)
via b8a0527c035054997e39c09026f0f5fc81e0b8a3 (commit)
via dd1b96e40d0374d23d0156776b41f8df55a7c860 (commit)
via 12d6845a0a7499517a75daf3a09d343a92b1a22c (commit)
via 543ad434b5c9a222351b61d079ce4f0811465922 (commit)
via 206b09c4d0427f90e9df8ce59067096ec0a8d731 (commit)
via f1b2d1903dc5aade06d8602ad172176d0a527d26 (commit)
via 26d80bb36b1586f39f32f028ba7159c26ec178de (commit)
from 5c3158bdfce2b1746036206cd1da5c2839e23afa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7e89f4f9a828af07e03ba1207301e2a4bc699d2c
Author: Ferry Huberts <(spam-protected)>
Date: Thu Feb 26 02:41:23 2015 +0100
olsr_switch: replace random() by our own function
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 5cb066fc5b917cce113beca2f8ff9e0e585d6fca
Author: Ferry Huberts <(spam-protected)>
Date: Thu Feb 26 02:14:12 2015 +0100
contrib: replace random() by our own function
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 83ab3a56087fa0dab5ad143b636e1009fa6a1fe3
Author: Ferry Huberts <(spam-protected)>
Date: Thu Feb 26 02:17:40 2015 +0100
contrib: fix the build
Signed-off-by: Ferry Huberts <(spam-protected)>
commit b8a0527c035054997e39c09026f0f5fc81e0b8a3
Author: Ferry Huberts <(spam-protected)>
Date: Thu Feb 26 02:13:36 2015 +0100
secure: replace random() by our own function
Signed-off-by: Ferry Huberts <(spam-protected)>
commit dd1b96e40d0374d23d0156776b41f8df55a7c860
Author: Ferry Huberts <(spam-protected)>
Date: Thu Feb 26 01:19:30 2015 +0100
pud: nmealib: replace random() by our own function
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 12d6845a0a7499517a75daf3a09d343a92b1a22c
Author: Ferry Huberts <(spam-protected)>
Date: Thu Feb 26 01:11:34 2015 +0100
win32: replace random() by our own function
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 543ad434b5c9a222351b61d079ce4f0811465922
Author: Ferry Huberts <(spam-protected)>
Date: Thu Feb 26 01:27:14 2015 +0100
bsd: replace random() by our own function
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 206b09c4d0427f90e9df8ce59067096ec0a8d731
Author: Ferry Huberts <(spam-protected)>
Date: Thu Feb 26 01:11:16 2015 +0100
unix: replace random() by our own function
Signed-off-by: Ferry Huberts <(spam-protected)>
commit f1b2d1903dc5aade06d8602ad172176d0a527d26
Author: Ferry Huberts <(spam-protected)>
Date: Thu Feb 26 01:10:52 2015 +0100
main: replace random() by our own function
Signed-off-by: Ferry Huberts <(spam-protected)>
commit 26d80bb36b1586f39f32f028ba7159c26ec178de
Author: Ferry Huberts <(spam-protected)>
Date: Thu Feb 26 11:27:03 2015 +0100
olsr_random: introduce better random functions
These new function read /dev/urandom (or /dev/random as a fallback)
on platforms that support those devices. They invoke random() on
other platforms.
Signed-off-by: Ferry Huberts <(spam-protected)>
-----------------------------------------------------------------------
Summary of changes:
contrib/netsimpcap/Makefile | 4 ++--
contrib/netsimpcap/src/netsimpcap.c | 3 ++-
lib/pud/nmealib/src/generator.c | 18 ++++-----------
lib/pud/nmealib/src/random.h | 41 +++++++++++++++++++++++++++++++++++
lib/secure/src/olsrd_secure.c | 9 ++++----
src/bsd/net.c | 2 +-
src/main.c | 25 ++-------------------
src/olsr.c | 5 +++--
src/olsr_random.h | 38 ++++++++++++++++++++++++++++++++
src/olsr_switch/link_rules.c | 3 ++-
src/olsr_switch/olsr_host_switch.h | 1 -
src/scheduler.c | 5 +++--
src/unix/ifnet.c | 3 ++-
src/win32/ifnet.c | 5 ++---
14 files changed, 107 insertions(+), 55 deletions(-)
create mode 100644 lib/pud/nmealib/src/random.h
create mode 100644 src/olsr_random.h
hooks/post-receive
--
OLSR.org main repository
More information about the Olsr-commit
mailing list