]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
16 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.

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

16 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

16 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>

16 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.

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

16 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.

16 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.

16 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.

16 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.

16 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.

16 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()

16 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.

16 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

16 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

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

16 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.

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

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

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

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

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

16 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.

16 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.

16 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.

16 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.

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

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

16 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

17 years agoAdd detection of 'export-limited' openssl as shipped in Solaris
Landon Fuller [Thu, 24 May 2007 16:45:05 +0000 (16:45 +0000)]
Add detection of 'export-limited' openssl as shipped in Solaris

17 years agoebl add options to scheduled tpls
Eric Bollengier [Thu, 24 May 2007 14:59:30 +0000 (14:59 +0000)]
ebl  add options to scheduled tpls

17 years agoTweak debug levels in reservations + Correct typo in UTF-8 error message as reported by:
Kern Sibbald [Thu, 24 May 2007 13:59:50 +0000 (13:59 +0000)]
Tweak debug levels in reservations + Correct typo in UTF-8 error message as reported by:
     jhernandez <julianhernandez@gmail.com>

17 years agoAdd more debug code in reservations
Kern Sibbald [Thu, 24 May 2007 12:59:00 +0000 (12:59 +0000)]
Add more debug code in reservations

17 years agoAdd code to detect glibc complaints
Kern Sibbald [Thu, 24 May 2007 09:44:39 +0000 (09:44 +0000)]
Add code to detect glibc complaints

17 years agokes Add additional sm_check() code on debug level 1.
Kern Sibbald [Thu, 24 May 2007 09:42:42 +0000 (09:42 +0000)]
kes  Add additional sm_check() code on debug level 1.
kes  Set default debug level to 1.
kes  Trap SIGABRT in attempt to get traceback.

17 years agoebl fix relocation expander properties
Eric Bollengier [Wed, 23 May 2007 13:51:20 +0000 (13:51 +0000)]
ebl  fix relocation expander properties

17 years agoebl fix debian package
Eric Bollengier [Wed, 23 May 2007 13:44:19 +0000 (13:44 +0000)]
ebl  fix debian package

17 years agoebl update
Eric Bollengier [Wed, 23 May 2007 13:43:13 +0000 (13:43 +0000)]
ebl  update

17 years agokes Reduce bat connect timeout from 30 to 15 seconds.
Kern Sibbald [Wed, 23 May 2007 10:38:53 +0000 (10:38 +0000)]
kes  Reduce bat connect timeout from 30 to 15 seconds.
kes  More restructuring and implementing BSOCK class in place of
     old bnet.c code.
kes  Remove a few unnecessary malloc() tests in crypto code.
kes  Turn off crypto calls for > 128 bits in crypto.c if HAVE_SHA2
     not defined. Bug reported by Allan Black <Allan.Black@btconnect.com>
kes  Remove duplicate HAVE_CRYPTO definition in config.h.in

17 years agoUpdate TODO
Kern Sibbald [Wed, 23 May 2007 07:53:11 +0000 (07:53 +0000)]
Update TODO

17 years agoAdd db interface comments
Kern Sibbald [Tue, 22 May 2007 21:02:28 +0000 (21:02 +0000)]
Add db interface comments

17 years agokes Fix Verify InitCatalog mysql_escape_string() trashing memory.
Kern Sibbald [Tue, 22 May 2007 20:52:00 +0000 (20:52 +0000)]
kes  Fix Verify InitCatalog mysql_escape_string() trashing memory.
     Make buffer bigger.

17 years agoFix timer looping on disconnect
Kern Sibbald [Tue, 22 May 2007 20:43:33 +0000 (20:43 +0000)]
Fix timer looping on disconnect

17 years agoTurn off debug
Kern Sibbald [Tue, 22 May 2007 20:03:21 +0000 (20:03 +0000)]
Turn off debug

17 years agoTweak fd_cmds.c
Kern Sibbald [Tue, 22 May 2007 20:01:22 +0000 (20:01 +0000)]
Tweak fd_cmds.c

17 years agoAdd debug to fd_cmds.c
Kern Sibbald [Tue, 22 May 2007 19:14:07 +0000 (19:14 +0000)]
Add debug to fd_cmds.c

17 years agokes Fix Verify InitCatalog. The attributes were not pointing to the
Kern Sibbald [Tue, 22 May 2007 18:43:53 +0000 (18:43 +0000)]
kes  Fix Verify InitCatalog. The attributes were not pointing to the
     correct saved location.

17 years agoFix timer to shudown correctly
Kern Sibbald [Tue, 22 May 2007 17:09:24 +0000 (17:09 +0000)]
Fix timer to shudown correctly

17 years agoSet UTF-8 codec in bat for char * -> UTF-16
Kern Sibbald [Tue, 22 May 2007 10:54:56 +0000 (10:54 +0000)]
Set UTF-8 codec in bat for char * -> UTF-16

17 years agokes Implement message callback so that GUI is sure to get all
Kern Sibbald [Tue, 22 May 2007 10:35:29 +0000 (10:35 +0000)]
kes  Implement message callback so that GUI is sure to get all
     daemon messages. Currently displayed in a dialog in bat.
kes  Ignore SIGUSR2 (Bacula timer) in bat.
kes  Apply regress patch from bug #859 to allow regress to work
     with Solaris compiler.

17 years agomore cleanup and patch from bug #859
Kern Sibbald [Tue, 22 May 2007 09:38:46 +0000 (09:38 +0000)]
more cleanup and patch from bug #859

17 years agoTweak FileSet
Kern Sibbald [Tue, 22 May 2007 08:58:47 +0000 (08:58 +0000)]
Tweak FileSet

17 years agotls fixes + add FileSet writeSettings -- doesn't work
Kern Sibbald [Tue, 22 May 2007 08:41:34 +0000 (08:41 +0000)]
tls fixes + add FileSet writeSettings -- doesn't work

17 years agoAdd preferences for the messages timer
Dirk H Bartley [Tue, 22 May 2007 01:52:41 +0000 (01:52 +0000)]
Add preferences for the messages timer

17 years agoMake sure authentication messages are displayed in bat
Kern Sibbald [Mon, 21 May 2007 18:22:59 +0000 (18:22 +0000)]
Make sure authentication messages are displayed in bat

17 years agoMore cleanup and converting to BSOCK class
Kern Sibbald [Mon, 21 May 2007 16:29:11 +0000 (16:29 +0000)]
More cleanup and converting to BSOCK class

17 years agoUpdate AUTHORS
Kern Sibbald [Mon, 21 May 2007 12:51:32 +0000 (12:51 +0000)]
Update AUTHORS

17 years agoUpdate TODO add PREFS
Dirk H Bartley [Mon, 21 May 2007 12:12:55 +0000 (12:12 +0000)]
Update TODO add PREFS

17 years agoBegin adding TLS support to bat.
Kern Sibbald [Mon, 21 May 2007 10:54:24 +0000 (10:54 +0000)]
Begin adding TLS support to bat.

17 years agokes Apply UTF-8/16 patch from Yves Orton <demerphq@gmail.com> to
Kern Sibbald [Mon, 21 May 2007 09:18:42 +0000 (09:18 +0000)]
kes  Apply UTF-8/16 patch from Yves Orton <demerphq@gmail.com> to
     clean up lex.c and make it more readable.

17 years agoMove more bnet functions into the BSOCK class.
Kern Sibbald [Mon, 21 May 2007 06:56:59 +0000 (06:56 +0000)]
Move more bnet functions into the BSOCK class.

17 years agoTweak tray-monitor + alphabetize bat pane selection
Kern Sibbald [Sun, 20 May 2007 19:59:51 +0000 (19:59 +0000)]
Tweak tray-monitor + alphabetize bat pane selection

17 years agoUpdate TODO
Dirk H Bartley [Sun, 20 May 2007 18:37:59 +0000 (18:37 +0000)]
Update TODO

17 years agoCommit of change which seems to stop the 5 second timer to bring the console
Dirk H Bartley [Sun, 20 May 2007 18:32:24 +0000 (18:32 +0000)]
Commit of change which seems to stop the 5 second timer to bring the console
screen to scroll to the bottom.

17 years agoMove more bnet functions into the BSOCK class.
Kern Sibbald [Sun, 20 May 2007 16:19:49 +0000 (16:19 +0000)]
Move more bnet functions into the BSOCK class.

17 years agoCancel a running job from joblist.
Dirk H Bartley [Sun, 20 May 2007 16:04:27 +0000 (16:04 +0000)]
Cancel a running job from joblist.

17 years agoGrey out the messages combo box and don't include messages in command.
Dirk H Bartley [Sun, 20 May 2007 15:28:43 +0000 (15:28 +0000)]
Grey out the messages combo box and don't include messages in command.

17 years agoAdd Eric's ba-ca-logo.png and put in web directory
Kern Sibbald [Sun, 20 May 2007 12:58:14 +0000 (12:58 +0000)]
Add Eric's ba-ca-logo.png and put in web directory

17 years agoCommit ba-ca logo
Kern Sibbald [Sun, 20 May 2007 12:51:41 +0000 (12:51 +0000)]
Commit ba-ca logo

17 years agoMinor tweaks to testimonial.php
Kern Sibbald [Sun, 20 May 2007 12:43:42 +0000 (12:43 +0000)]
Minor tweaks to testimonial.php

17 years agoMinor tweaks to testimonial.php
Kern Sibbald [Sun, 20 May 2007 12:39:51 +0000 (12:39 +0000)]
Minor tweaks to testimonial.php

17 years agokes Fix tray-monitor by not requiring a timer interval in bnet_connect()
Kern Sibbald [Sun, 20 May 2007 11:12:13 +0000 (11:12 +0000)]
kes  Fix tray-monitor by not requiring a timer interval in bnet_connect()
kes  Complete change of berrno strerror() method to bstrerror()

17 years agoebl increase File number field
Eric Bollengier [Sun, 20 May 2007 09:39:19 +0000 (09:39 +0000)]
ebl  increase File number field

17 years agoebl small fix and update
Eric Bollengier [Sun, 20 May 2007 09:38:25 +0000 (09:38 +0000)]
ebl  small fix and update

17 years agoebl adding Banking
Eric Bollengier [Sun, 20 May 2007 09:36:39 +0000 (09:36 +0000)]
ebl  adding Banking

17 years agoebl Add a testimonial form
Eric Bollengier [Sun, 20 May 2007 09:32:05 +0000 (09:32 +0000)]
ebl  Add a testimonial form

17 years agoFix messages resource command
Kern Sibbald [Sun, 20 May 2007 07:00:09 +0000 (07:00 +0000)]
Fix messages resource command

17 years agoHave m_dtformat be a member of mainwin only. m_dtformat is a QString which is
Dirk H Bartley [Sun, 20 May 2007 02:14:48 +0000 (02:14 +0000)]
Have m_dtformat be a member of mainwin only.  m_dtformat is a QString which is
used in date/time entry boxes to set the format for appearance and for
converting to and from a string.

17 years agoDefault to never in overwrite in replace of runcmd.
Dirk H Bartley [Sun, 20 May 2007 01:57:51 +0000 (01:57 +0000)]
Default to never in overwrite in replace of runcmd.
Fix of when and bootstrap entry boxes.  Still an issue with messages.

17 years agoAdd more comm debug code + cleanup
Kern Sibbald [Sat, 19 May 2007 20:53:46 +0000 (20:53 +0000)]
Add more comm debug code + cleanup

17 years agoA substitution I did affected some comments. Set back.
Dirk H Bartley [Sat, 19 May 2007 20:06:07 +0000 (20:06 +0000)]
A substitution I did affected some comments.  Set back.

17 years agoThis commit puts prefences for debuggin output and prefences for the joblist
Dirk H Bartley [Sat, 19 May 2007 20:03:10 +0000 (20:03 +0000)]
This commit puts prefences for debuggin output and prefences for the joblist
with the 2 checkboxes and 2 spinboxes for limiting the output from the sql
statement.

17 years agoFix suse dir init script patch.
Scott Barninger [Sat, 19 May 2007 16:53:37 +0000 (16:53 +0000)]
Fix suse dir init script patch.

17 years agoFix typos from last commit.
Scott Barninger [Sat, 19 May 2007 16:00:31 +0000 (16:00 +0000)]
Fix typos from last commit.

17 years agoAdd Fileset column. This is the commit that adds "LEFT OUTER JOIN" sql syntax.
Dirk H Bartley [Sat, 19 May 2007 12:50:14 +0000 (12:50 +0000)]
Add Fileset column.  This is the commit that adds "LEFT OUTER JOIN" sql syntax.

17 years agoUpdate
Kern Sibbald [Sat, 19 May 2007 08:51:35 +0000 (08:51 +0000)]
Update

17 years agoFinal changes
Kern Sibbald [Sat, 19 May 2007 08:33:51 +0000 (08:33 +0000)]
Final changes

17 years agoUpdate
Kern Sibbald [Sat, 19 May 2007 08:32:44 +0000 (08:32 +0000)]
Update

17 years agokes Cleanup incorrect email addresses in bsmtp.
Kern Sibbald [Sat, 19 May 2007 08:28:14 +0000 (08:28 +0000)]
kes  Cleanup incorrect email addresses in bsmtp.
kes  Make bat display initial messages rather than discard them.

17 years agoFix filesest was offset by 1. Weird, I had changed it earlier the other
Dirk H Bartley [Sat, 19 May 2007 02:56:12 +0000 (02:56 +0000)]
Fix filesest was offset by 1.  Weird, I had changed it earlier the other
direction.
Fix of c:/ and d:/ in same restore showing up correctly in left pane.
Fix of RunCmdPage::cancelButtonPushed, add "." to get the m_at_main_prompt
set true again after window cancelled.

17 years agoOne item in TODO had been a confusion between an issue with purge and an issue
Dirk H Bartley [Fri, 18 May 2007 20:57:20 +0000 (20:57 +0000)]
One item in TODO had been a confusion between an issue with purge and an issue
with restore.  It was resolved.

17 years agoWhen using "Restore from job" option with a job that was a restore
Dirk H Bartley [Fri, 18 May 2007 15:46:29 +0000 (15:46 +0000)]
When using "Restore from job" option with a job that was a restore
job, a segfault would occur.  This prevents that and does not offer
that option if the job is not a backup job.