]> git.proxmox.com Git - proxmox-backup.git/history - src/config
tape: use WorkerTask for erase and rewind
[proxmox-backup.git] / src / config /
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/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-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: 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/config/network.rs: remove netmask support
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 Maurersrc/config/cached_user_info.rs: new check_privs helper
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
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-16 Dietmar Maurersrc/config/cached_user_info.rs: new helper class
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 Maureracl: improve NoAccess handling
2020-04-14 Dietmar Maureracl update: check path
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-08 Dietmar Maureradd user configiguration
2020-03-02 Dietmar Maureruse SectionConfig from proxmox 0.1.18-1
2020-01-31 Dietmar Maurersrc/config/remote.rs: do not serialize empty option
2020-01-25 Dietmar Maurersrc/config/remote.rs: add fingerprint
2020-01-16 Dietmar Maurerrenamed: src/config/remotes.rs -> src/config/remote.rs
2020-01-15 Dietmar Maurersrc/api2/config: correctly lock files
2020-01-14 Dietmar Maurersrc/section_config.rs - convert_to_array: optionally...
2020-01-14 Dietmar Maurersrc/api2/types.rs: also define PASSWORD_FORMAT and...
2020-01-14 Dietmar Maurersrc/api2/types.rs: define and use PASSWORD_REGEX
2020-01-13 Dietmar Maurersrc/api2/types.rs: define PROXMOX_AUTH_REALM_SCHEMA...
2020-01-13 Dietmar Maurersrc/config/*: add #[serde(skip_serializing_if="Option...
2020-01-13 Dietmar Maurersrc/api2/types.rs: define SINGLE_LINE_COMMENT_SCHEMA
2020-01-13 Dietmar Maurersrc/api2/types.rs: define REMOTE_ID_SCHEMA here
2020-01-11 Dietmar Maurercleanup config api, add remotes config cli interface
2020-01-11 Dietmar Maurersrc/config/datastore.rs: define DataStoreConfig using...
2020-01-10 Dietmar Maurersrc/api2/config/remotes.rs: new API to configure remotes
2020-01-09 Dietmar Maurersrc/section_config.rs: implement generic lookup
2020-01-09 Dietmar Maurersrc/config/remotes.rs: implement SectionConfig for...
2019-12-19 Thomas Lamprechtapi/ui: datastore: allow to set simple comment
2019-12-19 Dietmar Maurerremove tools::getpwnam_ugid, impl. crate::backup::backu...
2019-12-18 Dietmar Maurersrc/config/datastore.rs: use backup gid instead of uid
2019-12-18 Dietmar Maurersrc/config/datastore.rs: change file owner/permissions
2019-12-17 Oguz Bektasdatastore: set correct owner on datastore.cfg
2019-11-21 Wolfgang Bumillerapi/compat: remove remaining api_schema references
2019-11-21 Dietmar Maureruse const api definitions
2019-08-21 Wolfgang Bumillersrc/config: style fixup
2019-08-21 Wolfgang Bumillersrc/config: use statement cleanup
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-03-12 Dietmar Maurersrc/cli/command.rs: pass parsed parameters to completio...
2019-02-17 Dietmar Maurerimprove api_schema module structure
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-02-16 Dietmar Maurerconfig/datastore.rs: remove unused code
2019-02-16 Dietmar Maurerconfig/datastore.rs: return empty config if file does...
2019-02-15 Dietmar Maurersection_config.rs: simplify parser by using new try_blo...
2019-01-18 Dietmar Maurerreduce compiler warnings
2019-01-17 Dietmar Maurerbin/proxmox-backup-client.rs: implement file name compl...
2018-12-16 Dietmar Maureravoid compiler warnings
2018-12-12 Dietmar Maurercomplete_datastore_name: write more compact code
2018-12-12 Dietmar Maurerimplement completion functions
2018-12-09 Dietmar Maurerimplement tools::file_set_contents
2018-12-09 Dietmar Maurerapi3/config/datastore.rs: impl create
2018-12-09 Dietmar Maurerconfig/datastore.rs - open file for reading
2018-12-08 Dietmar Maurerrename data_store to datastore
2018-12-08 Dietmar Maurercleanup api3 structure
2018-12-08 Dietmar Maureradd data_store configuration