summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #195 from phil-davis/masterSeth Mos2012-07-311-3/+3
|\ \ | | | | | | Don't conf_mount_rw every time packages are listed
| * | Don't conf_mount_rw every time packages are listedPhil Davis2012-07-311-3/+3
|/ / | | | | | | Every time System:Packages is selected, the code does a conf_mount_rw, checks for existence of some dirs, then does conf_mount_ro. This makes navigating the package install GUI slow on nanobsd, and it is not needed. Do is_dir checks first, then conf_mount_rw only if they need to be created. The is_dir function works fine on a read-only filesystem.
* | Merge pull request #194 from phil-davis/masterSeth Mos2012-07-311-13/+30
|\ \ | |/ |/| Make acces to shared memory atomic
| * Make access to shared memory atomicPhil Davis2012-07-311-13/+30
|/ | | | Use lock and unlock to make sure that all incrementing and decrementing of the reference count in the shared memory section is atomic. This ensures that there are not unusual timing conditions that could see 2 callers trying to update the reference count at the same time, which could result in the count never returning to zero. If that happened, then the filesystems would never be restored to read-only. (this is really just relevant to nanobsd) (note that shmop_* calls in php do not do any locking themselves - callers must coordinate their own access to the shared memory section) I also made the number stored in the shared memory be an ordinary integer followed by null chars to pad out the rest of the shared memory section. This makes the numbers stored look normal, and ensures that there is no other rubbish left in memory after them to cause problems on reading.
* Fix negative testjim-p2012-07-301-2/+2
|
* Pad data when adding to refcount reference, to avoid some oddities with how ↵jim-p2012-07-301-2/+2
| | | | php handles such data. http://forum.pfsense.org/index.php/topic,51188.msg278141.html#msg278141
* Remove this filter configure call, something else will take care of this and ↵smos2012-07-281-2/+0
| | | | we don't need to do that here.
* Supress the error message if the ldap bind doesnt happenWarren Baker2012-07-271-1/+1
|
* Make use of product_nameWarren Baker2012-07-271-1/+1
|
* Put fix for IE 8/9 url handling bugErmal2012-07-271-1/+2
|
* Add the new 100.64/10 nat 444 CGN/LSN shared transition space netblock here. ↵smos2012-07-272-0/+2
| | | | Also add it as a private network in the private network block
* 99./8 is not private IP spaceChris Buechler2012-07-261-1/+0
|
* zone names can only contain A-Z a-z 0-9 _.Darren Embry2012-07-261-3/+3
|
* validate that zone name doesn't contain spaces.Darren Embry2012-07-261-0/+4
| | | | fixes #2560
* Merge branch 'master' of git://github.com/bsdperimeter/pfsenseDarren Embry2012-07-2655-451/+896
|\
| * Merge pull request #192 from phil-davis/masterSeth Mos2012-07-252-72/+168
| |\ | | | | | | Validate advanced gateway monitoring settings
| | * Validate advanced gateway monitoring settingsPhil Davis2012-07-251-55/+146
| | | | | | | | | | | | | | | Use the default values from return_apinger_defaults. Validate values - low less than high, probe interval less than "down" time, values are positive numeric. Update descriptions on the UI to show the defaults used.
| | * Put apinger default values into a functionPhil Davis2012-07-251-17/+22
| | | | | | | | | The default advanced apinger parameter values are now returned by function return_apinger_defaults. So they can easily be obtained by any code that cares.
| * | Merge pull request #193 from phildd/masterWarren Baker2012-07-251-2/+2
| |\ \ | | |/ | |/| Allow dom_title width parameter to be null
| | * Allow dom_title width parameter to be nullphildd2012-07-261-2/+2
| |/ | | | | | | This prevents warning messages if called without the width parameter - reported in forum http://forum.pfsense.org/index.php/topic,51822.0.html The code already handles width being NULL or blank, it just needs to be explicitly defaulted when the parameter is not passed at all.
| * Merge pull request #191 from phil-davis/masterErmal Luçi2012-07-251-2/+3
| |\ | | | | | | Add "done" after "Starting NTP Time Client"
| | * Add done after NTP Time Client start messagePhil Davis2012-07-251-2/+3
| |/ | | | | Add a done and newline so the console messages at boot all line up the same.
| * Handle when the tab is set to host or network that the IP tab should still ↵Warren Baker2012-07-241-1/+3
| | | | | | | | be displayed
| * Return the user to the tab they were working originally working onWarren Baker2012-07-242-16/+22
| |
| * Apply same logic and only display 10 UrlsWarren Baker2012-07-241-2/+6
| |
| * Display the URL's listed and not the word 'array'Warren Baker2012-07-241-2/+3
| |
| * Merge pull request #98 from namezero111111/patch-1Ermal Luçi2012-07-221-0/+9
| |\ | | | | | | Minimal non-intrusive change for SSHDCond package extra parameters
| | * Minimal non-intrusive change for SSHDCond package extra parametersNamezero2012-05-041-0/+9
| | |
| * | Merge pull request #183 from phil-davis/masterErmal Luçi2012-07-221-2/+1
| |\ \ | | | | | | | | Remove unused set_time_limit in php.ini
| | * | Remove unused set_time_limit in php.iniPhil Davis2012-07-221-2/+1
| | | |
| * | | Merge pull request #166 from r-duran/masterErmal Luçi2012-07-221-1/+1
| |\ \ \ | | |/ / | |/| | Fix hardcodded alias type so alias suggestion works as expected while creating nested aliases.
| | * | Fix hardcodded alias type so alias suggestion works as expected while ↵r-duran2012-07-051-1/+1
| | | | | | | | | | | | | | | | creating nested aliases.
| * | | Expand cipher list and remove a cipher that Safari on iOS does not like ↵jim-p2012-07-181-1/+1
| | | | | | | | | | | | | | | | after recent lighttpd changes. Fixes #2553
| * | | Fix these perms toojim-p2012-07-182-0/+0
| | | |
| * | | Fix perms on rc.openvpn, seems to work with that set.jim-p2012-07-181-0/+0
| | | |
| * | | Actually reflect the right timeout values for redmine ticket #2552smos2012-07-181-1/+1
| | | |
| * | | Set the date.timezone from the XML directly when we setup PHP to prevent ↵smos2012-07-181-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | messages Adjust the timeouts to something more sane then 99999999. Do note that these might need to be adjusted later. Also note that most of these are not applicable when used from the CLI. The maximum time limit is now 1 hour, execution time is 15 minutes and input time for post is 30 minutes (firmware upgrade) Redmine ticket #2552
| * | | Tack the IPsec interface onto the $ifdescrs array so the widget will display it.smos2012-07-181-0/+2
| | | | | | | | | | | | | | | | Redmine ticket #2546
| * | | Make sure that we process the logic statement correctly, otherwise we might ↵smos2012-07-181-2/+2
| | | | | | | | | | | | | | | | accidentally end up missing dual stacked or tunneled interface gateways
| * | | Merge pull request #175 from marcelloc/masterSeth Mos2012-07-152-51/+63
| |\ \ \ | | | | | | | | | | pkg_edit - add show_disable_value option to select_source xml option
| | * | | include check to avoid function_exist errorsmarcelloc2012-07-121-48/+53
| | | | |
| | * | | pkg_edit - add show_disable_value option to select_source xml optionCharlie Root2012-07-061-3/+10
| | | | |
| * | | | Correctly handle getopt so notifications are sentWarren Baker2012-07-111-1/+1
| | | | |
| * | | | Fix case, it's not ARGV it's argv for phpjim-p2012-07-091-2/+2
| | | | |
| * | | | Add a v6 ip example to the host override edit so users know that they can ↵jim-p2012-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | use them there.
| * | | | Be more verbose during upgrade to see why nanobsd isn't carrying over the ↵jim-p2012-07-084-0/+8
| | | | | | | | | | | | | | | | | | | | setting as expected.
| * | | | Merge pull request #176 from phil-davis/masterJim P2012-07-081-1/+1
| |\ \ \ \ | | | | | | | | | | | | system_ntp_configure add is_array check
| | * | | | Fix for this crash report, received after resetting a test system to factory ↵Phil Davis2012-07-081-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | defaults and setting up initila stuff: i386 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Sat Jul 7 21:34:19 EDT 2012 root@FreeBSD_8.3_pfSense_2.1.snaps.pfsense.org:/usr/obj./usr/pfSensesrc/src/sys/pfSense_wrap.8.i386 Crash report details: PHP Errors: [08-Jul-2012 14:51:29 UTC] PHP Fatal error: Cannot use string offset as an array in /etc/inc/system.inc on line 1274
| * | | | If the range isn't an array, skip it, or it will give a PHP error displaying ↵jim-p2012-07-071-1/+3
| | | | | | | | | | | | | | | | | | | | leases.
| * | | | Fix typojim-p2012-07-061-1/+1
| | | | |
OpenPOWER on IntegriCloud