summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* This file won't exist at bootup yet, drop it from the sanity test.jim-p2012-08-211-4/+2
|
* Teach ntpd how to get its time from a local GPS on serial.jim-p2012-08-211-0/+61
|
* Correct carp rules and a weird nat rule on carp so they actually generate ↵Ermal2012-08-161-6/+5
| | | | what they are meant for
* Fix secondary auth source to reference the zone like everything else in this ↵jim-p2012-08-151-8/+8
| | | | section does, which is where the gui stores the value.
* Put propper curlies since this is themeaning of this test so its readbleErmal2012-08-141-1/+1
|
* Remove extra curly to allow checking braces closure easily in vi[m]Ermal2012-08-141-1/+1
|
* More shortcutsjim-p2012-08-141-0/+7
|
* Add a hidden menu option to forcefully kill php, lighty, and then restart ↵jim-p2012-08-141-0/+3
| | | | the GUI. (Can't make it a part of rc.restart_webgui since killing php would also kill the script itself.)
* Remove comments which may begin with a ';' so URL Table entries like ↵Warren Baker2012-08-131-1/+1
| | | | SpamHaus' drop list can be used
* Refine the formatting of the service status icon a bit depending on its context.jim-p2012-08-131-5/+9
|
* Add some safety belts.jim-p2012-08-131-2/+2
|
* Add/use some more similarly styled icons here, for a more consistent look.jim-p2012-08-111-2/+2
|
* Fixup openvpn shortcut bar status/controljim-p2012-08-101-0/+16
|
* Give status icon a title/tooltipjim-p2012-08-101-4/+6
|
* Print service title in tooltip for shortcut barjim-p2012-08-101-4/+5
|
* Start revamp of shortcuts, central file to hold links, also service ↵jim-p2012-08-101-0/+8
| | | | status/control, added to dns forwarder as example.
* Fixup output formattingjim-p2012-08-101-6/+6
|
* Consolodate a bunch of duplicate service status codejim-p2012-08-101-1/+217
|
* Add forgotten "ipv6 remote network", clean up a couple bits, make sure local ↵jim-p2012-08-091-0/+9
| | | | network box is hidden for shared key servers.
* Catch another error herejim-p2012-08-071-0/+2
|
* Make sure we don't have any extra whitespace here.jim-p2012-08-071-2/+3
|
* Change rcfileprefix to a constantphildd2012-08-071-12/+11
|
* Change rcfileprefix to a constantphildd2012-08-071-5/+5
|
* Change rcfileprefix to a constantphildd2012-08-071-2/+2
|
* Minor text typo in DynDNS log messagePhil Davis2012-08-061-6/+6
| | | I noticed the "Inital" typo in my syslog, so thought I might as well scan through the DynDNS messages and fix it up.
* Minor fix to percentage output on pkg installPhil Davis2012-08-031-3/+5
| | | | A variable not changed in a cut-paste. When on console, update_progress_bar should also only be called for 1-9 then every 10% progress, to reduce serial output volume.
* Activate more Hash, DH, and PFS options that are available in racoon now. ↵jim-p2012-08-021-6/+31
| | | | Note that SHA256-512 are RFC4868 compliant in FreeBSD, may break with other incompatible stacks.
* Ensure conf_mount_rw and conf_mount_ro are matchedPhil Davis2012-08-021-18/+27
| | | | | | | | | | | | | | | | | | | | | | | On nanobsd, running /etc/rc.update_bogons.sh gives: [2.1-BETA0][admin@test02.homedomain]/tmp(12): /etc/rc.update_bogons.sh 1 /etc/rc.update_bogons.sh: cannot create /etc/bogonsv6: Read-only file system The code does 1 conf_mount_rw but 2 conf_mount_ro This is also seen in system.log: Aug 2 17:47:59 test02 admin: rc.update_bogons.sh is starting up. Aug 2 17:47:59 test02 admin: rc.update_bogons.sh is beginning the update cycle. Aug 2 17:49:27 test02 admin: Bogons file downloaded: 1 addresses added. Aug 2 17:49:29 test02 php: : Reference 1000 is going negative, not doing unreference. Aug 2 17:49:29 test02 admin: Bogons files downloaded: no changes. Aug 2 17:49:29 test02 admin: rc.update_bogons.sh is ending the update cycle. The V6 bogons file does not get applied because the filesystem is RO by that point. I have reviewed the whole logic of this shell script. I believe it handles the various cases correctly now. On nanobsd I get the following in system.log: Aug 2 18:17:13 test02 admin: rc.update_bogons.sh is starting up. Aug 2 18:17:13 test02 admin: rc.update_bogons.sh is beginning the update cycle. Aug 2 18:18:02 test02 admin: Bogons V4 file downloaded: no changes. Aug 2 18:18:10 test02 admin: Bogons V6 file downloaded: 58959 addresses added. Aug 2 18:18:52 test02 admin: rc.update_bogons.sh is ending the update cycle.
* Tidy package cleanup outputPhil Davis2012-08-021-0/+2
| | | | Add a "done." and newline after "Cleaning up..." Then when output is going to the serial console the next line will start cleanly and %age figures will not write over the top of "Clean".
* Tidy up percentage logging to consolePhil Davis2012-08-021-2/+8
| | | | | When on the console, the code only intended to update the percentage downloaded every 10%. Due to string-and-int type differences, the test was not working, all percentages were being logged. This is fixed. Also, add a newline after 100% - then whatever outputs next gets a clean start on a new line of output. Tidies up the console output during a post-firmware-upgrade package install.
* Ensure this gets a set default value or things can breakjim-p2012-08-011-0/+3
|
* Correct variable name. Fixes #2571jim-p2012-08-011-1/+1
|
* Silence tar command to not garble consoleErmal2012-08-011-5/+5
|
* To not clobber the console add \r when outputing status information on consoleErmal2012-08-011-20/+20
|
* Correct mod_evasive setting per CP to confirm to what the CP page ↵Ermal2012-08-011-3/+4
| | | | description says. Resolves #2270
* Refine testErmal2012-08-011-3/+3
|
* Do some cleanup of code for zonesErmal2012-08-011-14/+9
|
* Correct generation of lighty config for CP now that zone is passed as parameterErmal2012-08-011-35/+16
|
* Merge pull request #196 from mtharp/dhcpv6-relayErmal Luçi2012-07-311-10/+13
|\ | | | | Get DHCPv6 relay working (#1663)
| * Construct the arguments to dhcrelay -6 correctlyMichael Tharp2012-07-301-10/+13
| | | | | | | | Implements ticket #1663
* | Try to keep existing files rather than unlinking/replacing when restoring ↵jim-p2012-07-311-2/+2
| | | | | | | | the package libraries during a package removal. Needs some testing, but for NanoBSD it fixes #1049
* | Unlock on returnErmal2012-07-311-0/+2
| |
* | There is no need to remove the @ from function names. Also properly unlock ↵Ermal2012-07-311-27/+27
| | | | | | | | in case of exception. Size is constant and we know it no need for extra call to shmop. Put some more error checking just in case
* | 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.
* | 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
|
* 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
OpenPOWER on IntegriCloud