summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix cosmetic bug when developer was turned on.Darren Embry2012-05-171-7/+19
* fix for #2231Darren Embry2012-05-171-2/+0
* more verbose log_error on rrdtool restore failureDarren Embry2012-05-171-1/+1
* log_error if rrdtool restore calls failDarren Embry2012-05-171-1/+7
* restore_rrddata() adds log_error calls and uses -fDarren Embry2012-05-171-12/+27
* add -f to 'rrdtool restore' callDarren Embry2012-05-171-1/+1
* 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
* Teach mwexec and mwexec_bg how to optionally clear signal masks, and use that...jim-p2012-05-164-5/+20
* 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 ntpda...jim-p2012-05-165-17/+35
* Fix syntax here too in case we need to revive it.jim-p2012-05-151-1/+1
* Clear process signals before exec() or ntpd misbehaves if called from PHP on ...jim-p2012-05-151-0/+3
* Move git package name/URL to the configuration variables section.Erik Fonnesbeck2012-05-151-2/+3
* Merge pull request #107 from bcyrill/patch-1Jim P2012-05-151-11/+11
|\
| * correct closing tagsbcyrill2012-05-151-11/+11
|/
* Only process this if it's an arrayjim-p2012-05-151-0/+2
* As suggested by wagonza, using SAMEORIGIN for X-Frame-Options is sufficient h...jim-p2012-05-151-1/+1
* 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
* Use FreeBSD's ntpd instead in the backendjim-p2012-05-141-30/+9
* With FreeBSD's ntpd, the current options are irrelevant, but we can have a ni...jim-p2012-05-141-1/+1
* Fix ntp name here toojim-p2012-05-142-6/+6
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it easi...jim-p2012-05-1418-22/+22
* Create $altnames earlier, and also fix a bracing issue with this if statement...jim-p2012-05-141-2/+3
* Whoops, don't flip these since I negated the test.jim-p2012-05-141-2/+2
* Flip this test around since it's safer to assume the dev mode is tun. Ticket ...jim-p2012-05-141-3/+3
* 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 widget...jim-p2012-05-141-0/+1
* 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-112-14/+19
* allow aliases for the ipaddr field in virtual servers (PEV-394754)Darren Embry2012-05-112-6/+25
* make use of the correct file to send notificationsWarren Baker2012-05-111-4/+4
* 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-107-167/+45
* Merge pull request #106 from irvingpop/masterScott Ullrich2012-05-101-15/+19
|\
| * max_procs adjustments for small memory systems, attempt 2Irving Popovetsky2012-05-101-15/+19
|/
* 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
* prep work: function get_alias_list()Darren Embry2012-05-101-0/+33
* add autocomplete to load_balancer_pool_edit.php (PEV-394754)Darren Embry2012-05-102-2/+21
* fix a bug in anti-clickjack that made all pages blankDarren Embry2012-05-101-1/+1
* 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-102-1/+7
* 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 the...jim-p2012-05-091-2/+121
* Include TCP flags in CLI filter parser output (if present)jim-p2012-05-091-1/+2
OpenPOWER on IntegriCloud