Commit Graph

29 Commits

Author SHA1 Message Date
Ermal
56c9163122 Pass correct argument to killbyname and correctly check for sshdkeyonly toggle. Ticket #691 2010-06-23 18:35:49 +00:00
jim-p
1fea67419a Use killbyname() instead of mwexec/killall directly. 2010-06-18 10:36:46 -04:00
Larry Gilbert
22a11a582f Fix some errors in spelling, punctuation, grammar, etc. 2010-06-12 17:07:52 -07:00
Ermal
f37caa93fe Add to the System->Advanced an option to disable the redirect from port 80 when on https. 2010-05-24 16:57:27 +00:00
Renato Botelho
f49a012cf8 gettext fixes 2010-04-30 10:02:10 -03:00
Carlos Eduardo Ramos
f6c2ad64c9 Fix gettext issues 2010-04-29 17:22:53 -03:00
Carlos Eduardo Ramos
c395a830ca Fix gettext issues 2010-04-29 15:42:58 -03:00
Carlos Eduardo Ramos
f0d1af931a Fix gettext issues 2010-04-29 14:53:19 -03:00
Vinicius Coque
bca12a7613 Reviewing gettext() 2010-04-27 09:30:46 -03:00
Carlos Eduardo Ramos
ca72c3f595 Implement gettext() 2010-04-27 08:30:52 -03:00
Carlos Eduardo Ramos
1eacdc8a87 Implement gettext() 2010-04-26 16:10:53 -03:00
Ermal Luçi
a46e450ce9 Do not spread checking for value accross code. Do it in the function that is supposed to do it. 2010-03-08 16:53:45 +00:00
Chris Buechler
c26bda2e81 clarify text 2010-01-29 20:20:57 -05:00
Scott Ullrich
7a927e67a5 Require filter.inc and shaper.inc 2009-11-21 19:28:00 -05:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Scott Ullrich
487b16ecd8 Adding Notifications tab 2009-07-09 21:03:58 -04:00
Ermal Luçi
0027de0a54 * Create two new functions lock($subsystem)/unlock() to have more reliable locking using semaphores.
This function can sleep till the resource is free and can help find not well behaving code.
* Remove most of the config_lock/config_unlock logics on the whole scripts/pages it is an abuse of this.
	If any sybsytem wants to lock can do so with its own lock.
* Lock the config when doing a filter reload to avoid parallell recursion on this function, since it is not reentrant.
	This compenstates for the removal of lock aquiring from the scripts/pages.
* config_lock/config_unlock are now compate shims that do nothing. They are preserved since packages 'abuse' them too.
2009-05-08 18:42:37 +00:00
Scott Ullrich
38332c11d7 Rename to console options 2008-11-25 01:43:30 +00:00
Scott Ullrich
306f082ae0 Make white space consistent between save button and bottom of table 2008-10-25 07:33:44 +00:00
Ermal Luçi
4d18eb07e7 More fixes on checkboxes. 2008-10-22 16:56:53 +00:00
Ermal Luçi
561d51620d Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.html 2008-10-22 16:06:26 +00:00
Ermal Luçi
e09a935c10 Still array handling changes on php5. Reported by: http://forum.pfsense.org/index.php/topic,12043.0.html 2008-10-15 16:31:05 +00:00
Ermal Luçi
f51f398959 Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html. 2008-10-14 18:34:05 +00:00
Matthew Grooms
e647cc2e67 Increase the page redirect time after switching between http and https. It
can take longer on slower embedded systems.
2008-09-10 18:48:22 +00:00
Matthew Grooms
2ff19bfd40 Move the 'advanced users only' notice into the tab body so the tab headers
are not displaced by this message.
2008-09-09 18:54:57 +00:00
Matthew Grooms
ab3c85535d Cleanup the tab format of the system advanced pages. The edges were square
instead of rounded like most pfSense pages.
2008-09-09 05:50:32 +00:00
Matthew Grooms
fb1266d3a1 Moves the protocol and certificate options out of the general config page
to the Advanced admin access tab. The thought is that they should be next
to each other. The certificate management has also been modified to use
the centralized certificate manager. I took the liberty of removing the
default certificate/key definitions from the web server configuration
function as it is now trivial to create these locally.

The global SSH authorized keys have also been removed. Any existing key
data will be migrated to the admin account. I also added some new checks
to ensure the sshd process is only restarted when its configuration has
actually changed.
2008-09-09 04:08:22 +00:00
Bill Marquette
5bc3bf2811 uncomment the commented out functionality that actually restarts sshd
when it's enabled
2008-09-07 03:45:32 +00:00
Matthew Grooms
df81417f55 Break out the advanced system options page into tabs group by categories.
Fold the sysctl tunables page into a tab under the advanced options page.
This reduces the top level menu options by one. There should be no
functional changes.
2008-09-04 15:40:54 +00:00