aboutsummaryrefslogtreecommitdiff
path: root/lib/libostp/auth.c
AgeCommit message (Collapse)Author
10 daysauth: Remove session threadIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
10 daysauth: Only generate new master session key onceIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
10 daysauth: Fix typo in errorIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-10-03lib: auth: Fixup error handlingIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-10-03server: Fix handling of multiple clientsIan Moffett
Improve handling of multiple connected clients. This fixes issues related to blocking of one client while another is connected as well as certain race conditions. Signed-off-by: Ian Moffett <ian@osmora.org>
2024-10-03lib: auth: Keep track of usernameIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-10-03lib: Add missing includesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-10-01project: Convert project to libraryIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-09-29project: Massive fixupsIan Moffett
- Fix client handling - Add multithreading - Fixup bad values Signed-off-by: Ian Moffett <ian@osmora.org>
2024-09-29project: Move server/client code into libraryIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>