Commit Graph

25930 Commits

Author SHA1 Message Date
Renato Botelho
8c1db51134 Deprecate rootmfs 2015-08-12 17:15:10 -03:00
jim-p
916fc1f873 Don't lowercase the whole group name 2015-08-12 15:30:56 -04:00
jim-p
c4a9f99a8d Fix GUI auth from RADIUS to grab group names from the Class attribute. Implements #935
The RADIUS server must populate the Class attribute with a string, semicolon-separated, of user groups. Similar to LDAP, local groups must exist with matching names, and privileges are determined by the local matching groups.
2015-08-12 12:20:10 -04:00
Renato Botelho
c0d5c1435e Merge pull request #1806 from nagyrobi/patch-24 2015-08-05 14:24:23 -03:00
nagyrobi
30ccf550aa put back the missing newline
Since 2.2 the console is missing the separating line between the interfaces list and the menu, which makes it harder to overlook on a VGA screen. This restores the appearance which we were used to during so many years.
2015-08-04 12:48:17 +02:00
Chris Buechler
0057e62d24 only read file if it exists, and only foreach if an array. 2015-08-03 23:10:26 -05:00
Renato Botelho
626f10a30c Merge pull request #1804 from phil-davis/bogons-not-exists 2015-08-03 10:17:06 -03:00
Renato Botelho
4730e9517a Fix /conf symlink, if must point to /cf/conf absolute path 2015-07-31 16:38:06 -03:00
Renato Botelho
6fa9f38c0c Drop support for jail platform 2015-07-31 15:40:46 -03:00
Renato Botelho
bb3ee8a1bb Add an empty file in order to make git deal with empty /home subdir 2015-07-31 15:16:53 -03:00
Renato Botelho
905e3a1ba7 Create /conf symlink pointing to cf/conf 2015-07-31 15:15:42 -03:00
Renato Botelho
e520b4e33d Use /cf/conf to populate default config on cdrom since it is always present, /conf is a synlink 2015-07-31 15:13:15 -03:00
Renato Botelho
70497688eb Do not try to use a variable that is not set yet 2015-07-31 15:04:42 -03:00
Renato Botelho
d3f1140ff3 Call lua_installer passing rescue as parameter since lua_installer_rescue is gone 2015-07-31 12:02:07 -03:00
Renato Botelho
21dfcd6101 Remove extra parenthesis 2015-07-31 10:11:15 -03:00
Renato Botelho
96bf5038de Add UUID to pkg user agent 2015-07-31 10:10:30 -03:00
Renato Botelho
fdc5447bd5 Define HTTP_USER_AGENT for pkg calls 2015-07-31 10:04:48 -03:00
Renato Botelho
5779ade670 Introduce a new item to $g global, 'product_version' and stop reading /etc/version all around 2015-07-31 10:03:34 -03:00
Renato Botelho
6fed300c6a Remove FreeBSD repo 2015-07-31 09:41:51 -03:00
Renato Botelho
d4b361c0f4 Remove option C from cdrom boot menu and disable LiveCD option 2015-07-30 18:54:04 -03:00
Renato Botelho
5f6af1cdf4 Remove options ~ and ! from valid keys on cdrom boot menu 2015-07-30 18:52:13 -03:00
Renato Botelho
996f5a5b64 Remove an undocumented and hidden option called 'RecoveryConsoleShell' 2015-07-30 18:48:57 -03:00
Chris Buechler
9d454891c5 fix whitespace 2015-07-30 15:07:39 -05:00
Jared Dillard
aa14a0f43e Add NUT package help location 2015-07-30 15:02:04 -05:00
Chris Buechler
f791f28d67 remove the destination server's interface(s) from dhcrelay. Ticket #4908 2015-07-30 14:23:04 -05:00
Renato Botelho
0816458788 Remove more rc files from Obsolete list 2015-07-30 13:39:08 -03:00
Renato Botelho
0a362fce9a Remove more files from obsolete, they are still part of recent versions 2015-07-30 13:26:40 -03:00
Renato Botelho
6a45637d46 Remove more files from obsolete, they are still part of recent versions 2015-07-30 13:23:34 -03:00
Renato Botelho
30ce1abb37 Remove more files from obsolete, they are still part of recent versions 2015-07-30 13:23:34 -03:00
jim-p
4a18f4261a This is handled above now. 2015-07-30 11:51:00 -04:00
jim-p
6b8ad2daaf More safety belts on CP DB open 2015-07-30 11:34:42 -04:00
Renato Botelho
ff5464544d Remove more bsdinstaller files from pfSense.obsoletedfiles 2015-07-30 12:21:19 -03:00
Renato Botelho
3e3b15a6eb Remove WipePackages.php 2015-07-30 12:21:19 -03:00
Renato Botelho
bb947e8f72 Do not obsolete items from /var/db/pkg 2015-07-30 12:21:19 -03:00
Renato Botelho
ad53a5d76e Do not obsolete after_installation_routines.sh, it's part of bsdinstaller pkg 2015-07-30 12:21:19 -03:00
Renato Botelho
5f535596cd Remove unused ftmp references 2015-07-30 12:21:18 -03:00
Renato Botelho
687631c683 Remove bdiff support 2015-07-30 12:21:18 -03:00
Renato Botelho
488b975c8b Change welcome to /dev/null on login.conf and stop removing /etc/motd 2015-07-30 12:21:18 -03:00
jim-p
7c38032f06 Take more care when attempting to open the CP database. Don't assume it's valid before attempting to use it. 2015-07-30 10:42:21 -04:00
jim-p
79e46ebda9 Reinitialize the captive portal database for a zone if it is corrupt/unreadable. Fixes #4904 2015-07-30 10:15:10 -04:00
Phil Davis
ede370319d Allow to create empty bogons on nanoBSD
If for some reason the bogons file/s do not exist then this code creates
empty ones before making any use of them in the rule set.
On nanoBSD this can fail if the file system is mount RO.
Protect against this possibility by use conf_mount_rw and conf_mount_ro
2015-07-30 16:43:37 +05:45
Chris Buechler
f688185c9f remove more old, unused platform stuff 2015-07-30 00:49:07 -05:00
Chris Buechler
c7ea65c25a Fix killing of individual states for IPv6. Ticket #4906 2015-07-30 00:38:22 -05:00
Chris Buechler
324ce0b913 fix whitespace 2015-07-30 00:28:35 -05:00
Chris Buechler
c5dbb02f91 Use the appropriate source and dest IPs for all state types. Ticket #4907 2015-07-30 00:17:18 -05:00
Chris Buechler
58ec9af1ef remove old unused nopccard_platforms
Conflicts:
	etc/inc/globals.inc
2015-07-29 23:08:07 -05:00
Chris Buechler
ac565fab92 remove wrap and net4501 platforms, they haven't existed for years. 2015-07-29 23:01:59 -05:00
jim-p
4379f31869 Check both greater and less than for the configuration version in XMLRPC sync. Fixes #4902 2015-07-29 15:50:52 -04:00
jim-p
6538d22fcb Use an alternate method to find VIP targets that should be allowed for Captive Portal. Fixes #4903 2015-07-29 14:40:52 -04:00
jim-p
83a05b663a Add "sockstat" output to status.php 2015-07-29 11:40:38 -04:00