Ad Schellevis
436046665a
Legacy ACL mapping update
2015-03-25 09:59:52 +00:00
Franco Fichtner
07aaac43df
xml: clean up the list tags and order them alphabetically
2015-03-25 10:22:20 +01:00
Franco Fichtner
343c099220
inc: remove minimum RAM warning
...
Either the RAM requirements have increased, or hardware has
increased. Simply stating the arbitrary and obvious while
doing things of little value to `fix' the situation it is
probably better to just force an old-fashioned out of memory,
which is mostly the point where the user realises that it is
not going to work anyway.
2015-03-24 23:03:28 +01:00
Franco Fichtner
9002010cb0
inc: remove more globals that are barely used or unused
2015-03-24 22:56:23 +01:00
Ad Schellevis
8f2449cb2c
fix config issue in initial setup wizard
2015-03-24 17:17:46 +00:00
Franco Fichtner
0dccde43ba
inc: more pruning--reading manuals is good
...
`If a globalized variable is unset() inside of a function,
only the local variable is destroyed. The variable in the
calling environment will retain the same value as before
unset() was called.'
via http://php.net/manual/en/function.unset.php
2015-03-24 18:06:16 +01:00
Franco Fichtner
f4f9e42888
src: clean up style and spurious comments
2015-03-24 17:47:09 +01:00
Franco Fichtner
96bd855790
openvpn: remove obsolete probing for /etc/version
2015-03-24 17:34:46 +01:00
Franco Fichtner
9120b96675
globals: zap more unused or obsolete glue
2015-03-24 17:34:46 +01:00
System Administrator
802eb63671
Fix config array options in xmlparse
2015-03-24 16:19:56 +00:00
Franco Fichtner
cb7f004d0d
openvpn: conf_mount_*() calls are no more
2015-03-24 16:48:04 +01:00
System Administrator
fb14dc8905
Fix minor GUI issues with pkg_edit
2015-03-24 15:04:30 +00:00
Franco Fichtner
24b0307cdb
inc: remove more config bootstrapping cruft
2015-03-24 15:57:59 +01:00
Ad Schellevis
82c15d9f3c
fix livecd/memstick config reload on boot
2015-03-24 14:57:04 +00:00
Ad Schellevis
162ce5f9da
add forced reload on config
2015-03-24 15:39:15 +01:00
Franco Fichtner
0c9324bcb6
inc: only need sysctl one time
2015-03-24 15:12:18 +01:00
System Administrator
c0377ed0b3
Fixes IPv6 scripting with suggestions from @pdf and @mannkind fixes #47
2015-03-24 14:00:55 +00:00
System Administrator
c8cb87f150
Minor GUI enhancements for Certificate Manager
2015-03-24 13:36:27 +00:00
Franco Fichtner
06bb0ec680
src: whitespace sweep over Google code
2015-03-24 14:22:15 +01:00
Franco Fichtner
9d8f39a165
rc: do not signal init(8) on shutdown invoke
2015-03-24 14:14:12 +01:00
Ad Schellevis
052e38cd2b
move contrib php package into own directory
2015-03-24 13:10:35 +00:00
Franco Fichtner
fe6bb22f6c
src: whitespace sweep
2015-03-24 08:02:23 +01:00
Franco Fichtner
f1d7efc661
vpn: is_array($x) && is_array($x) -> isset($x)
...
I guess this is a typo. It makes sense to preceede is_array() with
isset() here since PHP throws a warning on unset variables nowadays.
However, is_array() should not be used if the following operation is
`foreach' as it would mask the fact that the array that is set is not
an array at all (maybe due to a bug). Rather want to catch it instead.
A bit of style along the way and `lint' target fixing.
2015-03-24 07:57:38 +01:00
Ad Schellevis
fe5ae1b7b2
cleanup requires + small typo's
2015-03-23 20:47:12 +00:00
Ad Schellevis
46c8a8f5df
remove package privs (unused)
2015-03-23 19:36:31 +00:00
Ad Schellevis
9836d1c4da
remove pkg_call_plugins (old package hook)
2015-03-23 19:35:04 +00:00
Ad Schellevis
a4cf2b0a6a
remove defective and possible unsafe version check in xmlrpc code (call_pfsense_method)
2015-03-23 19:31:43 +00:00
Ad Schellevis
1e42ed9fc4
more package cleanups
2015-03-23 19:25:59 +00:00
Ad Schellevis
5077839029
remove package hook pfSense_handle_custom_code
2015-03-23 19:14:42 +00:00
Ad Schellevis
7f23acc905
forgot to add backup script
2015-03-23 18:32:38 +00:00
Ad Schellevis
c7d388a802
add OpenVPN client export
...
reference : https://forum.opnsense.org/index.php?topic=132.msg754#msg754
2015-03-23 18:30:32 +00:00
Ad Schellevis
541318e78b
remove platform code
2015-03-23 16:16:14 +00:00
Ad Schellevis
a72ca73b19
remove some platform stuff / bug fix initial boot
2015-03-23 15:45:00 +00:00
Ad Schellevis
cbe48e8a50
remove config_parsed variable, should be handled by require_once
2015-03-23 15:23:03 +00:00
Ad Schellevis
019a0bbacf
Merge pull request #103 from opnsense/config_replace
...
Rewrite config handling
2015-03-23 16:17:54 +01:00
Ad Schellevis
4c88c359a2
fix sshd reload on save in system admin
2015-03-23 15:12:30 +00:00
Ad Schellevis
5b9d5d455e
fix merge
2015-03-23 13:38:23 +00:00
Ad Schellevis
9921aeaf7b
fix merge issues
2015-03-23 13:36:59 +00:00
Ad Schellevis
eedc3350b3
Merge branch 'master' into config_replace
2015-03-23 13:10:42 +00:00
Ad Schellevis
e8b42bb661
remove some package code
2015-03-23 12:41:26 +00:00
Ad Schellevis
9948260156
small cleanups
2015-03-23 12:07:22 +00:00
Ad Schellevis
5c8411faf4
add backup to cron
2015-03-23 11:53:54 +00:00
Ad Schellevis
5a3ddb9438
remove old package support
2015-03-21 15:15:29 +01:00
Ad Schellevis
6bb3ac0620
remove package code
2015-03-20 16:42:28 +01:00
Ad Schellevis
14ab21d3c5
remove package option
2015-03-20 16:38:41 +01:00
Ad Schellevis
5f2014cc7e
sync master
2015-03-20 08:55:48 +01:00
Ad Schellevis
38ef50650a
small fix in NTP start
2015-03-20 08:51:56 +01:00
Ad Schellevis
87ab869f90
Merge pull request #98 from skarekrow/patch-1
...
Update license.php
2015-03-20 08:17:23 +01:00
Brandon Schneider
84473f2f59
Update license.php
...
Fixed typo.
2015-03-19 17:48:34 -05:00
Ad Schellevis
93907b65ce
sync with master
2015-03-19 09:34:39 +01:00