Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8df1877b 10/20/2015 06:19 PM Renato Botelho

Add pkg_version_compare()

cd51e4f6 10/20/2015 06:19 PM Renato Botelho

Remove fifo debug from internal functions

0b84a5a6 10/20/2015 05:59 PM Chris Buechler

Check whether the P2 or its associated P1 are disabled before adding NAT
rules. Ticket #5320

0cdb94e1 10/20/2015 11:12 AM Renato Botelho

Cleanup unused code:

- Remove xmlrpcbaseurl from globals
- Remove xmlrpcpath from globals
- Remove embeddedbootupslice from globals
- Remove call_pfsense_method()
- Remove check_firmware_version()
- Remove get_active_xml_rpc_base_url()
- Remove zeromq.inc...

376ba07b 10/19/2015 09:36 PM Luiz Souza

Disable zero copy buffers in bpf.

This was a no-op before my changes (so this was never really enabled) and
now it is known to cause issues with tcpdump and hostapd.

Disable this until we fix all the raised issues.

Issue: #5257

42d59a5d 10/19/2015 03:01 PM Luiz Souza

Fix the captive portal rules after 98bf4991dc31f97fc7315a6b8aba433de9d39cea.

The malformed rules breaks the parsing of initialisation rules.

Issue: #4746

4999ee1a 10/16/2015 02:38 PM Stephen Beaver

Fixed bogus "Beginning package installation" message from the install_package_XML() function

dd76084d 10/16/2015 02:05 PM Matthew Smith

Add 'caref' attribute to the ca object passed into ca_inter_create so a
relationship to the signing CA can be maintained. Fixes #5313.

9d8f66b9 10/16/2015 01:40 PM Matthew Smith

Limit strongswan trusted CA certificates to those required for authentication of
the configured IPsec SA's instead of trusting all known CA's. Fixes #5243.

a6ee1b41 10/15/2015 08:20 PM Chris Buechler

only use daemon and not auth for strongswan logging. As it was, all logs were duplicated. Ticket #5242

d1867dd2 10/15/2015 04:53 PM Chris Buechler

fix comparison here. Ticket #4558

7a7e1ba9 10/15/2015 03:30 PM Matthew Smith

Set rightca for IPsec phase 1 using Mutual RSA, Mutual RSA + xauth, or EAP-TLS. Fixes #5241.

cc31f1c3 10/14/2015 05:43 PM Renato Botelho

Disable repo auto update

92c57679 10/14/2015 03:14 PM Matthew Smith

Merge pull request #1689 from jlduran/l2tp-mschapv2

d3ff1e59 10/14/2015 02:57 PM Renato Botelho

Run pkg update once one time every hour, like upgrade script does

578ae21f 10/14/2015 12:35 PM Renato Botelho

s/ip/IP/ it got lost on revert. Spotted by @phil-davis

d7827421 10/14/2015 09:54 AM Renato Botelho

Revert "remove the destination server's interface(s) from dhcrelay. Ticket #4908"

This reverts commit f791f28d6794c3b0601259f0de7acdebf6a367a8

1ab880ef 10/14/2015 06:37 AM Chris Buechler

Auto-add firewall rules for DHCP Relay, same as is done for DHCP Server. Add filter reload to DHCP Relay config so rules are immediately added/removed. Ticket #4558

fc3bec29 10/13/2015 07:38 PM Renato Botelho

Make sure timezones listed on first level directory is also grabbed by system_get_timezone_list(). It fixes #5303

96d5ca11 10/13/2015 03:05 AM Chris Buechler

Remove strongswan's cert directories and repopulate them, to ensure no removed CAs, certs, or CRLs remain. Ticket #5238

31630f47 10/13/2015 02:49 AM Chris Buechler

Fix up strongswan logging levels. Remove charondebug since strongswan.conf settings take precedence. Set logging levels in strongswan.conf to match what's set on a running system via 'ipsec stroke loglevel', and remove log levels that were hard coded in strongswan.conf. Ticket #5242

0ec4b3b4 10/09/2015 03:34 AM Chris Buechler

Do curl_init above any curl_setopt, and take it out of that if block since it applies to all types.

7b1e6c3a 10/07/2015 08:30 PM Matthew Smith

https://redmine.pfsense.org/issues/5207
change auth methods for both peers when using hybrid RSA + xauth with IKEv1

446db735 10/07/2015 08:22 PM Matthew Smith

Add support for an IPv6 pool for mobile clients.

d8ed9328 10/07/2015 01:05 PM Stephen Beaver

Fixed #5277

0f64b71f 10/06/2015 11:01 PM Jared Dillard

improve spacing for non form panels

a2febf9a 10/06/2015 02:41 PM Stephen Beaver

Partial fix for #5263
Added timeout to pkg_call function to prevent GUI lockup when beta.pfsense.org is not available

e00ad357 10/06/2015 02:26 PM Renato Botelho

Merge pull request #1572 from stilez/patch-5

74b0f23e 10/05/2015 02:12 PM Stephen Beaver

Page converted to POST operation

becd6caa 10/03/2015 05:11 AM Chris Buechler

Where doing a dynamic DNS update on IPv4, force curl to resolve IPv4 IPs. Ticket #3858

9f1815d4 10/02/2015 06:00 AM Chris Buechler

Fix typo

41d968bd 10/02/2015 05:14 AM Chris Buechler

Specify PSK for mobile configurations without the leading ID selectors. Fixes PSK mismatches from iOS clients.

86330e2b 10/01/2015 07:02 PM Jim Pingle

When using eap-radius, if the virtual address pool is left blank, pull the IP addresses from RADIUS instead. (Will need an IP address defined for each account.)
Doesn't seem to be possible to pull from either RADIUS or a local pool that I can see from experimenting and looking at strongSwan's docs.

a83fce46 10/01/2015 06:23 PM Chris Buechler

Specify %any where identifier is "any", so the note on these pages
actually works.

4169bf0c 10/01/2015 01:59 AM Chris Buechler

Only need to check 'vip' here.

c9ab2622 10/01/2015 01:53 AM Chris Buechler

fix comment typo Phil Davis noted

701f5caa 09/30/2015 11:12 PM Chris Buechler

Can't use continue here as it continues the foreach, which skips the "ipfw zone" command, breaking CP for any system that doesn't have VIPs defined.

60ff91f1 09/30/2015 09:21 PM Renato Botelho

Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726

2344bed4 09/30/2015 05:33 PM Renato Botelho

Use product_name global variable in more places

f1d3adf1 09/30/2015 12:07 AM Chris Buechler

Use the appropriate parent interface with gateway groups using CARP VIPs.
Ticket #4990

34c9962b 09/29/2015 08:53 PM Chris Buechler

Disable DHS as a dynamic DNS provider option. It's never worked, and
fixing is more complex than just fixing the variable screw up and
disabling cert validation for their SSLLabs F-graded site. Updates made on
their site even take quite some time to be reflected, seems to be a...

be4e2cfe 09/28/2015 08:42 PM Chris Buechler

Use self rather than any in auto-added IPsec rules to prevent
over-matching. Ticket #5211

f8cc55bf 09/28/2015 05:29 PM Phil Davis

Redmine #5200 be less aggressive about DHCP Pool Notice V2

This one will log_error() the DHCP pool message when it detects the inconsistency at the end of the setup wizard during reload all.
That way it can still be seen in the system log that this happened, and one day someone might chase down all the steps in the "reload all" process....

f164ace4 09/28/2015 06:43 AM Doktor Notor

Fix comment language

ce7edfff 09/27/2015 04:39 PM Doktor Notor

Remove syslog.conf entries on package uninstall (Bug #5210)

The remove_text_from_file() is not needed at all. However, system_syslogd_start() must be run after the package entries are gone from config.xml, otherwise system_syslogd_start() just re-adds the (now almost removed) package logging configuration from there.

89ccf6fa 09/24/2015 10:24 AM Renato Botelho

Merge pull request #1799 from jlduran/svg-mimetype

6ed6941d 09/22/2015 05:44 PM Renato Botelho

Use pkg info -e to check if package is installed, it only returns 0/1 without printing anything

e7f954ed 09/22/2015 05:27 PM Renato Botelho

We do not need a blank line on console

a50534b6 09/22/2015 05:10 PM Renato Botelho

Take internal_name into consideration when looking for package id

5c22f8ef 09/22/2015 04:24 PM Stephen Beaver

Unfinished (but better) versions of hte pkg pages and utilities

9fcbc9ff 09/22/2015 12:50 PM Luiz Souza

Do not pass vouchers shorter than 5 characters to voucher application, they
are too short to be a valid voucher.

Discussed with: Jim P
Issue: #4985

3fac0afc 09/22/2015 09:01 AM Jose Luis Duran

Add MS-CHAPv2 option to L2TP Configuration

See [#4732](https://redmine.pfsense.org/issues/4732)

eafd375a 09/21/2015 09:59 PM Jared Dillard

Fixed #4978

841e800d 09/21/2015 08:45 PM Renato Botelho

Merge pull request #1902 from dachande/feature/certmanager_san_wildcard_hostname

bf213d1d 09/21/2015 07:53 PM mortencombat

GratisDNS support for hosts without subdomains

Resubmit of #1793

adc70099 09/21/2015 07:36 PM Renato Botelho

Merge pull request #1750 from TarasSavchuk/patch-1

22d95a68 09/21/2015 07:04 PM Doktor Notor

Fix Cloudflare support for Dynamic DNS Updates

Resubmit of #1812

The current implementation isn't working due to API change. Credits: det0nat3 @ https://forum.pfsense.org/index.php?topic=87436.msg534817#msg534817

d10e5e90 09/21/2015 06:02 PM Renato Botelho

Merge pull request #1808 from miken32/master

1473478b 09/21/2015 04:56 PM Renato Botelho

Merge pull request #1905 from doktornotor/patch-2

fcaca8ef 09/21/2015 12:36 PM Doktor Notor

fix interface assignment menus running off VGA screen

When using VGA console, interface assignment can be a real pain in the ass because of the standard 80 columns width.

Dmesg reports the many interface description names in very long strings that don't fit in a row, this breaks the nice appearance of the interface list in the assignment menu....

8a82c222 09/19/2015 06:13 PM Doktor Notor

pkg-utils.inc typo fix

Partial resubmit of PR #1798 (not really convinced the second part is wanted or correct).

e8a3a81b 09/18/2015 02:22 PM Renato Botelho

Call conf_mount_ro() in better place

Do not call conf_mount_ro just before call write_config(),
write_config() calls conf_mount_(rw|ro), and if filesystem is already
mounted in rw state, it'll only increase the refcounter

5e912dd3 09/17/2015 01:32 PM Renato Botelho

Merge pull request #1895 from doktornotor/patch-9

356ec787 09/17/2015 01:12 PM Doktor Notor

Make the openvpn-server IP address consistent with CSC overrides behavior

08bcd379 09/17/2015 10:55 AM Phil Davis

Redmine #5046 UEFI network booting arch 00:09

cc882a8b 09/17/2015 10:12 AM Daniel Seebald

Fixed is_domain method call

0edcccc3 09/17/2015 08:13 AM Daniel Seebald

Added the possibility to use wildcard hostnames in certificate manager SAN fields

b44845f8 09/16/2015 07:15 PM Renato Botelho

Merge branch 'bootstrap' of https://github.com/itshari/pfsense into itshari-bootstrap

6990ad35 09/16/2015 08:58 AM Phil Davis

White space and minor bits in etc

Cleaner version of https://github.com/pfsense/pfsense/pull/1846

cc493d00 09/16/2015 07:43 AM Chris Buechler

Merge pull request #1886 from doktornotor/patch-7

b2f80e5e 09/16/2015 07:01 AM Chris Buechler

Remove useless log spam. Ticket #4102

83901b02 09/16/2015 04:25 AM Chris Buechler

Merge pull request #1823 from phil-davis/notices-per-second

2975a608 09/15/2015 09:21 PM Renato Botelho

Retire PPTP server, fixes #4226:

- Remove PPTP server and all related code
- Bump config version 12.2
- Write upgrade config code to remove pptpd section and also cleanup
firewall and NAT rules using PPTP interface or src/des

c9d46a8e 09/15/2015 09:20 PM Renato Botelho

Retire PPTP server, fixes #4226:

- Remove PPTP server and all related code
- Bump config version 12.2
- Write upgrade config code to remove pptpd section and also cleanup
firewall and NAT rules using PPTP interface or src/des

0b1c2965 09/15/2015 01:05 PM Stephen Beaver

Fixed #5137

9f605c1c 09/15/2015 10:54 AM Hari

Used bootstrap progress bar for queues' stats and used glyphicons

0273d369 09/15/2015 12:04 AM Chris Buechler

Only add 6rd rules if there is an IPv4 IP defined for the gateway,
otherwise ruleset ends up invalid. Ticket #4935

351b8519 09/14/2015 11:23 PM Luiz Souza

Check if our version of roll data is valid and if necessary, initialize
the database.

This fix the case where the database is not initialized because the used
field in backup file is empty.

149efbea 09/14/2015 06:36 PM Jim Pingle

Add support for LDAP RFC2307 style group membership. Resolves #4923

d6b4dfe3 09/14/2015 06:04 PM Jim Pingle

Provide an LDAP server timeout field. Default to 25 seconds. Resolves #3383

ee8f9940 09/12/2015 05:41 PM Doktor Notor

Fix incorrect netmask sent to client with static IP set in RADIUS (Bug #5129)

842d9546 09/10/2015 05:48 PM Renato Botelho

Merge branch 'master' into bootstrap

e4d09dca 09/10/2015 05:41 PM Renato Botelho

pw lock/unlock throws out error messages even when called with -q, send stderr to /dev/null for now

5fb4bbfd 09/08/2015 07:15 AM Doktor Notor

Fix incorrect identification of IPv6 interface with PPP-type interfaces and DHCP6

This has been broken ever since commited in 420aa48

As noted on https://redmine.pfsense.org/issues/3670 - the get_interface_ipv6() function in /etc/inc/interfaces.php incorrectly identifies the interface as the physical hardware interface. As a result, no global IPv6 address can be found (empty $ifcfgipv6) - https://redmine.pfsense.org/issues/3556

49840447 09/02/2015 06:03 PM PiBa-NL

bootstrap, small fixes to unbound/dnsmasq edit pages, service icons.
+ FIXME item that prevented lots of pages from loading..

8235074c 09/02/2015 05:26 PM Jim Pingle

Merge pull request #1848 from phil-davis/bootstrap-review

93a957b3 09/01/2015 05:14 PM Renato Botelho

Merge branch 'master' into bootstrap

5b28ed7a 09/01/2015 04:24 PM Jim Pingle

Strip HTML tags from a notice to avoid a potential XSS

4de8f7ba 08/30/2015 04:32 PM Phil Davis

Integrate bootstrap etc/inc with master

This applies the little changes in etc/inc master to the bootstrap
branch so that etc/inc in bootstrap will now just have the real
differences that are due to real bootstrap changes.

63286c86 08/29/2015 05:09 PM Jose Luis Duran

Add SVG MIME type

SVG MIME type is `image/svg+xml`.

7411c285 08/28/2015 02:12 PM Stephen Beaver

Fixed bug #5028
The page was junk as originally converted. It has been re-written to work as required. Links to certificates have yet to be implemented, but that will be added once testing is complete on this version.

7f59ae04 08/28/2015 01:41 PM Renato Botelho

Merge pull request #1824 from phil-davis/dhcp-pools-range

71de40d4 08/28/2015 01:40 PM Renato Botelho

Merge pull request #1826 from phil-davis/v10-bigger-than-v9

805974e3 08/28/2015 12:36 PM Renato Botelho

Merge pull request #1821 from phil-davis/upgrade-config

fc9a67bc 08/28/2015 12:29 PM Renato Botelho

Merge pull request #1828 from doktornotor/patch-7

53ca09c8 08/28/2015 12:28 PM Renato Botelho

Merge pull request #1830 from doktornotor/patch-6

0357ecfc 08/28/2015 12:22 PM Doktor Notor

Declare the harddisks variable only if needed

c0020b97 08/28/2015 12:19 PM Doktor Notor

Indentation fix

3e4f8fc4 08/28/2015 11:52 AM Doktor Notor

Bug #4569 - system_set_harddisk_standby() rewritte for current CAM-based ATA stack

Resubmit of #1767

6036c8a0 08/28/2015 11:34 AM Doktor Notor

remove routed service, is being handled by the package

Resubmit of #1817. See pfsense/pfsense-packages#1006