b3483782d1 
					 
					
						
						
							
							src/backup/backup_info.rs: move code into separate file  
						
						... 
						
						
						
						Also changed create_backup_dir() parameters - uses &BackupDir now. 
						
						
					 
					
						2019-03-05 07:18:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2b01a22507 
					 
					
						
						
							
							src/backup/datastore.rs: add helper to sort backup lists  
						
						
						
						
					 
					
						2019-03-04 18:20:57 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						875fb1c01a 
					 
					
						
						
							
							src/backup/datastore.rs: use unix epoch to create DateTime  
						
						... 
						
						
						
						To make sure that we have a timestamp without nanosecond. 
						
						
					 
					
						2019-03-04 17:58:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9b492eb256 
					 
					
						
						
							
							src/backup/datastore.rs: protect BackupDir fields, impl new()  
						
						
						
						
					 
					
						2019-03-04 13:51:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1e9a94e579 
					 
					
						
						
							
							src/backup/datastore.rs: protect BackupGroup fields, impl new()  
						
						
						
						
					 
					
						2019-03-04 13:38:23 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6f62c9240a 
					 
					
						
						
							
							src/api2/admin/datastore.rs: imp delete_snapshot  
						
						
						
						
					 
					
						2019-03-03 11:29:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e77a02ed87 
					 
					
						
						
							
							catar api: cleanup parameter names  
						
						
						
						
					 
					
						2019-03-03 09:48:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						49dc074007 
					 
					
						
						
							
							parameter name cleanups (use '-' instead of '_')  
						
						
						
						
					 
					
						2019-03-02 16:34:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ad20d19877 
					 
					
						
						
							
							src/api2/admin/datastore.rs: rename get_group_list to list_groups, cleanups  
						
						
						
						
					 
					
						2019-03-02 16:28:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						184f17afad 
					 
					
						
						
							
							src/api2/admin/datastore.rs: impl list_snapshots  
						
						
						
						
					 
					
						2019-03-02 16:20:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						812c6f8716 
					 
					
						
						
							
							src/api2/admin/datastore.rs: impl list_backup_groups  
						
						
						
						
					 
					
						2019-03-02 11:29:05 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e909522f06 
					 
					
						
						
							
							src/backup/datastore.rs: use timestamp with zone offset  
						
						
						
						
					 
					
						2019-03-01 17:36:40 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dc4c09faae 
					 
					
						
						
							
							src/backup/datastore.rs: split BackupDir  
						
						
						
						
					 
					
						2019-03-01 16:26:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						38b0dfa511 
					 
					
						
						
							
							src/backup/datastore.rs: split BackupInfo  
						
						
						
						
					 
					
						2019-03-01 16:26:35 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						541b908ea4 
					 
					
						
						
							
							src/backup/datastore.rs: use DateTime<Utc> instead of unix epoch  
						
						
						
						
					 
					
						2019-02-28 17:03:48 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8f57971714 
					 
					
						
						
							
							src/api2/admin/datastore.rs: implement prune  
						
						
						
						
					 
					
						2019-02-28 12:51:27 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						83b7db0209 
					 
					
						
						
							
							src/api2/admin/datastore.rs: start prune api  
						
						... 
						
						
						
						just a dummy for now. 
						
						
					 
					
						2019-02-27 16:53:17 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8731e40a7f 
					 
					
						
						
							
							backup/datastore: create_backup_dir: show if path existed  
						
						... 
						
						
						
						To enable asserting the creation of a new backup rather than
adding to an existing one.
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-02-27 10:15:36 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8c75372b79 
					 
					
						
						
							
							src/backup/datastore.rs: list_backups() - include list of index files  
						
						
						
						
					 
					
						2019-02-20 13:37:44 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						247cdbce72 
					 
					
						
						
							
							src/api2/admin/datastore/catar.rs: allow to configure chunk-size  
						
						
						
						
					 
					
						2019-02-19 15:19:12 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c7a88aeff 
					 
					
						
						
							
							UploadCaTar: currectly write all data using write_all()  
						
						
						
						
					 
					
						2019-02-18 18:31:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ef2f2efbcc 
					 
					
						
						
							
							improve api_schema module structure  
						
						
						
						
					 
					
						2019-02-17 10:16:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dc9a007b11 
					 
					
						
						
							
							rename src/api to src/api_schema  
						
						
						
						
					 
					
						2019-02-17 09:59:20 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1d77b6cf6b 
					 
					
						
						
							
							update to pam 0.7 (renamed from pam-auth)  
						
						... 
						
						
						
						It now supports custom conversation methods, so instead of
new() we ask for a default authenticator taking a password
via with_password(). Since the password is now handled by
the now separate conversation handler, `set_credentials()`
is now called on the handler we get via `.get_handler()`.
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-02-15 10:34:40 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f02e6fc478 
					 
					
						
						
							
							api2/admin/datastore/catar.rs: simplify/fix debug message  
						
						
						
						
					 
					
						2019-02-15 10:04:37 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						541a302224 
					 
					
						
						
							
							api2/admin/datastore/catar.rs: use nested file extensions  
						
						... 
						
						
						
						i.e. archive.catar.didx 
						
						
					 
					
						2019-02-13 10:37:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e5064ba607 
					 
					
						
						
							
							simplify backup lib structure (pub use xxx:*), improve doc  
						
						
						
						
					 
					
						2019-02-12 14:13:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						93d5d77952 
					 
					
						
						
							
							rename ArchiveIndex to DynamicIndex  
						
						... 
						
						
						
						also changed the file extension from .aidx to .didx 
						
						
					 
					
						2019-02-12 12:05:33 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ace9e3531a 
					 
					
						
						
							
							access: use proxmox-backup-auth for pam  
						
						... 
						
						
						
						allows customization via /etc/pam.d/proxmox-backup-auth
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-02-07 13:40:22 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						13f8310cac 
					 
					
						
						
							
							api2: time: use /etc/localtime as fallback  
						
						... 
						
						
						
						in case there is no /etc/timezone
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com > 
						
						
					 
					
						2019-02-05 14:14:56 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4b2cdeb9a6 
					 
					
						
						
							
							implement relead_timezone flag  
						
						
						
						
					 
					
						2019-02-01 10:04:46 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c82bc1a1f9 
					 
					
						
						
							
							depend on pam-auth, use pam for root login  
						
						... 
						
						
						
						Please use username "root@pam" for login via GUI. 
						
						
					 
					
						2019-02-01 09:30:50 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a154a8e8a4 
					 
					
						
						
							
							delay unauthorized request (rate limit)  
						
						
						
						
					 
					
						2019-01-31 14:34:21 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b9903d6331 
					 
					
						
						
							
							server/rest.rs: verify auth cookie  
						
						
						
						
					 
					
						2019-01-31 12:22:00 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f49fe1d5d 
					 
					
						
						
							
							avoid compiler warnings  
						
						
						
						
					 
					
						2019-01-30 18:25:37 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						34f956bc25 
					 
					
						
						
							
							api2/access.rs: add ticket api  
						
						
						
						
					 
					
						2019-01-30 15:16:10 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a859fa95a9 
					 
					
						
						
							
							add protected flag for some api methods  
						
						
						
						
					 
					
						2019-01-28 18:16:47 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f120483353 
					 
					
						
						
							
							server/rest.rs: add proxy_sync_api_request() dummy  
						
						
						
						
					 
					
						2019-01-28 17:30:39 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						48849593ee 
					 
					
						
						
							
							api2/node/services.rs: implement service commands  
						
						
						
						
					 
					
						2019-01-27 12:40:31 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e82dad9700 
					 
					
						
						
							
							also pass rpcenv to async handlers  
						
						
						
						
					 
					
						2019-01-27 10:18:52 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d2ab5f19e2 
					 
					
						
						
							
							api2/node/services.rs: start services api  
						
						
						
						
					 
					
						2019-01-26 17:54:18 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6049b71f41 
					 
					
						
						
							
							api: pass RpcEnvirnment to api handlers  
						
						
						
						
					 
					
						2019-01-26 14:50:37 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d96d82736d 
					 
					
						
						
							
							use crate log and syslog  
						
						
						
						
					 
					
						2019-01-26 10:56:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e182ab4a4a 
					 
					
						
						
							
							api2/node/syslog.rs: improve error handling  
						
						
						
						
					 
					
						2019-01-26 10:23:52 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0441886842 
					 
					
						
						
							
							api2/node/syslog.rs: implement dump journal  
						
						
						
						
					 
					
						2019-01-25 18:20:51 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4f9a726833 
					 
					
						
						
							
							api2/node/syslog.rs: add syslog api schema  
						
						
						
						
					 
					
						2019-01-25 17:17:30 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af2fddea4f 
					 
					
						
						
							
							api2/node/dns.rs: implement concurrent update protection  
						
						
						
						
					 
					
						2019-01-25 11:38:59 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						de6b0721fa 
					 
					
						
						
							
							pi2/node/dns.rs: return file digest  
						
						
						
						
					 
					
						2019-01-25 11:03:41 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						46b79b9ee5 
					 
					
						
						
							
							api2/node/dns.rs: improve dns api  
						
						
						
						
					 
					
						2019-01-25 10:15:32 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8f973f8181 
					 
					
						
						
							
							api2/node/dns.rs: implement resolv.conf parser  
						
						
						
						
					 
					
						2019-01-24 14:59:40 +01:00