Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update stunnel.inc | PbIXTOP | 2015-11-09 | 1 | -2/+2 |
| | | | Fix using blank field in "Listen on IP" | ||||
* | Add privileges configuration to stunnel package | doktornotor | 2015-11-01 | 1 | -0/+42 |
| | |||||
* | Add privileges configuration to stunnel package | doktornotor | 2015-11-01 | 1 | -5/+5 |
| | |||||
* | stunnel - code style fixes | doktornotor | 2015-08-30 | 1 | -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 fixes | doktornotor | 2015-08-30 | 1 | -57/+56 |
| | | | | | - Update copyright header - Nuke useless comments - Descriptions cosmetics | ||||
* | stunnel - code style fixes | doktornotor | 2015-08-30 | 1 | -58/+49 |
| | | | | | | - Update copyright header - Indentation fixes - Nuke useless chmods for default permissions and useless comments - Descriptions cosmetics | ||||
* | Remove useless remount calls | doktornotor | 2015-08-25 | 1 | -2/+0 |
| | | | These are dealt with by install_package() from pkg-utils.inc. | ||||
* | stunnel.inc - remove useless config_(un)lock calls | doktornotor | 2015-08-11 | 1 | -4/+0 |
| | | | This function does nothing but return. | ||||
* | Fix stunnel PBI directories and update to 5.20. Fixes #4295 | Renato Botelho | 2015-07-16 | 2 | -27/+37 |
| | |||||
* | Add ability to specify client mode tunnels. | David Marcin | 2015-07-07 | 2 | -0/+7 |
| | |||||
* | Remove absolute path from stunnel rcfile. | David Marcin | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Replace all calls to make_dirs() by mkdir with mode 0755 and recursive enabled | Renato Botelho | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Packages repo cleanup: | Renato Botelho | 2015-02-05 | 1 | -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 creation | Eirik Oeverby | 2010-08-10 | 1 | -1/+2 |
| | |||||
* | Only fearch item if it exists | Scott Ullrich | 2009-10-27 | 1 | -6/+8 |
| | |||||
* | Do not show blank lines | Scott Ullrich | 2009-10-19 | 1 | -6/+10 |
| | |||||
* | It's 2009 now. Update (C) | Scott Ullrich | 2009-10-19 | 1 | -1/+1 |
| | |||||
* | Add missing closing tag. Discovered by Ltning | Scott Ullrich | 2009-10-19 | 1 | -1/+1 |
| | |||||
* | s/--- default ---/default/. Make the default selection default | Scott Ullrich | 2009-10-17 | 1 | -3/+1 |
| | |||||
* | Fixed wrong text in certificate management. | Eirik Oeverby | 2009-03-12 | 1 | -1/+0 |
| | |||||
* | Added certificate management | Eirik Oeverby | 2009-03-10 | 2 | -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. |