]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2020-04-27 Dietmar Maurersrc/config/acl.rs: introduce more/better datastore...
2020-04-27 Dietmar Maurersrc/config/acl.rs: rtename PRTIV_DATASTORE_ALLOCATE...
2020-04-26 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add dns sub command
2020-04-25 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: fix node parameter...
2020-04-25 Dietmar Maurerdepend on proxmox 0.1.23
2020-04-25 Dietmar Maurermove src/api2/config/network.rs to src/api2/node/network.rs
2020-04-24 Dietmar Maurersrc/config/network.rs: auto-add lo, and implement a...
2020-04-24 Wolfgang Bumillerxattr: cleanup: don't use pxar types in the API
2020-04-24 Wolfgang Bumillerxattr: api cleanup
2020-04-24 Wolfgang Bumillerxattr: use checked_mul to increase size
2020-04-24 Wolfgang Bumillertools: pub use Fd from proxmox crate
2020-04-24 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: implement netwerk...
2020-04-24 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: new command to show...
2020-04-24 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: only show pending...
2020-04-24 Dietmar Maurersrc/config/network.rs: implement network reload, set...
2020-04-24 Dietmar Maurersrc/config/network.rs: use a simple String for comments
2020-04-24 Dietmar Maurersrc/config/network/parser.rs: corectly detect vanished...
2020-04-23 Dietmar Maurersrc/api2/config/network.rs: implement update/delete...
2020-04-23 Dietmar Maurersrc/config/network.rs; support interface comments,...
2020-04-23 Dietmar Maurersrc/config/network.rs: avoid newline after family options
2020-04-23 Dietmar Maurersrc/api2/config/network.rs: implement update/delete...
2020-04-23 Dietmar Maurersrc/api2/config/network.rs: only allow one default...
2020-04-23 Dietmar Maurersrc/config/network.rs: do not allow to change interface...
2020-04-23 Dietmar Maurersrc/config/network.rs: parse bond-slaves
2020-04-23 Dietmar Maurersrc/config/network.rs: parse bridge-ports
2020-04-23 Dietmar Maurersrc/config/network.rs: introduce NetworkInterfaceType
2020-04-23 Dietmar Maurersrc/config/network.rs: cleanup (new helper combine_entry)
2020-04-23 Dietmar Maurersrc/config/network.rs: write changes to interfaces.new
2020-04-23 Dietmar Maurersrc/config/network.rs: use a single mtu setting (instea...
2020-04-23 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: improve network...
2020-04-22 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: format datastore...
2020-04-22 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: format network list...
2020-04-22 Dietmar Maurersrc/api2/config/network.rs: allow to update 'auto'...
2020-04-22 Dietmar Maurersrc/config/network/parser.rs: parse MTU settings
2020-04-22 Dietmar Maurersrc/config/network.rs: only save attriubutes used by...
2020-04-22 Dietmar Maurersrc/api2/config/network.rs: implement delete property
2020-04-22 Dietmar Maurersrc/api2/config/network.rs: allow to update configurati...
2020-04-22 Dietmar Maurersrc/api2/config/network.rs: improve network api
2020-04-22 Dietmar Maurersrc/config/network/parser.rs: remove debug println
2020-04-22 Dietmar Maurersrc/config/network/helper.rs: fix CIDR regex
2020-04-22 Dietmar Maurersrc/api2/types.rs: add schemas for IP/CIDR
2020-04-22 Dietmar Maurersrc/api2/config/datastore.rs_ fix method docs
2020-04-22 Dietmar Maurersrc/config/network.rs: remove netmask support
2020-04-21 Dietmar Maurersrc/api2/types.rs: define NETWORK_INTERFACE_NAME_SCHEMA
2020-04-21 Dietmar Maurersrc/config/network.rs: move type definitions to src...
2020-04-21 Dietmar Maurerrename ConfigMethod to NetworkConfigMethod
2020-04-21 Dietmar Maurersrc/api2/config/network.rs: start network configuration api
2020-04-21 Dietmar Maurersrc/config/network.rs: impleement load/save
2020-04-21 Dietmar Maurersrc/config/network.rs: add Interface flags 'exists...
2020-04-21 Dietmar Maurersrc/config/network.rs: cleanup autostart flag handling
2020-04-21 Dietmar Maurersrc/config/network/helper.rs: new helper get_network_in...
2020-04-20 Dietmar Maurersrc/config/network.rs: simplify code
2020-04-20 Dietmar Maurersrc/config/network.rs: read/write /etc/network/interfaces
2020-04-18 Dietmar Maurersrc/config/cached_user_info.rs: cache it up to 5 seconds
2020-04-18 Dietmar Maurerfix permission tests using non-uri parameters
2020-04-18 Dietmar Maurersrc/config/cached_user_info.rs: new check_privs helper
2020-04-18 Dietmar Maurersrc/api2/access.rs: cleanup
2020-04-18 Dietmar Maurersrc/api2/types.rs: use anyhow::Error in test cases
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-17 Dietmar Maurersrc/api2/pull.rs: add access permission
2020-04-17 Dietmar Maurersrc/api2/subscription.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/reader.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/config/remote.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/config/datastore.rs: impl digest check for...
2020-04-17 Dietmar Maurersrc/api2/backup.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/admin/datastore.rs: add access permissions...
2020-04-17 Dietmar Maureracl: change path "storage" to "datastore"
2020-04-17 Dietmar Maurersrc/api2/access/role.rs: use schema ACL_ROLE_SCHEMA
2020-04-17 Dietmar Maurermove type defs from src/api2/access/acl.rs to src/api2...
2020-04-17 Dietmar Maurersrc/api2/access/role.rs: new api to list roles
2020-04-17 Dietmar Maurersrc/api2/access/user.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/access/user.rs: add access permissions
2020-04-17 Dietmar Maurersrc/api2/access/acl.rs: add access permissions
2020-04-16 Dietmar Maurersrc/api2/node/tasks.rs: use api macro, implement access...
2020-04-16 Dietmar Maurersrc/api2/node/syslog.rs: add access permissions
2020-04-16 Dietmar Maurersrc/api2/node/status.rs: add access permissions
2020-04-16 Dietmar Maurersrc/server/rest.rs: reduce delay for permission error...
2020-04-16 Dietmar Maurersrc/api2/node/services.rs: add access permissions
2020-04-16 Dietmar Maurersrc/api2/node/journal.rs: add access permissions
2020-04-16 Dietmar Maurerstart impl. access permissions
2020-04-16 Dietmar Maurersrc/config/cached_user_info.rs: new helper class
2020-04-16 Dietmar Maurerdepend on proxmox 0.1.21
2020-04-15 Dietmar Maurersrc/config/user.rs - cached_config: do not store/return...
2020-04-15 Dietmar Maurersrc/config/acl.rs: implement cached_config
2020-04-15 Dietmar Maurersrc/api2/node/dns.rs: use api macro (cleanup)
2020-04-15 Dietmar Maureracl: improve NoAccess handling
2020-04-15 Aaron LautererDocu: first proof reading
2020-04-15 Dietmar Maurerpxar extract: remove pattern from arg_param, add targe...
2020-04-15 Dietmar Maurerpxar create: remove exclude from arg_param
2020-04-14 Dietmar Maurerfix previous commit - use result.
2020-04-14 Dietmar Maureracl update: check path
2020-04-14 Dietmar Maureracl update: check if user exist.
2020-04-14 Dietmar Maurersrc/config/user.rs: implement user config cache
2020-04-14 Dietmar Maureracl api: implement update
2020-04-13 Dietmar Maurerstart ACL api
2020-04-12 Dietmar Maureracl: use BTreeMap and BTreeSet to avoid sort()
2020-04-12 Dietmar Maureracl: implement roles(), add regression tests.
2020-04-11 Dietmar Maureradd acl config
2020-04-09 Dietmar Maurergui: improve login view (use realms)
2020-04-09 Dietmar MaurerPASSWORD_SCHEMA: set max_length to 1024 (for tickets)
next