Activity
From 03 August 2014 to 01 September 2014
01 September 2014
- 04:52 PM Revision 55a579da (univnautes): update-geoinfos.sh = manage geoinfos + lock
- 03:52 PM Revision 41211c39 (univnautes): update-geoinfos.py: dont print when randomize geos
- 03:38 PM Revision dfae7a8b (univnautes): Merge pull request #1270 from phil-davis/patch-12
- 03:27 PM Revision 2c3289d9 (univnautes): Merge branch 'RELENG_2_1' into UNIVNAUTES_2_1
- 03:13 PM Revision 1b53d5f2 (univnautes): Fix traffic graph widget default autoscale
- so the radio buttons selection allows only 1 to be selected and the setting is then saved.
Forum: https://forum.pfsen...
30 August 2014
- 06:38 PM Revision 990162e3 (univnautes): Remove some redundancy and simplify changes made on last commit
- 06:38 PM Revision a03fb095 (univnautes): Remove some redundancy and simplify changes made on last commit
29 August 2014
- 11:01 PM Revision ce3ef2e7 (univnautes): Replace GET by POST, it fixes #3833
- 11:00 PM Revision 7c9710fc (univnautes): Replace GET by POST, it fixes #3833
- 10:52 PM Revision 2412990a (univnautes): Fix comment in css
- 10:26 PM Revision 2b56c7da (univnautes): Hide FreeBSD version from sshd banner. It fixes #3840
- 10:13 PM Revision 729ca302 (univnautes): Hide FreeBSD version from sshd banner. It fixes #3840
- 07:41 PM Revision 7486c1f6 (univnautes): Do not reconfigure dhcpd twice on secondary after config sync. Fixes #3797
- 07:30 PM Revision 85b3c597 (univnautes): Do not reconfigure dhcpd twice on secondary after config sync. Fixes #3797
- 03:09 PM Revision 985ed11c (univnautes): Merge pull request #1258 from yarick123/master
28 August 2014
- 01:48 PM Revision b0473447 (univnautes): Merge pull request #1261 from CharlieMarshall/improveInter
- 01:38 PM Revision dd574822 (univnautes): Remove blank line if only an ipv6 address is in use
- 01:32 PM Revision 56d23722 (univnautes): Fix match for help pages privileges, it fixes #3777
- 12:40 PM Revision 552e8f5c (univnautes): Merge pull request #1268 from CharlieMarshall/gatewayWidget
- 11:41 AM Revision bd9c9cb1 (univnautes): improve/tidy up interfaces widget
27 August 2014
26 August 2014
- 01:41 AM Revision d47fac4a (univnautes): fix typo
- 10:42 PM Revision ae14317d (univnautes): Merge pull request #1255 from leleobhz/master
- 12:34 PM Revision 81ca5f88 (univnautes): Fix indent whitespaces
25 August 2014
- 11:51 PM Revision 6f3f4683 (univnautes): Fix phase2 removal, p2index points to unique ide and not to array index
- 07:33 PM Revision ab6558b6 (univnautes): Alias name cannot have more than 31 chars, add maxlength here just as an extra check. Ticket #3827
- 07:33 PM Revision eab05c00 (univnautes): Alias name cannot have more than 31 chars, add maxlength here just as an extra check. Ticket #3827
- 07:21 PM Revision 3877b513 (univnautes): improve look of gateways widget
- 05:31 PM Revision d5971693 (univnautes): Fix #3807:
- * When changing a pre existing VIP, use previous configured interface
for checking, this fixes the issue that happe... - 04:08 PM Revision cbeeb6d4 (univnautes): Merge pull request #1267 from CharlieMarshall/fixTrafficGraph
- 03:27 PM Revision 35774aec (univnautes): fix display of traffic graph
- 02:36 PM Revision 96a53ec7 (univnautes): Remove 'reject' action from filter logs since reject and block are the same on logs, it should fix #3825
- 12:22 PM Revision 4219c7b2 (univnautes): Merge pull request #1265 from CharlieMarshall/switch
- 12:14 PM Revision 6d631b8e (univnautes): move if/else to switch for readability
23 August 2014
- 07:16 PM Revision 9a2274b0 (univnautes): useless import os
- 07:15 PM Revision 80f5b222 (univnautes): get CONFIG_XML path from settings or os.environ
- 07:12 PM Revision 285202e4 (univnautes): remove obsolete update_geoinfos.py script
- 07:11 PM Revision 06507017 (univnautes): update-geoinfos command
- 06:31 PM Revision ba4c8313 (univnautes): reorganize the project (again), all in "sp" app
- 06:02 PM Revision 75c7cf74 (univnautes): map: add static tiles
- 05:56 PM Revision de3fea9d (univnautes): map: proxy in django, lighttpd is crap
22 August 2014
- 01:53 AM Revision 8430c546 (univnautes): fix typo
- 06:51 PM Revision 0badbf8b (univnautes): add 'base' in INSTALLED_APPS
- 06:47 PM Revision 2d191d5d (univnautes): templates are now in base
- 06:45 PM Revision 79944bcc (univnautes): use collectstatic
- 06:42 PM Revision d2108130 (univnautes): store static and templates in an 'base' application
- 05:24 PM Revision c7b523dd (univnautes): Merge branch 'RELENG_2_1' into UNIVNAUTES_2_1
- 05:12 PM Revision 2cff71c4 (univnautes): Take virtual IPs into consideration for automatic outbound NAT rules, it should now fix #983
- 03:53 PM Revision a94b9bef (univnautes): pgrep parameters are out of order and it also needs -a to find sshd. While I'm here, simplify sh syntax and prevent noise to be printed if pid file doesn't exist
- 03:53 PM Revision 8c366060 (univnautes): pgrep parameters are out of order and it also needs -a to find sshd. While I'm here, simplify sh syntax and prevent noise to be printed if pid file doesn't exist
- 02:28 PM Revision b075c1e2 (univnautes): delete the dhcpd.pid file before starting dhcpd. Fixes bug where on rare occasions a stale PID file could prevent dhcpd from starting until it's manually deleted.
- 02:26 PM Revision a762649b (univnautes): delete the dhcpd.pid file before starting dhcpd. Fixes bug where on rare occasions a stale PID file could prevent dhcpd from starting until it's manually deleted.
- 01:28 PM Revision 61b2ed1c (univnautes): use pgrep here instead, previous way could wrongly show SSH as enabled where it isn't.
- 01:27 PM Revision b6a7a5a9 (univnautes): use pgrep here instead, previous way could wrongly show SSH as enabled where it isn't.
21 August 2014
- 07:51 PM Revision ff5e5aec (univnautes): caref is useless in federation metadata
- 06:00 PM Revision a6215861 (univnautes): add update_federations.py script (draft)
- 05:59 PM Revision 020b75d6 (univnautes): add update_geoinfos.py script
- 05:57 PM Revision b1e68a2c (univnautes): sp/settings.py: AUTH params in settings.py
- 05:52 PM Revision d19583f5 (univnautes): Merge branch 'RELENG_2_1' into UNIVNAUTES_2_1
- 12:32 PM Revision 7f00d47e (univnautes): Fix text description for interface mismatch, fixes #3820
- 12:31 PM Revision 0b252f7a (univnautes): Fix text description for interface mismatch, fixes #3820
20 August 2014
- 01:41 AM Revision 2a07df85 (univnautes): Merge branch 'RELENG_2_1' of git.pfmechanics.com:pfsense/pfsense into RELENG_2_1
- 01:39 AM Revision 41312f7f (univnautes): fix top nav to fit gold in non-default themes
- 08:40 PM Revision fab1cd2f (univnautes): Revert "improve/tidy up interfaces widget"
- I pushed it accidentally, will wait a fixed version of the patch
This reverts commit b75192e3bc851e80d6bfd33c12849db... - 08:26 PM Revision 821c82c4 (univnautes): Merge pull request #1259 from CharlieMarshall/improveInter
- 08:18 PM Revision b75192e3 (univnautes): improve/tidy up interfaces widget
- 07:18 PM Revision f950a062 (univnautes): Add missing s to solve the issue reported on https://forum.pfsense.org/index.php?topic=80722.new#new
- 05:57 PM Revision 2ed75516 (univnautes): Merge branch 'RELENG_2_1' into UNIVNAUTES_2_1
- 02:50 PM Revision c38764dc (univnautes): fix #3515
- 01:40 PM Revision 847fe304 (univnautes): Remove extra noise from rc.shutdown
- 01:14 PM Revision db63c043 (univnautes): Simplify a bit ppp-linkup syntax
- 01:00 PM Revision fe85513f (univnautes): Fix awk syntax, it fixes #3813
19 August 2014
- 08:33 PM Revision fa8be5de (univnautes): non-css parts of gold menu
- 08:32 PM Revision bfe9c9e7 (univnautes): Move the fetching of a package's config file and additional files to separate functions, and then have the "xml" package button perform these so that it is not only a redundant copy of the "pkg" reinstall button. This can help ensure a package files are in a known-good state before other actions are performed, in case the deinstall would fail or behave erratically due to other files being missing.
- 07:59 PM Revision bdde98fc (univnautes): fix spacing in pfsense_ng topnav
- 07:35 PM Revision e0f10116 (univnautes): fix gold alignment and redirect
- 06:12 PM Revision 1cca6b6a (univnautes): Revert "make gold link more visable"
- This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2.
- 02:13 AM Revision a03943d2 (univnautes): make gold link more visable
18 August 2014
- 11:15 PM Revision 9694d32c (univnautes): Do this check now that hash algos can be empty
- 10:33 PM Revision 17402c63 (univnautes): Correct the ipsec status pages to show proper information as needed.
- 10:13 PM Revision 5bce82b4 (univnautes): Correct processing and assignment on ikeid variable so it does the right thing
- 09:53 PM Revision 30c591d6 (univnautes): Use proper path to setkey now that ipsec-tools are not used anymore
- 09:51 PM Revision fe12d7ea (univnautes): Correct the functions for returning tunnel status to use strongswan status reports
- 09:18 PM Revision c650b2f7 (univnautes): Allow HASH algorithms to be empty for phase2 in case the encryption one is AES-GCM
- 04:34 PM Revision c28da0a7 (univnautes): Add filter.so to list of extensions loaded for 2.2
- 12:25 PM Revision ae170e96 (univnautes): Do not allow duplicate subnet entries on left|rightsubnet specification since it will blackhole all traffic to that subnet when connection is setup as route
- 12:18 PM Revision 5d37d515 (univnautes): Do not accept proposal out of that configured even for IKEv2 even though there is no possibility in the GUI to set more than one proposal for Phase1 so far.
- 08:52 AM Revision 3b68ec45 (univnautes): Restore behaviour as with racoon to trigger tunnel startup from traffic that needs to go into the tunnel. Even related to Ticket #3806.
15 August 2014
- 03:41 PM Revision 8bb47a46 (univnautes): Do not show errors from trying to delete a socket or similar
- 02:41 PM Revision bc0a452f (univnautes): Ensure this is always an array to avoid a PHP error from foreach.
- 02:40 PM Revision 086e76dc (univnautes): Ensure this is always an array to avoid a PHP error from foreach.
14 August 2014
- 10:05 PM Revision 6d170e2e (univnautes): Bump version to 2.1.5
- 07:14 AM Revision 154298f1 (univnautes): rightsourceip must be used with PSK+Xauth.
- 06:59 AM Revision 7f1b720f (univnautes): This is required for PSK+Xauth. I'll commit that clarification in a bit.
- Revert "Revert "Fix assignment of tunnel IPs to mobile clients.""
This reverts commit 23ba08fc940b711f3b44551199890d... - 02:18 AM Revision 3cb773da (univnautes): cherry pic from 'hotfix/3347-Certificate_Authority_SAN_names_not_working':
- bugfix #3347: Certificate Authority SAN names not working in 2.1
subjectAltName can be set _only_ via configuration ...
13 August 2014
- 07:50 PM Revision b107e187 (univnautes): Added filter.so to list of extensions loaded for filter_var() support.
- 11:52 AM Revision 23ba08fc (univnautes): Revert "Fix assignment of tunnel IPs to mobile clients."
- This normally is not needed since the attr plugin deals with all this.
This reverts commit 00311d6a841c0f6fc162ea11d...
12 August 2014
- 11:11 PM Revision 1c70bdff (univnautes): Actually disable this plugin for now. It was not really needed for solving the issues with IKEv1
- 08:03 PM Revision b8137fc2 (univnautes): * Fix a typo mismatch in /etc/inc/dyndns.class for CloudFlare URL entry.
11 August 2014
- 09:04 PM Revision e35ec763 (univnautes): Do not reset source and destination port range values when it's an associated rule created by nat port forward. It fixes #3778
- 09:01 PM Revision 4a3495b3 (univnautes): Move dhcp6c log to dhcpd.log, it fixes #3799
- 07:22 PM Revision 0e2eaa1b (univnautes): Do not reset source and destination port range values when it's an associated rule created by nat port forward. It fixes #3778
- 04:47 PM Revision b462fc5e (univnautes): Move dhcp6c log to dhcpd.log, it fixes #3799
- 02:44 PM Revision 687d11a6 (univnautes): Remove double defined 'localhost' on the list of networks to create outbound NAT rules. It should fix #3800
- 02:40 PM Revision 565908d2 (univnautes): Do not create automatic outbound NAT rule for disabled openvpn servers and clients
- 12:19 PM Revision 00311d6a (univnautes): Fix assignment of tunnel IPs to mobile clients.
08 August 2014
- 12:20 AM Revision a3331d72 (univnautes): Fix #3798 - 'IPsec phase 2 pinghost is not used if the source IP should be a virtual IP address'
- 12:09 AM Revision dc63467f (univnautes): Fix #3798 - 'IPsec phase 2 pinghost is not used if the source IP should be a virtual IP address'
- 06:36 PM Revision ffb8e02f (univnautes): Avoid generating an invalid racoon config if the user specified a mobile pool that is too small.
- 06:24 PM Revision 762e8cf9 (univnautes): Avoid a "Cannot use string offset as an array" error if the packages section of the config is missing.
- 06:22 PM Revision b21ad5d5 (univnautes): Avoid a "Cannot use string offset as an array" error if the packages section of the config is missing.
- 05:33 PM Revision b6513591 (univnautes): Require click-through POST confirmation when restoring or deleting a configuation from the backup history page.
- 05:22 PM Revision 889c83d7 (univnautes): Require click-through POST confirmation when restoring or deleting a configuation from the backup history page.
- 04:36 PM Revision ed2a6e89 (univnautes): Do not execute DNS resolution on GET, only pre-fill Host box so the user can press the button to execute. Turn alias creation links into submit buttons for POST. While here, remove some backticks and simplify a little.
- 04:26 PM Revision 8108b423 (univnautes): Remove javascript alert DNS resolution action from the firewall log view. It was already removed from 2.2, and it's better not to allow a GET action to perform that action.
- 04:21 PM Revision a9d6ac9a (univnautes): Do not execute on GET, only pre-fill Host box so the user can press the button to execute. Turn alias creation links into submit buttons for POST. While here, remove some backticks and simplify a little.
- 03:40 PM Revision bf8aab82 (univnautes): Correct this so the dpdaction is created properly as restart
- 07:04 AM Revision 6f4a300b (univnautes): Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely.
- 07:02 AM Revision 67067ea3 (univnautes): Shorten the wait at "reload" in startup wizard to 5 seconds from 60. That's more than adequate for current systems, no need to make people sit there for 1 minute. Many likely click out via the logo and miss the last screen entirely.
07 August 2014
- 10:53 PM Revision 9f6a5b50 (univnautes): Do a reload on the cofniguration which is better than update. Also let the keyingtries to 3 rather than forever to avoid problems on recovery.
- 08:53 PM Revision 0b5fc1d1 (univnautes): Change the logic of the vpn config generation to make connectivity more stable especially ipsec. Also for IKEv1 just generate the policies and only on traffic start them.
- 05:52 PM Revision b31a2c76 (univnautes): Move the rekey to yes always to avoid issues.
- 04:38 AM Revision 959dc96b (univnautes): Per the dhcpd.conf man page and other documentation from ISC, mclt must not be defined on the secondary.
- 04:37 AM Revision 8b8085ce (univnautes): Per the dhcpd.conf man page and other documentation from ISC, mclt must not be defined on the secondary.
06 August 2014
- 09:57 PM Revision 88c24958 (univnautes): Encode interface/VIP descriptions before displaying them on the NTP daemon settings.
- 09:55 PM Revision c3e77841 (univnautes): Encode interface/VIP descriptions before displaying them on the GRE and GIF pages also;
- While here, the GRE page was missing IP aliases from its list of bind IPs, add it in.
- 09:53 PM Revision 978c71d2 (univnautes): Encode interface/VIP descriptions before displaying them on the GRE and GIF pages also;
- While here, the GRE page was missing IP aliases from its list of bind IPs, add it in.
- 09:52 PM Revision bf2fb3db (univnautes): Encode interface/VIP descriptions before displaying them on the NTP daemon settings.
- 09:36 PM Revision 92ca4bc3 (univnautes): Encode the detail field of an alias entry before displaying its contents back to the user.
- 09:34 PM Revision 2276d743 (univnautes): Encode the detail field of an alias entry before displaying its contents back to the user.
- 09:27 PM Revision 071f6059 (univnautes): Escape the individual dnsmasq advanced/custom options
- 09:26 PM Revision 52c67bc2 (univnautes): Escape the individual dnsmasq advanced/custom options
05 August 2014
- 05:43 PM Revision 12c88700 (univnautes): Allow to add ipalias vip to lo0, it should fix #3773
- 03:01 PM Revision 8e2a4091 (univnautes): Use GPS type presets only to pre-set values then user can change it. After user changes, save type always as Custom to avoid overwriting values when user attempt to edit. It fixes #3782
- 02:19 PM Revision f9f3e44c (univnautes): More non-functional changes to make code more readable
- 02:01 PM Revision 42b5c637 (univnautes): Fix indent and spaces
- 01:59 PM Revision 46f5ced5 (univnautes): This if is unecessary since input_errors is unset in the line above
- 01:35 PM Revision 4c291f4c (univnautes): Fix indent and whitespaces
- 12:48 PM Revision 4c4c59b9 (univnautes): Make sure there are not empty options on dst select to avoid creating empty user or group. This issue was introduced by b4e9a4da
- 12:44 PM Revision 46f6eb78 (univnautes): Fix select name
04 August 2014
- 09:25 PM Revision 1de3a5dd (univnautes): Fix input validation logic on diag_testport.php, escape more shell arguments for good measure
- 09:23 PM Revision 46d3f6a6 (univnautes): Fix input validation logic on diag_testport.php, escape more shell arguments for good measure
- 05:34 PM Revision aeb44799 (univnautes): Fix #3790. Fix IPv6 Prefix ID check using interface user choose before save
Also available in: Atom