908 Commits

Author SHA1 Message Date
Franco Fichtner
f5eb5ea80e wizard: some sanity improvements
o We could potentially pass files using xml=../../xxx, so just
  hardcode the wizards we know for now.  I don't expect them to
  grow, otherwise we may be able to do a directory expand.

o Move xml files out of the /usr/local/www/wizards into /usr/local/wizard.

o Move the include file to the normal include path /usr/local/etc/inc.

o Allow the menu to always expand to the setup wizard, even though
  we many be triggering the OpenVPN wizard.  This gives a consistent
  feel of navigation, especially since POST requests hide the invoked
  wizard later on anyway.
2015-09-25 11:20:15 +02:00
Franco Fichtner
aa10cb9e97 dhcp6: fix IP grabbing with PPPoE
PR: https://redmine.pfsense.org/issues/3670
2015-09-23 10:20:31 +02:00
Franco Fichtner
d30725e7e6 logs: shrink log code further 2015-09-22 11:47:39 +02:00
Franco Fichtner
b2af67a9e9 logs: improve all things logging for #397 2015-09-22 11:03:46 +02:00
Ad Schellevis
19a5fc38c9 (legacy) replace time with microtime in make_config_revision_entry, not needed for the config revision anymore because that method uses it's own timestamp. Revision entries are also used on some other config items, like firewall rules. 2015-09-21 11:30:33 +00:00
Franco Fichtner
20d2427429 config: add one more to previous 2015-09-20 09:40:32 +02:00
Franco Fichtner
ed59098b70 config: strip harmess transformations from sample
o comment blocks filled arrays disappear
o empty array tags disappear
o empty value tags collapse

This only leaves comment blocks in empty tags, which create
whitespace noise, which fucks up the config.xml real bad,
rippling through to the code that deal with is_array, isset
and actual = array() assignments to fix the faulty config.
Will clean this up one by one later.
2015-09-20 09:31:55 +02:00
Franco Fichtner
043324f86f config: properly migrate a previous admin user for #28 2015-09-20 09:15:01 +02:00
Franco Fichtner
e8a19ee303 services: ntpd has its own pid file 2015-09-19 11:22:29 +02:00
Franco Fichtner
1bd7960735 firmware: add Supranet Communications mirror
Yay, thanks, Wallace!
2015-09-19 09:01:02 +02:00
Franco Fichtner
cd4b8267aa wireless: only advertise supported modes; closes #377 2015-09-18 14:08:38 +02:00
Franco Fichtner
a0b1e85452 src: raise memory limit to 256MB for everyone
128M has some crash reports attached, but "modern" i386 systems
have more RAM to spare, too.  Also remove two old expansions to
64M, which are now restrictions, because when they were introduced
the memory limit was 32M.  ;)
2015-09-18 07:20:34 +02:00
Franco Fichtner
e54b7a06f1 gwlb: fix a crash report 2015-09-18 07:16:58 +02:00
Franco Fichtner
f763c7cdc7 config: reformat config.xml sample, some additions 2015-09-16 11:53:02 +02:00
Franco Fichtner
271966ede9 config: can only iterate if interfaces are returned 2015-09-16 07:35:28 +02:00
Franco Fichtner
6c4b4446a1 config: fix upgrade path illegal access 2015-09-16 07:32:56 +02:00
Franco Fichtner
4715704807 notices: properly address empty notices 2015-09-16 07:30:10 +02:00
Franco Fichtner
8a412b82d0 config: views cope with theme fallback now 2015-09-14 19:46:53 +02:00
Franco Fichtner
f561f19b28 config: NONONONONO we don't want autocomplete by default 2015-09-14 19:30:01 +02:00
Franco Fichtner
a66c7889c7 users: the infamous all group kicks the proverbial bucket
The all group was previously removed from the root account due
to the fact that it won't be applied to new user accounts anymore.
This isn't bad as far as we've seen so we went a bit further,
removing the group altogether.  Nice side effect is that a lot of
conditional code just disappears, so I doubt anyone will have any
hard feelings later.
2015-09-14 18:22:45 +02:00
Franco Fichtner
8b79cccd50 rc: zap unused script 2015-09-13 22:53:19 +02:00
Franco Fichtner
27e5ef1c33 dynamic dns: consolidate naming away from DDNS or DynDNS
Contractions should be avoided whenever possible.
2015-09-12 18:02:47 +02:00
Franco Fichtner
81a05b8cf2 src: a couple of spelling glitches 2015-09-12 00:12:09 +02:00
Franco Fichtner
5fb9e9de0b notices: fix a spelling error
(but don't push it to the languages, as this requires refreshing
the template and merging all the languages.)
2015-09-11 22:46:08 +02:00
Ad Schellevis
c21d5d6c53 (legacy) ipsec, only suffix connection number with sequence when there are more then 1 items 2015-09-04 12:24:29 +00:00
Ad Schellevis
73518ad8e6 (legacy) remove ssh1 keys from generating ( when ssh1 is disabled they can't be generated )
for reference:

/usr/local/etc/rc.sshd: The command '/usr/local/bin/ssh-keygen -t rsa1 -N "" -f /usr/local/etc/ssh/ssh_host_key' returned exit code '1', the output was 'Saving key "/usr/local/etc/ssh/ssh_host_key" failed: unknown or unsupported key type Generating public/private rsa1 key pair.'
2015-09-04 08:12:07 +00:00
Ad Schellevis
1ae30f1769 (legacy) crashreport PHP Warning: Invalid argument supplied for foreach() in /usr/local/etc/inc/config.console.inc 2015-09-04 07:30:29 +00:00
Ad Schellevis
372fdd7bc8 (legacy) crashreport PHP Warning: Illegal string offset 'route' in /usr/local/etc/inc/services.inc on line 1603 2015-09-04 07:02:35 +00:00
Ad Schellevis
3d765c028e (legacy) vpn/ipsec remove some single used functions 2015-09-03 18:27:31 +00:00
Ad Schellevis
22988044a7 (legacy) small fixes in vpn.inc 2015-09-03 18:03:38 +00:00
Ad Schellevis
a3a46bfea4 (legacy) cleanup vpn_ipsec_configure in vpn.inc and fix ikev1 non mobile multiple phase2 2015-09-03 16:31:34 +00:00
Ad Schellevis
4a43901142 (legacy) vpn.inc whitespace, remove tabs 2015-09-03 13:34:41 +00:00
Ad Schellevis
66e7402f94 (legacy) hide empty aliasses in list 2015-09-03 08:18:53 +00:00
Ad Schellevis
189426460d (gdrive backup) crashreport Uncaught exception 'Google_Service_Exception' with message 'Error calling DELE.... 2015-09-03 07:27:03 +00:00
Ad Schellevis
ac991d4b92 (legacy) crashreport PHP Warning: Illegal string offset 'name' in /usr/local/etc/inc/authgui.inc on line 154 2015-09-03 06:29:52 +00:00
Ad Schellevis
5b39c0a44d (legacy) add missing function calls 2015-08-31 19:46:52 +00:00
Ad Schellevis
16ed1470d2 (legacy) fix for https://github.com/opnsense/core/issues/363 2015-08-31 08:18:51 +00:00
Franco Fichtner
f326e38c6b filter: rip out an unused table 2015-08-28 14:48:07 +02:00
Franco Fichtner
7b64c595cb rc: bring back openssl.cnf bootstrapping
OpenSSL throws warnings left and right otherwise.  LibreSSL don't
care, but let's just keep this for now, not sure what this might
break otherwise.
2015-08-28 07:52:36 +02:00
Ad Schellevis
70f89cfc27 (legacy) use reverse mask instead of reverse address for ddns in dhcpd (https://github.com/opnsense/core/issues/352) 2015-08-27 13:01:04 +00:00
Ad Schellevis
f8730eed17 (legacy) fix some uninitilized attributes 2015-08-27 07:27:41 +00:00
Franco Fichtner
89a8345983 config: remove unwanted theme migration 2015-08-26 13:34:54 +02:00
Franco Fichtner
5ae72f04c2 config: sample file has had garbage for aliases and ipsec since forever :( 2015-08-26 12:15:22 +02:00
Franco Fichtner
2b17ad9077 auth: remove naughty nt-hash
Reported by: @lattera
Reviewed by: @AdSchellevis
2015-08-25 16:41:16 +02:00
Franco Fichtner
a51a0322cb xmlrpc: use new-style version files 2015-08-25 11:34:03 +02:00
Franco Fichtner
084bb9d404 rrd: lo siento, no hay spamd
(spam, spam, spam, spam...)
2015-08-25 09:57:21 +02:00
Franco Fichtner
ad8f29244c include: obsolete dir by moving file to pseudo-backend (2/2) 2015-08-24 21:58:15 +02:00
Franco Fichtner
70a2bcf6e5 dyndns: fix a crash report 2015-08-24 21:32:26 +02:00
Franco Fichtner
af7776e6f0 ipsec: fix a crash report 2015-08-24 15:56:14 +02:00
Ad Schellevis
65ea61e2b3 (legacy) move themes to one location 2015-08-24 13:37:56 +00:00