Project

General

Profile

Activity

From 09/13/2016 to 10/12/2016

10/12/2016

08:38 PM Revision 0186b761: Remove commented code
Valentin Neacsu
07:30 PM Revision 4b65536a: Update pot
Renato Botelho
07:29 PM Revision dc61252a: Deprecate nanobsd platform and remove all conditionals that uses it
Renato Botelho
07:23 PM Revision 9ed7f8f6: Retire rc.nanobsd_switch_boot_slice
Renato Botelho
07:23 PM Revision 0c2dffb0: Define a single value for 'default_config_backup_count'
Renato Botelho
07:23 PM Revision b55c6b82: Remove unused global var 'hidebackupbeforeupgrade'
Renato Botelho
07:23 PM Revision 1289c0c1: Remove all calls to conf_mount_r* functions
Renato Botelho
07:23 PM Revision eec44c64: Retire restart_httpd.php
Renato Botelho
06:27 PM Revision 60f164f3: Retire cdrom platform support
Renato Botelho
06:12 PM Revision f68a881c: Remove unused global config item 'update_manifest'
Renato Botelho
06:10 PM Revision 3f4a0df9: Remove hideplatform global config and all uses of it
Renato Botelho
06:09 PM Revision 337e6a26: Remove unused global item 'nopkg_platform'
Renato Botelho
06:03 PM Revision a5e59e25: Retire refcount functions. They are not used anymore
Renato Botelho
06:02 PM Revision 9f08c2b0: Retire diag_nanobsd.php
Renato Botelho
05:59 PM Revision ffab5cb4: Obsolete conf_mount_ro() and conf_mount_rw()
Now that nanobsd is gone these functions are not necessary anymore.
Keep them around until all calls are cleaned up
Renato Botelho
04:20 PM Revision 87fb4454: Allow Hyphens in DHCP NTP Server form validation
Also removes the ability to have underscores `_` in ntp server
FQDNs.
Closes #6806
(cherry picked from commit c68db...
Eddie Hurtig
04:20 PM Revision dd3d6c8a: Merge pull request #3151 from EdHurtig/eng/6806
Renato Botelho
04:18 PM Revision ab4d9c9b: Format file_notice alerts in webgui with newline characters as <br/> for easier reading.
(cherry picked from commit 348fae16e4c4735afef619184fba76b97effd875) Pi Ba
04:18 PM Revision bc0a0c2e: Merge pull request #3154 from PiBa-NL/filenoticeBR
Renato Botelho
04:15 PM Revision ebcb7042: Simplify tcsh prompt and respect default terminal colors
Renato Botelho
04:15 PM Revision 4e04d896: Simplify tcsh prompt and respect default terminal colors
Renato Botelho
03:51 PM Revision b9f6e351: lowercasing and sprintf of setHelp
(cherry picked from commit 705679339705657832422f5fdc336b5e39d48b79) Stilez y
03:51 PM Revision 59db5c43: label src/dst incorrect - fixed (minor)
(cherry picked from commit a309ffa5cc1e8682bb083f9288f73f43a2a9c282) Stilez y
03:51 PM Revision 9a211d3a: UI improvement - src port button label and src port help msgs
1. Rename "srcportadv" to "srcporttoggle" - not ideal to have 2 fields both labelled "advanced options". This present... Stilez y
03:51 PM Revision d8746bc0: Merge pull request #3140 from stilez/patch-39
Renato Botelho
03:49 PM Revision 9a3261c1: Merge pull request #3153 from NewEraCracker/RELENG_2_3_2+
Renato Botelho
03:45 PM Revision c58cdd42: Remove unused arg in get_pkg_info()
The 2nd argument ($info) isn't used in that function, and doesn't seem to be used anywhere else in the codebase.
(che...
Stilez y
03:45 PM Revision ceea9d9c: Merge pull request #3156 from stilez/patch-43
Renato Botelho
03:41 PM Revision 53b9a2ac: Report quantity of files being installed by minimal and diff options.
Also consolidate some unset commands.
(cherry picked from commit 32912ae833a016784cbb4813c45960cefc2d896b)
NOYB NOYB
03:41 PM Revision b19c8033: Support minimal and diff options combo rather than diff superseding minimal (sync both updated and diff files).
Break verbose option in two for showing files and/or constructed command. (--show_files, --show_command)
Don't save ...
NOYB NOYB
03:41 PM Revision f725a312: Merge pull request #3168 from NOYB/GitSync_Min_Diff_Combo
Renato Botelho
03:39 PM Revision 257120b9: Use tabs consistently
(cherry picked from commit 553de3973dfdb0539a64510666976d523a21f2f9) Valentin Neacsu
03:39 PM Revision e11a24f8: Re-enable executing the wifi mode command first. This fixes channel changing, which broke in d325e90818db2b22fc2562c38493769f217230f2.
(cherry picked from commit 8318da5192905a400076d5539ae86afeae82ee03) Valentin Neacsu
03:39 PM Revision 9eab8448: Merge pull request #3169 from valneacsu/fix_wifi_channel_change
Renato Botelho
03:37 PM Revision 9fc8273a: Fixup ntpd IPv6 restrict clauses.
This should eliminate the following errors from the ntpd log file when
using IPv6 or dual-stack networks:
"syntax err...
Leland Roach
03:37 PM Revision 836bb622: Fixup ntpd IPv6 restrict clauses.
This should eliminate the following errors from the ntpd log file when
using IPv6 or dual-stack networks:
"syntax err...
Leland Roach
03:37 PM Revision ec6e6666: Merge pull request #3171 from phroggster/patch-2
Renato Botelho
03:33 PM Revision 66ee91c2: add array index how value for authserver list
(cherry picked from commit db0c1e142c98a6253204d69218557b91a8754337) Bruno Ferri
03:33 PM Revision 83f7fabd: Merge pull request #3177 from brunostein/fix_authmode_translated
Renato Botelho
03:30 PM Revision 74dd2936: Only configure wireless MAC address if a spoofed MAC address is set
(cherry picked from commit a6c4a66da2ee8b0d4d54480dd690700b8c16bb13) Valentin Neacsu
03:30 PM Revision 90d0e0e0: Merge pull request #3179 from valneacsu/fix_wifi_settings_overwrite
Renato Botelho
03:22 PM Revision a3a89277: Improve gwlb.inc notification mechanisms
1) Unlink earlier to reduce the chances of any concurrency issues;
2) Translate and improve output of available notif...
NewEraCracker
03:21 PM Revision 58c0e164: Merge pull request #3184 from NewEraCracker/gwlb-fix
Renato Botelho
02:48 PM Revision d3007fbe: Remove invalid parameter --flash-size
Renato Botelho
02:08 PM Revision 54596b88: Improve gwlb.inc notification mechanisms
1) Unlink earlier to reduce the chances of any concurrency issues;
2) Translate and improve output of available notif...
NewEraCracker
10:34 AM Revision e01e164c: Backport save_widget_settings with 3 arguments from RELENG_2_3
Commit 6f1410582412fe771f51bd8b67bcbb952da97db6 introduced code relying on this NewEraCracker

10/11/2016

06:58 PM Revision 3154be54: Simplify TARGET and TARGET_ARCH initialization
Renato Botelho
06:57 PM Revision 2ac4be3a: Remove nanobsd related code from build scripts
Renato Botelho
04:38 PM Revision bd4e0194: Remove unused variable
Renato Botelho
03:47 PM Revision 4fd1130f: Adjust parsing of OpenVPN ciphers to new output format. Fixes #6849
Jim Pingle
03:47 PM Revision 2002cf66: Adjust parsing of OpenVPN ciphers to new output format. Fixes #6849
Jim Pingle

10/10/2016

11:44 PM Revision 64651a20: Do not try to build grub2-bhyve on i386
Renato Botelho
11:44 PM Revision e9252aef: Fix filename
Renato Botelho
11:43 PM Revision 65de9b93: Make it possible to create a exclude list for each architecture for poudriere bulk list
Renato Botelho
11:38 PM Revision c8021930: Revert "Do not try to build grub2-bhyve on i386"
No more i386 on this branch. Reverting unnecessary change
This reverts commit 22558bc3011c10fc86c45b7ca795227bc9a4137c.
Renato Botelho
11:36 PM Revision 22558bc3: Do not try to build grub2-bhyve on i386
Renato Botelho
10:55 PM Revision 98a1a30d: Disable next repo on i386
Renato Botelho
05:15 PM Revision ce6e6519: Create pkg.conf with ABI settings
Renato Botelho
05:15 PM Revision f09b1eb2: Create pkg.conf with ABI settings
Renato Botelho
08:29 AM Revision f84c1e1e: [theme] Compact-RED: fix `sortable` table fonts
Alexander Moisseev

10/09/2016

07:48 PM Revision 6416317a: Bring up the wifi interface only after setting up all the other arguments. This prevents issues when using VAPs.
Valentin Neacsu
02:05 PM Revision 2b0bcf38: Repo package is not part of core repository anymore
Renato Botelho
02:05 PM Revision 5e6d8f6a: Move pfSense-upgrade to FreeBSD-ports
Renato Botelho
02:04 PM Revision 8570b109: Move pfSense-repo package to FreeBSD-ports repo
Renato Botelho

10/08/2016

05:36 PM Revision e10d25b4: Added support for CloudFlares Proxy.
Included a checkbox to enable and disable this feature when CloudeFlare
type is selected.
Included proxied variable i...
CarlGill

10/07/2016

08:37 PM Revision 215c86be: Repo package is not part of core repository anymore
Renato Botelho
07:11 PM Revision b6355bdc: Latest nginx requires /var/log/nginx/ to exist, so for users with /var in RAM it needs created.
Jim Pingle
07:11 PM Revision f56f6565: Latest nginx requires /var/log/nginx/ to exist, so for users with /var in RAM it needs created.
Jim Pingle
07:06 PM Revision 0a1daa73: Fix typo: The input field is named source_hash_key
(cherry picked from commit 870b9bc11b993ce8122b448083d29a04bcb30151) NewEraCracker
07:05 PM Revision 9b9065d1: Fix static blackhole routes. Bug was introduced in
8be135cd114fbc9294ec9dafed2125d0e553956c (February, 2013).
(cherry picked from commit 580bef1ee3052437487553fcc5dc84...
Leland Roach
07:05 PM Revision b65bfb62: Spelling mistake "system_gateways.php"
Fix spelling mistake in "system_gateways.php"
(cherry picked from commit 47180823dc0560801085a227abf512e265363b16)
Colin Fleming
06:29 PM Revision 7bc886c6: Move pfSense-upgrade to FreeBSD-ports
Renato Botelho
04:18 PM Revision 39f2cfd1: Move pfSense-repo package to FreeBSD-ports repo
Renato Botelho

10/06/2016

06:21 PM Revision 54612e2c: Merge pull request #3141 from PiBa-NL/xmlrpc_seturl
Renato Botelho
06:12 PM Revision dfbd0052: XMLRPC, xmlrpc_client, add new scheme parameter in setConnectionData(syncip,port,user,pass,schema), for use by packages that sync to custom locations, set public/private on all functions
Pi Ba
06:03 PM Revision 7779e6ce: Select PRIQ by default in the shaper wizards, rather than HFSC.
Jim Pingle
06:03 PM Revision 5e4d3374: Use the full "netstat -s" command so we also get pfkey, ipsec, esp, and other stats.
Jim Pingle
06:03 PM Revision ddbc5875: Use tree-style ps output in status.php
Jim Pingle
06:03 PM Revision e1776d71: Fix static blackhole routes. Bug was introduced in
8be135cd114fbc9294ec9dafed2125d0e553956c (February, 2013).
(cherry picked from commit 580bef1ee3052437487553fcc5dc84...
Leland Roach
06:03 PM Revision 0fb0fcd9: Merge pull request #3161 from phroggster/patch-1
Renato Botelho
06:01 PM Revision cc2c4d16: Simplify logic
(cherry picked from commit 9a2d3fe1bf9bdad73fbffca44d5c1f02aa9825ae) Stilez y
06:01 PM Revision 0876cbed: Merge pull request #3158 from stilez/patch-45
Renato Botelho
05:49 PM Revision b5e73640: Spelling mistake "system_gateways.php"
Fix spelling mistake in "system_gateways.php"
(cherry picked from commit 47180823dc0560801085a227abf512e265363b16)
Colin Fleming
05:49 PM Revision 255da151: Merge pull request #3150 from ExolonDX/master
Renato Botelho
04:09 PM Revision 0ff0f44d: Remove workarounds to sort extensions.ini since ports tree now has a better solution in place to track PHP modules dependencies
Renato Botelho

10/05/2016

02:06 PM Revision db0c1e14: add array index how value for authserver list
Bruno Ferri

10/03/2016

09:00 PM Revision f9416ab2: standardise old code ("or" -> "||")
Stilez y
07:40 PM Revision ee9a44e7: Fix typo: The input field is named source_hash_key
(cherry picked from commit 870b9bc11b993ce8122b448083d29a04bcb30151) NewEraCracker
07:38 PM Revision 00ae2254: Merge pull request #3174 from NewEraCracker/nat-out-fix-typo
Steve Beaver
06:38 PM Revision 870b9bc1: Fix typo: The input field is named source_hash_key
NewEraCracker
04:17 PM Revision 12190b7c: Revise merge error
Steve Beaver
03:59 PM Revision 0300c960: Applied PR #3173 to correct merge error
Steve Beaver
01:33 PM Revision 5c4c1fe5: Fixed #6835 by revising Javascript show/hide
(cherry picked from commit 850c3d8b9352e7467beca8502c24ca8d4fbbbd29) Steve Beaver
01:32 PM Revision 25383c9a: Fixed #6835 by revising Javascript show/hide
(cherry picked from commit 850c3d8b9352e7467beca8502c24ca8d4fbbbd29) Steve Beaver
01:29 PM Revision 850c3d8b: Fixed #6835 by revising Javascript show/hide
Steve Beaver

10/02/2016

09:38 PM Revision a6c4a66d: Only configure wireless MAC address if a spoofed MAC address is set
Valentin Neacsu
02:29 PM Revision 553de397: Use tabs consistently
Valentin Neacsu

10/01/2016

08:22 PM Revision daed7646: Fixup ntpd IPv6 restrict clauses.
This should eliminate the following errors from the ntpd log file when
using IPv6 or dual-stack networks:
"syntax err...
Leland Roach
10:45 AM Revision 8318da51: Re-enable executing the wifi mode command first. This fixes channel changing, which broke in d325e90818db2b22fc2562c38493769f217230f2.
Valentin Neacsu
09:19 AM Revision 32912ae8: Report quantity of files being installed by minimal and diff options.
Also consolidate some unset commands. NOYB NOYB

09/30/2016

11:09 AM Revision a6fd4c0f: Support minimal and diff options combo rather than diff superseding minimal (sync both updated and diff files).
Break verbose option in two for showing files and/or constructed command. (--show_files, --show_command)
Don't save ...
NOYB NOYB

09/29/2016

12:12 AM Revision 2fb0c0a7: Merge pull request #3162 from phil-davis/staic
Jim Pingle

09/28/2016

11:38 PM Revision fbb78d6b: Typo staic
Phil Davis
11:33 PM Revision 852647ee: Merge pull request #3162 from phil-davis/patch-1
Jim Pingle
11:30 PM Revision 44d3f26d: Wording of incomplete ARP description
I think "ARP request" is what is meant here. Phil Davis
04:10 PM Revision 9e3cb876: Improve the ARP table display. Implements #6822
Shows incomplete ARP entries, which were skipped before (for no reason I could find in the commit history)
Shows a st...
Jim Pingle
03:12 PM Revision 632e5f50: Apply static ARP entries more consistently when adding and removing static mapping entries. Fixes #6821
Jim Pingle

09/27/2016

03:54 PM Revision e936f18c: Bump PRODUCT_REVISION
Renato Botelho
12:38 PM Revision 580bef1e: Fix static blackhole routes. Bug was introduced in
8be135cd114fbc9294ec9dafed2125d0e553956c (February, 2013). Leland Roach
12:21 PM Revision 9b42c1ff: Make serial/UUID bold
Renato Botelho
12:21 PM Revision ba868cff: Make serial/UUID bold
Renato Botelho
12:20 PM Revision 6972e2fc: Make serial/UUID bold
Renato Botelho
12:09 PM Revision 27663052: Show system platform and serial / UUID
Renato Botelho
12:09 PM Revision e093cb8e: Show system platform and serial / UUID
Renato Botelho
12:09 PM Revision d91d2bbc: Show system platform and serial / UUID
Renato Botelho
11:21 AM Revision c746f6b5: If umount fails, use umount -f
Renato Botelho
11:21 AM Revision 32918935: If umount fails, use umount -f
Renato Botelho

09/26/2016

06:15 PM Revision 406a904b: Obscure RADIUS shared secret.
Jim Pingle
06:15 PM Revision ebeddac7: Obscure RADIUS shared secret.
Jim Pingle
06:14 PM Revision 66f6f151: Obscure RADIUS shared secret.
Jim Pingle
06:14 PM Revision 49db5ba1: Obscured password field in system_authservers.php bind section
Fixed #6759
(cherry picked from commit 1c1f08f92e8841f7282280caeed7613edd810453)
Stephen Beaver
04:14 PM Revision e67157be: wbr tag needs a css compatibility fix for some browsers
See comment in the PR Stilez y

09/25/2016

02:01 PM Revision 9a2d3fe1: Simplify logic
Stilez y
10:00 AM Revision b9b6841f: Remove unused arg in get_pkg_info()
The 2nd argument ($info) isn't used in that function, and doesn't seem to be used anywhere else in the codebase. Stilez y

09/24/2016

03:08 PM Revision 6db038f7: Ensure a mobile P2 is marked as such when saving.
Jim Pingle
03:08 PM Revision 778fc728: Ensure a mobile P2 is marked as such when saving.
Jim Pingle
03:08 PM Revision 9033b17c: Ensure a mobile P2 is marked as such when saving.
Jim Pingle

09/23/2016

07:27 PM Revision 348fae16: Format file_notice alerts in webgui with newline characters as <br/> for easier reading.
Pi Ba
07:20 PM Revision 9a966125: Use wider display for pftop to fill up dead area. Output still looks OK with narrower terminals as well.
Some views were omitting important info at the narrower width Jim Pingle
07:20 PM Revision 5ae2585b: Use wider display for pftop to fill up dead area. Output still looks OK with narrower terminals as well.
Some views were omitting important info at the narrower width Jim Pingle
07:19 PM Revision 4281c964: Use wider display for pftop to fill up dead area. Output still looks OK with narrower terminals as well.
Some views were omitting important info at the narrower width Jim Pingle
01:14 PM Revision 5116a8aa: Fix bug where CARP vip status is incorrent in the interface when more
than one CARP vip is configured for an interface. Fredrik Rönnvall
09:39 AM Revision b2ee641c: Add a workaround to umount virtual image directories
Renato Botelho
09:39 AM Revision ed245829: Add a workaround to umount virtual image directories
Renato Botelho

09/22/2016

10:15 PM Revision c52bf794: Revert "Implement _umount() for cases where filesystem umount doesn't work"
This reverts commit 89e9960e34737c027d7fb0516d7183dc0a37f391. Renato Botelho
10:15 PM Revision 6da18e2a: Revert "Use _umount()"
This reverts commit c09203c2ba6bf10332fe432b72e7e57c2f20cf18. Renato Botelho
10:15 PM Revision 5084361d: Revert "Implement _umount() for cases where filesystem umount doesn't work"
This reverts commit be1eff2b4ba57c8f97128dacefb5271549c16d51. Renato Botelho
09:37 PM Revision c09203c2: Use _umount()
Renato Botelho
09:36 PM Revision 89e9960e: Implement _umount() for cases where filesystem umount doesn't work
Renato Botelho
09:36 PM Revision be1eff2b: Implement _umount() for cases where filesystem umount doesn't work
Renato Botelho
01:16 PM Revision 4011b716: Declare $config as a global in guiconfig.inc csrf_startup() function, to properly respect the timeouts. Ticket #6803
Jim Pingle
01:16 PM Revision e0d81869: Declare $config as a global in guiconfig.inc csrf_startup() function, to properly respect the timeouts. Ticket #6803
Jim Pingle
01:15 PM Revision efa9174a: Declare $config as a global in guiconfig.inc csrf_startup() function, to properly respect the timeouts. Ticket #6803
Jim Pingle
04:54 AM Revision c68dbfc7: Allow Hyphens in DHCP NTP Server form validation
Also removes the ability to have underscores `_` in ntp server
FQDNs.
Closes #6806
Eddie Hurtig

09/21/2016

07:39 PM Revision 47180823: Spelling mistake "system_gateways.php"
Fix spelling mistake in "system_gateways.php" Colin Fleming
05:47 PM Revision c2b72200: Apply #601 fix to firewall_nat.php
(cherry picked from commit 4b0815f38a8a0f98519ca0c2bff7c81b6464e579) Steve Beaver
05:46 PM Revision baa6302a: Apply #601 fix to firewall_nat.php
(cherry picked from commit 4b0815f38a8a0f98519ca0c2bff7c81b6464e579) Steve Beaver
05:46 PM Revision 4b0815f3: Apply #601 fix to firewall_nat.php
Steve Beaver
04:10 PM Revision 7dd9db77: Fixed #6801
(cherry picked from commit 00098bc80b6f85eb74f2f3bc2b4eb7430614110d) Steve Beaver
04:10 PM Revision 83b4b514: Fixed #6801
(cherry picked from commit 00098bc80b6f85eb74f2f3bc2b4eb7430614110d) Steve Beaver
04:09 PM Revision 00098bc8: Fixed #6801
Steve Beaver
12:32 PM Revision 02a4d858: Do not show certificates in drop-down list that are already contained in this CRL.
skrude61
12:32 PM Revision 419cfa1e: Do not show certificates in drop-down list that are already contained in this CRL.
skrude61
12:31 PM Revision 8b52bd15: Merge pull request #3148 from skrude61/certificate_revocation
Jim Pingle

09/20/2016

07:45 PM Revision 70567933: lowercasing and sprintf of setHelp
Stilez y
05:30 PM Revision 3c2b0a83: Move pkg repo templates to main repo
Renato Botelho
05:25 PM Revision c6a531b8: Move pkg repo templates to main repo
Renato Botelho
01:02 PM Revision 31cade55: Add missing \) and fix syntax
Renato Botelho
01:02 PM Revision e237bddb: Add missing \) and fix syntax
Renato Botelho
01:02 PM Revision ad49da1b: Add missing \) and fix syntax
Renato Botelho
12:52 PM Revision 63844c33: Do not show certificates in drop-down list that are already contained in this CRL.
skrude61
12:39 PM Revision 99f3f2ee: Extra "S" fixed - thanks @rbgarga
(cherry picked from commit d20b69c529654f2b5d4adf9ab2bba5116f980c64) Stilez y
12:39 PM Revision 1ee8e01b: Add OpenVPN key lengths to Wizard - missed in original PRs
Original PRs and rationale:
* https://github.com/pfsense/pfsense/pull/2944 ("Add missing recommended key lengths/dig...
Stilez y
12:39 PM Revision d73092b2: Merge pull request #3142 from stilez/patch-40
Renato Botelho
10:16 AM Revision e9c8e24e: Sanitize 'zone' parameter on CP pages
Renato Botelho
10:16 AM Revision 35372937: Sanitize 'zone' parameter on CP pages
Renato Botelho
10:16 AM Revision ab4b6ea4: Sanitize 'zone' parameter on CP pages
Renato Botelho
08:26 AM Revision df8ebedc: Allow snmpd to bind to multiple interfaces.
skrude61

09/19/2016

09:05 PM Revision d20b69c5: Extra "S" fixed - thanks @rbgarga
Stilez y
07:31 PM Revision 377898f1: Show a little more key info in main info table
* Key crypto info shown
* TAP/TUN appended to description (important descriptive distinction)
(cherry picked from com...
Stilez y
07:31 PM Revision 8117e7fb: Merge pull request #3143 from stilez/patch-41
Renato Botelho

09/18/2016

08:25 PM Revision b1919bc7: Show a little more key info in main info table
* Key crypto info shown
* TAP/TUN appended to description (important descriptive distinction)
Stilez y
07:30 PM Revision f8d6f99d: Add OpenVPN key lengths to Wizard - missed in original PRs
Original PRs and rationale:
* https://github.com/pfsense/pfsense/pull/2944 ("Add missing recommended key lengths/dig...
Stilez y
07:55 AM Revision 91822dc6: move implode() to same line as previous change
Stilez y
07:52 AM Revision 16b91b19: simplify avoiding loop. Also localise with gettext()
Stilez y

09/16/2016

08:01 PM Revision a309ffa5: label src/dst incorrect - fixed (minor)
Stilez y
07:31 PM Revision a5e6c252: Prepare pfSense-upgrade to work with new major OS upgrade
Renato Botelho
07:31 PM Revision 3a4bae52: Add 'now' parameter do do_reboot() to force it to happen immediately
Renato Botelho
07:31 PM Revision 0fd71e83: Make pkg_lock() and pkg_unlock() work with wildcards
Renato Botelho
07:31 PM Revision 05100687: Prepare pfSense-upgrade to work with new major OS upgrade
Renato Botelho
07:29 PM Revision 6656b888: Add 'now' parameter do do_reboot() to force it to happen immediately
Renato Botelho
07:23 PM Revision d5be878f: Make pkg_lock() and pkg_unlock() work with wildcards
Renato Botelho
06:57 PM Revision d99ceeac: UI improvement - src port button label and src port help msgs
1. Rename "srcportadv" to "srcporttoggle" - not ideal to have 2 fields both labelled "advanced options". This present... Stilez y
04:40 PM Revision bb8e381a: Merge pull request #3137 from NOYB/Secure_SMTP_Connection_Modes_-_Mutually_Exclusive
Renato Botelho
03:13 PM Revision 561463d2: Do not obsolete extensions.ini to avoid lots of noise on pkg deinstall scripts
Renato Botelho
03:07 PM Revision 678004ce: Remove pre/post upgrade scripts
Thise scripts were used on tarball upgrade before pkg(8). Users running
pfSense < 2.3 will need to go to 2.3 first an...
Renato Botelho

09/15/2016

08:28 PM Revision 8d1b677a: Create also an altabi file on repo package
Renato Botelho
08:28 PM Revision 3cd56f54: Create also an altabi file on repo package
Renato Botelho
08:27 PM Revision 8da986eb: Replace %%ARCH%% by arch on ABI file
Renato Botelho
08:27 PM Revision 16a48677: Replace %%ARCH%% by arch on ABI file
Renato Botelho
06:27 PM Revision c3eaf962: Correct indentation.
NOYB NOYB
05:29 PM Revision 1f8f4c49: Fix variable name
Renato Botelho
05:28 PM Revision c91a9922: Fix variable name
Renato Botelho
05:12 PM Revision 640462d2: Bugfixes
1. On creating a new rule, $pconfig['ipprotocol'] is undefined, rather than defaults to what is seen in GUI (IPv4). F... Stilez y
05:02 PM Revision 3f492b85: Fixed #6786 by making table sortable
(cherry picked from commit e846d7f882d57331d7ead5fcf593e7e4daf7e247) Steve Beaver
04:41 PM Revision e846d7f8: Fixed #6786 by making table sortable
Steve Beaver
04:04 PM Revision 04e21f3e: Distribute a file containing ABI of each repo
Renato Botelho
04:04 PM Revision 1c535323: Simplify logic and remove duplicated code
Renato Botelho
04:04 PM Revision 5f49bd63: Distribute a file containing ABI of each repo
Renato Botelho
04:01 PM Revision 1ca26242: Simplify logic and remove duplicated code
Renato Botelho
12:48 PM Revision 6779b24d: Simplify icmp conversion
pprior code "converts" every icmp type - of which only 3 actually get changed (rest keep same value anyhow!). If also... Stilez y
12:48 PM Revision 16efbe4e: Merge pull request #3136 from stilez/patch-37
Renato Botelho
12:44 PM Revision 49f5e806: Use !empty() instead of isset()
(cherry picked from commit 6a9d1bfc5c90011af10a1704231340a42fa9f51d) Fredrik Rönnvall
12:44 PM Revision 080e2967: Improve handling of source-hash key
- Store the source-hash key in its own config field.
- Validate the provided source-hash key. Check that hex string i...
Fredrik Rönnvall
12:44 PM Revision d7b0d492: Add field to specify source-hash key
The source-hash pool option uses a hash of the source address to
determine the translation address. This hashing algo...
Fredrik Rönnvall
12:44 PM Revision 2e8d34a6: Merge pull request #2782 from fredronnv/master
Renato Botelho
09:50 AM Revision 0e782e9f: Improve icmptype input sanitising
Stilez y
08:57 AM Revision cf1aaf9c: Enhance ICMP types in rules
See main PR for details Stilez y
08:54 AM Revision 7a4b11b6: Enhance ICMP type handling in rules
See main PR for details Stilez y
08:28 AM Revision 6a9d1bfc: Use !empty() instead of isset()
Fredrik Rönnvall
08:25 AM Revision 58aa4d7c: typo
Stilez y
08:14 AM Revision 4784d8ce: Enhance ICMP rules
See main PR details Stilez y
01:20 AM Revision 6f141058: Merged #2975
Stephen Beaver
01:18 AM Revision d969f54a: Merged #2975
Stephen Beaver
12:58 AM Revision 9493b957: Revised service running/stopped icons
(cherry picked from commit a03162c874c4e52e6cae52c2eefce87118fd90d2) Stephen Beaver
12:57 AM Revision f1f43826: Revised service running/stopped icons
(cherry picked from commit a03162c874c4e52e6cae52c2eefce87118fd90d2) Stephen Beaver
12:52 AM Revision a03162c8: Revised service running/stopped icons
Stephen Beaver
12:36 AM Revision 0ae0f1f0: Fixed #6788 by clearing only the first label in the cloned row
(cherry picked from commit d38d215d1d9429d3a1a15708f92b14cf3a15b247) Stephen Beaver
12:36 AM Revision 10fca5ac: Fixed #6788 by clearing only the first label in the cloned row
(cherry picked from commit d38d215d1d9429d3a1a15708f92b14cf3a15b247) Stephen Beaver
12:34 AM Revision d38d215d: Fixed #6788 by clearing only the first label in the cloned row
Stephen Beaver

09/14/2016

08:18 PM Revision 176b8f78: Merge branch 'master' of git.pfmechanics.com:pfsense/pfsense
Stephen Beaver
07:32 PM Revision 1c402413: Merge pull request #2975 from NOYB/Services_Status
Stephen Beaver
05:22 AM Revision 69cb4d5a: Secure SMTP Connection Modes - Mutually Exclusive
Secure SMTP Connection modes are mutually exclusive. Select only one. NOYB NOYB

09/13/2016

07:11 PM Revision 0ce1667b: Simplify icmp conversion
pprior code "converts" every icmp type - of which only 3 actually get changed (rest keep same value anyhow!). If also... Stilez y
06:56 PM Revision 0ae266af: Merge pull request #3131 from PiBa-NL/20160906-generic-xmlrpc_client
Renato Botelho
06:44 PM Revision eecfac71: XMLRPC, xmlrpc_client set new Netgate copyright.
Pi Ba
06:36 PM Revision 786d411d: Fix #6768 IPv6 static mapping on delegated prefixes
For example, WAN receives a /48 delegated from the upstream (ISP...),
e.g. "2001:470:abcd::" pfSense then uses this a...
Phil Davis
06:36 PM Revision 96ca183a: Merge pull request #3135 from phil-davis/pdlen
Renato Botelho
05:42 PM Revision e3b0eeb2: XMLRPC, xmlrpc_client remove extended class and define setConnectionData(.) function instead.
Pi Ba
05:34 PM Revision 4d09ffde: Code style changes
(cherry picked from commit b2836666a8e7fc021ea750fafc8fc6e8097d52ff) k-paulius
05:34 PM Revision 7066f0cc: Allow packages to request syslogd log socket to be created inside chroot by specifying it in /package/logging/logsocket element. Implements #4898.
Example:
<package>
<logging>
<logsocket>/var/appname/var/run/log</logsocket>
</loggin...
k-paulius
05:34 PM Revision c1973ae9: Merge pull request #2616 from k-paulius/patch-pkg-syslog-v2
Renato Botelho
03:24 PM Revision 3cd1b969: XMLRPC, xmlrpc_client remove xmlrpc_client.inc from pfSense.obsoletedfiles
Pi Ba
01:23 PM Revision 6a764447: Enable cellular pkg build
Renato Botelho
01:23 PM Revision efae02fc: Enable cellular pkg build
Renato Botelho
12:38 PM Revision ec51be45: dnsresolver, make interface boxes resizable, to allow for easier picking/checking of multiple selected interfaces
(cherry picked from commit 57625777c88603f1d2ca55cc981c5ec538c3770f) Pi Ba
12:38 PM Revision a9a60118: Merge pull request #3104 from PiBa-NL/resizable-selectionbox
Renato Botelho
12:37 PM Revision 6002af93: Fix diag_dns regressions
After testing diag_dns behaviour some regressions have been noticed.
1) Looking up ipv6.google.com (it only has AAAA...
NewEraCracker
12:37 PM Revision 0417767d: Merge pull request #3129 from NewEraCracker/patch-dns
Renato Botelho
12:31 PM Revision 03505b3a: Merge pull request #3134 from stilez/patch-36
Renato Botelho
12:26 PM Revision a016674e: Remove empty concatenation.
(cherry picked from commit a25c797a44e5cd2480947eb5ae427dcb8e0c031c) NOYB NOYB
12:26 PM Revision 99896968: Check IP Services - Info Box
Change warning box with dismissal to collapsible info box.
(cherry picked from commit 6f3ac947b2a83f18ade12ad9876fb8...
NOYB NOYB
12:26 PM Revision 9a20fb44: Merge pull request #3133 from NOYB/Check_IP_Services_-_Info_Box
Renato Botelho
 

Also available in: Atom