Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remote logging #302

Merged
merged 31 commits into from
Feb 27, 2024
Merged

Add remote logging #302

merged 31 commits into from
Feb 27, 2024

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    cbfacf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b329a View commit details
    Browse the repository at this point in the history
  3. Net: Implement replay protection within TCP streams

    Use hydrogen's message numbers for this.  It will protect against pieces
    within TCP sessions from being replayed.  It will not protect from replay
    of TCP sessions (entire or partial) from their beginnings.
    solardiz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    57a8cf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6d52c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b2b7cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cce44d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2daca74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    972f195 View commit details
    Browse the repository at this point in the history
  9. Net: Linux 6.3+ support

    solardiz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e55841c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c5ba4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4536c68 View commit details
    Browse the repository at this point in the history
  12. Hydrogen: Add random/unix.h

    solardiz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    457f9a1 View commit details
    Browse the repository at this point in the history
  13. Logger: Initial commit

    solardiz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9c48cdd View commit details
    Browse the repository at this point in the history
  14. Logger: Implement replay protection within TCP streams

    Use hydrogen's message numbers for this.  It will protect against pieces
    within TCP sessions from being replayed.  It will not protect from replay
    of TCP sessions (entire or partial) from their beginnings.
    solardiz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8e6087c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c0c3ec7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7bd8825 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    613f90c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b0402dd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fb644c7 View commit details
    Browse the repository at this point in the history
  20. Logger: Derive PK from SK

    solardiz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    57b4ae4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    265964b View commit details
    Browse the repository at this point in the history
  22. Logger: Daemonize itself

    solardiz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2fdd45a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6ce7e3e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    091f0bf View commit details
    Browse the repository at this point in the history
  25. Logger: Drop root

    solardiz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f7f2a93 View commit details
    Browse the repository at this point in the history
  26. Logger: Run with umask 077

    solardiz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    02e38fe View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    011e12d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    11dee92 View commit details
    Browse the repository at this point in the history
  29. Logger: Add systemd service

    solardiz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    90ba51d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6315698 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    addb229 View commit details
    Browse the repository at this point in the history