summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* System info widget on dashboard now updates CPU Frequency automaticallyCristian Feldman2012-05-183-11/+23
|
* Moved status text to img title (tooltip)Cristian Feldman2012-05-171-1/+1
|
* Added description text for IPSec tunnel status in "Status: IPsec" pageCristian Feldman2012-05-171-4/+8
|
* remove some log_error callsDarren Embry2012-05-171-7/+0
|
* bug fix for #2426Darren Embry2012-05-171-4/+11
| | | | Input validaton on interface gateway creation box needs to reject duplicate names
* report errors adding a gateway through ajax callsDarren Embry2012-05-172-5/+22
|
* - also rename $section arg to $section_name in some functions to clarifyDarren Embry2012-05-171-12/+15
| | | | | - also robustify parsing for <tagname> and bulletproof the handling of certain errors
* fix cosmetic bug when developer was turned on.Darren Embry2012-05-171-7/+19
| | | | highlight the hidden menu item differently.
* fix for #2231Darren Embry2012-05-171-2/+0
| | | | Don't activate master "Save Settings" button on traffic graph min/max.
* more verbose log_error on rrdtool restore failureDarren Embry2012-05-171-1/+1
|
* restore_rrddata() adds log_error calls and uses -fDarren Embry2012-05-171-12/+27
|
* add rrddata to backup/restore dropdowns.Darren Embry2012-05-171-12/+48
|
* indentation cleanupDarren Embry2012-05-171-100/+102
|
* move certain code to new function restore_rrddata()Darren Embry2012-05-171-23/+28
|
* Fixup halt and reboot to catch the output from the shutdown process properly.jim-p2012-05-162-45/+34
| | | | | | | Conflicts: usr/local/www/halt.php usr/local/www/reboot.php
* 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.
* Fix syntax here too in case we need to revive it.jim-p2012-05-151-1/+1
|
* correct closing tagsbcyrill2012-05-151-11/+11
|
* Only process this if it's an arrayjim-p2012-05-151-0/+2
|
* Fix quoting - can't use ' if we want to expand a variable inside the string.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-141-0/+155
|
* With FreeBSD's ntpd, the current options are irrelevant, but we can have a ↵jim-p2012-05-141-1/+1
| | | | nice status page
* Fix ntp name here toojim-p2012-05-141-1/+1
|
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it ↵jim-p2012-05-1418-22/+22
| | | | easier if we switch)
* Create $altnames earlier, and also fix a bracing issue with this if ↵jim-p2012-05-141-2/+3
| | | | statement. Fixes certificate importing.
* 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.
* remove the stuff triggering display of relay protocol rowDarren Embry2012-05-111-32/+0
|
* allow port in virtual servers to be left blankDarren Embry2012-05-111-7/+8
| | | | in which case listening port would be inherited from the pool
* allow aliases for the ipaddr field in virtual servers (PEV-394754)Darren Embry2012-05-111-5/+12
|
* fix for bug #2422 could not remove entries from CP Allowed HostnamesDarren Embry2012-05-111-1/+1
|
* cleanup: code for building arrays for autocompleted fieldsDarren Embry2012-05-106-167/+32
|
* add autocomplete for port (PEV-394754)Darren Embry2012-05-101-1/+11
|
* use get_alias_list for port field in load_balancer_pool_editDarren Embry2012-05-101-11/+1
|
* add autocomplete to load_balancer_pool_edit.php (PEV-394754)Darren Embry2012-05-101-1/+19
| | | | we also enable the json extension here.
* fix a bug in anti-clickjack that made all pages blankDarren Embry2012-05-101-1/+1
| | | | https://github.com/bsdperimeter/pfsense/commit/babac37a3b9a676525fff422011b9f3c0f9bd39f
* update help text in port fields to Firewall -> Aliases (PEV-394754)Darren Embry2012-05-102-2/+2
|
* Add click jacking support. Ticket #2419Scott Ullrich2012-05-101-0/+4
|
* Add _ to the list of are allowed charactersWarren Baker2012-05-101-1/+1
|
* fix typoChris Buechler2012-05-091-1/+1
|
* Add initial support for subjectAltName - still needs some select love for ↵jim-p2012-05-091-2/+121
| | | | the "type" field, freetext for now for testing (it does work, cert gets the specified subjectAltName).
* Include TCP flags in CLI filter parser output (if present)jim-p2012-05-091-1/+2
|
* 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-2/+2
| | | | to use the configured interface instaed. Fixes #2212
* Add last check timestamp to gateway status (actually just fix it, since the ↵jim-p2012-05-081-14/+10
| | | | code was there, but not functional) Fixes #1155
* fix vouchersChris Buechler2012-05-061-1/+1
|
* Fix whitespace: use spaces in services_dnsmasq_edit.php in order to match ↵Lorenz Schori2012-05-051-56/+56
| | | | coding style of surrounding html
* Add support for aliases in DNS Forwarder, fixes #2410Lorenz Schori2012-05-052-1/+132
|
* implement #2407: create config option for captive portal listening portDarren Embry2012-05-032-6/+12
|
OpenPOWER on IntegriCloud