summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_l2tp.php
Commit message (Collapse)AuthorAgeFilesLines
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Fix typo, LT2P->L2TPjim-p2016-08-021-1/+1
|
* Backport Remove input_errors2Ajax callsPhil Davis2016-07-201-12/+0
| | | | | | Original commit to master was https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Fix #6440 RADIUS issued IPsPhil Davis2016-06-021-1/+1
| | | | This is a checkbox - the state in the config is stored as set or not set. This should fix the reported issue. I don;t have a system right now to test, but the bug seems obvious.
* Fix typojim-p2016-05-031-2/+2
|
* More icon and button consistency fixes. Ticket #5965jim-p2016-03-101-4/+1
|
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Enhance input error message for RADIUS secretPhil Davis2016-02-081-1/+1
| | | Make this input error message different to the one just above for the "ordinary" secret so that users can read the message and know which are the fields with the problem.
* Make L2TP VPN reminder text an infoblockPhil Davis2016-01-221-2/+5
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Fix syntax errors introduced on recent merged pull requestsRenato Botelho2016-01-121-1/+1
|
* redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-5/+1
| | | | ip2long32() etc
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-2/+2
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* Adjust more calls to print_info_box with unquoted stringsNewEraCracker2016-01-071-1/+1
|
* Replace n_l2tp_units field by a drop-down from 1 to 255 and add a post ↵Renato Botelho2016-01-061-3/+6
| | | | validation just to be sure. Ticket #5720
* FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-281-2/+8
| | | | before updating
* Added new addPassword method and password == password_confirm validation ↵Stephen Beaver2015-12-281-2/+10
| | | | where required.
* Code style v wPhil Davis2015-12-171-4/+6
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Fix more privilege text/name/page inconsistenciesjim-p2015-11-251-2/+2
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Page converted to Form.class frameworkStephen Beaver2015-11-241-330/+171
|
* LT2p breadcrumbsPhil Davis2015-11-241-1/+1
| | | The repetition of LT2P here seemed odd. To me it seems better that the last level matches the tab name below, like it does if you click the "Users" tab.
* Completed #5359Stephen Beaver2015-10-301-26/+50
|
* Add MS-CHAPv2 option to L2TP ConfigurationJose Luis Duran2015-09-221-10/+11
| | | | See [#4732](https://redmine.pfsense.org/issues/4732)
* vpn_l2tp.php clean up textChris Buechler2015-09-211-3/+3
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-201/+233
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+493
OpenPOWER on IntegriCloud