summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #3143 from stilez/patch-41Renato Botelho2016-09-191-1/+5
|\ \ \ | |/ / |/| |
| * | Show a little more key info in main info tablestilez2016-09-181-1/+5
|/ / | | | | | | * Key crypto info shown * TAP/TUN appended to description (important descriptive distinction)
* | Prepare pfSense-upgrade to work with new major OS upgradeRenato Botelho2016-09-161-3/+90
| |
* | Add 'now' parameter do do_reboot() to force it to happen immediatelyRenato Botelho2016-09-161-4/+17
| |
* | Make pkg_lock() and pkg_unlock() work with wildcardsRenato Botelho2016-09-161-10/+16
| |
* | Do not obsolete extensions.ini to avoid lots of noise on pkg deinstall scriptsRenato Botelho2016-09-161-1/+0
| |
* | Remove pre/post upgrade scriptsRenato Botelho2016-09-164-283/+3
| | | | | | | | | | | | Thise scripts were used on tarball upgrade before pkg(8). Users running pfSense < 2.3 will need to go to 2.3 first and then to 2.4 so they will not be necessary anymore
* | Create also an altabi file on repo packageRenato Botelho2016-09-151-0/+17
| |
* | Replace %%ARCH%% by arch on ABI fileRenato Botelho2016-09-151-1/+2
| |
* | Fix variable nameRenato Botelho2016-09-151-1/+1
| |
* | Fixed #6786 by making table sortableSteve Beaver2016-09-151-1/+1
| |
* | Distribute a file containing ABI of each repoRenato Botelho2016-09-151-0/+13
| |
* | Simplify logic and remove duplicated codeRenato Botelho2016-09-151-10/+3
| |
* | Merge pull request #3136 from stilez/patch-37Renato Botelho2016-09-151-43/+4
|\ \
| * | Simplify icmp conversionstilez2016-09-131-43/+4
| | | | | | | | | pprior code "converts" every icmp type - of which only 3 actually get changed (rest keep same value anyhow!). If also uses a SWITCH {} construct rather than lookup + foreach, which is longer and less efficient.
* | | Merge pull request #2782 from fredronnv/masterRenato Botelho2016-09-152-0/+37
|\ \ \
| * | | Use !empty() instead of isset()Fredrik Rönnvall2016-09-151-1/+1
| | | |
| * | | Improve handling of source-hash keyFredrik Rönnvall2016-03-232-20/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Store the source-hash key in its own config field. - Validate the provided source-hash key. Check that hex string input is of the form "0x" followed by 32 hexadecimal digits. Any other string not starting with "0x" is hashed using md5 and stored as "0x" followed by the md5 hash. - Correct style issues making sure to follow pfSense Developer Style Guide. - Addition of the stored source-hash key config field in filter.inc, append it to the poolopts variable
| * | | Add field to specify source-hash keyFredrik Rönnvall2016-03-151-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The source-hash pool option uses a hash of the source address to determine the translation address. This hashing algorithm is also fed a key, which unless specified defaults to a random value. This random value is then generated each time pf is reloaded. This commit adds the ability to specify the key in order to provide consistent hashing, even when pf is reloaded.
* | | | Revised service running/stopped iconsStephen Beaver2016-09-141-2/+2
| | | |
* | | | Fixed #6788 by clearing only the first label in the cloned rowStephen Beaver2016-09-141-1/+2
| | | |
* | | | Merge branch 'master' of git.pfmechanics.com:pfsense/pfsenseStephen Beaver2016-09-14479-969/+870
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #3131 from PiBa-NL/20160906-generic-xmlrpc_clientRenato Botelho2016-09-135-375/+199
| |\ \ \
| | * | | XMLRPC, xmlrpc_client set new Netgate copyright.PiBa-NL2016-09-131-1/+1
| | | | |
| | * | | XMLRPC, xmlrpc_client remove extended class and define setConnectionData(.) ↵PiBa-NL2016-09-133-32/+32
| | | | | | | | | | | | | | | | | | | | function instead.
| | * | | XMLRPC, xmlrpc_client remove xmlrpc_client.inc from pfSense.obsoletedfilesPiBa-NL2016-09-131-1/+0
| | | | |
| | * | | XMLRPC, xmlrpc_client simplify construction parameters where possible + cleanupPiBa-NL2016-09-084-29/+40
| | | | |
| | * | | XMLRPC, generic xmlrpc_client implementation + bugfixes in voucher syncPiBa-NL2016-09-064-368/+182
| | | | |
| * | | | Merge pull request #3135 from phil-davis/pdlenRenato Botelho2016-09-132-10/+7
| |\ \ \ \
| | * | | | Fix #6768 IPv6 static mapping on delegated prefixesPhil Davis2016-09-122-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example, WAN receives a /48 delegated from the upstream (ISP...), e.g. "2001:470:abcd::" pfSense then uses this as a starting point to calculate the addresses on LAN, OPT1, OPT2 etc where they have been specified asa "track interface WAN". Actually each local interface gets just a /64 taken out of the /48, using the chunk specified by "IPv6 Prefix Id" for that local interface. e.g. if "IPv6 Prefix Id" is set to "a1" on LAN, then the LAN would be: 2001:470:abcd:00a1::/64 Then when we specify a static-mapped address in LAN, or other things that live in LAN, e.g. "::4242" we mean 4242 on from the base LAN address, so "2001:470:abcd:00a1::4242" i.e. we always have a CIDR of 64 when calculating this stuff. We do not want the logic that was in this code that was using the upstream prefix delegation size (like /48). Note: The code in services.inc "worked" because var $ifname was not set, and so $trackifname was blank, $trackcfg was blank, and so the attempted calculation of $pdlen always came out as 64 anyway. That tricked me for a while trying to understand why the use in service.inc worked. system.inc did not work, because it actually claculated $pdlen and got a number like 48 - which actually we do not want here.
| * | | | | Merge pull request #2616 from k-paulius/patch-pkg-syslog-v2Renato Botelho2016-09-132-5/+20
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Code style changesk-paulius2016-02-172-5/+5
| | | | | |
| | * | | | Allow packages to request syslogd log socket to be created inside chroot by ↵k-paulius2016-02-102-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specifying it in /package/logging/logsocket element. Implements #4898. Example: <package> <logging> <logsocket>/var/appname/var/run/log</logsocket> </logging> </package>
| * | | | | Enable cellular pkg buildRenato Botelho2016-09-131-0/+1
| | | | | |
| * | | | | Merge pull request #3104 from PiBa-NL/resizable-selectionboxRenato Botelho2016-09-133-2/+13
| |\ \ \ \ \
| | * | | | | dnsresolver, make interface boxes resizable, to allow for easier ↵PiBa-NL2016-09-083-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | picking/checking of multiple selected interfaces
| * | | | | | Merge pull request #3129 from NewEraCracker/patch-dnsRenato Botelho2016-09-131-20/+8
| |\ \ \ \ \ \
| | * | | | | | Fix diag_dns regressionsNewEraCracker2016-09-081-20/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After testing diag_dns behaviour some regressions have been noticed. 1) Looking up ipv6.google.com (it only has AAAA records) doesn't work - gethostbyname() only supports v4, ipv6.google.com only has v6 - this bug was recently and inadvertently introduced 2) Results table will always show even when domain is not resolved - since refactoring ages ago, $resolved is an array, bad idea to replace with a string, this will cause issues - this piece of code was 'dead' until the recent commit has 'enabled' it again, removing it as not needed 3) Parameters for display_host_results (see: fe74228f2a8a9abc45a580a01559518043ca8d0b for its introduction) weren't correctly updated - mostly a dead function, doubt this is used for anything, keeping it just in case. This commit fixes all aforementioned issues.
| * | | | | | | Merge pull request #3134 from stilez/patch-36Renato Botelho2016-09-131-27/+22
| |\ \ \ \ \ \ \
| | * | | | | | | Simplify another loopstilez2016-09-111-10/+4
| | | | | | | | |
| | * | | | | | | simplify code a bit morestilez2016-09-111-4/+5
| | | | | | | | |
| | * | | | | | | error messages againstilez2016-09-101-8/+8
| | | | | | | | |
| | * | | | | | | gateway error messages - standardise text and clarify "both"stilez2016-09-101-4/+4
| | | | | | | | |
| | * | | | | | | More redundant logicstilez2016-09-101-10/+10
| | | | | | | | |
| | * | | | | | | Redundant comparisonstilez2016-09-101-2/+2
| | | |_|_|/ / / | | |/| | | | | | | | | | | | | if it's a numeric integer (hence non-empty [0-9]+ ) and the first char isn't "0" then the value will always be >0, so test is redundant
| * | | | | | | Merge pull request #3133 from NOYB/Check_IP_Services_-_Info_BoxRenato Botelho2016-09-131-6/+9
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Remove empty concatenation.NOYB2016-09-121-2/+3
| | | | | | | |
| | * | | | | | Check IP Services - Info BoxNOYB2016-09-091-6/+8
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change warning box with dismissal to collapsible info box.
| * | | | | | Fix up/catch up remote syslog areas. Fixes #6780jim-p2016-09-092-7/+64
| | | | | | |
| * | | | | | More pptp bitsjim-p2016-09-091-6/+1
| | | | | | |
OpenPOWER on IntegriCloud