Commit Graph

  • 9fca586735 remove over-verboseness yrutschle 2021-04-03 21:39:43 +02:00
  • 0613d412a2 refactor: write activity checked on select output rather than on each connection object yrutschle 2021-04-03 21:34:47 +02:00
  • b2ee07655a typo yrutschle 2021-04-03 21:27:44 +02:00
  • 465ecdda5b fix busy loop bug yrutschle 2021-04-03 21:27:35 +02:00
  • 3edf6a9d22 refactor: move write process to its own function yrutschle 2021-04-02 22:20:04 +02:00
  • 7a88a50c32 refactor: remove redundant paramters yrutschle 2021-04-02 16:02:23 +02:00
  • e7a5bbc4e1 removed some over-verboseness yrutschle 2021-03-30 20:16:38 +02:00
  • 40557c58ad working version with read activity checked on select output rather than on each connection object yrutschle 2021-03-29 21:56:21 +02:00
  • f0e1aaf82c refurbished valgrind launcher yrutschle 2021-03-29 21:54:54 +02:00
  • f51781664c add server-side file descriptor to collection yrutschle 2021-03-28 12:22:36 +02:00
  • 5948270b95 update API yrutschle 2021-03-28 11:47:33 +02:00
  • 758be2a8ab clarify API: allocate cnx in collection from a new fd, or add a fd to an existing connection in a collection yrutschle 2021-03-28 11:40:40 +02:00
  • 654ff0b5b0 rebuild when headers change yrutschle 2021-03-28 11:39:49 +02:00
  • 15a5073559 keep track of which connection contains what file descriptor yrutschle 2021-03-23 22:58:10 +01:00
  • c2b6bf246c refactor: make collection part of select object yrutschle 2021-03-23 21:43:07 +01:00
  • 6366d50b89 refactor: use fd_info instead of passing fd_sets directly yrutschle 2021-03-23 13:59:15 +01:00
  • 5b93e4ab55 abstracted collection management to its own file yrutschle 2021-03-21 16:42:37 +01:00
  • 1c63b06cc8 refactor: move collection handling towards a foreach construct yrutschle 2021-03-21 14:01:12 +01:00
  • 71c617050d fix collection extension yrutschle 2021-03-17 21:16:08 +01:00
  • 0409775a1a fix t_load so it works again! yrutschle 2021-03-17 18:48:27 +01:00
  • b72baa0622
    Merge pull request #280 from ffontaine/master Yves Rutschle 2021-03-16 20:32:46 +01:00
  • 790d639ad0 echosrv to prefix only once yrutschle 2021-03-07 17:43:42 +01:00
  • e884fc616d add conditional inclusion for header yrutschle 2021-03-03 18:20:45 +01:00
  • 7e63dedca3 refactor: abstract connection list management to a new 'collection' type yrutschle 2021-03-03 14:38:24 +01:00
  • 49d4080afd refactor pre-increment to more idiomatic post-increment (fix #282) yrutschle 2021-03-03 14:29:25 +01:00
  • be4e126f3a refactor: move all read process code to its own function yrutschle 2021-02-28 18:19:18 +01:00
  • 34bcc2bbc8 refactor: move probing actions to its own function yrutschle 2021-02-28 10:46:17 +01:00
  • 90975fd6c3 refactor: move all file descriptor info for select to its own struct yrutschle 2021-02-28 10:12:13 +01:00
  • f91f16d753 make local functions static yrutschle 2021-02-27 15:33:41 +01:00
  • dae8101a50 remove redundant macro definition yrutschle 2021-02-27 15:20:15 +01:00
  • 68fc10aed0 comment udp_listener prototype yrutschle 2021-02-23 21:19:23 +01:00
  • 49c136691c refactor: move UDP code to its own file yrutschle 2021-02-23 21:17:39 +01:00
  • adb27aa4a3 add a per-protocol transparent proxy option yrutschle 2021-02-21 21:03:01 +01:00
  • 9ff9723278 precised size types to ssize_t instead of int yrutschle 2021-02-08 22:50:53 +01:00
  • 52a9356c35 fix typo yrutschle 2021-01-09 15:34:09 +01:00
  • ac3b43d4bd document choice for UDP buffer management yrutschle 2021-01-09 15:24:31 +01:00
  • 368f286ce5 added FAQ for virtual hosting yrutschle 2020-12-20 15:13:13 +01:00
  • 05a835ff1f begin of release not for UDP yrutschle 2020-12-06 15:50:08 +01:00
  • 0a3d5874b4 free udp connections after some timeout yrutschle 2020-12-05 22:59:38 +01:00
  • a42d4f8049 forward server responses back to sender yrutschle 2020-12-04 16:31:52 +01:00
  • 1e33455fe7 don't try to probe a connection that's finished (should fix #284) yrutschle 2020-12-02 22:49:19 +01:00
  • a3d9df87cb fix typo and explicit a test yrutschle 2020-12-02 22:48:17 +01:00
  • 247d60d8e6 dump deferred data when dying from unexpected fd activity yrutschle 2020-12-02 22:05:09 +01:00
  • 7d820049a2 preliminary udp support: forwards incoming packets, no return yet yrutschle 2020-11-29 15:51:04 +01:00
  • 09597bfa42 refactor: make probe_buffer hexdump input yrutschle 2020-11-29 10:42:58 +01:00
  • 41e3b0cd1d warn about refactor yrutschle 2020-11-29 10:19:50 +01:00
  • 76d0351452 change listener_pid type to pid_t yrutschle 2020-11-14 18:31:43 +01:00
  • fccaa5fa9f refactor: separate probe reading from socket from probe on buffer, so we can call probe on buffer independantly yrutschle 2020-11-11 22:05:45 +01:00
  • f077101835 refactor: move tcp listener to its own function yrutschle 2020-11-08 19:09:18 +01:00
  • f3230b4a94 abstract listening sockets so we have protocol information alongside the socket -- echosrv and sslh-select yrutschle 2020-11-07 22:44:37 +01:00
  • c12f7a1ade abstract listening sockets so we have protocol information alongside the socket yrutschle 2020-11-07 22:31:49 +01:00
  • ebeabb6c18 add is_udp option and listen to UDP ports yrutschle 2020-11-07 21:29:09 +01:00
  • 8a1dae8c22 refactor: move local address resolution into start_listen_socket yrutschle 2020-11-07 18:55:04 +01:00
  • 07719f55b8 refactor echosrv to use conf2struct yrutschle 2020-11-07 09:29:26 +01:00
  • 6c94bf71b8 refactor: move code to listen to a single address out of start_listen_sockets yrutschle 2020-11-01 21:21:26 +01:00
  • 0d9e004d32 Makefile: fix static linking with pcre Fabrice Fontaine 2020-10-15 07:58:05 +02:00
  • 0c388cb367 update mailing list address yrutschle 2020-09-23 21:34:14 +02:00
  • 9f99f296b1 warn about unknown settings in the configuration file yrutschle 2020-08-29 18:22:42 +02:00
  • 8b6e06e6c7 support for libconfig 1.4.9. Fix #275 yrutschle 2020-08-11 17:37:23 +02:00
  • 5cdff8c558 document how to provide useful information in case of segfault yrutschle 2020-08-04 17:27:09 +02:00
  • 72438dc1ae dont try to use conffile count if libconfig is not present, fix #274 yrutschle 2020-08-04 16:37:49 +02:00
  • e67d6ff905 removed obsolete support for . Use instead v1.21c yrutschle 2020-07-30 09:45:50 +02:00
  • 0af37a1bed initialise runtime data, which avoids using bad pointers in tls.c as in issue 273 yrutschle 2020-07-29 22:52:48 +02:00
  • 08ce89b6e2 fix tinc configuration target yrutschle 2020-07-29 22:31:02 +02:00
  • 99d4a6d4a2 explicit obsoletion of ssl param yrutschle 2020-07-29 22:23:36 +02:00
  • 2c93a015ea make libconfig optionnal again yrutschle 2020-07-24 16:51:06 +02:00
  • 3315a727dc update required conf2struct version v1.21b yrutschle 2020-07-19 18:34:26 +02:00
  • 8638199f13 test for command line parameters yrutschle 2020-07-19 18:32:57 +02:00
  • d7cf82424b add --anyprot command line option (fix #272) yrutschle 2020-07-18 17:27:32 +02:00
  • ac8563525e fix Changelog for -v yrutschle 2020-07-18 17:25:39 +02:00
  • 2f983625d0 documentation update yrutschle 2020-07-18 16:54:23 +02:00
  • f6b11a424b reset config file option to --config yrutschle 2020-07-17 21:58:23 +02:00
  • cf46cd5bb4
    Merge pull request #271 from bket/config_init yrutschle 2020-07-15 21:15:49 +02:00
  • b473622698 Always initialize config_t structure, fixes #270 Björn Ketelaars 2020-07-14 06:57:43 +02:00
  • de8e5725c2 automatically sign release Yves Rutschle 2020-07-11 21:39:37 +02:00
  • 0cc516bf51 v1.21 v1.21 Yves Rutschle 2020-07-11 21:30:26 +02:00
  • 337bd34fb7 fix robustness tests yrutschle 2020-07-10 23:27:07 +02:00
  • 46d9796bd6 fail as soon as a listen address cannot be resolved yrutschle 2020-07-10 23:12:03 +02:00
  • 219163ac27 dont keep going if config parse failed yrutschle 2020-07-10 22:49:41 +02:00
  • 8ddbe59883 warn that transparent proxy is hard yrutschle 2020-07-06 22:25:42 +02:00
  • 312b94de9c Use CAP_NET_RAW instead of CAP_NET_ADMIN for transparent proxying. jeremiejig 2016-05-21 15:43:25 +02:00
  • c5b0932bad syslog_facility 'none' disables syslog yrutschle 2020-06-19 23:39:25 +02:00
  • 9e2cc93973 syslog connections when specifying probes on the command line yrutschle 2020-06-19 23:38:33 +02:00
  • 408c5741f8 rewind logged messages so it does not crash... yrutschle 2020-06-19 23:01:25 +02:00
  • c595aadb4d log to syslog even if in foreground Yves Rutschle 2020-05-28 10:13:54 +00:00
  • 61191edf7c initialised FAQ yrutschle 2020-04-10 21:45:04 +02:00
  • 1009f556fc initialised FAQ yrutschle 2020-04-10 21:43:46 +02:00
  • 98807771e0 clarify error message for setsockopt IP_TRANSPARENT yrutschle 2020-01-26 21:35:09 +01:00
  • 4610e220bd update c2s version requirement yrutschle 2020-01-26 21:20:48 +01:00
  • dfa764e2e8 config from new c2s: underscore and dashes are equivalent yrutschle 2020-01-26 21:19:16 +01:00
  • 10fe9c6e27 Merge branch 'master' of https://github.com/yrutschle/sslh yrutschle 2020-01-26 21:13:04 +01:00
  • d1f782e1fe
    Merge pull request #255 from jamesmacwhite/cfg-example-tls yrutschle 2020-01-02 21:12:18 +01:00
  • 9ed44ee09b
    Update SSL example to TLS James White 2020-01-02 09:24:32 +00:00
  • e913eeeb88 explicit what sslhconf.cfg is for yrutschle 2019-12-30 21:06:09 +01:00
  • 9d1d9f850a added config parser generated by conf2struct, so sslh builds without conf2struct after cloning yrutschle 2019-12-30 20:44:16 +01:00
  • 588883eb42 Fix on-timeout setting so it is no longer ignored (issue #253) yrutschle 2019-12-27 18:26:16 +01:00
  • bae16ab29e Merge branch 'master' of https://github.com/yrutschle/sslh yrutschle 2019-11-15 22:20:48 +01:00
  • 32851d2041 minor doc clarification for dependencies yrutschle 2019-11-15 22:20:31 +01:00
  • 49e8bff01b
    Merge pull request #248 from muellerj/master yrutschle 2019-11-14 23:16:24 +01:00
  • 87aaa156e0 Add explicit casts to remove warnings Jonas Mueller 2019-11-05 20:28:58 +01:00