BIG CHANGES: PAY ATTENTION
authorArt Cancro <ajc@citadel.org>
Mon, 27 Dec 2021 20:49:38 +0000 (15:49 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 27 Dec 2021 20:49:38 +0000 (15:49 -0500)
commit04d035f266fd84b2b081ad3bc37547bb68c6dce8
tree8c7da3a2870a0548004935d151e6122960e25ebc
parent08aa0de3a41a54daeefe15c7df10c5a1397cc879
BIG CHANGES: PAY ATTENTION
1. WebCit must now run on the same host as Citadel Server, which is how everyone runs it anyway.
2. WebCit now uses the SSL key and Certificate from the Citadel Server directory.
webcit/Makefile.in
webcit/auth.c
webcit/crypto.c
webcit/serv_func.c
webcit/sockets.c [new file with mode: 0644]
webcit/sockets.h [new file with mode: 0644]
webcit/sysdep.c
webcit/tcp_sockets.c [deleted file]
webcit/tcp_sockets.h [deleted file]
webcit/webcit.h
webcit/webserver.c