summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Slightly different fix for #1417 that doesn't mess up other parameters needed...jim-p2011-04-181-1/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Push the ipv6 routes for the local network with push route-ipv6Seth Mos2011-04-261-0/+4
* | | | | | | | | | | | | | | | Add the ipv6 configuration options for routing ipv6 over the tunnel. Currentl...Seth Mos2011-04-251-2/+19
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Putting client-config-dir in the config is valid also for p2p_tls servers. Fi...jim-p2011-04-081-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Switch back to dev_mode so existing configs aren't broken by the other changes.jim-p2011-04-011-5/+5
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Added option to select the type of device for use in the tunnel openvpnlgcosta2011-03-211-4/+5
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | fix NTP server IPs in openvpn configChris Buechler2011-02-061-2/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Don't pass these by reference. Might be related to ticket #1231jim-p2011-01-271-3/+3
* | | | | | | | | | | Add drop-down to select OpenVPN hardware crypto (finds usable devices from "o...jim-p2011-01-201-0/+20
* | | | | | | | | | | Add a checkbox for duplicate-cn on OpenVPN servers.jim-p2011-01-201-0/+2
* | | | | | | | | | | Ticket #1198. Fix code when checking client or serverPierre POMES2011-01-151-2/+2
* | | | | | | | | | | fix textChris Buechler2010-12-281-2/+2
* | | | | | | | | | | nuke trailing carriage returnsScott Ullrich2010-12-221-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Do not spam filter reload at boot.Ermal2010-12-061-1/+3
* | | | | | | | | | Add suggested fix from ticket #1037jim-p2010-11-291-1/+1
* | | | | | | | | | Ticket #1037. Move environment manipulation to the authentication script sinc...Ermal2010-11-261-3/+2
* | | | | | | | | | Ticket #1037. Add suggestion in the ticket for using the CA supplied to openv...Ermal2010-11-251-2/+4
* | | | | | | | | | Reorder some code and combine the nobind test with the lport code to ensure o...jim-p2010-11-191-9/+9
* | | | | | | | | | When the local port is left blank on an OpenVPN client, use 'lport 0' to dire...jim-p2010-11-191-3/+3
* | | | | | | | | | The way this option is currently defined, the configuration variable is alway...Erik Fonnesbeck2010-11-171-1/+1
* | | | | | | | | | Remove trailing carriage returnScott Ullrich2010-11-101-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Refresh OpenVPN CRL files when a CRL has a cert added/removed. Ticket #555jim-p2010-10-211-0/+31
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add backend code to verify username against cn on login if set by user. Needs...jim-p2010-10-121-1/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Allow selecting an OpenVPN Server CRL if we are in an SSL mode.jim-p2010-09-211-2/+4
| |_|_|_|_|/ |/| | | | |
* | | | | | Send a log entry when openvpn resync is called.Ermal2010-09-151-2/+6
| |_|_|_|/ |/| | | |
* | | | | Since the OpenVPN management is done via unix socket and not tcp, we no longe...jim-p2010-09-091-3/+2
| |_|_|/ |/| | |
* | | | Use the new events mechanisms to dispatch events.Ermal2010-09-071-1/+1
| |_|/ |/| |
* | | Ticket #826. Add more bandage to notice when a reading on socket timeouts.Ermal2010-08-181-1/+13
* | | Ticket #826. Convert to unix domain sockets for management interface so we do...Ermal2010-08-181-6/+18
* | | Ticket #826. Add timeout of 1 second for all read/write actions performed on ...Ermal2010-08-181-1/+2
| |/ |/|
* | Print a notice that OpenVPN status information is not available for shared ke...jim-p2010-08-161-0/+1
* | End processing when we receive an ERROR line. Part of ticket #826jim-p2010-08-161-2/+2
|/
* Add OpenVPN none/null cipher.jim-p2010-07-131-1/+1
* Reorg this test a little, and make sure we only add client-to-client for remo...jim-p2010-06-301-4/+3
* Various fixes to usage of ip2long, long2ip, and negated subnet masks, mostly ...Erik Fonnesbeck2010-05-201-9/+9
* Revert "Allow the user to override OpenVPN interface name in custom options (...jim-p2010-05-171-37/+21
* Allow the user to override OpenVPN interface name in custom options (e.g. dev...jim-p2010-05-171-21/+37
* Add scpecific scripts for when ovpn goes up and down so we get neccessary val...Ermal2010-05-071-2/+2
* Add client-to-client to OpenVPN server config if the option is checked. Resol...jim-p2010-05-061-0/+3
* Use nobind for OVPN client when no local port and/or no local interface is re...pierrepomes2010-04-291-3/+5
* Fix typo in commentpierrepomes2010-04-271-1/+1
* Move these functions to a more central location. Part of ticket #496jim-p2010-04-271-0/+163
* Ticket #474. Properly check for disabled openvpn configs.Ermal2010-04-271-3/+3
* Ticket #449. Teach OpenVPN to reload only tunnels for the specified interface...Ermal2010-03-291-5/+13
* Fix local and nobind for client settingsErmal2010-03-121-1/+2
* Ticket #413. Hanlde cases when no authentication is specified.Ermal Luçi2010-03-101-12/+14
* Ignore chmod errors for files that do not exist.Ermal Luçi2010-03-041-5/+5
* Add tls-auth to server even when authenticating in user/pass mode.Ermal Luçi2010-03-031-12/+3
* Do not include tls-auth on authentication based only on user/pass.Ermal Luçi2010-03-031-5/+20
* Allow openvpn server to authenticate only based on username/password credenti...Ermal Luçi2010-03-021-2/+2
OpenPOWER on IntegriCloud