671 Commits

Author SHA1 Message Date
yrutschle
8e130882fc sslh-fork drops all capabilities after connecting to server side 2021-05-09 15:46:25 +02:00
yrutschle
030ef64b99 refactor: purified set_capabilities, told to keep or drop CAP_NET_ADMIN instead of deciding for itself 2021-05-09 15:39:14 +02:00
yrutschle
cf4f4cbebe typo 2021-05-08 22:33:45 +02:00
yrutschle
905ac95ca1 do not drop CAP_NET_ADMIN if any of the protocols require transparent proxying 2021-05-08 07:44:39 +02:00
yrutschle
da3b51e056 upgraded argtable3 to current last version to fix a parsing issue with command line options 2021-05-08 07:37:20 +02:00
yrutschle
308b54aa8a remove caveat about UDP refactor 2021-05-08 07:06:14 +02:00
yrutschle
987643878f when verbose, precise which listen sockets are udp 2021-05-01 16:15:34 +02:00
yrutschle
46e741e9c2 add UDP support to echosrv 2021-04-25 09:06:31 +02:00
yrutschle
c3d019284d made echosrv independant from common.o and with its own configuration 2021-04-24 10:31:41 +02:00
yrutschle
4c570e8d57 remove some debug messages 2021-04-21 08:48:31 +02:00
yrutschle
0a00220b42 justify use of select 2021-04-21 08:43:21 +02:00
yrutschle
a0f9fc164e changelog the sslh-select refactoring 2021-04-21 08:42:27 +02:00
yrutschle
517e4ad5b4 Merge branch 'master' of https://github.com/yrutschle/sslh 2021-04-19 09:39:05 +02:00
yrutschle
b258b0e0f7 manage probing sockets in a specific list instead of searching through all connections 2021-04-19 09:38:22 +02:00
yrutschle
02f6c6999d fix client/server protocol to indicate process death, and make process mortal again 2021-04-18 11:18:26 +02:00
yrutschle
41a914b350 alloc_cnx returns cnx pointer instead of simple error code 2021-04-17 21:29:38 +02:00
yrutschle
a487ad4cbe fix ssh test and add random delays to exercise probing code 2021-04-17 21:28:55 +02:00
yrutschle
21ed247acb removed obsolete function 2021-04-17 21:00:52 +02:00
yrutschle
dfa5d3cedb simplified some redundant parameters 2021-04-17 17:53:45 +02:00
yrutschle
74ce2acdc5 make t_load pretty print 2021-04-16 22:04:45 +02:00
yrutschle
0e3242c115 fix to work with test.cfg 2021-04-14 23:27:44 +02:00
yrutschle
5715a9f0bd stop managing connections as array; instead, allocate connections, and fd2cnx is the only pointer to it 2021-04-14 23:26:33 +02:00
yrutschle
de474e1d07 stop managing connections as array; instead, allocate connections, and fd2cnx is the only pointer to it 2021-04-14 23:26:01 +02:00
yrutschle
cb199ed3c6 remove redundant dependency 2021-04-11 09:38:36 +02:00
yrutschle
7485afe397 refactor accept to its own function 2021-04-10 08:26:22 +02:00
yrutschle
417722e3c1 remove obsolete definitions 2021-04-03 21:40:53 +02:00
yrutschle
9fca586735 remove over-verboseness 2021-04-03 21:39:43 +02:00
yrutschle
0613d412a2 refactor: write activity checked on select output rather than on each connection object 2021-04-03 21:34:47 +02:00
yrutschle
b2ee07655a typo 2021-04-03 21:27:44 +02:00
yrutschle
465ecdda5b fix busy loop bug 2021-04-03 21:27:35 +02:00
yrutschle
3edf6a9d22 refactor: move write process to its own function 2021-04-02 22:20:04 +02:00
yrutschle
7a88a50c32 refactor: remove redundant paramters 2021-04-02 16:02:23 +02:00
yrutschle
e7a5bbc4e1 removed some over-verboseness 2021-03-30 20:16:38 +02:00
yrutschle
40557c58ad working version with read activity checked on select output rather than on each connection object 2021-03-29 21:56:21 +02:00
yrutschle
f0e1aaf82c refurbished valgrind launcher 2021-03-29 21:54:54 +02:00
yrutschle
f51781664c add server-side file descriptor to collection 2021-03-28 12:22:36 +02:00
yrutschle
5948270b95 update API 2021-03-28 11:47:33 +02:00
yrutschle
758be2a8ab clarify API: allocate cnx in collection from a new fd, or add a fd to an existing connection in a collection 2021-03-28 11:40:40 +02:00
yrutschle
654ff0b5b0 rebuild when headers change 2021-03-28 11:39:49 +02:00
yrutschle
15a5073559 keep track of which connection contains what file descriptor 2021-03-23 22:58:10 +01:00
yrutschle
c2b6bf246c refactor: make collection part of select object 2021-03-23 21:43:07 +01:00
yrutschle
6366d50b89 refactor: use fd_info instead of passing fd_sets directly 2021-03-23 13:59:15 +01:00
yrutschle
5b93e4ab55 abstracted collection management to its own file 2021-03-21 16:42:37 +01:00
yrutschle
1c63b06cc8 refactor: move collection handling towards a foreach construct 2021-03-21 14:01:12 +01:00
yrutschle
71c617050d fix collection extension 2021-03-17 21:16:08 +01:00
yrutschle
0409775a1a fix t_load so it works again! 2021-03-17 18:48:27 +01:00
Yves Rutschle
b72baa0622
Merge pull request #280 from ffontaine/master
Makefile: fix static linking with pcre
2021-03-16 20:32:46 +01:00
yrutschle
790d639ad0 echosrv to prefix only once 2021-03-07 17:43:42 +01:00
yrutschle
e884fc616d add conditional inclusion for header 2021-03-03 18:20:45 +01:00
yrutschle
7e63dedca3 refactor: abstract connection list management to a new 'collection' type 2021-03-03 14:38:24 +01:00