Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  proxy
  sinatra
bundler_helper.rb 1.08 KB
checks.rb 153 Bytes
daemon.rb 879 Bytes
launcher.rb 6.47 KB
rack-patch.rb 137 Bytes
smart_proxy.rb 18 Bytes
smart_proxy_for_testing.rb 1.07 KB
smart_proxy_main.rb 2.54 KB
webrick-patch.rb 1.42 KB

Latest revisions

# Date Author Comment
dfc29877 06/13/2018 12:30 PM Stephen Benjamin

fixes #23917 - convert tls version to string

If someone specifies settings in YAML like this:

```yaml
tls_disabled_versions:
- 1.1
```

Ruby will interpret it as a float. Currently, it must be quoted.
@Ivan Necas added a to_s to the dynflow smart proxy plugin to fix this,...

33ed4a25 04/06/2018 07:51 PM Dmitri Dolguikh

Fixes #2677 - Removed sinatra workaround for "accept" headers

3b72d288 01/19/2018 07:31 PM Partha Aji

Fixes #22292 - Config option for tftp timeout

Smart proxy TFTP plugin uses wget to download initrd, vmlinuz,
squash.img etc. It by default uses a connection/dns and
read timeout of 10 seconds.
This commit enables one to the set the individual time outs via config...

d5f0f004 01/03/2018 07:22 PM Eric Helms

Fixes #21350 - Allow restricting to TLSv1.2

2fc0ec8c 12/17/2017 10:20 AM Dmitri Dolguikh

Fixes #15535 - http ports used by plugins are being logged now.

a5830764 06/08/2017 11:08 AM Dmitri Dolguikh

Fixes #19709 - check version before loading dependencies

24ab36bd 05/19/2017 06:55 AM Dominic Cleal

fixes #7832 - add SSL verification tests for production Rack apps

Uses the Rack app configurations built by the smart proxy launcher with
the Sinatra authz helpers inside a WEBrick server running as part of the
integration test. Real requests are made against the server to test the...

99e9e5bf 05/09/2017 10:10 AM Dominic Cleal

fixes #19480 - add systemd notify support

When started under systemd, the launcher now logs via the notify socket
API when all configured WEBrick servers have started so the service
state is reported accurately (rather than the daemonization point).

An example unit file is now shipped that uses a --no-daemonize...

d9acf4e8 02/08/2017 07:16 AM Dmitri Dolguikh

Fixes #17500 - introduced providers for realm module.

3a83236d 01/26/2017 07:35 AM Dmitri Dolguikh

Fixes #18026 - proxy can listen on multiple arbitrary interfaces

View revisions

Also available in: Atom