Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
						
						
							
						
						
							e90e1c62ec 
							
						 
					 
					
						
						
							
							proxyvm: add support for rules with expire time ( #760 )  
						
						
						
					 
					
						2014-03-28 02:54:59 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
						
						
							
						
						
							bba989e0a6 
							
						 
					 
					
						
						
							
							Move meminfo-writer to linux-utils repo  
						
						... 
						
						
						
						It is common for both dom0 and VM, and also quite linux-specific
(other OSes will need other implementation). So move to linux-specific
repo (not dom0-specific). 
						
					 
					
						2014-01-05 05:36:50 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
						
						
							
						
						
							27f6f0e64e 
							
						 
					 
					
						
						
							
							Merge branch 'new-backups'  
						
						... 
						
						
						
						Conflicts:
	core-modules/000QubesVm.py 
						
					 
					
						2013-11-29 04:00:58 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
						
						
							
						
						
							c781a522d8 
							
						 
					 
					
						
						
							
							backups: move backup code to separate file  
						
						... 
						
						
						
						Also some major cleanups: Reduce some more code duplication
(verify_hmac, simplify backup_restore_prepare). Rename
backup_dir/backup_tmpdir variables to better match its purpose. Rename
backup_do_copy back to backup_do.  Require QubesVm object (instead of VM
name) as appvm param. 
						
					 
					
						2013-11-25 05:41:13 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
						
						
							
						
						
							6fddae3b9b 
							
						 
					 
					
						
						
							
							Support for autostart VMs ( #724 )  
						
						
						
					 
					
						2013-11-20 02:57:17 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski-Górecki 
							
						 
					 
					
						
						
						
						
							
						
						
							e2c43d2292 
							
						 
					 
					
						
						
							
							Allow HVM to notify dom0 about tools installation  
						
						... 
						
						
						
						HVM can set some xenstore entries (in qubes-tools/ subtree) to pass
informations about installed tools to dom0. qubes.NotifyTools service
triggers update of VM properties (like qrexec_installed).
This way, after installation of Qubes Windows Tools, the user doesn't need
to change any VM settings to use the tools. 
						
					 
					
						2013-10-28 05:09:54 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							0419aee8ab 
							
						 
					 
					
						
						
							
							spec: provides qubes-doc-dom0  
						
						
						
					 
					
						2013-03-25 16:28:55 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							ef82b53b64 
							
						 
					 
					
						
						
							
							spec: typo fix  
						
						
						
					 
					
						2013-03-25 16:28:55 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							0ec6da8050 
							
						 
					 
					
						
						
							
							spec: update Requires  
						
						
						
					 
					
						2013-03-20 16:37:34 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							a84886db07 
							
						 
					 
					
						
						
							
							Move all files one level up  
						
						
						
					 
					
						2013-03-16 19:56:51 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							9db68897c7 
							
						 
					 
					
						
						
							
							Remove other Linux-specific stuff  
						
						... 
						
						
						
						Move remaining files to linux/ subdirectory. 
						
					 
					
						2013-03-16 19:54:22 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							fa8d659189 
							
						 
					 
					
						
						
							
							Move dom0-update code to separate repository  
						
						... 
						
						
						
						This is highly Linux-specific code. Perhaps other systems will have
equivalent, but for now move it to Linux-only repository. 
						
					 
					
						2013-03-16 19:14:26 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							a633d331f3 
							
						 
					 
					
						
						
							
							Move icons to separate repository  
						
						... 
						
						
						
						Because of license reasons (icons are based on GPL resources so can't be
dual licensed). 
						
					 
					
						2013-03-16 18:06:33 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							8edadb40aa 
							
						 
					 
					
						
						
							
							Move appmenus handling code to separate repository  
						
						... 
						
						
						
						This code is highly Linux-specific so move it out of the core
repository. 
						
					 
					
						2013-03-16 18:03:10 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							ecd8837113 
							
						 
					 
					
						
						
							
							Split core qubes.py into modules  
						
						
						
					 
					
						2013-03-16 16:14:01 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							41675aa30a 
							
						 
					 
					
						
						
							
							spec: remove obsolete network setup  
						
						
						
					 
					
						2013-03-15 23:54:49 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							341f202a26 
							
						 
					 
					
						
						
							
							The Underscores Revolution: filenames  
						
						
						
					 
					
						2013-03-15 23:03:28 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							e1472df9dd 
							
						 
					 
					
						
						
							
							Remove obsolete files  
						
						
						
					 
					
						2013-03-14 15:05:07 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							820ee45f03 
							
						 
					 
					
						
						
							
							Minor 'misc' and 'aux-tools' directory cleanup  
						
						
						
					 
					
						2013-03-14 13:48:28 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							50a8068e6f 
							
						 
					 
					
						
						
							
							Rename qvm-core -> core  
						
						
						
					 
					
						2013-03-14 04:49:48 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							c90f5199dd 
							
						 
					 
					
						
						
							
							The Underscores Revolution: RPC services  
						
						
						
					 
					
						2013-03-14 01:22:43 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							fe7d62f077 
							
						 
					 
					
						
						
							
							Move qmemman.conf to qmemman dir  
						
						
						
					 
					
						2013-03-14 01:18:27 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							1d8222dbdb 
							
						 
					 
					
						
						
							
							Remove Fedora-comps.xml  
						
						... 
						
						
						
						We have now own Qubes-comps.xml, so use it if present. 
						
					 
					
						2013-03-14 00:55:20 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							e4264f4917 
							
						 
					 
					
						
						
							
							Remove SysV-init scripts  
						
						... 
						
						
						
						Now dom0 uses SystemD, so init.d scripts no longer needed. 
						
					 
					
						2013-03-13 06:14:07 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							d9358a91aa 
							
						 
					 
					
						
						
							
							Move manpages here from separate repo  
						
						
						
					 
					
						2013-03-12 17:02:26 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							ad2bdf0634 
							
						 
					 
					
						
						
							
							Rename 'version_dom0' -> 'version'  
						
						... 
						
						
						
						This repository contains only dom0 files now. 
						
					 
					
						2013-03-12 16:50:14 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							fce0db13c9 
							
						 
					 
					
						
						
							
							move qvm-create-default-dvm to qvm-tools dir  
						
						
						
					 
					
						2013-03-12 16:12:23 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							fcf51c6a6f 
							
						 
					 
					
						
						
							
							Remove qclipd - now part of qubes-manager  
						
						
						
					 
					
						2013-03-12 16:00:31 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							844cb21544 
							
						 
					 
					
						
						
							
							Require dmidecode - for qubes-hcl-report tool  
						
						
						
					 
					
						2013-03-09 22:20:47 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							b3c9c74a50 
							
						 
					 
					
						
						
							
							move dispvm files to more meaningful directory  
						
						
						
					 
					
						2013-03-08 17:26:55 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							0e8037deee 
							
						 
					 
					
						
						
							
							remove VM files  
						
						
						
					 
					
						2013-03-07 05:07:42 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							f4c37be03a 
							
						 
					 
					
						
						
							
							remove qubes-core-libs files - moved to separate repository  
						
						
						
					 
					
						2013-03-07 02:54:55 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							3c3252b2a3 
							
						 
					 
					
						
						
							
							Remove qrexec - moved to separate package  
						
						
						
					 
					
						2013-03-07 02:30:03 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							325cf4b894 
							
						 
					 
					
						
						
							
							forgotten subdir  
						
						
						
					 
					
						2013-03-06 18:41:10 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							ca2a54b2b1 
							
						 
					 
					
						
						
							
							do install files used by dom0 netvm  
						
						... 
						
						
						
						We don't support dom0 netvm anymore. 
						
					 
					
						2013-03-06 18:38:08 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							7d07a6cf50 
							
						 
					 
					
						
						
							
							move dom0 files to dom0 subdirectory  
						
						... 
						
						
						
						Those files are actually common for dom0 and VM, but as we splitted the repos,
move them accordingly. 
						
					 
					
						2013-03-06 18:37:58 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							8fc805f34a 
							
						 
					 
					
						
						
							
							vm/systemd: disable avahi-daemon  
						
						... 
						
						
						
						Aparently this service have changed name, so make sure it will be disabled also
under new name. 
						
					 
					
						2013-03-03 17:35:54 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							35e01c4165 
							
						 
					 
					
						
						
							
							dom0/spec: improve PackageKit settings  
						
						... 
						
						
						
						1. Do not try to tell "no network detected"
2. Do not try to tell "Distribution upgrade detected - Fedora 16" 
						
					 
					
						2013-03-01 01:36:05 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							d89bdac58c 
							
						 
					 
					
						
						
							
							dom0: create volatile.img if not exists (StandaloneVM case)  
						
						... 
						
						
						
						StandaloneVM have no template to get clean volatile.img. Normally it is copied
from template during VM creation, but it can happen that image would not extx
(e.g. after backup restore). So create it from scratch.
Stay with original approach (restoring from clean image of template) for other
cases as it is much simpler (and perhaps faster). 
						
					 
					
						2013-02-27 05:29:27 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							d12e532fc2 
							
						 
					 
					
						
						
							
							vm: Use nautilus-actions to provide "Copy to other AppVM" etc nautilus commands  
						
						... 
						
						
						
						No more ugly symlink creation at VM startup, nautilus-actions have system-wide
dir (in opposite to nautilus-scripts).
Currently old symlinks are not cleaned up. Maybe it should, but leaving them
have one advantage: will not break existing users behavior. 
						
					 
					
						2013-02-21 16:44:16 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							8d347cb455 
							
						 
					 
					
						
						
							
							vm/spec: mark some config files with %config(noreplace)  
						
						... 
						
						
						
						Do mark such critical files, which shouldn't be modified by the user. 
						
					 
					
						2013-02-21 07:25:47 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							9310f398d5 
							
						 
					 
					
						
						
							
							dom0/spec: own qubes python subdir  
						
						
						
					 
					
						2013-02-21 04:32:55 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							b214fa6f9d 
							
						 
					 
					
						
						
							
							dom0: Scale icons to 48x48  
						
						... 
						
						
						
						We register them as 48px icons, so scale them to that size (originally 600px).
Specifically required by gui-daemon which require prescalled icon. 
						
					 
					
						2013-02-19 01:05:22 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							cd4c62fc42 
							
						 
					 
					
						
						
							
							dom0/systemd: disable xendomains.service  
						
						
						
					 
					
						2013-02-13 16:55:07 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							0e39e961ea 
							
						 
					 
					
						
						
							
							dom0/systemd: Rename qubes-dispvm to qubes-setupdvm  
						
						... 
						
						
						
						This is more accurate name. Also "qubes-setupdvm" is already used in
some places, so change service name instead of changing that places (at
least qubes-core.service). 
						
					 
					
						2013-02-13 16:52:38 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							eb5ba60da7 
							
						 
					 
					
						
						
							
							vm/spec: force legacy iptables services  
						
						
						
					 
					
						2013-02-12 01:38:30 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							22a0d391c2 
							
						 
					 
					
						
						
							
							vm: revert /etc/yum.conf exclude config  
						
						... 
						
						
						
						Upgrade of kernel is suppressed by qubes-vm-kernel-placeholder package.
Excluding xorg packages makes more problems than goods (e.g. unable to
install dummy driver, block fedora bugfixes). 
						
					 
					
						2013-02-12 01:38:30 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							0936152e12 
							
						 
					 
					
						
						
							
							vm/systemd: disable NetworkManager-wait-online when NM inactive  
						
						
						
					 
					
						2013-02-12 01:38:30 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							268cbfdc84 
							
						 
					 
					
						
						
							
							vm: require net-tools  
						
						... 
						
						
						
						Needed to setup network in VM 
						
					 
					
						2013-02-12 01:38:30 +01:00 
						 
				 
			
				
					
						
							
							
								Marek Marczykowski 
							
						 
					 
					
						
						
						
						
							
						
						
							07d7957caa 
							
						 
					 
					
						
						
							
							dom0: install PolicyKit allow-all rules  
						
						... 
						
						
						
						Same purpose as sudo rule - the user already can do almost all
administrative tasks and access all VMs data, so do disable annoying
password prompt (eg at system shutdown), which do not add any real
security layer. 
						
					 
					
						2013-02-12 01:38:29 +01:00