index
:
ostp
main
p2p
OSMORA Secure Tunnel Protocol
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libostp
Age
Commit message (
Expand
)
Author
7 days
spec: Add initial P2P sources
p2p
Ian Moffett
7 days
otconfig: Create OSTP_PORT define
main
Ian Moffett
11 days
auth: Handle password auth and motd
Ian Moffett
11 days
auth: Remove session thread
Ian Moffett
11 days
auth: Only generate new master session key once
Ian Moffett
11 days
auth: Fix typo in error
Ian Moffett
11 days
session: Handle overflows
Ian Moffett
11 days
session: Fix LOG() macro
Ian Moffett
11 days
server: listener: Prevent integer underflow
Ian Moffett
2024-10-03
lib: Ensure recv_ap->lp is set
Ian Moffett
2024-10-03
lib: auth: Fixup error handling
Ian Moffett
2024-10-03
server: Fix handling of multiple clients
Ian Moffett
2024-10-03
lib: server: Add listener_clients()
Ian Moffett
2024-10-03
lib: auth: Keep track of username
Ian Moffett
2024-10-03
lib: Add missing includes
Ian Moffett
2024-10-01
project: Convert project to library
Ian Moffett
2024-09-30
lib: session: Remove zeroing of hash
Ian Moffett
2024-09-29
project: Massive fixups
Ian Moffett
2024-09-29
libostp: session: Use DIAGNOSTIC
Ian Moffett
2024-09-29
project: Move server/client code into library
Ian Moffett