aboutsummaryrefslogtreecommitdiffstats
path: root/config/stunnel/stunnel.inc
Commit message (Collapse)AuthorAgeFilesLines
* Update stunnel.incPbIXTOP2015-11-091-2/+2
| | | Fix using blank field in "Listen on IP"
* stunnel - code style fixesdoktornotor2015-08-301-109/+138
| | | | | | | | - Add missing copyright header - Code style and indentation fixes - Fix stunnel_delete() - missing dots after filename - Use start_service() and stop_service - Put JS between CDATA - No need to unlink service rc script manually on uninstall
* Remove useless remount callsdoktornotor2015-08-251-2/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* stunnel.inc - remove useless config_(un)lock callsdoktornotor2015-08-111-4/+0
| | | This function does nothing but return.
* Fix stunnel PBI directories and update to 5.20. Fixes #4295Renato Botelho2015-07-161-25/+35
|
* Add ability to specify client mode tunnels.David Marcin2015-07-071-0/+1
|
* Replace all calls to make_dirs() by mkdir with mode 0755 and recursive enabledRenato Botelho2015-05-051-1/+1
|
* Fixed up stunnel package for fbsd8, fixed a bug in certificate creationEirik Oeverby2010-08-101-1/+2
|
* Only fearch item if it existsScott Ullrich2009-10-271-6/+8
|
* Do not show blank linesScott Ullrich2009-10-191-6/+10
|
* Added certificate managementEirik Oeverby2009-03-101-0/+232
Major change which allows assigning certificates to tunnels. Certificates are managed on a separate tab, but they must be manually generated on another system and pasted in along with RSA keys. Certificate status display lists status including days until expiry.