IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
The import action in the marketplace requires to execute the export
datastore action. This commits enables to use stdin to for datastore
action with -i options (same as DATASTORE_MAD)
(cherry picked from commit dc91241f05)
New option for datastore driver (--stdin) that sends driver information
through stdin. Driver actions will read stdin if the first argument is
'-'. This change is compatible with drivers that read input from argument command
line. By default the driver will work using the command line arguments.
Monitor scripts part of the transfer manager are also updated
File oned.conf is changed to use stdin by default
(cherry picked from commit 8c12a8dbcd)
(cherry picked from commit aa1e6b4196)
The types `u_intXX_t` (underscore after the `u`) are not supported
by newer versions of GCC and `uintXX_t` should be used instead.
In the file `src/svncterm_server/genfont.c` there were still some
variables using the old type `u_int16_t`. They have been fixed.
(cherry picked from commit 8f7463fcc4)
(cherry picked from commit 5489c34803)
The ongoing backup cancel action is terminated through
backup_cancel_driver instead of the generic cancel operation.
(cherry picked from commit 01313630a9)
This enables integration with SSO solutions such as Shibboleth, where authentication happens outside the scope of the FireEdge server.
This relies on the 'public' AUTH_DRIVER where users have their username also as their password, and are only accesible through serveradmin sudo-like functionality (ie, they cannot directly access the oned API).
* introduce Pairs for unmarshalling a slice of pairs
* update dynamic template tests
Signed-off-by: Pierre Lafievre <pierre.lafievre@iguanesolutions.com>
(cherry picked from commit 197f04efa071bbf9fd8cb79043377d14bcb61e84)
(cherry picked from commit 4929b8542e911658531472f2c09c64474c1f727c)
* F #6029: Fix rsync downloader full backup handling
- "short-circuit" full backups
- disable sparsify for rsync downlaoder
* F #6029: Fix restic downloader full backup handling
- "short-circuit" full backups
- disable sparsify for restic downlaoder
(cherry picked from commit 53caf686af)
When doing incremental backups it MUST reuse the current datastore ID.
This commits forces this setting ignoring the API parameter in this case.
(cherry picked from commit 01c490a36d)