This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Citadel Server, WebCit, utilities".

The branch, master has been updated
       via  04d035f266fd84b2b081ad3bc37547bb68c6dce8 (commit)
      from  08aa0de3a41a54daeefe15c7df10c5a1397cc879 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://code.citadel.org/?p=citadel.git&a=commit&h=04d035f266fd84b2b081ad3bc37547bb68c6dce8
commit 04d035f266fd84b2b081ad3bc37547bb68c6dce8
Author: Art Cancro <a...@citadel.org>
Date:   Mon Dec 27 15:49:38 2021 -0500

    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.

-----------------------------------------------------------------------

Summary of changes:
 webcit/Makefile.in                  |   6 +-
 webcit/auth.c                       |   5 +-
 webcit/crypto.c                     | 278 ++----------------------------------
 webcit/serv_func.c                  | 120 +++++++---------
 webcit/{tcp_sockets.c => sockets.c} | 269 ++++++++--------------------------
 webcit/{tcp_sockets.h => sockets.h} |   4 +-
 webcit/sysdep.c                     |  18 ---
 webcit/webcit.h                     |  27 ++--
 webcit/webserver.c                  |  35 ++---
 9 files changed, 154 insertions(+), 608 deletions(-)
 rename webcit/{tcp_sockets.c => sockets.c} (83%)
 rename webcit/{tcp_sockets.h => sockets.h} (96%)


hooks/post-receive
-- 
Citadel Server, WebCit, utilities

Reply via email to