]> git.proxmox.com Git - proxmox-backup.git/history - src
src/api2/types.rs: define NETWORK_INTERFACE_NAME_SCHEMA
[proxmox-backup.git] / src /
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-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 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 MaurerPASSWORD_SCHEMA: set max_length to 1024 (for tickets)
2020-04-09 Dietmar Maurerapi: add default property to domain list
2020-04-09 Dietmar Maurerapi: correctly sort access subdirmap
2020-04-09 Dietmar Maurerapi: add list_domains
2020-04-09 Dietmar Maurerapi: move config/user to access/users, implement change...
2020-04-08 Dietmar Maurerimplement auth framework
2020-04-08 Dietmar Maureradd user configiguration
2020-04-06 Dietmar Maurergc: log pending removals
2020-04-01 Dietmar Maurerprune api: return a usable result (we run synchronous...
2020-03-26 Dietmar Maurersrc/server/rest.rs: use correct formatter
2020-03-18 Dominik Csapakrewrite future select in upgrade_to_backup_protocol...
2020-03-02 Dietmar Maurerdelete unused src/storage/config.rs
2020-03-02 Dietmar Maureruse SectionConfig from proxmox 0.1.18-1
2020-02-28 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_groups: render...
2020-02-28 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: avoid compiler warning
2020-02-28 Christian Ebnercatalog: shell: Use the new logic including resolving...
2020-02-28 Christian Ebnercatalog: shell: introduce new CatalogPathStack to navig...
2020-02-28 Christian Ebnercatalog: add missing function documentation.
2020-02-28 Christian Ebnercatalog: introduce is_symlink() to check if DirEntry...
2020-02-28 Christian Ebnercatalog: derive PartEq for equality checks of two DirEn...
2020-02-28 Christian Ebnersrc/backup/dynamic_index.rs: Add LruCache for chunks.
2020-02-28 Christian Ebnercatalog: shell: Introduce clear-selected command.
2020-02-28 Christian Ebnercatalog: shell: Improve list-selected command.
2020-02-28 Christian Ebnerpxar::decoder: Return the correct symlink target size.
2020-02-28 Christian Ebnerproxmox-backup-client: expose exclude match patterns...
2020-02-28 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: cleanup output handling
2020-02-28 Dietmar Maurersrc/tools/format.rs: move output rendering code to...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_groups: use...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use new output format...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - status: improve...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - status: do not print...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_snapshots:...
2020-02-27 Christian Ebnertools::lru_cache: Improve access() and insert() by...
2020-02-27 Christian Ebnertools::lru_cache: Separate LinkedList part of LruCache...
2020-02-27 Christian Ebnertools::lru_cache: Make key generic.
2020-02-27 Christian Ebnercatalog: shell: Improve output of stat command.
2020-02-26 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_snapshot_files...
2020-02-26 Dietmar Maurersrc/bin/proxmox-backup-client.rs - status: use format_a...
2020-02-26 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: use crate::tools...
2020-02-26 Dietmar Maurersrc/tools/runtime.rs: call OPENSSL_thread_stop to avoid...
2020-02-25 Dietmar Maurersrc/client/backup_writer.rs: also print archive size
2020-02-25 Wolfgang Bumillercleanup unused module
2020-02-25 Christian Ebnerpxar: Change text of warning for files matched by exclu...
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: prefix upload stats with...
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: implement verbose options
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: reduce verbosity
2020-02-18 Dietmar Maurersrc/backup/backup_info.rs: fix SNAPSHOT_PATH_REGEX...
next