Hi,
This patch set reads /dev/urandom for random numbers replacing the
previously used functions. With this /dev/urandom is now needed on the
system where ConnMan is running.
Cheers,
Patrik
Patrik Flykt (5):
util: Use proper source for random numbers
README: Document that /dev/urandom is needed
dnsproxy: Use the newly provided function for getting random values
dhcpv6: Use the newly provided function for getting random values
config: Use the newly provided function for getting random values
Makefile.am | 2 +-
README | 4 ++-
configure.ac | 2 ++
src/config.c | 4 ++-
src/connman.h | 4 +++
src/dhcpv6.c | 15 +++++++----
src/dnsproxy.c | 8 +++---
src/main.c | 4 +++
src/util.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9 files changed, 111 insertions(+), 11 deletions(-)
create mode 100644 src/util.c
--
2.1.1
_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman