aboutsummaryrefslogtreecommitdiffstats
path: root/config/stunnel
Commit message (Collapse)AuthorAgeFilesLines
* Update stunnel.incPbIXTOP2015-11-091-2/+2
| | | Fix using blank field in "Listen on IP"
* Add privileges configuration to stunnel packagedoktornotor2015-11-011-0/+42
|
* Add privileges configuration to stunnel packagedoktornotor2015-11-011-5/+5
|
* 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
* stunnel - code style fixesdoktornotor2015-08-301-57/+56
| | | | | - Update copyright header - Nuke useless comments - Descriptions cosmetics
* stunnel - code style fixesdoktornotor2015-08-301-58/+49
| | | | | | - Update copyright header - Indentation fixes - Nuke useless chmods for default permissions and useless comments - Descriptions cosmetics
* 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-162-27/+37
|
* Add ability to specify client mode tunnels.David Marcin2015-07-072-0/+7
|
* Remove absolute path from stunnel rcfile.David Marcin2015-07-071-1/+1
|
* Replace all calls to make_dirs() by mkdir with mode 0755 and recursive enabledRenato Botelho2015-05-051-1/+1
|
* Packages repo cleanup:Renato Botelho2015-02-051-0/+177
| | | | | | | - Drop support for pfSense < 2 - Remove archive/, old files can be reached using git - Remove old and unused packages - Move stale files from config subdir to a package subdir
* 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
|
* It's 2009 now. Update (C)Scott Ullrich2009-10-191-1/+1
|
* Add missing closing tag. Discovered by LtningScott Ullrich2009-10-191-1/+1
|
* s/--- default ---/default/. Make the default selection defaultScott Ullrich2009-10-171-3/+1
|
* Fixed wrong text in certificate management.Eirik Oeverby2009-03-121-1/+0
|
* Added certificate managementEirik Oeverby2009-03-102-0/+379
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.