Commit Graph

149 Commits

Author SHA1 Message Date
Scott Ullrich
00d75b39d8 Add (s) 2009-03-03 11:38:21 -05:00
Ermal Luçi
85a5da131c * Rename get_current_wan_address to get_interface_ip
* Rename get_real_wan_interface to get_real_interface
* Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@
* Cleanup some code when passing or remove some unused one.
2008-10-23 21:51:53 +00:00
Matthew Grooms
d799787e49 Rework most of the OpenVPN support. The interfaces have been updated to
not use the pkg system and the configuration has been migrated to an
openvpn prefix. The centralized user and certificate manager is now used
to support the openvpn configurations. Most of the files removed in this
commit were not being referenced.

This commit also splits out the certificate management components into a
new system menu item.
2008-08-26 04:48:04 +00:00
Scott Ullrich
aef749ebf7 Eliminate interfaces_carp_bring_up_final() 2008-07-07 01:05:02 +00:00
Scott Ullrich
a31a458275 Shutdown client instances upon deleting. 2008-04-28 04:08:27 +00:00
Scott Ullrich
522a95b69f Pass mode 2008-04-28 03:51:40 +00:00
Scott Ullrich
702a47025d Shutdown deleted process 2008-04-28 03:39:47 +00:00
Chris Buechler
409288e077 clean up text 2008-04-27 20:44:31 +00:00
Chris Buechler
00bceb10f2 change default value, fix white space 2008-04-27 20:20:19 +00:00
Chris Buechler
43894cbc86 shared key needs to be input field 2008-04-27 20:17:27 +00:00
Chris Buechler
a88c7c2ec2 fix wording 2008-04-27 20:06:26 +00:00
Scott Ullrich
a007827a72 Begin adding OpenVPN users feature. 2008-04-26 02:07:01 +00:00
Ermal Luçi
04a6e90048 Differentiate between shared key and pki on the GUI.
Fix some errors with the javascript
2008-04-11 21:03:10 +00:00
Martin Fuchs
0b2a4e64ff OpenVPN: remove keepalive, its already hardcoded 2008-04-05 15:52:37 +00:00
Martin Fuchs
e434284391 OpenVPN: added keepalive and infinite resolver options 2008-04-05 14:24:58 +00:00
Martin Fuchs
fe32492ec7 OpenVPN: my fault... now its correct... the server pushes the commands... 2008-04-04 00:06:36 +00:00
Martin Fuchs
505a15cb07 OpenVPN: redirect-gateway added [for CSC] 2008-04-03 23:22:47 +00:00
Martin Fuchs
cb36037003 OpenVPN: redirect-gateway added 2008-04-03 20:46:05 +00:00
Ermal Luçi
8be2d6d3dd Remove ugly hacks and use propper method for dispalying generated ciphers. 2008-03-06 19:03:56 +00:00
Ermal Luçi
849119e7f8 Correct typo. 2008-03-06 17:58:18 +00:00
Ermal Luçi
267ab13f68 Switch to using generated certificates for server mode. 2008-03-06 17:33:32 +00:00
Ermal Luçi
741474efbb Show the certificate tab in all openvpn configuration tabs. 2008-03-05 17:31:56 +00:00
Ermal Luçi
8573937632 Use the new introduced pages. 2008-03-04 22:34:23 +00:00
Ermal Luçi
e7a4132d50 Introduce the Certificate generation tab for openvpn and use the certifacte generation page created by Scott.
Add the table missing tab to the certificate generation page.
2008-03-02 14:52:04 +00:00
Chris Buechler
c2d7f97e9e touch up text
Ticket #1644
2008-02-14 02:32:21 +00:00
Chris Buechler
4762e20070 touch up text
Ticket #1644
2008-02-14 02:31:20 +00:00
Chris Buechler
1d9797ca4c touch up text
Ticket #1577
2008-01-11 03:57:15 +00:00
Chris Buechler
e790dffe23 touch up text
Ticket #1569
2008-01-08 02:43:31 +00:00
Chris Buechler
348327b7c0 touch up text
Ticket #1569
2008-01-08 02:40:59 +00:00
Martin Fuchs
6236682824 OpenVPN-multi-interface-patches by Fernando Tarl Cardoso Lemos 2007-12-21 20:09:23 +00:00
Martin Fuchs
c1a4aacad2 Ticket 1709: fixed typo in OpenVPN cfg-page 2007-10-24 19:41:22 +00:00
Martin Fuchs
6d61e0a0e8 Ticket 1709: fexed typo in OpenVPN cfg-page 2007-10-23 20:12:19 +00:00
Bill Marquette
709cc6e0f2 global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427 2007-10-17 00:25:25 +00:00
Ryan Wagoner
d05e1b9fce - clean up miniupnpd.inc use array directly instead of seperate function 2007-10-01 03:07:54 +00:00
Simon Cornelius P Umacob
25655f580a MFC fix to RELENG_1 2007-08-16 10:37:46 +00:00
Martin Fuchs
575e9633d4 fixed some typos 2007-08-10 18:58:42 +00:00
Ryan Wagoner
858fc95d8f remove duplicate upnp disabled message 2007-07-26 21:02:27 +00:00
Ryan Wagoner
431484c8ef -move upnp_action to services.inc
-make sure to clear rules when stopping miniupnpd
-fix status_upnp and status_services pages so they use upnp_action and not the rcfile
2007-07-23 17:26:33 +00:00
Scott Ullrich
489c0062b8 Shutdown miniupnpd correctly. Ticket #1383 2007-07-18 21:52:28 +00:00
Scott Ullrich
9aaf57ea89 Use /var/etc/ 2007-06-30 23:01:42 +00:00
Scott Ullrich
e80df06e59 Woops, we need this code. Write out config file correctly. 2007-06-30 22:14:55 +00:00
Scott Ullrich
daf52412e8 Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/ Ticket #1342 2007-06-30 21:54:20 +00:00
Scott Ullrich
6f20377b6f Correctly move upnp to base since LiveCD cannot write files to /usr/local/etc or /usr/local/etc/rc.d/ Ticket #1342 2007-06-30 21:48:29 +00:00
Martin Fuchs
8fc63cd85d Add Type-Of-Service-passthru for server and client 2007-06-24 21:03:25 +00:00
Martin Fuchs
54816afd75 Add OpenVPN CSC-DHCP Options (override per Client), add TLS-Authentication, add connection-limit for server 2007-06-07 16:28:51 +00:00
Ryan Wagoner
89cb095e6a -bump miniupnpd version 20070521
-dropped status tab from upnp services page
-dropped tabs from upnp status page
2007-05-23 03:54:52 +00:00
Scott Ullrich
b42ad73611 Use pfSync SYNCPEER directive if defined. Ticket #1317 2007-05-14 23:56:48 +00:00
Scott Ullrich
f9927473c4 Add openvpn server tos and dhcp server options.
Submitted-by: Martin Fuchs
2007-05-07 17:02:23 +00:00
Scott Ullrich
b1ed535678 Fix spelling mistake Pointed-out-by: Summat via IRC 2007-05-02 21:57:08 +00:00
Scott Ullrich
a3ed7f701d Add a note that you do not use Synchronize IP and password option on backup cluster members. 2007-05-02 21:34:39 +00:00