Merge pull request #3414 from phil-davis/ipv6-compress
Fixed #6967
Always force compress when calling Net_IPv6
Rework how IPsec log settings are stored/retreived, adjust the default values. Implements #7007
ipsec mobile clients, don't check mobile leases if mobile client isn't enabled to begin with
Move copyright from ESF to Netgate
Allow AES-GCM for P1 where using IKEv2. Ticket #5990
Move to Apache License 2.0
Review license / copyright on all files (final round)
Review license / copyright on all files (1st round)
Internationalize etc inc i through s
Fix style issues.
Review of CARP uniqid changes.
It turns out that current CARP implementation is not much different from an IP alias.
This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with:...
Update license on files from /etc/inc
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Code style and white space in etc
Fix what I broke removing DES. pointy-hat-to: me
Remove GCM options from phase 1, it's only supported in P2. Remove DES while here.
Fix ipsec_enabled() to return true only when at least one of the phase 1 entries are enabled.
Convert all the occurrences of $config['ipsec']['enable'] in filter.inc, ipsec.inc and service-utils.inc
Fix ruleset when IPSEC is enabled but there are no Phase 1 entries.
Issue: #5487
Fix #5350. Correct issues with strongswan logging (setting changes did not persist across reboots, setting silent did not work).
Change ipsec_dump_mobile() to parse regular output of ipsec leases, we are removing patch that made it to output xml
Add a new function that returns the current state of IPSEC.
Whenever we have phase1 entries, IPSEC is considered enabled.
A new fix for #4130:
The fix added for this bug, that check xml file size is < 200 to decideif file must or not be read created a new issue, single entry is notshowed.
Instead of doing this, check parse_xml_config() return and return emptyarray when it's -1...
Only call pfSense_ipsec_list_sa() when IPsec is enabled
Restore ipsec_dump_spd() accidentally removed on 7fcd5ea8bb2e7c9c94e1f38008fc3da440eb14e8. Pointy hat to: garga
Retire ipsec_smp_dump_status()
Move main pfSense content to src/