13552 Commits

Author SHA1 Message Date
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
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
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
Ad Schellevis
aa05ce1897 remove unused / buggy firmware upgrade bits and pieces. 2015-03-19 09:33:07 +01:00
Ad Schellevis
a156c466fe reformat tag line of encrypted backup 2015-03-19 09:13:01 +01:00
Ad Schellevis
a453bfe8b9 update backup page 2015-03-18 22:00:31 +01:00
Ad Schellevis
e797e7ac6b first release of backup_to_google_drive 2015-03-18 21:42:12 +01:00
Ad Schellevis
c30080e503 hosts file not regenerated in dns forward 2015-03-18 21:01:40 +01:00
Ad Schellevis
2ab4d047ca work in progress backup 2015-03-18 20:29:59 +01:00
Ad Schellevis
fc568d7c86 sync master 2015-03-18 20:22:52 +01:00
Ad Schellevis
81bf3210ea skip xml tags on false booleans in Config->fromArray() 2015-03-18 20:20:45 +01:00
Ad Schellevis
5dcc988a3f sync with master 2015-03-18 18:07:02 +01:00
Ad Schellevis
02970f7540 revert refresh token patch 2015-03-18 18:03:36 +01:00
Ad Schellevis
60a3acbdd7 sync with master 2015-03-18 17:36:20 +01:00
Ad Schellevis
2639fd9f67 small test 2015-03-18 16:41:48 +01:00
Ad Schellevis
9ff1915778 sync with master 2015-03-18 16:37:08 +01:00
Ad Schellevis
b9f9e3df03 small fixes to Google Drive class 2015-03-18 16:35:46 +01:00
Ad Schellevis
f91f54d009 work in progress config rewrite 2015-03-17 20:58:03 +00:00
Ad Schellevis
73442dbf7d sync master 2015-03-17 19:53:25 +00:00
Ad Schellevis
5dfd99a55f update backup page, add initial support for Google Drive backup 2015-03-17 19:52:14 +00:00
Ad Schellevis
17bae11757 add Google api library 2015-03-17 20:30:50 +01:00
Ad Schellevis
2e506e47b4 fix igmpproxy startup 2015-03-16 16:53:43 +00:00
Ad Schellevis
95ba411113 ntp ui fixes for https://github.com/opnsense/core/issues/85 2015-03-16 12:50:24 +00:00
Ad Schellevis
e1f7b2977e fix for https://github.com/opnsense/core/issues/92 2015-03-16 10:26:18 +00:00
Ad Schellevis
2c03711ab1 fix config restore / remove package code from backup/restore 2015-03-15 19:16:05 +00:00
Ad Schellevis
308122b355 sync master 2015-03-15 19:13:38 +00:00
Ad Schellevis
4a801a9a8a issue in error handling Config load 2015-03-15 20:12:39 +01:00
Ad Schellevis
827daf7c27 sync master 2015-03-15 18:22:41 +00:00
Ad Schellevis
31f4f5df60 small fixes to backup config 2015-03-15 19:21:16 +01:00
Franco Fichtner
511eb60e55 src: zap code that handled "cdrom" idiosyncrasies
We can do without those on the install media.  Instead, route
necessary code parts through is_install_media().  A lot of
stale and forgotten code got ditched in the process--e.g. when
did we ever run without an /etc/fstab?
2015-03-14 17:33:48 +01:00
Franco Fichtner
c93d5dcb70 rc: employ the same write probe trick for early installer menu 2015-03-14 16:52:41 +01:00