]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
16 years agoUpdate code copyright info
Kern Sibbald [Thu, 7 Jun 2007 14:48:04 +0000 (14:48 +0000)]
Update code copyright info

16 years agoUpdate code copyright info
Kern Sibbald [Thu, 7 Jun 2007 14:47:33 +0000 (14:47 +0000)]
Update code copyright info

16 years agoConvert to pure GPL v2 license.
Kern Sibbald [Thu, 7 Jun 2007 14:46:43 +0000 (14:46 +0000)]
Convert to pure GPL v2 license.

16 years agoFix 2drive-incremental-2tape test
Kern Sibbald [Thu, 7 Jun 2007 13:55:08 +0000 (13:55 +0000)]
Fix 2drive-incremental-2tape  test

16 years agokes Fix sscanf problems reported by Peter Buschman that caused
Kern Sibbald [Thu, 7 Jun 2007 13:21:44 +0000 (13:21 +0000)]
kes  Fix sscanf problems reported by Peter Buschman that caused
     a bus error on Solaris.
kes  Rework (simplify) the select prompt in bat.
kes  Move get_jobid_from_tid() into lib and create a
     get_jcr_from_tid().
kes  Use get_jcr_from_tid() to conver all tls Emsg() to Jmsg().  This
     should definitely fix the problem of lost error messages in the
     encryption code.
kes  Remove over zellous addition of FSFE copyright in a few eggxxx files.
kes  Eliminate tcpd.h from the project. Enclose the #include from the
     library with extern C ...
kes  Add print of signal name when a signal is trapped.

16 years agoFinal changes
Kern Sibbald [Wed, 6 Jun 2007 13:30:05 +0000 (13:30 +0000)]
Final changes

16 years agoUpdates
Kern Sibbald [Wed, 6 Jun 2007 10:40:41 +0000 (10:40 +0000)]
Updates

16 years agoUpdate documentation
Kern Sibbald [Wed, 6 Jun 2007 10:23:53 +0000 (10:23 +0000)]
Update documentation

16 years agoFix 2drive-incremental-2disk test
Kern Sibbald [Tue, 5 Jun 2007 18:20:52 +0000 (18:20 +0000)]
Fix 2drive-incremental-2disk test

16 years agoForce a config.out to exist
Kern Sibbald [Tue, 5 Jun 2007 17:10:15 +0000 (17:10 +0000)]
Force a config.out to exist

16 years agoMove config.out into the functions file
Kern Sibbald [Tue, 5 Jun 2007 17:09:31 +0000 (17:09 +0000)]
Move config.out into the functions file

16 years agoRemove non-portable -e option in test
Kern Sibbald [Tue, 5 Jun 2007 16:58:53 +0000 (16:58 +0000)]
Remove non-portable -e option in test

16 years agoRemove GNU specific diff and grep options
Kern Sibbald [Tue, 5 Jun 2007 09:54:38 +0000 (09:54 +0000)]
Remove GNU specific diff and grep options

16 years agoChanges to fix getting restoretree or "Version Browser" to work with
Dirk H Bartley [Mon, 4 Jun 2007 18:50:34 +0000 (18:50 +0000)]
Changes to fix getting restoretree or "Version Browser" to work with
 catalog data of a windows drive.

16 years agoFix for mysql capital sensitive from select statement.
Dirk H Bartley [Mon, 4 Jun 2007 16:07:16 +0000 (16:07 +0000)]
Fix for mysql capital sensitive from select statement.

16 years agoNew interface. The intent is to work towards a window which allows the user to
Dirk H Bartley [Mon, 4 Jun 2007 15:11:18 +0000 (15:11 +0000)]
New interface.  The intent is to work towards a window which allows the user to
Browse the files in the catalog and see what versions exist for each file, then
be able to mark directories, files and versions for restore.  To this point it
is just good at browsing.

16 years agoUpdate version
Kern Sibbald [Mon, 4 Jun 2007 12:43:01 +0000 (12:43 +0000)]
Update version

16 years agoUpdate
Kern Sibbald [Mon, 4 Jun 2007 09:35:24 +0000 (09:35 +0000)]
Update

16 years agoUpdate
Kern Sibbald [Mon, 4 Jun 2007 07:08:44 +0000 (07:08 +0000)]
Update

16 years agoUpdate
Kern Sibbald [Mon, 4 Jun 2007 07:05:07 +0000 (07:05 +0000)]
Update

16 years agoFix a seg fault in the PostgreSQL driver dereferencing a NULL pointer.
Kern Sibbald [Mon, 4 Jun 2007 07:00:02 +0000 (07:00 +0000)]
Fix a seg fault in the PostgreSQL driver dereferencing a NULL pointer.

16 years agoUpdate technotes
Kern Sibbald [Sun, 3 Jun 2007 20:30:46 +0000 (20:30 +0000)]
Update technotes

16 years agokes Implement --with-batch-insert in configure and detection of thread
Kern Sibbald [Sun, 3 Jun 2007 20:27:52 +0000 (20:27 +0000)]
kes  Implement --with-batch-insert in configure and detection of thread
     safe libraries.  It is on by default, but turned off if no thread
     safe library (e.g. SQLite 2) is available.

17 years agoUpgrade QT requirement to 4.2
Scott Barninger [Sat, 2 Jun 2007 15:03:28 +0000 (15:03 +0000)]
Upgrade QT requirement to 4.2

17 years agoFix Bacula PostgreSQL buffer overruns.
Kern Sibbald [Sat, 2 Jun 2007 14:53:17 +0000 (14:53 +0000)]
Fix Bacula PostgreSQL buffer overruns.

17 years agoPut debug code on level 50
Kern Sibbald [Sat, 2 Jun 2007 12:17:09 +0000 (12:17 +0000)]
Put debug code on level 50

17 years agoMore error checking in PostgreSQL
Kern Sibbald [Sat, 2 Jun 2007 11:13:25 +0000 (11:13 +0000)]
More error checking in PostgreSQL

17 years agokes Do better checking for NULL results returned from PostgreSQL;
Kern Sibbald [Sat, 2 Jun 2007 07:57:46 +0000 (07:57 +0000)]
kes  Do better checking for NULL results returned from PostgreSQL;
     implement retry for failed queries; clear results buffer after
     failed query. Hopefully this will correct the PostgreSQL failures.

17 years agokes Implement algorithm to handle only one appendable volume with
Kern Sibbald [Fri, 1 Jun 2007 21:10:38 +0000 (21:10 +0000)]
kes  Implement algorithm to handle only one appendable volume with
     Prefer Mounted Volumes = no.

17 years agoUpdate tests
Kern Sibbald [Fri, 1 Jun 2007 21:09:11 +0000 (21:09 +0000)]
Update tests

17 years agoUpdate ReleaseNotes and ChangeLog
Kern Sibbald [Fri, 1 Jun 2007 17:25:14 +0000 (17:25 +0000)]
Update ReleaseNotes and ChangeLog

17 years agoFix bad debug statement
Kern Sibbald [Fri, 1 Jun 2007 17:12:06 +0000 (17:12 +0000)]
Fix bad debug statement

17 years agokes Fix PostgreSQL seg fault.
Kern Sibbald [Fri, 1 Jun 2007 15:57:32 +0000 (15:57 +0000)]
kes  Fix PostgreSQL seg fault.
kes  Make volume lock recursive.
kes  Implement an additional volume reservation algorithm that
     starts by considering all reserved volumes then uses the
     old brute force algorithm of searching the resources to
     find a suitable device.
kes  Add new reservations debug code and refine the old code.
kes  Update the win32/dll/bacula.defs file.

17 years agoebl update to play with bweb-mysql.sql script
Eric Bollengier [Fri, 1 Jun 2007 13:17:46 +0000 (13:17 +0000)]
ebl  update to play with bweb-mysql.sql script

17 years agoebl update
Eric Bollengier [Fri, 1 Jun 2007 13:15:49 +0000 (13:15 +0000)]
ebl update

17 years agoebl need to have 2 differents sql files
Eric Bollengier [Fri, 1 Jun 2007 13:13:37 +0000 (13:13 +0000)]
ebl  need to have 2 differents sql files

17 years agoDont allow close of page with a child in the page selector.
Dirk H Bartley [Fri, 1 Jun 2007 01:45:11 +0000 (01:45 +0000)]
Dont allow close of page with a child in the page selector.

17 years agoebl fix
Eric Bollengier [Thu, 31 May 2007 14:17:38 +0000 (14:17 +0000)]
ebl  fix

17 years agoebl update
Eric Bollengier [Thu, 31 May 2007 13:51:38 +0000 (13:51 +0000)]
ebl  update

17 years agoebl add a check to group_stat
Eric Bollengier [Thu, 31 May 2007 13:50:24 +0000 (13:50 +0000)]
ebl  add a check to group_stat

17 years agoebl enable groups
Eric Bollengier [Thu, 31 May 2007 13:43:51 +0000 (13:43 +0000)]
ebl  enable groups

17 years agoAdd feature to jump from fileset to joblist pre-populating the fileset of the
Dirk H Bartley [Thu, 31 May 2007 12:33:03 +0000 (12:33 +0000)]
Add feature to jump from fileset to joblist pre-populating the fileset of the
query.

17 years agoebl Add postgresql/mysql table creation
Eric Bollengier [Thu, 31 May 2007 11:59:01 +0000 (11:59 +0000)]
ebl  Add postgresql/mysql table creation

17 years agoebl second cup of client groups
Eric Bollengier [Thu, 31 May 2007 10:33:49 +0000 (10:33 +0000)]
ebl  second cup of client groups

17 years agoebl adding db_client_groups
Eric Bollengier [Thu, 31 May 2007 10:31:06 +0000 (10:31 +0000)]
ebl  adding db_client_groups

17 years agoebl cleanup
Eric Bollengier [Thu, 31 May 2007 10:27:35 +0000 (10:27 +0000)]
ebl  cleanup

17 years agoebl first cup of client group option
Eric Bollengier [Thu, 31 May 2007 10:22:36 +0000 (10:22 +0000)]
ebl  first cup of client group option

17 years agoUpdate README
Kern Sibbald [Thu, 31 May 2007 06:44:18 +0000 (06:44 +0000)]
Update README

17 years agoRead and write settings for the splitter in restore.
Dirk H Bartley [Thu, 31 May 2007 01:24:28 +0000 (01:24 +0000)]
Read and write settings for the splitter in restore.

17 years agoA little bit of playing around with icons. Added context sensitve menu to the
Dirk H Bartley [Wed, 30 May 2007 20:39:12 +0000 (20:39 +0000)]
A little bit of playing around with icons.  Added context sensitve menu to the
restore page in the file tree.  Mark and unmark can now be done from right click.

17 years agoebl add admin page
Eric Bollengier [Wed, 30 May 2007 19:25:08 +0000 (19:25 +0000)]
ebl  add admin page

17 years agoGet jump from jobs to joblist query of specific job to work.
Dirk H Bartley [Wed, 30 May 2007 17:40:21 +0000 (17:40 +0000)]
Get jump from jobs to joblist query of specific job to work.

17 years agojobs: add actions and slots for performing commands.
Dirk H Bartley [Wed, 30 May 2007 17:06:58 +0000 (17:06 +0000)]
jobs: add actions and slots for performing commands.
mainwin: small cleanup of 2 line functions only used once.
mainwin clients medialist use const "" when creating jobList instances.

17 years agoJoblist: change page select widget name to "JobList"
Dirk H Bartley [Wed, 30 May 2007 14:49:52 +0000 (14:49 +0000)]
Joblist: change page select widget name to "JobList"
MediaEdit added months spin.  Not sure I like it because 365=yr but 30 days is
not always equal to a month.
JobLog: add Icon for page selector.
mainwin and others.  Move dockPage() into the class' constructors so that the
createPage functions in main win are not of benefit.
Jobs: a new page for displaying jobs and job defaults.

17 years agoCorrect Pol typo
Kern Sibbald [Wed, 30 May 2007 14:09:45 +0000 (14:09 +0000)]
Correct Pol typo

17 years agoUpdate new debugging method
Kern Sibbald [Wed, 30 May 2007 12:32:16 +0000 (12:32 +0000)]
Update new debugging method

17 years agoChange some debug levels
Kern Sibbald [Wed, 30 May 2007 12:30:58 +0000 (12:30 +0000)]
Change some debug levels

17 years agoAdded Release in context of storage.
Dirk H Bartley [Wed, 30 May 2007 02:19:55 +0000 (02:19 +0000)]
Added Release in context of storage.

17 years agoAdd Update Slots and update slots scan within storage context.
Dirk H Bartley [Tue, 29 May 2007 23:13:43 +0000 (23:13 +0000)]
Add Update Slots and update slots scan within storage context.

17 years agoAdd the remainder of the editible fields to mediaedit. Also add those
Dirk H Bartley [Tue, 29 May 2007 21:09:07 +0000 (21:09 +0000)]
Add the remainder of the editible fields to mediaedit.  Also add those
fields to medialist.  Querying for recycle pool took another sql trick.  I'll test
with mysql on return from vacation.  Trick is alias of table.

17 years agoTweak English
Kern Sibbald [Tue, 29 May 2007 20:28:22 +0000 (20:28 +0000)]
Tweak English

17 years agoUpdates plus put debug output and debugger on environment variables
Kern Sibbald [Tue, 29 May 2007 18:18:15 +0000 (18:18 +0000)]
Updates plus put debug output and debugger on environment variables

17 years agokes Tweak reservations algorithm to permit a few more cases, i.e.
Kern Sibbald [Tue, 29 May 2007 18:07:26 +0000 (18:07 +0000)]
kes  Tweak reservations algorithm to permit a few more cases, i.e.
     volume reserved, but on different drive, ...
kes  Enhance SD status to include Pool and Media Type for drive in a
     more readable format (a bit longer).

17 years agoAdd icon to label class in page selector.
Dirk H Bartley [Tue, 29 May 2007 15:34:57 +0000 (15:34 +0000)]
Add icon to label class in page selector.
Turn media edit into a inheritor of the page class to put it on the stack.
Added status tips for buttons in main.ui via designer
Added truly fancy method of editing retention and use duration in media edit.

17 years agoFix PostgreSQL double free.
Kern Sibbald [Tue, 29 May 2007 12:42:31 +0000 (12:42 +0000)]
Fix PostgreSQL double free.

17 years agoFix of restore issue with double click not unmarking.
Dirk H Bartley [Mon, 28 May 2007 22:25:11 +0000 (22:25 +0000)]
Fix of restore issue with double click not unmarking.
Use folder.svg instead of folder.png

17 years agoLots of icon work. Attempting using .svg files directory. It works in my
Dirk H Bartley [Mon, 28 May 2007 19:39:58 +0000 (19:39 +0000)]
Lots of icon work.  Attempting using .svg files directory.  It works in my
environment here.  I hope it works in windows.  I think I've found the fix to
the :images problem.  Using the resource through designer, it works from designer
and sets up the : in front.  xml looks like so:
<iconset resource="../main.qrc" >:/images/view-refresh.svg</iconset>

17 years agokes Minor refactoring of restore decryption code.
Kern Sibbald [Mon, 28 May 2007 18:03:50 +0000 (18:03 +0000)]
kes  Minor refactoring of restore decryption code.
kes  Add code to smartall.c to detect double free of a buffer.

17 years agoMises a jour.
Ludovic Strappazon [Mon, 28 May 2007 15:59:35 +0000 (15:59 +0000)]
Mises a jour.

17 years agoDid not read the "|" in the docs correct as or. Radio buttons better then check...
Dirk H Bartley [Mon, 28 May 2007 12:42:34 +0000 (12:42 +0000)]
Did not read the "|" in the docs correct as or.  Radio buttons better then check boxes.

17 years agoCreate a prune page. Populate it from medialist and clients.
Dirk H Bartley [Mon, 28 May 2007 11:51:53 +0000 (11:51 +0000)]
Create a prune page.  Populate it from medialist and clients.
move m_contextActions.append from currentStackItem to constructor.

17 years agoAdd preference for longlist or short list when context sensitive list command is
Dirk H Bartley [Mon, 28 May 2007 00:52:41 +0000 (00:52 +0000)]
Add preference for longlist or short list when context sensitive list command is
executed.  Use this instead of doubling for list and long list.  Used for now in
joblist.
Use consoleCommand when running command from user command input so that it
displays blue.
Add reload command from page selector console widget.
Add list job totals from page selector joblist widget.

17 years agokes Add < > around %r in from field on mail command of bacula-dir.conf.in
Kern Sibbald [Sun, 27 May 2007 19:30:39 +0000 (19:30 +0000)]
kes  Add < > around %r in from field on mail command of bacula-dir.conf.in
     so that bsmtp will create a correct email address (mailbox only).
kes  Modify 'memory' command so that the buffers are listed as 'In use'
     to avoid confusion with Orphaned buffers.

17 years agoAdd context sensitive from page selector's console widget for: status dir,
Dirk H Bartley [Sun, 27 May 2007 19:23:35 +0000 (19:23 +0000)]
Add context sensitive from page selector's console widget for: status dir,
messages and help.
Add purge jobs client= from clients
Add buttons to set automount on or off in the label dialog.
Add estimate dialog.

17 years agoFix of connect of actionConnect from slot connect() to slot connect_dir()
Dirk H Bartley [Sun, 27 May 2007 13:13:06 +0000 (13:13 +0000)]
Fix of connect of actionConnect from slot connect() to slot connect_dir()

17 years agoAdd icons for the page selector.
Dirk H Bartley [Sun, 27 May 2007 12:26:53 +0000 (12:26 +0000)]
Add icons for the page selector.

17 years agoebl try to fix solaris sh bug
Eric Bollengier [Sun, 27 May 2007 11:34:04 +0000 (11:34 +0000)]
ebl  try to fix solaris sh bug

17 years agoAttempt to detar weird files on all systems
Kern Sibbald [Sun, 27 May 2007 11:27:02 +0000 (11:27 +0000)]
Attempt to detar weird files on all systems

17 years agoFix config.out not found
Kern Sibbald [Sun, 27 May 2007 10:37:32 +0000 (10:37 +0000)]
Fix config.out not found

17 years agokes I reworked the OpenSSL include/lib flags to be handled in
Kern Sibbald [Sun, 27 May 2007 09:34:40 +0000 (09:34 +0000)]
kes  I reworked the OpenSSL include/lib flags to be handled in
     the standard Bacula way, which should fix bug #863 concerning
     non-standard OpenSSL libraries.

17 years agoTweak bat
Kern Sibbald [Sat, 26 May 2007 17:57:29 +0000 (17:57 +0000)]
Tweak bat

17 years agoSet keyword expansion
Kern Sibbald [Sat, 26 May 2007 14:38:42 +0000 (14:38 +0000)]
Set keyword expansion

17 years agoUpdate
Kern Sibbald [Sat, 26 May 2007 14:34:29 +0000 (14:34 +0000)]
Update

17 years agoMake name more discriptive
Kern Sibbald [Sat, 26 May 2007 14:16:28 +0000 (14:16 +0000)]
Make name more discriptive

17 years agoUpdate
Kern Sibbald [Sat, 26 May 2007 14:12:42 +0000 (14:12 +0000)]
Update

17 years agoImplement Help Browser window for bat.
Kern Sibbald [Sat, 26 May 2007 13:15:53 +0000 (13:15 +0000)]
Implement Help Browser window for bat.

17 years agoFix reload bug that reset StorageId to zero.
Kern Sibbald [Sat, 26 May 2007 07:08:12 +0000 (07:08 +0000)]
Fix reload bug that reset StorageId to zero.

17 years agoFix TLS #ifdefing when TLS turned off.
Kern Sibbald [Fri, 25 May 2007 21:41:49 +0000 (21:41 +0000)]
Fix TLS #ifdefing when TLS turned off.

17 years agokes Ensure that when labelling a tape with Slot=0 that InChanger
Kern Sibbald [Fri, 25 May 2007 17:24:50 +0000 (17:24 +0000)]
kes  Ensure that when labelling a tape with Slot=0 that InChanger
     is not set.
kes  Use DISTINCT to make MySQL and PostgreSQL uar_list_temp query
     the same.
kes  Add StartTime to final uar_sel_jobid_temp query so that we can
     add DISTINCT (required by PostgreSQL).
kes  Implement BSOCK authenticate_director() method. Eventually will
     authenicate all daemons.
kes  Move several more functions into the BSOCK class.

17 years agoAdd some debug info
Kern Sibbald [Fri, 25 May 2007 17:23:43 +0000 (17:23 +0000)]
Add some debug info

17 years agoUpdate
Kern Sibbald [Fri, 25 May 2007 11:46:42 +0000 (11:46 +0000)]
Update

17 years agoExperimenting with adding icons to a tree widget in the restore class. This
Dirk H Bartley [Thu, 24 May 2007 21:06:17 +0000 (21:06 +0000)]
Experimenting with adding icons to a tree widget in the restore class.  This
shows a green check if checked and a verrry light grey check if unchecked.  I
created these icons myself in inkscape.   *.svg are also committed.

17 years agoIncrease bregex message debug level
Kern Sibbald [Thu, 24 May 2007 20:52:01 +0000 (20:52 +0000)]
Increase bregex message debug level

17 years agoCorrect comment
Kern Sibbald [Thu, 24 May 2007 20:07:17 +0000 (20:07 +0000)]
Correct comment

17 years agoebl add media limit offset option
Eric Bollengier [Thu, 24 May 2007 20:01:28 +0000 (20:01 +0000)]
ebl  add media limit offset option
ebl  add Bconsole error to STDERR

17 years agokes Add code to tell the OS that we no longer need a cached
Kern Sibbald [Thu, 24 May 2007 19:58:07 +0000 (19:58 +0000)]
kes  Add code to tell the OS that we no longer need a cached
     file that we were reading. In findlib/bfile.c.  Also,
     only cache files that we are reading.
kes  Tweak to bsmtp to eliminate compiler warnings on Win32.
kes  Implement script to automatically generate cats and dll .def
     files for Win32 dll.
kes  Update README.mingw32 to include new .def file generation.

17 years agoebl try to fix solaris "dstat" error
Eric Bollengier [Thu, 24 May 2007 19:56:26 +0000 (19:56 +0000)]
ebl  try to fix solaris "dstat" error

17 years agoebl update
Eric Bollengier [Thu, 24 May 2007 19:42:52 +0000 (19:42 +0000)]
ebl  update

17 years agoebl put error message in STDERR
Eric Bollengier [Thu, 24 May 2007 19:36:55 +0000 (19:36 +0000)]
ebl  put error message in STDERR

17 years agoMake email messages clearer
Kern Sibbald [Thu, 24 May 2007 18:21:38 +0000 (18:21 +0000)]
Make email messages clearer