Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't display a "mobile" user without a username. | jim-p | 2012-05-30 | 1 | -1/+2 | |
| | ||||||
* | Skip a few pieces of code earlier. Perform file test on dhcpd logs. | smos | 2012-05-30 | 1 | -6/+11 | |
| | ||||||
* | Fix filename (Ticket #2459) | jim-p | 2012-05-30 | 1 | -1/+1 | |
| | ||||||
* | Add a few micro optimizations, bail out when the file does not exist. | smos | 2012-05-30 | 1 | -3/+6 | |
| | ||||||
* | Disable autocomplete on all but the login form. Fixes #2459 | jim-p | 2012-05-30 | 1 | -2/+9 | |
| | ||||||
* | Fix a couple misdirected form submissions | jim-p | 2012-05-29 | 2 | -3/+3 | |
| | ||||||
* | Up the default for tables to 3000 | jim-p | 2012-05-29 | 1 | -4/+3 | |
| | ||||||
* | Add a knob to tune the maximum number of tables that can be defined, the pf ↵ | jim-p | 2012-05-29 | 3 | -0/+31 | |
| | | | | | | | | default of 1000 is too low for systems with >500 aliases. Conflicts: etc/inc/filter.inc | |||||
* | Add missing div tag | jim-p | 2012-05-28 | 1 | -0/+1 | |
| | ||||||
* | Update the link script to parse the arguments 6 and 7 differently. | smos | 2012-05-28 | 1 | -14/+16 | |
| | | | | | | | Previously mpd supplied the dns1 string as $6 and the IP as $7. It is now a single argument $6. Apparently this changed somewhere so parse the IP out of there into the correct nameserver file. Also fix the IPv6 string simultaneously Redmine ticket #2458 Might need MFC to RELENG_2_0 | |||||
* | Do not add link-local address on carp interface manually. It causes them to ↵ | smos | 2012-05-27 | 1 | -3/+0 | |
| | | | | | | go double master. Redmine ticket #2278 | |||||
* | Ticket #2455: do not check encryption algo for AH protocol | Pierre POMES | 2012-05-26 | 1 | -12/+17 | |
| | ||||||
* | More validation for ejecting CDrom devices for 3G sticks, needs extra ↵ | smos | 2012-05-26 | 1 | -3/+5 | |
| | | | | manufacturers. Less typos in variable names also helps a lot. | |||||
* | Only attempt to remove stale LCK files if they exist. | smos | 2012-05-26 | 1 | -1/+2 | |
| | ||||||
* | List logged-in IPsec xauth users and provide a mechanism to disconnect them. ↵ | jim-p | 2012-05-25 | 3 | -87/+194 | |
| | | | | Implements #1986 | |||||
* | Allow for atleast 15 seconds before considering it a timeout, 60 would mean ↵ | smos | 2012-05-25 | 1 | -2/+2 | |
| | | | | try once, since it would immediately hit the 60 second timeout | |||||
* | Make sure that we only perform validation if the GW name is filled as well ↵ | smos | 2012-05-25 | 1 | -5/+7 | |
| | | | | as a IP address | |||||
* | Merge pull request #114 from marcelloc/patch-12 | Scott Ullrich | 2012-05-25 | 1 | -8/+119 | |
|\ | | | | | drag and drop function to reorder lists on pkg framework using jquery. | |||||
| * | drag and drop function to reorder lists on pkg framework using jquery. | Marcello Coutinho | 2012-05-25 | 1 | -8/+119 | |
|/ | | | | | | also new features like base64,description, tooltip custom texts. tested with sorting features too. related post on forum http://forum.pfsense.org/index.php/topic,49322.msg264514.html#msg264514 | |||||
* | Clarify the error message to something useful | smos | 2012-05-25 | 1 | -2/+5 | |
| | ||||||
* | Switch to a common function to determine anti-lockout ports, and fix a bug ↵ | jim-p | 2012-05-25 | 2 | -25/+26 | |
| | | | | that was getting the ports wrong with custom https+redirect on. | |||||
* | Ensure there is a '.' between hostname and domain. Partially fixes #2454 | Warren Baker | 2012-05-25 | 1 | -6/+6 | |
| | ||||||
* | Merge pull request #113 from vizvayu/load_average | Jim P | 2012-05-24 | 3 | -0/+19 | |
|\ | | | | | Added load average information to System Information widget | |||||
| * | Removed extra line :) | Cristian Feldman | 2012-05-24 | 1 | -1/+0 | |
| | | ||||||
| * | Added load average information to the System Information widget | Cristian Feldman | 2012-05-24 | 3 | -0/+20 | |
|/ | ||||||
* | Don't do resolve_retry on ipsec_get_phase1_dst() results, because ↵ | jim-p | 2012-05-24 | 1 | -1/+1 | |
| | | | | ipsec_get_phase1_dst() already does that before returning output. | |||||
* | Test for empty here, rather than !, so a blank value (as from mobile ↵ | jim-p | 2012-05-24 | 1 | -1/+1 | |
| | | | | clients) doesn't fall to the other tests. | |||||
* | Merge pull request #2 from TheBlueMatt/master | Ermal Luçi | 2012-05-24 | 4 | -54/+201 | |
|\ | | | | | Custom Dynamic DNS | |||||
| * | Remove dead code. | Matt Corallo | 2012-05-22 | 1 | -8/+0 | |
| | | ||||||
| * | Fix DynDNS issue introduced by f3b2b2a (_dnsIP was not set). | Matt Corallo | 2012-05-22 | 1 | -2/+8 | |
| | | ||||||
| * | Add the option to use a custom Dynamic DNS Provider via an Update URL and ↵ | Matt Corallo | 2012-05-22 | 4 | -47/+196 | |
| | | | | | | | | Result Match. | |||||
* | | Fix reference updating for when more than one carp vip exists. Skip the ↵ | Erik Fonnesbeck | 2012-05-23 | 1 | -5/+9 | |
| | | | | | | | | upgrade code if no carp vip defined. Ticket #2445 | |||||
* | | Disable logging for now since it will spam every 60secs * #users * #zones | Ermal | 2012-05-23 | 1 | -1/+1 | |
| | | ||||||
* | | Add missing declaration for global variable $g where it is used. | Erik Fonnesbeck | 2012-05-23 | 1 | -2/+2 | |
| | | ||||||
* | | Fix name of the config section for virtual IPs in upgrade code. Ticket #2445 | Erik Fonnesbeck | 2012-05-23 | 1 | -2/+2 | |
| | | ||||||
* | | Check the surrounding characters to not allow partial matches. Ticket #2445 | Erik Fonnesbeck | 2012-05-23 | 1 | -1/+1 | |
| | | ||||||
* | | Revert "Rather do a fix by going through vips in reverse order" | Erik Fonnesbeck | 2012-05-23 | 1 | -4/+1 | |
| | | | | | | | | This reverts commit d996dfeab2ec40cf3fb44b51811333b40ed5073f. | |||||
* | | Fix easyrule duplicate destination for pass - Fixes #2447 | jim-p | 2012-05-23 | 1 | -1/+1 | |
| | | ||||||
* | | Reflect naming changes, work around broken media type for wireless | smos | 2012-05-23 | 1 | -4/+4 | |
| | | ||||||
* | | Don't skip "lan" as a possible WAN for shaper, since someone could have ↵ | jim-p | 2012-05-23 | 1 | -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. | |||||
* | | Round off the values. | smos | 2012-05-23 | 1 | -4/+4 | |
| | | ||||||
* | | Convert the Bytes per Second into kilobits per second like the status page says | smos | 2012-05-23 | 1 | -4/+4 | |
| | | ||||||
* | | Fixes #2364. On busy pppoe servers it might take some time before mpd exits. ↵ | Ermal | 2012-05-23 | 1 | -0/+4 | |
| | | | | | | | | Check for this before trying to restart | |||||
* | | Do this only for carp type vips | Ermal | 2012-05-23 | 1 | -1/+4 | |
| | | ||||||
* | | Rather do a fix by going through vips in reverse order | Ermal | 2012-05-23 | 1 | -3/+5 | |
| | | ||||||
* | | Since this is an interface to avoid issues arising from vip1 and vip11 ↵ | Ermal | 2012-05-23 | 1 | -1/+1 | |
| | | | | | | | | existing and replacing vip1 will replace even vip11, put on the regex <(starting close tag). | |||||
* | | Unset the IP protocol tag while processing this array. This prevents a log ↵ | smos | 2012-05-23 | 1 | -0/+2 | |
| | | | | | | | | message | |||||
* | | Fixes #2209. Obey the mtu value set on the interfaces.php page. Though this ↵ | Ermal | 2012-05-23 | 1 | -1/+4 | |
| | | | | | | | | value will be overwritten if there is a configuration under PPP settings tab. Maybe a good idea is to set MRU at the same value if not set? | |||||
* | | Be a bit smarter about the stats interface for the huawei cards. Some of the ↵ | smos | 2012-05-23 | 2 | -2/+4 | |
| | | | | | | | | | | | | K series have the stats on 0.2, the E series on 0.3 Some of the older E series only have 0.2 too. The new K3770 I got today is too new. | |||||
* | | Add more functions and expand the 3G status interfaces screen. | smos | 2012-05-23 | 2 | -7/+99 | |
| | | | | | | | | List the SIM state, service, speeds and mode |