ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src
r9175
File Last Change
 ../
Makefile.am 9166 (5 years ago) by michael: - Implemented experimental support for wolfSSL. Minimum supported version is 4.3.0
Makefile.in 9175 (5 years ago) by michael: - The --enable-openssl, --enable-gnutls switches, and their disabling counterparts --disable-openssl and --disable-gnutls, have been replaced with the --with-tls switch which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'. If nothing has been specified, configure tries to autodetect in the following order openssl/libressl -> gnutls -> wolfssl.
auth.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
channel.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
channel_mode.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
client.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
client_svstag.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf.c 9145 (5 years ago) by michael: - In the serverinfo {} block, the following configuration directives have been renamed: ssl_certificate_file -> tls_certificate_file ssl_dh_param_file -> tls_dh_param_file ssl_dh_elliptic_curve -> tls_supported_groups ssl_cipher_list -> tls_cipher_list ssl_message_digest_algorithm -> tls_message_digest_algorithm - In the operator {} block, the following configuration directives have been renamed: ssl_certificate_fingerprint -> tls_certificate_fingerprint ssl_connection_required -> tls_connection_required - In the connect {} block, the following configuration directives have been renamed: ssl_cipher_list -> tls_cipher_list ssl_certificate_fingerprint -> tls_certificate_fingerprint
conf_class.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_cluster.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_db.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_gecos.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_lexer.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
conf_lexer.l 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
conf_parser.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
conf_parser.h 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
conf_parser.y 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
conf_pseudo.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_resv.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_service.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
conf_shared.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
dbuf.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
event.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
fdlist.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
getopt.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
hash.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
hostmask.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
id.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
ipcache.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
irc_string.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
ircd.c 9110 (5 years ago) by michael: - Rename several functions in conf.c as follows: set_default_conf -> conf_set_defaults read_conf -> conf_read validate_conf -> conf_validate lookup_confhost -> conf_resolve_host check_client -> conf_check_client read_conf_files -> conf_read_files clear_out_old_conf -> conf_clear
ircd_signal.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
isupport.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
list.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
listener.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
log.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
match.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
memory.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
misc.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
modules.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
motd.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
numeric.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
packet.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
parse.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
patricia.c 8630 (6 years ago) by michael: - patricia.c:ascii2prefix(): fixed compile warning
res.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
reslib.c 7668 (9 years ago) by michael: - Fixed svn properties
restart.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
rng_mt.c 7668 (9 years ago) by michael: - Fixed svn properties
s_bsd.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
s_bsd_devpoll.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
s_bsd_epoll.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
s_bsd_kqueue.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
s_bsd_poll.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
send.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
server.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
server_capab.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
tls_gnutls.c 9165 (5 years ago) by michael: - tls_gnutls.c, tls_openssl.c: tls_get_cipher, tls_get_version: reduce buffer sizes
tls_none.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
tls_openssl.c 9165 (5 years ago) by michael: - tls_gnutls.c, tls_openssl.c: tls_get_cipher, tls_get_version: reduce buffer sizes
tls_wolfssl.c 9166 (5 years ago) by michael: - Implemented experimental support for wolfSSL. Minimum supported version is 4.3.0
user.c 9157 (5 years ago) by michael: - Replaced most occurences of 'SSL' with 'TLS'
watch.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
whowas.c 9101 (5 years ago) by michael: - Bump copyright years everywhere
0 directories and 64 files shown