Project

General

Profile

Download (1.78 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
335a1610 08/28/2015 07:43 AM Lukas Zapletal

Fixes #11323 - fixed PID writing, interrupt trap and daemon logging

0eb81790 07/14/2015 03:57 AM Dmitri Dolguikh

fixes #11098: fixed ruby 1.8-specific issues around plugin and provider searches

d905c67c 07/10/2015 04:47 AM Dmitri Dolguikh

Fixes #7008: dns providers are now plugins

e506345a 06/24/2015 10:42 AM Dmitri Dolguikh

fixes #10895: moved smart_proxy_chef-specific classes to the plugin itself

0207401d 02/09/2015 07:53 AM Lukas Zapletal

Fixes #9089 - refactored SSL client verification into method

9ea2ac71 01/26/2015 07:55 AM Lukas Zapletal

Fixes #8905 - bind_port config option

6ddd00db 11/26/2014 07:57 AM Dmitri Dolguikh

fixes #8282: sslv3 is disabled

ed82c929 11/06/2014 05:20 AM Marek Hulán

Fixes #8160 - Remove chef related code

Code was extracted to separate chef plugin. See
https://github.com/theforeman/smart_proxy_chef

a53d835a 11/04/2014 12:33 PM dustin tsang

Refs #969 - Proxy-side changes for serving templates from the proxy

An update to @GregSutcliffe's original PR. Ports his original feature to the new
plugin api.

25691fff 10/20/2014 09:14 AM Dmitri Dolguikh

fixes #7660: fixes first bunch of rubocop warnings

52f0bacf 10/08/2014 08:26 AM Dominic Cleal

fixes #7822 - forbid HTTPS requests with no client SSL certificate

915c16dd 08/27/2014 11:23 AM Dmitri Dolguikh

fixes #7225: logger is now being correctly initialized during launch

0c9a01b6 08/08/2014 05:44 AM Dominic Cleal

fixes #6589 - add trusted_hosts check back

d44cdd95 07/07/2014 07:01 AM Dmitri Dolguikh

fixes #6289: avoids concurrent downloads of files with the same name and destination dir.

9ac3e80e 07/02/2014 11:35 AM Dmitri Dolguikh

fixes #6474: smart-proxy relies on Bundler to load sinatra dependency

69f6b3e5 07/02/2014 08:57 AM Dmitri Dolguikh

fixes #6306: removed possible namespace collisions with puppet and chef

e42766eb 07/02/2014 08:55 AM Dmitri Dolguikh

fixes #6436: plugins are now being loaded after core modules

038fa6cf 06/18/2014 02:18 PM Dmitri Dolguikh

Fixes #4866: Breaking up monolithic smart-proxy into modules

45e05273 04/02/2014 10:07 AM Stephen Benjamin

fixes #1809 - freeipa integration to smartproxy

04148e79 03/21/2014 03:29 PM Riley Shott

Fixes #2259 - trusted hosts work with passenger

4c2e7d8b 11/20/2013 11:13 AM Romain Vrignaud

fixes #3699 - chefproxy feature, proxies facts and reports to Foreman

c4a245d5 06/07/2013 08:32 AM Dmitri Dolguikh

fixes #2520 - defines default settings for dns and puppet

200ce901 09/12/2012 03:04 AM Ohad Levy

fixes #1856 - adds a config.ru and allow the SP to run as a rack app.