]> git.proxmox.com Git - pve-common.git/history - src
schema: register 'timezone' format and add verification method
[pve-common.git] / src /
2020-06-26 Oguz Bektasschema: register 'timezone' format and add verification...
2020-06-15 Mira Limbeckfix #2374: bridge-ports is assumed to be defined
2020-06-08 Alexandre DerumierInotify: write_network_interfaces : always autostart...
2020-06-06 Mike BeattieAdd cpu core count to /nodes/{id}/status API result
2020-06-03 Alexandre Derumiernetwork: vlan-aware bridge: fix pvid when trunks is...
2020-05-11 Alexandre Derumierread_bridge_mtu: public method instead private
2020-05-09 Thomas Lamprechtnetwork: bridge add IF: do not add all VLANs if $trunks...
2020-05-06 Fabian Grünbichlernetwork: fix adding vlan tags to bridge
2020-05-05 Stoiko IvanovProcFSTools: fix read_meminfo without KSM
2020-05-04 Fabian Ebnerprint_text_table: handle undefined values in comparision
2020-05-04 Stefan Reiterfix #2696: avoid 'undefined value' warning in 'pvesh...
2020-05-02 Thomas LamprechtJSONSchema: allow to import parse_property_string
2020-04-30 Fabian Grünbichlerbuild: remove ACME modules
2020-04-30 Wolfgang LinkMove the code to proxmox-acme and add a dependency...
2020-04-29 Thomas Lamprechtsection config: use croak so that the error is from...
2020-04-23 Dominik CsapakJSONSchema: extend pve-configid regex by '-'
2020-04-08 Fabian Grünbichlernetwork: replace system() with run_command()
2020-04-08 Fabian Grünbichlernetwork: remove unused debug code
2020-04-07 Thomas Lamprechtinotify: trailing whitespaces: comment and drop now...
2020-04-07 Alexandre DerumierInotify: read_interfaces : remove trailing whitespaces
2020-04-02 Thomas Lamprechtidmap followup: avoid false-negatives through falsy...
2020-04-01 Fabian GrünbichlerJSONSchema: add idmap parser and storagepair format
2020-04-01 Wolfgang Bumillercpuset: also split write methods
2020-04-01 Wolfgang Bumillercpuset: allow empty cpusets
2020-04-01 Wolfgang LinkRegister acme-plugin-format
2020-04-01 Wolfgang LinkReuse id parse code.
2020-03-31 Wolfgang Bumillercpuset: cgroupv2 support
2020-03-31 Wolfgang Bumillercpuset: further factorization
2020-03-31 Wolfgang Bumillercpuset: replace 'kind' with an 'effective' boolean
2020-03-31 Wolfgang Bumillercpuset: cleanup/refactor
2020-03-20 Dominik Csapakldap: add optional classes to query_users
2020-03-20 Dominik Csapakldap: optionally save group name by attribute
2020-03-13 Thomas Lamprechtinotify/interfaces: fallback to cidr for address on...
2020-03-13 Thomas Lamprechtinotify/interfaces: ensure cidr, address and netmask...
2020-03-13 Thomas LamprechtINotify: sort and spli module usage
2020-03-12 Thomas Lamprechtinotify: fix compatibillity with address + netmask...
2020-03-12 Thomas Lamprechtinotify: indentation fix
2020-03-09 Thomas LamprechtLDAP: fix missing newline in error message
2020-03-09 Dominik Csapakadd ldap-simple-attr from pmg
2020-03-09 Thomas LamprechtRESTHandler getopt_usage: schema properties can be...
2020-03-09 Thomas Lamprechtinotify: read interfaces: avoid uninitialized value...
2020-03-09 Thomas LamprechtRevert "Network: tap_create|plug : sdn : use bridge_vlan"
2020-03-07 Thomas Lamprechtnetwork: followup: move graceful require SDN out from...
2020-03-07 Alexandre DerumierNetwork: tap_create|plug : sdn : use bridge_vlan
2020-03-07 Alexandre DerumierINotify : fix OVSBond && OvsintPort order + tests
2020-03-07 Alexandre DerumierINotify: fix unknown for unknown ovs_type
2020-03-07 Alexandre DerumierINotify: detect ifupdown2 from executable not path
2020-03-07 Alexandre DerumierINotify: use auto for ovs interfaces with ifupdown2
2020-03-04 Dominik Csapakadd LDAP Wrapper code
2020-03-04 Dominik Csapakfix #2618: increase maximum port for spice to 61999
2020-03-04 Thomas Lamprechtfollowup cleanup and fix missing semicolon
2020-03-04 Alexandre Derumierremove extra space after address && gateway options
2020-03-04 Alexandre DerumierINotify: use cidr for address on config change
2020-02-21 Thomas Lamprechtget_ip_from_hostname: check all address we get from...
2020-02-21 Christian Ebnerzsh-completion: Add missing flag to compadd
2020-02-07 Alexandre DerumierINotify : check_bridge : fix bridge-ports with vlan...
2020-02-07 Alexandre DerumierINotify: check bridge ip: add missing check if method...
2020-02-07 Alexandre DerumierINotify: fix mtu check && add test
2020-01-31 Thomas Lamprechtsystemd: add un-/escape_unit helpers
2020-01-31 Thomas Lamprechtprocfs: add check_kernel_release
2020-01-27 Fabian GrünbichlerAPI schema: add 'allowtoken' property
2020-01-25 Alexandre DerumierINotify: improve vlan interface parsing
2020-01-15 Thomas LamprechtACME: comment fixup some POST to GET-as-POST
2020-01-15 Wolfgang LinkACME: Change authorization call
2020-01-13 Thomas Lamprechtcerts: generate_csr: allow to set CN explicit
2020-01-11 Thomas Lamprechtfollowup code cleanup
2020-01-11 Thomas Lamprechtfollowup trailing whitespace fixes
2020-01-11 Alexandre DerumierINotify: network : add ovs_mtu option
2020-01-11 Alexandre DerumierINotify: add bond-primary option
2020-01-11 Alexandre DerumierINotify: allow vlan tagged bridge interface on non...
2020-01-11 Alexandre DerumierInotify: forbid ip address on bridged interface.
2020-01-08 Alexandre DerumierINotify: remove allow-hotplug from /etc/network/interfaces
2020-01-08 Thomas LamprechtREST Handler: check for value defindness when untainting
2020-01-08 Thomas Lamprechtsort module usage + some newlines for readabilty
2019-12-13 Thomas Lamprechtgrammar fix: s/does not exists/does not exist/g
2019-11-23 Thomas LamprechtProcFSTools: add kernel_version
2019-11-22 Thomas LamprechtCLIHandler: record missing JSONSchema usage
2019-11-19 Dominik CsapakSysFSTools: do not assume pci domain 0000
2019-11-19 Wolfgang Bumilleravoid cyclic reference in closure
2019-11-18 Thomas Lamprechtsection config: remove Data::Dumper usage
2019-11-12 Thomas Lamprechtfollowup: avoid very long line through comment moval
2019-11-12 Dominik Csapakfix Tools::df for big storage usage values
2019-11-11 Wolfgang BumillerTools: add new mount api wrappers
2019-11-11 Wolfgang Bumilleradd missing 1; at the end of Syscall.pm
2019-11-11 Wolfgang BumillerPVE::Syscall: add new mount api constants
2019-11-11 Wolfgang Bumillertools: add AT_FDCWD and extend exports
2019-11-11 Wolfgang BumillerProcFSTools: include ppid in read_proc_pid_stat
2019-11-08 Fabian Grünbichlercert: add fingerprint helper
2019-11-08 Thomas Lamprechtnetwork: cleanup get_local_ip_from_cidr
2019-10-30 Dominik CsapakJSONSchema: add pve-tag format
2019-10-29 Thomas Lamprechtfollowup: drop get_host_arch prototype
2019-10-29 Stefan Reitertools: get_host_arch: return raw uname machine entry
2019-10-29 Wolfgang BumillerOTP: support v2 secret format
2019-10-29 Wolfgang BumillerJSONSchema: add TFA-secret format; support longer secrets
2019-09-20 Alexandre Derumieretc_network_interfaces : handle autostart for ovs
2019-09-20 Thomas Lamprechtnetwork: followup code cleanup
2019-09-20 Alexandre Derumiernetwork_interfaces: use allow-ovs for OVSBridge
2019-09-09 Thomas Lamprechttree wide trailing whitespace cleanup
2019-09-09 Alexandre Derumieretc_network_interfaces : add uplink-id option
2019-09-04 Fabian EbnerSectionConfig: Cleanup to make style consistent
next