index
:
udplogger
master
nico-enable-warnings
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-17
Add v2 with GCM_IV_LENGTH of 96 bits == 12 bytes for performance and interop reasons
Dirk Engling
2021-01-16
std::hex changes cerr's state, so reset it after hex dumping error codes
Dirk Engling
2021-01-16
Remove d_namelen which is a BSD extension
Dirk Engling
2021-01-16
unique_ptr needs <memory>
Dirk Engling
2021-01-16
Turn SessionId_t in its own type
Dirk Engling
2021-01-16
Add destructor code for g_sessions in case of shutdown
Dirk Engling
2020-12-10
Make receiver work on sub directories
Dirk Engling
2020-12-05
Make iv history session local
Dirk Engling
2020-12-05
Only free gcm context after all packets were sent
Dirk Engling
2020-12-05
Prevent IV reuse to protect agains replay attacks
Dirk Engling
2020-12-05
Make sender use getaddrinfo to lookup loggin host name
Dirk Engling
2020-12-05
Make session id a uint64_t as it is expected at receiver
Dirk Engling
2020-12-05
Rework receiver as a c++ programm
Dirk Engling
2020-12-04
Add walker that closes unused files after 20 minutes
Dirk Engling
2020-12-04
Be less verbose when parsing session directories
Dirk Engling
2020-12-04
Server and client implementation for encrypted udp logger
Dirk Engling