]> git.proxmox.com Git - proxmox-backup.git/history - src
Remove reference to backup@pam
[proxmox-backup.git] / src /
2020-11-06 Wolfgang BumillerVec::new is Vec's default default
2020-11-06 Fabian Grünbichlerclient: properly complete new-owner
2020-11-06 Fabian Grünbichlertasks: allow access to job tasks
2020-11-06 Fabian Grünbichlerverify: allow unprivileged access to admin API
2020-11-06 Fabian Grünbichlerverify: fix unprivileged verification jobs
2020-11-06 Dietmar Maurerget rid of backup@pam
2020-11-05 Fabian Grünbichlerapi: refactor remote client and add remote scan
2020-11-05 Fabian Grünbichlertypes: extract DataStoreListItem
2020-11-05 Dietmar Maurerconfig: make notify a property string
2020-11-05 Dominik Csapaktools/daemon: fix reload with open connections
2020-11-05 Wolfgang Bumillerpxar: more concise EOF handling
2020-11-05 Dominik Csapakpxar/create: handle ErrorKind::Interrupted for file...
2020-11-05 Dominik Csapakpxar/create: fix endless loop for shrinking files
2020-11-04 Thomas Lamprechtproxy: also rotate auth.log file
2020-11-04 Thomas Lamprechtproxy: logrotate: do not serialize sending async log...
2020-11-04 Thomas Lamprechtapi: factor out auth logger and use for all API authent...
2020-11-04 Thomas Lamprechtworker task: fix passing upid to send command
2020-11-04 Thomas Lamprechtlog rotate: only add .zst to new file after second...
2020-11-04 Dietmar Maurerproxy: use new datastore notify settings
2020-11-04 Dietmar Maurerconfig: allow to configure who receives job notify...
2020-11-04 Dietmar Maurersync: improve log format
2020-11-04 Dietmar Maurerproxy: log if there are too many open connections
2020-11-04 Dietmar Maurerfix bug #2870: use updated tickets
2020-11-04 Dietmar Maurerproxy: use env PROXMOX_DEBUG to enable/disable debug...
2020-11-04 Dietmar Maurercleanup: use Arc to count open connections
2020-11-04 Dietmar Maurerfix #3106: correctly queue incoming connections
2020-11-03 Thomas Lamprechtreport: add more commands/files to check
2020-11-03 Thomas Lamprechtreport: avoid lazy_static for command/files/.. definitions
2020-11-03 Thomas Lamprechtmanager: report: call method directly, avoid HTTPS...
2020-11-03 Hannes Laimermanager: add report cli command
2020-11-03 Hannes Laimerreport: add api endpoint and function to generate report
2020-11-03 Dominik Csapakapi2/node/tasks: add optional until filter
2020-11-03 Dominik Csapakapi2/status: remove list_task api call
2020-11-03 Dominik Csapakapi2/node/tasks: add optional since/typefilter/statusfilter
2020-11-03 Dominik Csapakapi2/node/tasks: change limit behaviour when it is 0
2020-11-03 Dominik Csapakserver/worker_task: add tasktype to return the api...
2020-11-03 Dietmar Maurercleanup: use const_regex, use BACKUP_ID_REGEX for api too
2020-11-03 Dominik Csapakfix #3039: use the same ID regex for info and api
2020-11-02 Fabian Grünbichlersync: add access check tests
2020-11-02 Fabian Grünbichleruser.cfg/user info: add test constructors
2020-11-02 Thomas Lamprechtproxy: drop now unused UPID import
2020-11-02 Dominik Csapakproxmox-backup-proxy: use only jobstate for garbage_col...
2020-11-02 Dominik Csapakapi2/admin/datastore: start the garbage_collection...
2020-11-02 Dominik Csapakserver/gc_job: add 'to_stdout'
2020-11-02 Dominik Csapakbackup/{dynamic, fixed}_index: improve error message...
2020-11-02 Thomas Lamprechtgc: mark_used_chunks: reduce implementation noise
2020-11-02 Dominik Csapakgarbage collect: improve index error messages
2020-11-02 Thomas Lamprechtlog rotate task: make task archive limits be binary...
2020-11-02 Thomas Lamprechtlog rotate task: adapt internal jobstate ID, set worker...
2020-11-02 Thomas Lamprechtserver: implement access log rotation with re-open...
2020-11-02 Thomas Lamprechtserver: write main daemon PID to run directory
2020-11-02 Thomas Lamprechtcommand socket: make create_control_socket private
2020-11-02 Thomas Lamprechtserver: use generalized commando socket for worker...
2020-11-02 Thomas Lamprechtserver: add CommandoSocket where multiple users can...
2020-11-02 Thomas Lamprechtconfig: network: use error message when parsing netmask...
2020-11-02 Thomas Lamprechttools: file logger: avoid some possible unwraps in...
2020-11-02 Thomas Lamprechttools: log rotate: compressing rotated files
2020-11-02 Thomas Lamprechttools: log rotate: fix file ending for compressed files
2020-11-02 Dietmar Maurerconfig: support netmask when parsing interfaces file
2020-11-02 Thomas Lamprechtfile logger: allow reopening file
2020-11-02 Thomas Lamprechtpull out /run and /var/log directory constants to buildcfg
2020-11-02 Dietmar Maurernotify: add link to server GUI
2020-11-02 Dietmar Maurergc: remove extra empty lines in email notification...
2020-11-02 Fabian Grünbichlersync: allow sync for non-superusers
2020-11-02 Fabian Grünbichlerfix #2864: add owner option to sync
2020-11-01 Thomas Lamprechtmanager: subscription commands s/delete/remove/
2020-10-31 Thomas Lamprechtapt: sort packages for update notifcation mail
2020-10-31 Thomas Lamprechtadd daily update and maintenance task
2020-10-31 Thomas Lamprechtapi: apt: implement support to send notification email...
2020-10-31 Thomas Lamprechtapi: implement apt pkg cache
2020-10-31 Thomas Lamprechtapi: apt: factor out and improve calling apt update
2020-10-31 Thomas Lamprechtapi/tools: split out apt helpers from api to own module
2020-10-31 Thomas Lamprechtapi types: derive Debug for APTUpdateInfo
2020-10-31 Thomas Lamprechtworker task: drop debug prints
2020-10-31 Thomas Lamprechttools: do not unnecessarily prefix module path
2020-10-31 Thomas Lamprechttrivial: fix typo in comment
2020-10-31 Dietmar Maurercleanup: fix wording in GC status emails
2020-10-30 Fabian Grünbichlerapi: replace auth_id with auth-id
2020-10-30 Fabian Grünbichlerprivs: add some more comments explaining privileges
2020-10-30 Fabian Grünbichlerprivs: remove PRIV_REMOVE_PRUNE
2020-10-30 Fabian Grünbichlerverify jobs: add permissions
2020-10-30 Fabian Grünbichlerverify: introduce & use new Datastore.Verify privilege
2020-10-30 Fabian Grünbichlerprivs: use Datastore.Modify|Backup to set backup notes
2020-10-30 Fabian Grünbichlerprivs: allow reading notes with Datastore.Audit
2020-10-30 Wolfgang Bumillerimpl From<Authid> for Userid
2020-10-30 Thomas Lamprechtserver/rest: accept also = as token separator
2020-10-30 Thomas Lamprechtserver/rest: user constants for HTTP headers
2020-10-30 Fabian Grünbichlerapi tokens: add authorization method
2020-10-30 Thomas Lamprechtproxmox-backup-manager: add subscription commands
2020-10-30 Thomas Lamprechtapi: define subscription module and methods as public
2020-10-30 Thomas Lamprechtapi: define subscription key schema and use it
2020-10-30 Fabian Grünbichlerproxy: fix warnings
2020-10-30 Dietmar Maurerproxy: split out code to run garbage collection job
2020-10-30 Dietmar Maurercheck_schedule cleanup: use &str instead of String
2020-10-30 Hannes Laimerproxy: extract commonly used logic for scheduling into...
2020-10-30 Hannes Laimerproxy: move prune logic into new file
2020-10-29 Wolfgang Bumillerapi2/access/user: fix return type schema
2020-10-29 Wolfgang Bumillerapi2/access/user: drop Option, treat empty Vec as None
2020-10-29 Wolfgang Bumillerfixup hardcoded paths
2020-10-29 Fabian Grünbichleracls: allow viewing/editing user's token ACLs
next