summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reset slbd every 140 minutes as opposed to 300 minutes.Scott Ullrich2007-08-022-2/+2
|
* adapt DHCP-options HEAD <> RELENGMartin Fuchs2007-08-011-0/+3
|
* Add TFTP and LDAP server options to dhcpdMartin Fuchs2007-08-012-0/+49
|
* Users that have specific page access can now loginBill Marquette2007-08-011-5/+10
|
* * Remove trailing space * Remove duplicate command accidently commitedScott Ullrich2007-07-311-4/+2
|
* Increase timeouts when using a 1000 hz. From the FreeBSD commit message: ↵Scott Ullrich2007-07-311-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ÊChange TCPTV_MIN to be independent of HZ. ÊWhile it was documented to Êbe in ticks "for algorithm stability" when originally committed, it turns Êout that it has a significant impact in timing out connections. ÊWhen we Êchanged HZ from 100 to 1000, this had a big effect on reducing the time Êbefore dropping connections. ÊTo demonstrate, boot with kern.hz=100. Êssh to a box on local ethernet Êand establish a reliable round-trip-time (ie: type a few commands). ÊThen unplug the ethernet and press a key. ÊTime how long it takes to Êdrop the connection. ÊThe old behavior (with hz=100) caused the connection to typically drop Êbetween 90 and 110 seconds of getting no response. ÊNow boot with kern.hz=1000 (default). ÊThe same test causes the ssh session Êto drop after just 9-10 seconds. ÊThis is a big deal on a wifi connection. ÊWith kern.hz=1000, change sysctl net.inet.tcp.rexmit_min from 3 to 30. ÊNote how it behaves the same as when HZ was 100. ÊAlso, note that when Êbooting with hz=100, net.inet.tcp.rexmit_min *used* to be 30. ÊThis commit changes TCPTV_MIN to be scaled with hz. Êrexmit_min should Êalways be about 30. ÊIf you set hz to Really Slow(TM), there is a safety Êfeature to prevent a value of 0 being used. ÊThis may be revised in the future, but for the time being, it restores the Êold, pre-hz=1000 behavior, which is significantly less annoying. ÊAs a workaround, to avoid rebooting or rebuilding a kernel, you can run Ê"sysctl net.inet.tcp.rexmit_min=30" and add "net.inet.tcp.rexmit_min=30" Êto /etc/sysctl.conf. ÊThis is safe to run from 6.0 onwards. ÊApproved by: Êre (rwatson) ÊReviewed by: Êandre, silby
* added STUN,RTP,SIP to protocol-definitionsMartin Fuchs2007-07-291-0/+3
|
* Add missing tree icons and javascript itemsBill Marquette2007-07-2914-0/+559
|
* Make group manager tree work againBill Marquette2007-07-291-290/+29
| | | | | | | | | | | | | | | Correctly toggles items on/off Removes checkbox which served no real value Split group manager into multiple files like most other screens refactored tree generation code Known bugs: Initial page display incorrectly displays all tree items as allowed The changes to the group['pages'] array likely means auth won't work if you don't have "ANY" pages set TODO: If you have all permissions set, instead of using individual pages, it should set array to ANY Allow for entire tree folder selection
* Correct error string to read "pptp" instead of "WAN".Scott Ullrich2007-07-281-1/+1
|
* Do not allow aliases to be named "pptp".Scott Ullrich2007-07-281-0/+2
|
* remove duplicate upnp disabled messageRyan Wagoner2007-07-261-1/+0
|
* Backport username display feature in captive portal. Really not sure why it ↵Scott Ullrich2007-07-261-0/+2
| | | | wasn't included in RELENG_* versions.
* Quality graph alignmentSeth Mos2007-07-241-9/+9
|
* show configuration screen to allow option to display detail IPsec info (will ↵Scott Dale2007-07-243-50/+51
| | | | help with load times for many tunnels)
* show ipsec tab properly when mobile clients is enabled and no tunnel existsScott Dale2007-07-241-17/+7
|
* Show the IPSEC firewall rule interface when mobile ipsec is enabledScott Ullrich2007-07-231-1/+2
|
* -move upnp_action to services.incRyan Wagoner2007-07-235-64/+40
| | | | | -make sure to clear rules when stopping miniupnpd -fix status_upnp and status_services pages so they use upnp_action and not the rcfile
* Correct link too selfSeth Mos2007-07-231-2/+2
|
* Fix botched config path and variablesSeth Mos2007-07-233-14/+14
|
* only process update java when update availableScott Dale2007-07-231-2/+5
|
* new ipsec widgetScott Dale2007-07-232-0/+294
|
* add widget tab functionScott Dale2007-07-231-1/+35
|
* remove previous commit, moving function to index.php to support package ↵Scott Dale2007-07-231-35/+0
| | | | installation
* add tab for widgets function; check if file exists before loadingScott Dale2007-07-231-1/+53
|
* add tab for widgets functionScott Dale2007-07-231-0/+34
|
* Make the rrd gateway monitor ip setting accessibleSeth Mos2007-07-213-331/+410
|
* Add rrd graph settings page.Seth Mos2007-07-215-13/+193
| | | | | Bump config out of line with 1.2 Add rrd config upgrade code.
* s/Passwordlogin/Password login/Scott Ullrich2007-07-211-1/+1
|
* Shutdown miniupnpd correctly. Ticket #1383Scott Ullrich2007-07-181-0/+2
|
* Remove bogus warning.Scott Ullrich2007-07-161-3/+0
|
* Keep longer archives, allow for a 4 year spanSeth Mos2007-07-163-10/+22
|
* display properly under pfsense themeScott Dale2007-07-162-2/+1
|
* Axe unused archives, correct average times.Seth Mos2007-07-151-27/+3
|
* correct formattingScott Dale2007-07-151-1/+2
|
* underline linksScott Dale2007-07-151-3/+3
|
* do not show disabled interfacesScott Dale2007-07-151-19/+22
|
* add support to change widget titles and add links.Scott Dale2007-07-156-0/+38
|
* various fixes, add support to change widget titles and add links.Scott Dale2007-07-151-8/+48
|
* Start DHCPD before DNSMASQ to avoid this error on embedded: Jul 12 01:34:39 ↵Scott Ullrich2007-07-121-3/+3
| | | | dnsmasq[588]: failed to access /var/dhcpd/var/db/dhcpd.leases: No such file or directory
* Commit missed checkin, supress debug messageSeth Mos2007-07-091-3/+5
|
* Do not allow duplicate remote subnets or duplicate remote gateways inSeth Mos2007-07-091-1/+25
| | | | the tunnel configuration, this results in 2 non working tunnels.
* Unbreak IPSEC, correct pathnamesSeth Mos2007-07-081-6/+6
|
* show available updates for packagesScott Dale2007-07-081-10/+28
|
* initial version for package widgetScott Dale2007-07-081-0/+99
|
* CAPS kills. Literally. Do not set the description to upper case LAN when ↵Scott Ullrich2007-07-071-1/+1
| | | | we are looking for lower case.
* update index page with new feature to hide all widgets when help is shownScott Dale2007-07-071-12/+33
|
* Kill off old pftpx processes correctlyScott Ullrich2007-07-071-12/+12
|
* Use pattern matching for proper database selection.Seth Mos2007-07-061-6/+6
|
* Improve the load balancing pool edit screen. Submitted-by: Chris DanielScott Ullrich2007-07-063-15/+152
|
OpenPOWER on IntegriCloud