]> git.ipfire.org Git - thirdparty/bacula.git/log
thirdparty/bacula.git
4 years agoAdjust sample-query.sql file for new catalog schema
Wanderlei Huttel [Tue, 15 Jun 2021 13:52:40 +0000 (15:52 +0200)] 
Adjust sample-query.sql file for new catalog schema

4 years agoFix plugin Makefile.in install-test-plugin target
Eric Bollengier [Wed, 9 Jun 2021 07:41:42 +0000 (09:41 +0200)] 
Fix plugin Makefile.in install-test-plugin target

4 years agoFix org#2605 About incorrect message in restore command
Eric Bollengier [Fri, 30 Apr 2021 08:03:30 +0000 (10:03 +0200)] 
Fix org#2605 About incorrect message in restore command

Description:
------------

The error message generated when the fileset parameter of the
restore command is invalid is misleading.

*restore fileset= where=/tmp select all done yes
FileSet argument: Volume name must be at least one character long.
                 ^^^^^^^

4 years agoFix #7776 About FD error not correctly reported in the job log
Eric Bollengier [Tue, 8 Jun 2021 15:33:24 +0000 (17:33 +0200)] 
Fix #7776 About FD error not correctly reported in the job log

4 years agoAdd test-handlexacl-plugin-fd.c
Eric Bollengier [Tue, 8 Jun 2021 14:34:44 +0000 (16:34 +0200)] 
Add test-handlexacl-plugin-fd.c

4 years agoFix for plugin obects to properly decode object.
Radosław Korzeniewski [Tue, 8 Jun 2021 13:55:11 +0000 (15:55 +0200)] 
Fix for plugin obects to properly decode object.

Move get_next_tag() to lib/edit.c and add unittest for it.

4 years agoFix Verify job issue with offset stream and compressed blocks
Eric Bollengier [Tue, 23 Feb 2021 09:01:38 +0000 (10:01 +0100)] 
Fix Verify job issue with offset stream and compressed blocks

Description:
------------

When a Plugin generates an OFFSET stream and the FileSet uses
data compression, a Verify job (level=data) did not handle
correctly the offset header in the data stream, resulting
the following kind of message:

  Error: Compressed header version error. Got=0x4f58 want=0x1

4 years agoHandle new streams in filed/restore.c
Eric Bollengier [Wed, 2 Jun 2021 15:36:41 +0000 (17:36 +0200)] 
Handle new streams in filed/restore.c

4 years agopluginlib: Implement scan_and_terminate_str.
Radosław Korzeniewski [Fri, 7 May 2021 15:07:20 +0000 (17:07 +0200)] 
pluginlib: Implement scan_and_terminate_str.

4 years agometaplugin: Add large packet (>64k) tests.
Radosław Korzeniewski [Wed, 5 May 2021 16:07:39 +0000 (18:07 +0200)] 
metaplugin: Add large packet (>64k) tests.

4 years agopluginlib: Update plugutil_str_split_to_alist.
Radosław Korzeniewski [Wed, 5 May 2021 16:05:56 +0000 (18:05 +0200)] 
pluginlib: Update plugutil_str_split_to_alist.

4 years agoFix #7718 About not respecting StorageGroupPolicy set in JobDefs res
Michal Rakowski [Fri, 28 May 2021 06:30:21 +0000 (08:30 +0200)] 
Fix #7718 About not respecting StorageGroupPolicy set in JobDefs res

4 years agoTweak bdirjson tool to work with Storage Group Policy
Michal Rakowski [Tue, 25 May 2021 16:51:16 +0000 (18:51 +0200)] 
Tweak bdirjson tool to work with Storage Group Policy

4 years agoFix using proper StorageGroupPolicy defined in the Pool resource
Michal Rakowski [Fri, 28 May 2021 06:42:04 +0000 (08:42 +0200)] 
Fix using proper StorageGroupPolicy defined in the Pool resource

4 years agoFix #7674 About more storage group messages changes
Michal Rakowski [Fri, 21 May 2021 10:14:39 +0000 (12:14 +0200)] 
Fix #7674 About more storage group messages changes

4 years agoFix #7629 About not using other available storages
Michal Rakowski [Wed, 26 May 2021 04:45:29 +0000 (06:45 +0200)] 
Fix #7629 About not using other available storages

We need to release not used Storages after staring job against one of the Storages in the list.

4 years agonew ProgressCounter object to monitor progress, cancel and time
Alain Spineux [Thu, 20 May 2021 11:08:07 +0000 (13:08 +0200)] 
new ProgressCounter object to monitor progress, cancel and time

- The progress object can be passed to function/objects to monitor
  the progress from another function.
- A progress object is passed to any function involved in the dedup vacuum
  and used by "dedup usage" to report the vacuum progress
- It can also be used to remotely "cancel" a loop

4 years agoregress: tweak store-mngr-invalid-dev-test
Michal Rakowski [Mon, 24 May 2021 22:00:09 +0000 (00:00 +0200)] 
regress: tweak store-mngr-invalid-dev-test

4 years agoAllow to use 'StorageGroupPolicy' directive in Pool resource
Michal Rakowski [Mon, 24 May 2021 21:59:26 +0000 (23:59 +0200)] 
Allow to use 'StorageGroupPolicy' directive in Pool resource

4 years agometaplugin: Fix #7678 About issue with queryParameter with an invalid plugin
Radosław Korzeniewski [Mon, 24 May 2021 15:14:13 +0000 (17:14 +0200)] 
metaplugin: Fix #7678 About issue with queryParameter with an invalid plugin

4 years agoFix #7669 About 'cancel inactive' crashing director
Michal Rakowski [Thu, 20 May 2021 14:09:19 +0000 (16:09 +0200)] 
Fix #7669 About 'cancel inactive' crashing director

4 years agoregress: tweak store-mngr tests
Michal Rakowski [Wed, 19 May 2021 16:45:36 +0000 (18:45 +0200)] 
regress: tweak store-mngr tests

4 years agoFix #7644 About Storage Groups messages changes
Michal Rakowski [Mon, 17 May 2021 21:23:28 +0000 (23:23 +0200)] 
Fix #7644 About Storage Groups messages changes

Allow user to explcitly set 'ListedOrder' policy for storage group
defined. This policy will be also used when no policy is specified at
all.
Change messages about Storage Groups and storage choice.

4 years agoFix #7629 About empty group with storage selection
Michal Rakowski [Mon, 17 May 2021 09:28:16 +0000 (11:28 +0200)] 
Fix #7629 About empty group with storage selection

4 years agoFix org#2427 About incorrect handling of empty files with Accurate=yes on Windows
Eric Bollengier [Mon, 17 May 2021 14:42:20 +0000 (16:42 +0200)] 
Fix org#2427 About incorrect handling of empty files with Accurate=yes on Windows

4 years agoFix #7628 About 'reload' command crashing the director
Michal Rakowski [Fri, 14 May 2021 11:55:46 +0000 (13:55 +0200)] 
Fix #7628 About 'reload' command crashing the director

This issue was not seen when trying to start the director with the same,
broken config file. It's because we use different error codes for config
parsing when the dir is being started and when we do the reload. For the
startup, we use M_ERROR_TERM which in the end just stops the director.
In case of reload we use M_ERROR (since we don't want the dir to stop in
case of trying to load broken config), so the error from parsing config
was not propagated anywhere (err msg was printed, but the parser's
caller could be unaware about it). New field was added to inform about
the error, besides printing err message.

4 years agoFix org#2442 About the check of the Control Device during startup
Eric Bollengier [Mon, 17 May 2021 07:42:08 +0000 (09:42 +0200)] 
Fix org#2442 About the check of the Control Device during startup

4 years agoRevert "regress: Fix restart-reschedule-test"
Eric Bollengier [Fri, 14 May 2021 07:47:44 +0000 (09:47 +0200)] 
Revert "regress: Fix restart-reschedule-test"

This reverts commit 0b1729dc8924dd56535c695a375340c34207e775.

4 years agoRevert "Fix #7321 About issue when stopping jobs waiting for resources"
Eric Bollengier [Wed, 12 May 2021 07:14:47 +0000 (09:14 +0200)] 
Revert "Fix #7321 About issue when stopping jobs waiting for resources"

This reverts commit 8ad330d63a73a59af5e5e26905bf453fa5534991.

4 years agoFix #7623 About wrong versions reported by updatedb scripts
Michal Rakowski [Thu, 13 May 2021 05:17:18 +0000 (07:17 +0200)] 
Fix #7623 About wrong versions reported by updatedb scripts

4 years agoFix #7604 About catalog update (v1023->v1024)
Michal Rakowski [Mon, 10 May 2021 16:24:04 +0000 (18:24 +0200)] 
Fix #7604 About catalog update (v1023->v1024)

4 years agoFix stored/Makefile.in to install cloud driver object with cloud targets
Eric Bollengier [Fri, 7 May 2021 12:47:35 +0000 (14:47 +0200)] 
Fix stored/Makefile.in to install cloud driver object with cloud targets

4 years agoFix various default permissions
Eric Bollengier [Fri, 7 May 2021 10:21:26 +0000 (12:21 +0200)] 
Fix various default permissions

 - Use 755 on SQL scripts
 - Use 755 for Cloud plugins/libraries
 - Use 755 for catalog backup scripts

4 years agoDisable fix on bvfs_get_jobids() temporarily
Eric Bollengier [Thu, 6 May 2021 13:15:29 +0000 (15:15 +0200)] 
Disable fix on bvfs_get_jobids() temporarily

4 years agoFix org#2610 About incorrect stopping of running job
Michal Rakowski [Tue, 4 May 2021 20:38:55 +0000 (22:38 +0200)] 
Fix org#2610 About incorrect stopping of running job

Extended 'is_job_canceled()' helper to check for the Incomplete state.
This way, handling job which was either stopped or cancelled is more
elegant (e.g. it is now possible to stop job which was waiting on
mounting volume during backup - it was not possilbe before).

4 years agometaplugin: Fix regression in protocol handling.
Radosław Korzeniewski [Wed, 5 May 2021 12:29:31 +0000 (14:29 +0200)] 
metaplugin: Fix regression in protocol handling.

4 years agoregress: migration-job-test add a new file before to run the incremental
Alain Spineux [Tue, 4 May 2021 09:47:05 +0000 (11:47 +0200)] 
regress: migration-job-test add a new file before to run the incremental

- else the incremental is empty and looks useless

4 years agoFix org#2500 .bvfs_get_jobids jobid=X must return X in the list part2
Alain Spineux [Tue, 4 May 2021 09:43:45 +0000 (11:43 +0200)] 
Fix org#2500 .bvfs_get_jobids jobid=X must return X in the list part2

- restrict this feature to the ".bvfs_get_jobids" command only
- else any call with a jcr->JobId != 0 force the function to use it
  this is not what we want.
- notice the following change in the behaviour of the .bvfs_get_jobids
  command when a job has been migrated :
| JobId | Name             | StartTime           | Type | Level | JobFiles
+-------+------------------+---------------------+------+-------+---------
| 1     | MigrationJobSave | 2021-05-04 11:16:26 | M    | F     | 3131
| 5     | MigrationJobSave | 2021-05-04 11:16:26 | B    | F     | 3131
*.bvfs_get_jobids jobid=1
5 <== before the change
*.bvfs_get_jobids jobid=1
<EMPTY-LINE>  <== after the change

4 years agoFix org#2500 .bvfs_get_jobids jobid=X must return X in the list
Alain Spineux [Fri, 19 Feb 2021 10:22:20 +0000 (11:22 +0100)] 
Fix org#2500 .bvfs_get_jobids jobid=X must return X in the list

- when multiple backups of the same job finish at the exact same time,
  then .bvfs_get_jobids can "mix" them.
- it is not "admissible" to ask bacula for restoring job X and
  see bacula restore job Y because they are "interchangeable".
- this mostly happens in regression test
- the code does : If the jobid is specified then force the SQL query
  to use it.

4 years agoFix regress test issue with lchmod() feature on symlinks
Eric Bollengier [Tue, 4 May 2021 11:59:03 +0000 (13:59 +0200)] 
Fix regress test issue with lchmod() feature on symlinks

4 years agoFix of checking for job types for copy job
Michal Rakowski [Fri, 30 Apr 2021 08:41:01 +0000 (10:41 +0200)] 
Fix of checking for job types for copy job

4 years agoregress: tweak async.sh to shows the file that are synced
Alain Spineux [Fri, 19 Feb 2021 10:23:08 +0000 (11:23 +0100)] 
regress: tweak async.sh to shows the file that are synced

4 years agoCheck if char **jobid parameter is NULL before to modify it in bvfs_parse_arg_version()
Alain Spineux [Fri, 19 Feb 2021 09:58:22 +0000 (10:58 +0100)] 
Check if char **jobid parameter is NULL before to modify it in bvfs_parse_arg_version()

- it looks like the function can handle a NULL parameter, som lines above
  and below does the check, it looks right to do it everywhere before to
  modify jobid

4 years agoTweak replace MAX_NAME_LENGTH, with a sizeof(variable) in ua_dotcmds.c
Alain Spineux [Fri, 19 Feb 2021 09:53:09 +0000 (10:53 +0100)] 
Tweak replace MAX_NAME_LENGTH, with a sizeof(variable) in ua_dotcmds.c

- we use a sizeof() for the exact same use few lines above
- Yes, I didn't remove the "exact same lines above" because I'm not
  sure that it will not brake something.

4 years agoFix org#2605 About incorrect message in restore command
Eric Bollengier [Fri, 30 Apr 2021 08:03:30 +0000 (10:03 +0200)] 
Fix org#2605 About incorrect message in restore command

Description:
------------

The error message generated when the fileset parameter of the
restore command is invalid is misleading.

*restore fileset= where=/tmp select all done yes
FileSet argument: Volume name must be at least one character long.
                 ^^^^^^^

4 years agoupdate configure
Eric Bollengier [Thu, 29 Apr 2021 08:50:25 +0000 (10:50 +0200)] 
update configure

4 years agoTweak copyrights
Eric Bollengier [Thu, 29 Apr 2021 08:47:12 +0000 (10:47 +0200)] 
Tweak copyrights

4 years agoregress: Schedule new copy-twin-test to CDASH
Eric Bollengier [Mon, 26 Apr 2021 11:50:20 +0000 (13:50 +0200)] 
regress: Schedule new copy-twin-test to CDASH

4 years agoregress: Add test for #7552 about copying wrong job
Michal Rakowski [Fri, 23 Apr 2021 12:41:36 +0000 (14:41 +0200)] 
regress: Add test for #7552 about copying wrong job

4 years agoFix #7552 About running wrong jopy job
Michal Rakowski [Fri, 23 Apr 2021 12:47:22 +0000 (14:47 +0200)] 
Fix #7552 About running wrong jopy job

This issue might happen when the user had a backup job named "Backup1"
and later changed the type of the job from Type = Backup to Type = Copy.

4 years agoregress: Add test for new "list events offset=" feature
Eric Bollengier [Mon, 26 Apr 2021 10:04:27 +0000 (12:04 +0200)] 
regress: Add test for new "list events offset=" feature

4 years agoAdd offset= parameter in the 'list events' command
Eric Bollengier [Mon, 26 Apr 2021 10:04:49 +0000 (12:04 +0200)] 
Add offset= parameter in the 'list events' command

4 years agoFix #7548 About wrong backup client displayed to the user
Michal Rakowski [Fri, 23 Apr 2021 20:58:57 +0000 (22:58 +0200)] 
Fix #7548 About wrong backup client displayed to the user

4 years agopluginlib: Update smart_ptr class.
Radosław Korzeniewski [Fri, 23 Apr 2021 11:28:47 +0000 (13:28 +0200)] 
pluginlib: Update smart_ptr class.

Now you can create an empty smart_ptr class with default ctor
and assign a new ptr to already defined object and handle it smartly.

4 years agoregress: Tweak virtual-deleted-files-test
Eric Bollengier [Fri, 23 Apr 2021 07:10:14 +0000 (09:10 +0200)] 
regress: Tweak virtual-deleted-files-test

4 years agoFix incorrect backport for patch #7451 about deleted files in virtualfull
Eric Bollengier [Fri, 23 Apr 2021 07:02:43 +0000 (09:02 +0200)] 
Fix incorrect backport for patch #7451 about deleted files in virtualfull

4 years agoTry to avoid segfault with heartbeat
Eric Bollengier [Thu, 22 Apr 2021 18:23:53 +0000 (20:23 +0200)] 
Try to avoid segfault with heartbeat

Strange segfault on Redhat 7

[Thread debugging using libthread_db enabled]
$3 = 0x2521158 "bacula-fd"
$7 = 0x7f41dbe8b369 "12.7.6 (22 April 2021)"
$8 = 0x7f41dbe8bb30 "x86_64-redhat-linux-gnu-bacula-enterprise"
$9 = 0x7f41dbe8b354 "redhat"
$10 = 0x7f41dbe8b362 "(Core)"
TestName = regexwhere-test

Thread 4 (Thread 0x7f41d6ed2700 (LWP 4146)):

Thread 3 (Thread 0x7f41d76d3700 (LWP 4163)):

Thread 2 (Thread 0x7f41d64be700 (LWP 4166)):

Attempt to dump locks
Attempt to dump current JCRs. njcrs=1
threadid=0x7f41d76d3700 JobId=6 JobStatus=T jcr=0x7f41cc00f918 name=JobE.2021-04-22_13.07.30_09
        use_count=1 killable=1
        JobType=R JobLevel=
        sched_time=22-Apr-2021 13:07 start_time=22-Apr-2021 13:07
        end_time=31-Dec-1969 19:00 wait_time=31-Dec-1969 19:00
        db=(nil) db_batch=(nil) batch_started=0

4 years agoregress: tweak plugin-objects-syntetic-test
Michal Rakowski [Thu, 22 Apr 2021 09:57:58 +0000 (11:57 +0200)] 
regress: tweak plugin-objects-syntetic-test

4 years agocatalog: Change ObjectStatus when creating class object to '0'
Michal Rakowski [Thu, 22 Apr 2021 09:56:19 +0000 (11:56 +0200)] 
catalog: Change ObjectStatus when creating class object to '0'

This way for default objects the ObjectStatus field is being used
for filtering records.

4 years agoregress: Add test to verify 'list jobs days=n' command
Michal Rakowski [Wed, 21 Apr 2021 12:52:22 +0000 (14:52 +0200)] 
regress: Add test to verify 'list jobs days=n' command

4 years agoFix #7448 About extending 'list jobs' with hours and days parameters
Michal Rakowski [Wed, 14 Apr 2021 17:01:08 +0000 (19:01 +0200)] 
Fix #7448 About extending 'list jobs' with hours and days parameters

4 years agoUpdate plugin interface version
Eric Bollengier [Wed, 21 Apr 2021 12:36:35 +0000 (14:36 +0200)] 
Update plugin interface version

4 years agoAdd BVarPluginDir variable to the plugin code
Norbert Bizet [Wed, 21 Apr 2021 12:35:42 +0000 (14:35 +0200)] 
Add BVarPluginDir variable to the plugin code

4 years agoregress: update tests for plugin objects with Object Status
Michal Rakowski [Wed, 31 Mar 2021 16:17:42 +0000 (18:17 +0200)] 
regress: update tests for plugin objects with Object Status

4 years agocatalog: update to ver 1024
Michal Rakowski [Mon, 12 Apr 2021 15:11:33 +0000 (17:11 +0200)] 
catalog: update to ver 1024

4 years agoAdd ObjectStatus and ObjectCount to Plugin Objects
Michal Rakowski [Wed, 31 Mar 2021 17:04:20 +0000 (19:04 +0200)] 
Add ObjectStatus and ObjectCount to Plugin Objects

4 years agoFix handling of plugin/restore objects in copy/migration jobs
Michal Rakowski [Thu, 1 Apr 2021 13:41:13 +0000 (15:41 +0200)] 
Fix handling of plugin/restore objects in copy/migration jobs

Objects are being inserted during reading spool file from the SD
(during the despool_attributes_from_file() call), so no need to insert
those manually at the end of MAC job.

4 years agostored: add some more error handling in run_job()
Michal Rakowski [Thu, 1 Apr 2021 11:31:13 +0000 (13:31 +0200)] 
stored: add some more error handling in run_job()

4 years agoregress: Schedule new store-mngr-busy-dev-test in CDASH
Michal Rakowski [Wed, 7 Apr 2021 10:31:42 +0000 (12:31 +0200)] 
regress: Schedule new store-mngr-busy-dev-test in CDASH

4 years agoUpdate stream handling for FD plugins.
Radosław Korzeniewski [Wed, 21 Apr 2021 07:10:35 +0000 (09:10 +0200)] 
Update stream handling for FD plugins.

This patch makes FD Plugin API more consistent for restore
jobs when plugin decide to forward file extraction to Bacula
Core (CF_Core) or skip this extraction (CF_Skip). This patch
fixes Metadata, ACL and XATTR plugin streams handling.

4 years agoFix #7375 About extending bls
Michal Rakowski [Fri, 16 Apr 2021 06:17:18 +0000 (08:17 +0200)] 
Fix #7375 About extending bls

Extend bls with number of retries when specifying incorrect Volume.

4 years agoFix #7530 About allpools keyword ignored in cloud truncate command
Eric Bollengier [Tue, 20 Apr 2021 14:40:28 +0000 (16:40 +0200)] 
Fix #7530 About allpools keyword ignored in cloud truncate command

4 years agoFix #7113 add timestamp to dedup messages in trace file
Alain Spineux [Wed, 14 Apr 2021 13:26:35 +0000 (15:26 +0200)] 
Fix #7113 add timestamp to dedup messages in trace file

- Add timestamp to t_msg(), controlled by dbg_timestamp (option -dt)

4 years agometaplugin: Update regress test.
Radosław Korzeniewski [Thu, 15 Apr 2021 14:03:49 +0000 (16:03 +0200)] 
metaplugin: Update regress test.

4 years agometaplugin: Correct XACL restore for FT_DIREND.
Radosław Korzeniewski [Thu, 15 Apr 2021 14:03:27 +0000 (16:03 +0200)] 
metaplugin: Correct XACL restore for FT_DIREND.

Fix the problem with out of order acl and xattr stream restore.

4 years agometaplugin: Update regression tests.
Radosław Korzeniewski [Tue, 13 Apr 2021 13:07:57 +0000 (15:07 +0200)] 
metaplugin: Update regression tests.

4 years agometaplugin: Add proper skip handling to Bacula.
Radosław Korzeniewski [Tue, 13 Apr 2021 13:07:29 +0000 (15:07 +0200)] 
metaplugin: Add proper skip handling to Bacula.

This extends a metaplugin protocol with a SKIP command
in metadta streams handling, so backend can decide later
if the file should be skipped or extracted.
It update metaplugin and Bacula for a proper SKIP
command handling, so both xacl's and metadata's will
be properly skipped for backend.

4 years agometaplugin: Update regression test for restore with core.
Radosław Korzeniewski [Mon, 12 Apr 2021 16:43:58 +0000 (18:43 +0200)] 
metaplugin: Update regression test for restore with core.

4 years agometaplugin: Add per file Core restore functionality.
Radosław Korzeniewski [Mon, 12 Apr 2021 16:43:15 +0000 (18:43 +0200)] 
metaplugin: Add per file Core restore functionality.

Now the Backend can ask Bacula (using Metaplugin protocol) to
restore the current file using Bacula Core functionality.
To use this functionality backend has to respond with "CORE"
command during File Attributes section.

4 years agoregress: Correct compilation warnings.
Radosław Korzeniewski [Mon, 12 Apr 2021 10:39:03 +0000 (12:39 +0200)] 
regress: Correct compilation warnings.

4 years agoTweak LDAP Makefiles
Eric Bollengier [Fri, 9 Apr 2021 11:41:52 +0000 (13:41 +0200)] 
Tweak LDAP Makefiles

4 years agoAdd back bacula/src/plugins/fd/Makefile.in
Eric Bollengier [Thu, 8 Apr 2021 20:50:08 +0000 (22:50 +0200)] 
Add back bacula/src/plugins/fd/Makefile.in

4 years agometaplugin: Add local restore with Core functions.
Radosław Korzeniewski [Thu, 8 Apr 2021 13:02:12 +0000 (15:02 +0200)] 
metaplugin: Add local restore with Core functions.

4 years agoFix windows compilation
Eric Bollengier [Mon, 8 Feb 2021 13:46:12 +0000 (14:46 +0100)] 
Fix windows compilation

4 years agoregress: Adapt events-test for MySQL output
Eric Bollengier [Thu, 8 Apr 2021 09:01:57 +0000 (11:01 +0200)] 
regress: Adapt events-test for MySQL output

4 years agoregress: Add checks for the json output with unixtime of the .jlist events command
Eric Bollengier [Thu, 8 Apr 2021 08:42:01 +0000 (10:42 +0200)] 
regress: Add checks for the json output with unixtime of the .jlist events command

4 years agoAdd UnixTime to JSON output of the .jlist events command
Eric Bollengier [Thu, 8 Apr 2021 08:37:34 +0000 (10:37 +0200)] 
Add UnixTime to JSON output of the .jlist events command

4 years agoTweak corrections
Radosław Korzeniewski [Thu, 8 Apr 2021 07:03:43 +0000 (09:03 +0200)] 
Tweak corrections

4 years agoupdate ./configure.in
Eric Bollengier [Thu, 29 Apr 2021 08:28:32 +0000 (10:28 +0200)] 
update ./configure.in

4 years agobuild: Update Plugins build procedure.
Radosław Korzeniewski [Fri, 19 Feb 2021 11:08:00 +0000 (12:08 +0100)] 
build: Update Plugins build procedure.

4 years agometaplugin: Add checkFile() callback.
Radosław Korzeniewski [Wed, 7 Apr 2021 15:33:41 +0000 (17:33 +0200)] 
metaplugin: Add checkFile() callback.

4 years agoregress: Add few more checks to bsnprintf()
Eric Bollengier [Wed, 7 Apr 2021 13:46:42 +0000 (15:46 +0200)] 
regress: Add few more checks to bsnprintf()

4 years agoregress: Revert code to detect overflow in bstring
Eric Bollengier [Wed, 7 Apr 2021 13:50:45 +0000 (15:50 +0200)] 
regress: Revert code to detect overflow in bstring

4 years agoregress: Add extra check to dlist unittest
Eric Bollengier [Wed, 7 Apr 2021 08:54:47 +0000 (10:54 +0200)] 
regress: Add extra check to dlist unittest

4 years agoregress: Add new check for alist_test
Eric Bollengier [Wed, 7 Apr 2021 08:28:32 +0000 (10:28 +0200)] 
regress: Add new check for alist_test

4 years agoregress: Add few functions to unittests lib and fix overflow in bstring
Eric Bollengier [Wed, 7 Apr 2021 07:49:51 +0000 (09:49 +0200)] 
regress: Add few functions to unittests lib and fix overflow in bstring

4 years agoregress: Added filesystem and string utilities inside unittests module
Henrique Faria [Mon, 29 Mar 2021 17:45:38 +0000 (13:45 -0400)] 
regress: Added filesystem and string utilities inside unittests module

4 years agoFix upper camel case style for SdPacketCheck directive
Marcin Haba [Wed, 7 Apr 2021 07:20:58 +0000 (09:20 +0200)] 
Fix upper camel case style for SdPacketCheck directive

4 years agovsphere: Update VIX lib to 7.0.2
Eric Bollengier [Mon, 29 Mar 2021 14:22:00 +0000 (16:22 +0200)] 
vsphere: Update VIX lib to 7.0.2

4 years agoTweak unittests compilation from tools/ directory
Eric Bollengier [Thu, 25 Mar 2021 15:39:01 +0000 (16:39 +0100)] 
Tweak unittests compilation from tools/ directory