summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3083 from doktornotor/patch-2Renato Botelho2016-08-043-8/+8
|\
| * Update pfSense.potdoktornotor2016-07-311-1/+1
| |
| * Allow URLs for TFTP Server (Bug #6634)doktornotor2016-07-311-2/+2
| | | | | | The setPattern() thing ain't usable for this and just causes regressions.
| * Allow URLs for TFTP Server (Bug #6634)doktornotor2016-07-311-2/+2
| | | | | | is_URL() from util.inc is way too limited for this purpose.
| * Update pfSense.potdoktornotor2016-07-311-1/+1
| |
| * Typo fixdoktornotor2016-07-311-1/+1
| |
| * Allow URLs for TFTP Server (Bug #6634)doktornotor2016-07-311-2/+2
| | | | | | is_URL() from util.inc is way too limited for this purpose.
* | Merge pull request #3082 from philipsoeberg/fix-redundant-http-user-agent-stringRenato Botelho2016-08-041-1/+1
|\ \
| * | Fix a redundant HTTP "User-Agent" string.Philip Soeberg2016-07-291-1/+1
| |/ | | | | | | | | | | | | CURLOPT_USERAGENT expect the value to the user-agent string, not the entire key-value pair. Before this fix, HTTP header "User-Agent: User-Agent: phpDynDNS/0.7" was sent for DDNS updates. NGINX configuration at GratisDNS will not accept a user-agent formatted in the above way. This commit fixes GratisDNS Dynamic DNS service.
* | Merge pull request #3086 from jlduran/ignore-bootp-queriesRenato Botelho2016-08-042-0/+14
|\ \
| * | services_dhcp: Ignore BOOTP queriesJose Luis Duran2016-07-312-0/+14
| |/ | | | | | | | | | | | | | | | | BOOTP leases do not have a maximum lease time by default, this could potentially lead to a DHCP address pool exhaustion. This commit adds an option to ignore BOOTP queries. Redmine #4351
* | Add /etc/rc and /etc/pfSense-rc.shutdown to pfSense-rc packageRenato Botelho2016-08-041-0/+2
| |
* | Add a variable to control if pkg repo should be signed or notRenato Botelho2016-08-032-2/+2
| |
* | Stop removing FreeBSD src, new clone script can detect if it's necessaryRenato Botelho2016-08-033-15/+2
| |
* | Add a field to CA/Cert pages for OU, which is required by some external CAs ↵jim-p2016-08-032-5/+40
| | | | | | | | and users. Fixes #6672
* | Fix a reverse checkRenato Botelho2016-08-031-1/+1
| |
* | Remove unnecessary code and select default kernel for installation mediaRenato Botelho2016-08-032-19/+15
| |
* | Use already defined variableRenato Botelho2016-08-031-1/+1
| |
* | Revert "Make sure we have kernel installed in installation media"Renato Botelho2016-08-031-1/+1
| | | | | | | | This reverts commit ebc5576c4f6f1afd228b6d8c66c1af0599e990c3.
* | Make sure we have kernel installed in installation mediaRenato Botelho2016-08-031-1/+1
| |
* | Merge pull request #3080 from phil-davis/local24Stephen Beaver2016-08-032-2/+2
|\ \
| * | Display local DHCP lease times in 24-hour clockPhil Davis2016-07-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | It seems odd to me that when the times are displayed in UTC they have 24-hour clock, but when displayed in local time they are formatted with 12-our clock and AM/PM. 24-hour format takes less screen space, and I would have thought that network admins would prefer working consistently in 24-hour clock format.
* | | Merge pull request #3089 from NOYB/NAT_Delete_Associated_Firewall_SeparatorsStephen Beaver2016-08-031-0/+10
|\ \ \
| * | | Update firewall rules separators when NAT associated rule is deleted.NOYB2016-08-021-0/+10
| | | | | | | | | | | | | | | | Bug: https://redmine.pfsense.org/issues/6676
* | | | Merge pull request #3088 from phil-davis/widgetconfigStephen Beaver2016-08-039-76/+83
|\ \ \ \
| * | | | Save widget settings per userPhil Davis2016-08-029-76/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For users that have "custom settings" enabled, save the "tool" settings of their widgets on a per-user basis. User that do not have "custom settings" enabled will continue to use and save widget settings to/from the system-wide settings.
* | | | | Merge pull request #3056 from NewEraCracker/design-tweaksStephen Beaver2016-08-032-2/+2
|\ \ \ \ \
| * | | | | Some tweaks to improve alignment in table with checkboxNewEraCracker2016-07-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) If a checkbox does not have a description (even if it is empty), layout will be broken as checkbox won't be aligned correctly 2) UPnP checkbox looks better with description instead of help This commit fixes the two issues
* | | | | | Add missing -b parameter to mkisoimages.shRenato Botelho2016-08-031-2/+3
| | | | | |
* | | | | | Do not include rescue on installation mediaRenato Botelho2016-08-031-6/+6
| | | | | |
* | | | | | Change order arguments are validated to make more senseRenato Botelho2016-08-032-7/+13
| | | | | |
* | | | | | Do not call realpath for a possible non-existent directoryRenato Botelho2016-08-032-2/+2
| |_|/ / / |/| | | |
* | | | | Remove defunct link to the devwiki site. Everything is on doc.pfsense.org now.jim-p2016-08-021-1/+0
| | | | |
* | | | | Enable ISO during snapshotsRenato Botelho2016-08-021-1/+1
| | | | |
* | | | | Force removal of temporary directory and disable trapRenato Botelho2016-08-021-1/+4
| | | | |
* | | | | Remove redundant attributionRenato Botelho2016-08-021-1/+1
| | | | |
* | | | | Fix typo, LT2P->L2TPjim-p2016-08-023-4/+4
| | | | |
* | | | | Do not scp log filesRenato Botelho2016-08-024-19/+0
| | | | |
* | | | | Retire snapshots_rotate_logfile()Renato Botelho2016-08-022-16/+0
| | | | |
* | | | | Read output line by lineRenato Botelho2016-08-021-0/+4
| | | | |
* | | | | Show files in subdirectories tooRenato Botelho2016-08-021-1/+1
| | | | |
* | | | | Do not remove destdir where system is going to be installedRenato Botelho2016-08-021-3/+0
| | | | |
* | | | | Make sure images were builtRenato Botelho2016-08-021-0/+20
| | | | |
* | | | | Use mkisoimages.sh to build ISORenato Botelho2016-08-021-21/+15
| | | | |
* | | | | Fix messagesRenato Botelho2016-08-021-5/+2
| | | | |
* | | | | Stop using CORE_PKG_TMPRenato Botelho2016-08-023-4/+1
| | | | |
* | | | | Remove wrong call to dirnameRenato Botelho2016-08-021-1/+1
| | | | |
* | | | | Add missing /Renato Botelho2016-08-021-1/+1
| |/ / / |/| | |
* | | | Fixed #6669Stephen Beaver2016-08-012-1/+8
| | | | | | | | | | | | | | | | Read widget config before adding a new one. (Was starting a new array)
* | | | Merge pull request #3077 from dhoffend/ticket-6505-fixRenato Botelho2016-08-011-1/+1
|\ \ \ \
OpenPOWER on IntegriCloud