summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a button to connect a non-mobile IPsec VPN from Status > IPsec. Sends a ↵jim-p2010-11-081-0/+26
| | | | ping from a local IP in the p2 subnet (if one exists on the router) to the remote p2 subnet.
* Return disabled interfaces as wellScott Ullrich2010-11-081-1/+1
|
* Return disabled interfaces as wellScott Ullrich2010-11-082-2/+2
|
* Cosmetic issue, add space before 'done', otherwise package XML name and done ↵Warren Baker2010-11-081-1/+1
| | | | are combined.
* Recent move (d32d3970d58683d02f89073103eb595eaa8f395f) of routed/ items ↵Warren Baker2010-11-082-6/+6
| | | | required additional files to be updated to reflect correct path.
* Add routed/ items to obsoleted files. Force removal of file so that ↵Scott Ullrich2010-11-062-2/+4
| | | | directories can be included in the future
* Ignore /var/etc directory to avoid these kinds of errors: tar: ↵Scott Ullrich2010-11-061-0/+1
| | | | /var/etc/openvpn/client1.sock: tar format cannot archive socket
* Do not use sub arrayScott Ullrich2010-11-061-2/+2
|
* Make sure ipsec is incuded in valid interfacesScott Ullrich2010-11-061-2/+3
|
* Move Note to bottom of pageScott Ullrich2010-11-061-1/+1
|
* Show interface descriptionScott Ullrich2010-11-061-2/+2
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-2/+2
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Do not escape strings twiceScott Ullrich2010-11-061-1/+1
|
* Misc fixes. Use htmlspecialchars() in more places. Use escaped shell argument.Scott Ullrich2010-11-061-6/+6
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Various CRL fixes.jim-p2010-11-062-45/+58
|
* Interface names should appear as uppercaseScott Ullrich2010-11-061-1/+1
|
* Define variable a bit earlier in case its sharedScott Ullrich2010-11-062-2/+6
|
* Use get_configured_interface_list() so Ermal does not yell at me :)Scott Ullrich2010-11-062-13/+2
|
* Fix misc input validation errors. Move routed/* to same dir as pkg itemsScott Ullrich2010-11-065-2/+12
|
* Ensure passed interface is validScott Ullrich2010-11-061-0/+14
|
* Use htmlspecialchars() for santitized outputScott Ullrich2010-11-061-3/+3
|
* Ensure that we are working with a proper passed interface..Scott Ullrich2010-11-061-11/+20
|
* Spelling fix.Warren Baker2010-11-051-1/+1
|
* If the anti-lockout rule is active, show it in the rules list for the LAN ↵jim-p2010-11-051-0/+32
| | | | interface (or WAN if the interface count is 1, same rules as in filter.inc for putting the rule in the ruleset)
* Warn a user when entering the OpenVPN client/server screens that they need a ↵jim-p2010-11-042-13/+57
| | | | CA/Cert if none exist.
* Use addslashes() here to prevent unescaped quotes from causing PHP errors. ↵jim-p2010-11-041-1/+1
| | | | Fixes advanced/custom options in OpenVPN wizard.
* Use a different variable name here to avoid colliding with another of the ↵jim-p2010-11-041-2/+2
| | | | same name.
* Use != here to avoid a potential issue with empty() testing intermediate arrays.jim-p2010-11-031-1/+1
|
* Add a button to the filter reload screen to force a config sync (only shows ↵jim-p2010-11-031-0/+9
| | | | up if a config sync peer is defined).
* Change the dhcpd startup for isc dhcpd server 4.1smos2010-11-031-1/+1
|
* Fix saving of off/disabled PPPoE server instances. Fixes #987jim-p2010-11-031-32/+34
|
* Activate code to allow ipsec to work normally.Ermal2010-11-031-2/+2
|
* Don't show empty user IPsec keys.jim-p2010-11-031-1/+1
|
* Ticket #980. Bring CP widget up to date. Also bind lighty for CP to ↵Ermal2010-11-033-29/+41
| | | | 127.0.0.1 it should not be accessible otherwise.
* Protect from strange situations on bootup by testing for is_array(). Do not ↵Ermal2010-11-023-14/+22
| | | | add anymore the 127.0.0.2 route its not needed anymore. Also during bootup bring up all interfaces so the assignment process can deal with them(Possibly should be done in another code flow!).
* Don't use pconfig in a widget, it can cause issues with other widget settings.jim-p2010-11-021-43/+43
|
* CSS changes, fixes misaligned cursor in some password fields. Fixes item 1 ↵jim-p2010-11-028-15/+23
| | | | in ticket #830
* More VPN log fixes, for consistency. Ticket #912jim-p2010-11-024-25/+36
|
* Fix typo (standart -> standard)jim-p2010-11-021-2/+2
|
* Switch from buttons to tabs, add a mode to view raw mpd logs for each vpn ↵jim-p2010-11-021-37/+48
| | | | type, and some general cleanup. Fixes #912
* Remove these now-obsolete linkup/linkdown scripts.jim-p2010-11-026-36/+0
|
* Fix VPN log page to use the updated log format (again). Ticket #912.jim-p2010-11-021-5/+6
|
* Use a unified vpn-linkup script that detects the type based on interface name.jim-p2010-11-021-0/+11
|
* Switch to a unified vpn-linkup and vpn-linkdown.jim-p2010-11-021-6/+6
|
* Fix l2tp interface naming. Fixes #985jim-p2010-11-021-1/+1
|
* Show login/logout events for pptp, pppoe server, and l2tp. Could use some ↵jim-p2010-11-011-7/+8
| | | | work to simplify. Ticket #912.
* Use individual linkdown scripts.jim-p2010-11-011-3/+3
|
OpenPOWER on IntegriCloud