Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  boot
  cf
  conf.default
  etc
  root
  sbin
  tmp
  usr
.gitattributes 925 Bytes
.gitignore 49 Bytes
license.txt 2.49 KB

Latest revisions

# Date Author Comment
13c6375b 12/30/2014 11:47 AM Phil Davis

Captive portal spelling

ef0d25b3 12/30/2014 11:47 AM Phil Davis

Standardise text in priv list

55f910a3 12/29/2014 02:48 PM Phil Davis

Simplify cron array comparison

This works fine - I had not thought about how arrays are compared. Using "==" checks that the key/value pairs match in both arrays, regardless of the order the arrays happen to be in, which is what we want here.
Using "===" would insist that the key/value pairs are also in the same order in the array and that the types and everything match identically, which we do not require.

71bd5ec1 12/29/2014 02:48 PM Phil Davis

Minimise config updates when checking cron jobs

91145658 12/29/2014 01:40 PM Colin Fleming

Backout pull request #1391

https://forum.pfsense.org/index.php?topic=85944.0

Backout pull request #13191

8f6875de 12/28/2014 06:45 PM Phil Davis

Fix unbound shortcut links

Fixes redmine #4151
1) Make the naming in shortcuts.inc more clear - forwarder=dnsmasq
resolver=unbound
2) Make the value of $shortcuts_section correct in each dnsmasq and
unbound php code
3) Make diag_logs_resolver.php smarter, so if dnsmasq is enabled, then...

e63734ff 12/26/2014 10:50 PM Chris Buechler

clarify message here after customer feedback, it wasn't meant to imply "only a reboot will re-enable" but that's how some people have read it.

c07cd2ce 12/26/2014 03:00 PM Renato Botelho

Update /etc/ttys from new partition when upgrading nanobsd, and in this case do not call reload_ttys(). It should fix #4140

da4f9b60 12/26/2014 02:57 PM Renato Botelho

Remove unused variable

ef6f553d 12/26/2014 02:21 PM Renato Botelho

Move this check before full sync to disable dnsmasq/unbound in the first time it's sync'd

View all revisions | View revisions

Also available in: Atom