summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate system calls here, use PHP instead.jim-p2012-10-041-2/+2
|
* Sanitize some variablesjim-p2012-10-041-8/+9
| | | | Discovered-By: Yann CAM
* Verify posted kernel type against a defined list of good values.jim-p2012-10-041-5/+11
| | | | Discovered-By: Yann CAM
* fix for: Output from CSRF magic mangles files in Diagnostics > Edit FileDarren Embry2012-09-171-0/+3
| | | | http://redmine.pfsense.org/issues/2294
* Use a better link here.jim-p2012-09-121-1/+1
|
* Print a nice large warning on the PPTP page about it no longer being ↵jim-p2012-09-121-0/+1
| | | | considered secure.
* Protect against a potential infinite loop here.jim-p2012-08-011-1/+2
|
* Make use of product_nameWarren Baker2012-07-271-1/+1
|
* Put fix for IE 8/9 url handling bugErmal2012-07-271-1/+2
|
* LAN is not special here anymore. Do not remove the interface again (it was ↵jim-p2012-06-271-9/+3
| | | | alraedy removed before this block), do not remove NAT and such (OPTs may still need it!) and no need to remove shaper. Improve DHCP check and generalize it to work on any interface, not just LAN.
* This apparently is breaking reinstalls. Revert "Actually make reinstallpkg ↵jim-p2012-06-151-4/+1
| | | | | | remove the bionaries and really reinstall them" This reverts commit 3ddb92a6a52e2345684c11da72ef6853b82d2915.
* Revert "Remove missed line"jim-p2012-06-151-0/+1
| | | | This reverts commit 2b52fee241484b1d52b2435e1716461ba2e36486.
* Remove missed lineErmal2012-06-151-1/+0
|
* Actually make reinstallpkg remove the bionaries and really reinstall themErmal2012-06-151-1/+4
|
* This should have been 2.1 only, and it's just causing some odd package ↵jim-p2012-06-122-43/+11
| | | | | | behavior on 2.0.2 (blank lines in squid's interface selection, for one). 2.1 has different code here anyhow. Revert "Added "interface_selection" type to enable interface selection in tinydns server" This reverts commit 05d908db3ad62e46eb22bb73e397ba8bf61cb36c.
* Remove extra spaces and add closing <tr> tagWarren Baker2012-06-121-1/+1
|
* Provide a way to disable the pkg info linkjim-p2012-06-072-0/+8
|
* Wrong branchErmal2012-06-051-16/+0
| | | | | | Revert "Import OpenVPN cisco style radius attributes applying policy to logged in users. Feature #2100" This reverts commit 477cc2bc24b4b0a36b2bc765c1bb4d79a2eacaed.
* Import OpenVPN cisco style radius attributes applying policy to logged in ↵Ermal2012-06-051-0/+16
| | | | users. Feature #2100
* Revert "Make the ppp-linkup script understand both address families."jim-p2012-06-041-13/+4
| | | | This reverts commit 310c29c6a6089f1766ac052572b532e736a2251b.
* Rather than doig a string search do a proper matching of selected ↵Ermal2012-05-301-3/+4
| | | | interfaces. Fixes #2378
* Clarify comment. Fixes #2270Ermal2012-05-301-1/+1
|
* Fix copy/paste-ojim-p2012-05-301-2/+2
|
* Fix input validation and import test.jim-p2012-05-301-9/+6
|
* Switch to ntpd from ports, add Services > NTP to select interfaces for ↵jim-p2012-05-304-5/+138
| | | | | | | | | binding. Respect old ntp settings in the process. Conflicts: etc/inc/system.inc usr/local/www/fbegin.inc
* Add a knob to tune the maximum number of tables that can be defined, the pf ↵jim-p2012-05-291-0/+21
| | | | default of 1000 is too low for systems with >500 aliases.
* Add missing div tagjim-p2012-05-281-0/+1
|
* do a direct return, it will not find the PinReady commandsmos2012-05-261-1/+1
|
* Adjust the +CPIN? cmd so it works for huawei 3G sticks toosmos2012-05-261-1/+1
|
* List logged-in IPsec xauth users and provide a mechanism to disconnect them. ↵jim-p2012-05-252-87/+157
| | | | | | | | Implements #1986 Conflicts: usr/local/www/diag_ipsec.php
* Switch to a common function to determine anti-lockout ports, and fix a bug ↵jim-p2012-05-251-12/+2
| | | | that was getting the ports wrong with custom https+redirect on.
* Don't skip "lan" as a possible WAN for shaper, since someone could have ↵jim-p2012-05-231-2/+0
| | | | renamed/repurposed it. Someone may shoot themselves in the foot if they pick it accidentally, but otherwise some valid configs may be prevented accidentally.
* Include movable code to reorder list,save button, domtt title messages, also ↵Marcello Coutinho2012-05-181-22/+139
| | | | | | | | | | | base64 decode option, description and custom text to checkbox fields. New options need xml config to be included on package xml files, so no changes to packages that do not use these functions. I've sucessfully testes with imspector-dev, dansguardian and varnish code. Related post on forum with screenshots and full code http://forum.pfsense.org/index.php/topic,49322.msg262903.html#msg262903
* Fixup halt and reboot to catch the output from the shutdown process properly.jim-p2012-05-162-45/+34
|
* On its own, ntpd does not sync fast enough at bootup, so bring back the ↵jim-p2012-05-161-8/+19
| | | | | | | | ntpdate sync but improve it so it can't get stuck forever. Conflicts: etc/rc.newwanipv6
* Fix syntax here too in case we need to revive it.jim-p2012-05-151-1/+1
|
* Use a text description instead of a code.jim-p2012-05-151-17/+31
|
* Add NTP status page using ntpq.jim-p2012-05-151-0/+155
|
* With FreeBSD's ntpd, the current options are irrelevant, but we can have a ↵jim-p2012-05-151-2/+1
| | | | | | | | nice status page Conflicts: usr/local/www/fbegin.inc
* Fix ntp name here toojim-p2012-05-151-1/+1
| | | | | | Conflicts: etc/inc/priv.defs.inc
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it ↵jim-p2012-05-1515-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | easier if we switch) Conflicts: usr/local/www/diag_logs.php usr/local/www/diag_logs_auth.php usr/local/www/diag_logs_dhcp.php usr/local/www/diag_logs_filter.php usr/local/www/diag_logs_filter_summary.php usr/local/www/diag_logs_gateways.php usr/local/www/diag_logs_ipsec.php usr/local/www/diag_logs_ntpd.php usr/local/www/diag_logs_openvpn.php usr/local/www/diag_logs_ppp.php usr/local/www/diag_logs_relayd.php usr/local/www/diag_logs_resolver.php usr/local/www/diag_logs_routing.php usr/local/www/diag_logs_settings.php usr/local/www/diag_logs_vpn.php usr/local/www/diag_logs_wireless.php usr/local/www/fbegin.inc
* Make the ppp-linkup script understand both address families.smos2012-05-141-4/+13
|
* Fix redirect when saving settings in the widget, it was landing on the ↵jim-p2012-05-141-0/+1
| | | | widget page instead of returning to the dashboard.
* Add _ to the list of are allowed charactersWarren Baker2012-05-101-1/+1
|
* fix typoChris Buechler2012-05-091-1/+1
|
* Revert "Make vips vhid be unique per parent interface!" - per cmb, this ↵jim-p2012-05-085-22/+38
| | | | | | | | | | | | should not have been on RELENG_2_0 see ticket #2415 This reverts commit 4d0c032c528b10221a2ef894b5eca34f6fda39a7. Conflicts: etc/inc/openvpn.inc etc/inc/upgrade_config.inc etc/rc.filter_synchronize
* Update zoneinfo using latest zones from FreeBSDjim-p2012-05-081-0/+0
|
* $realif only exists on apply, which this code path would never touch. Change ↵jim-p2012-05-081-1/+1
| | | | to use the configured interface instead. Fixes #2212
* Fix missing description in rowhelper.Marcello Coutinho2012-05-071-0/+1
|
* When the "OpenVPN" users type was commented out of the drop-down, this ↵jim-p2012-05-021-4/+4
| | | | function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled.
OpenPOWER on IntegriCloud