You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SSLproxy/src
Soner Tari dfb783d7ba Release v0.9.5
Bump version to 0.9.5
Update copyright year to 2024
Update NEWS
3 months ago
..
BSDmakefile Copy BSDmakefile to subfolders 4 years ago
GNUmakefile Move main.mk under Mk folder and improve make files 4 years ago
aho_corasick_template.h Reflect the license change of aho corasick library to LGPL 3 years ago
aho_corasick_template_impl.h Reflect the license change of aho corasick library to LGPL 3 years ago
attrib.h Use the new inline max() function instead of MAX() macro function in sslproxy 4 years ago
base64.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
base64.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
build.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
build.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cache.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cache.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cachedsess.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cachedsess.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cachefkcrt.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cachefkcrt.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cachemgr.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cachemgr.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cachessess.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cachessess.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cachetgcrt.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cachetgcrt.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cert.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
cert.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
defaults.h Add -U CipherSuites option 4 years ago
dynbuf.c Handle ftell error, thanks to @disaykin 12 months ago
dynbuf.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
filter.c Release v0.9.5 3 months ago
filter.h Release v0.9.5 3 months ago
kbtree.h Improve and clean up code and documentation 3 years ago
khash.h Update khash, fixes typos 3 years ago
log.c Close fds only once, thanks to @disaykin 12 months ago
log.h Fix warning for array subscript outside array bounds in function declaration 2 years ago
logbuf.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
logbuf.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
logger.c Fix double free, thanks to @disaykin 12 months ago
logger.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
logpkt.c Fix mismatched call arguments, thanks to @disaykin 12 months ago
logpkt.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
main.c Release v0.9.5 3 months ago
nat.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
nat.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
opts.c Release v0.9.5 3 months ago
opts.h Release v0.9.5 3 months ago
privsep.c Release v0.9.5 3 months ago
privsep.h Add WITHOUT_USERAUTH switch 4 years ago
proc.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
proc.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
protoautossl.c Release v0.9.5 3 months ago
protoautossl.h Release v0.9.5 3 months ago
protohttp.c Release v0.9.5 3 months ago
protohttp.h Release v0.9.5 3 months ago
protopassthrough.c Release v0.9.5 3 months ago
protopassthrough.h Release v0.9.5 3 months ago
protopop3.c Release v0.9.5 3 months ago
protopop3.h Release v0.9.5 3 months ago
protosmtp.c Release v0.9.5 3 months ago
protosmtp.h Release v0.9.5 3 months ago
protossl.c Release v0.9.5 3 months ago
protossl.h Release v0.9.5 3 months ago
prototcp.c Release v0.9.5 3 months ago
prototcp.h Release v0.9.5 3 months ago
proxy.c Move connection oriented options to a new conn_opts struct 3 years ago
proxy.h Add WITHOUT_USERAUTH switch 4 years ago
pxyconn.c Release v0.9.5 3 months ago
pxyconn.h Release v0.9.5 3 months ago
pxythr.c Release v0.9.5 3 months ago
pxythr.h Release v0.9.5 3 months ago
pxythrmgr.c Release v0.9.5 3 months ago
pxythrmgr.h Release v0.9.5 3 months ago
ssl.c Fix possible integer overflow, thanks to @disaykin 12 months ago
ssl.h Fix build with LibreSSL 3.4.1 on OpenBSD 7.0 3 years ago
sslproxy.1 Release v0.9.5 3 months ago
sslproxy.conf Release v0.9.5 3 months ago
sslproxy.conf.5 Release v0.9.5 3 months ago
sys.c Fix possible double free of host and serv variables, thanks to @disaykin 12 months ago
sys.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
thrqueue.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
thrqueue.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
url.c Restructure source tree, create src and tests folders, move files accordingly 4 years ago
url.h Restructure source tree, create src and tests folders, move files accordingly 4 years ago
util.c Add check unit tests for protocol validation and util_get_first_word_len() 4 years ago
util.h Enclose equal macro in parentheses 3 years ago