]> git.proxmox.com Git - proxmox.git/shortlog
proxmox.git
2024-06-05 Wolfgang Bumillerdns-api: bump to 0.1.0-1
2024-06-05 Wolfgang Bumillerproduct-config: bump to 0.1.0-1
2024-06-05 Wolfgang Bumillerconfig-digest: bump to 0.1.0-1
2024-06-04 Dietmar Maureracme-api: use replace_secret_config to write acme confi...
2024-06-04 Dietmar Maureracme-api: use create_secret_dir from product-config
2024-06-04 Dietmar Maurerproduct-config: new create_secret_dir function
2024-06-04 Dietmar Maurerproduct-config: code cleanup
2024-06-04 Dietmar Maureracme-api: create all directorties inside init
2024-06-04 Dietmar Maurerproduct_config: introduce priviledged user.
2024-06-04 Dietmar Maurerproduct-config: export get_api_user
2024-06-03 Dietmar Maureracme-api: export ChallengeSchemaWrapper
2024-06-03 Dietmar Maureracme-api: export account_config_filename
2024-06-03 Dietmar Maureracme-api: make register_account directory parameter...
2024-06-03 Dietmar Maureracme-api: export known directories
2024-06-03 Dietmar Maureracme-api: export api types at top-level
2024-06-03 Dietmar Maurersyslog-api: add debian control file
2024-06-03 Dietmar Maurernetwork-api: add debian control file
2024-06-03 Dietmar Maurertime-api: add copyright file
2024-06-03 Dietmar Maurerdns-api: add debian control file
2024-06-03 Dietmar Maurerdns-api: avoid auto-generated cargo features
2024-06-03 Dietmar Maurerproduct-config: add debian control file
2024-06-03 Dietmar Maureracme-api: remove stale feature gate and always compile...
2024-05-31 Dietmar Maureracme-api: commit missing file
2024-05-31 Dietmar Maureracme-api: remove useless api-types feature
2024-05-31 Dietmar Maureracme-api: add init method to setup directories
2024-05-31 Dietmar Maurerproduct-config: simplify by removing the configuration...
2024-05-30 Dietmar Maurerremove system-management-api
2024-05-30 Dietmar Maurersyslog-api: new crate, split out from system-management-api
2024-05-30 Dietmar Maurernetwork-api: new crate, split out from system-managemen...
2024-05-30 Dietmar Maurertime-api: new crate, split out from system-managent-api
2024-05-30 Dietmar Maurerdns-api: new crate, split out from system-management-api
2024-05-29 Dietmar Maurerproduct-config: remove digest implementation (move...
2024-05-29 Dietmar Maurerconfig-digest: split out config digest api type into...
2024-05-29 Dietmar Maurersys: use 0750 as default directory permissions
2024-05-29 Dietmar Maurerproduct-config: remove functions to check permissions...
2024-05-29 Dietmar Maurersys: add helpers to check file and directory permissions
2024-05-29 Dietmar Maurersys: create options: make file parameter generic
2024-05-29 Dietmar Maurerproduct-config: factor out methods to create different...
2024-05-29 Dietmar Maurerproduct-config: use Path instead of str everywhere
2024-05-24 Wolfgang Bumillerlang: drop commented-out c_str! implementation variants
2024-05-24 Gabriel Gollermetrics: influxdb test uri creation
2024-05-22 Wolfgang Bumillerauth-api: bump version to 0.4.0
2024-05-22 Wolfgang Bumillersys: bump version to 0.5.5-1
2024-05-22 Wolfgang Bumillerauth-api: rustfmt
2024-05-22 Wolfgang Bumillerauth-api: cleanup a warning
2024-05-22 Wolfgang Bumillerauth-api: remove unnecessary allocation
2024-05-22 Stefan Sterzauth-api: fix types `compilefail` test
2024-05-22 Stefan Sterzsys: crypt: use constant time comparison for password...
2024-05-22 Stefan Sterzsys: crypt: move to yescrypt for password hashing
2024-05-22 Stefan Sterzauth-api: move to hmac signing for csrf tokens
2024-05-22 Stefan Sterzauth-api: use constant time comparison for csrf tokens
2024-05-22 Stefan Sterzauth-api: add ability to use hmac singing in keyring
2024-05-22 Stefan Sterzauth-api: move to Ed25519 signatures
2024-05-22 Stefan Sterzauth-api: move signing into the private key
2024-05-17 Dietmar Maureracme-api: add debian packaging
2024-05-17 Dietmar Maureracme-api: use product-config instead of custom acme...
2024-05-17 Dietmar Maurerbump proxmox-section-config to 2.0.2-1
2024-05-17 Dietmar Maurersection-config: pass filesystem paths as AsRef<Path>
2024-05-16 Dietmar Maureracme-api: reusable ACME api implementation.
2024-05-16 Dietmar Maurerbump proxmox-acme to 0.5.2
2024-05-16 Dietmar Maureracme: add async-client feature
2024-05-16 Dietmar Maureracme: allow to compile/use api types separately.
2024-05-16 Dietmar Maurersystem-management-api: network: add create_interface...
2024-05-16 Dietmar Maurersystem-management: use ip/cidr schema types from proxmo...
2024-05-16 Dietmar Maurerbump proxmox-schema to 3.1.1-1
2024-05-16 Dietmar Maurerschema: api-types: add ip/cidr api schemas
2024-05-15 Dietmar Maurersystem-management-api: rename features (add suffix...
2024-05-15 Dietmar Maurerrename proxmox-system-config-api to proxmox-system...
2024-05-15 Dietmar Maurersystem-config-api: add syslog feature
2024-05-14 Dietmar MaurerRevert "system-config-api: network: add alias 'iface...
2024-05-13 Dietmar Maurersystem-config-api: expose helpers to set ports/slaves...
2024-05-13 Dietmar Maurersystem-config-api: network: add api type to update...
2024-05-10 Dietmar Maurersystem-config-api: cleanup: remove useless serde rename...
2024-05-10 Dietmar Maurersystem-config-api: network: add alias 'iface' for inter...
2024-05-10 Dietmar Maurersystem-config-api: network: add helpers to check for...
2024-05-10 Dietmar Maurersystem-config-api: network: add helpers to set bridge...
2024-05-10 Dietmar Maurersystem-config-api: add network feature
2024-05-08 Dietmar Maurersystem-config-api: use cargo features to sparate functi...
2024-05-07 Dietmar Maurersystem-config-api: add functions to read/write time...
2024-05-07 Dietmar Maurerrename proxmox-dns-api to proxmox-system-config-api
2024-05-06 Dietmar Maurerdns-api: add feature "impl"
2024-05-06 Dietmar Maurerproduct-config: add feature "impl"
2024-05-06 Dietmar Maurerproduct-config: add method to detect config digest...
2024-05-06 Dietmar Maurerdns-api: do not serlialize option None
2024-05-03 Dietmar Maurerdns-api: export all defined api types
2024-05-03 Dietmar Maurerdns-api: add debian packaging
2024-05-03 Dietmar Maurerproduct-config: add debian packaging
2024-05-03 Dietmar Maurerfix typo in proxmox-product-config workspace dependency
2024-05-02 Dietmar Maurerdns-api: new crate which implements the DNS api
2024-05-02 Dietmar Maurerproduct-config: add rust API type for configuration...
2024-05-02 Dietmar Maurernew crate for commonly used functions to read and write...
2024-04-26 Thomas Lamprechtmetrics: bump version to 0.3.1-1
2024-04-26 Thomas Lamprechtmetrics: influxdb: inline variables into template forma...
2024-04-26 Gabriel Gollermetrics: encode influxdb org and bucket parameters
2024-04-26 Thomas Lamprechtsys: bump version to 0.5.4-2
2024-04-26 Thomas Lamprechtsys: bump version to 0.5.4-1
2024-04-24 Thomas Lamprechtauth-api: bump version to 0.3.5
2024-04-24 Thomas Lamprechtldap: bump version to 0.2.2-1
2024-04-24 Fabian Grünbichlernotify: fix TemplateType::Subject doc comment
2024-04-23 Thomas Lamprechtnotify: bump version to 0.4.0-1
next