]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
17 years agoAdd clean of BUILD directory.
Scott Barninger [Sun, 16 Jul 2006 21:50:21 +0000 (21:50 +0000)]
Add clean of BUILD directory.

17 years agoAdd build switch for wxconsole.
Scott Barninger [Sun, 16 Jul 2006 21:27:20 +0000 (21:27 +0000)]
Add build switch for wxconsole.

17 years agoAdd wxconsole.
Scott Barninger [Sun, 16 Jul 2006 21:05:10 +0000 (21:05 +0000)]
Add wxconsole.

17 years agoAdd contrib-rpm
Scott Barninger [Sun, 16 Jul 2006 18:35:28 +0000 (18:35 +0000)]
Add contrib-rpm

17 years agoAdd contrib-rpm
Scott Barninger [Sun, 16 Jul 2006 17:58:42 +0000 (17:58 +0000)]
Add contrib-rpm

17 years agoRemove old build_rpm script.
Scott Barninger [Sun, 16 Jul 2006 17:57:09 +0000 (17:57 +0000)]
Remove old build_rpm script.

17 years agoMisc other updates..
Scott Barninger [Sat, 15 Jul 2006 20:40:21 +0000 (20:40 +0000)]
Misc other updates..

17 years agoUpdate for MySQL-5 and build_client_only support.
Scott Barninger [Sat, 15 Jul 2006 20:28:18 +0000 (20:28 +0000)]
Update for MySQL-5 and build_client_only support.

17 years agoAdd build_client_only tag.
Scott Barninger [Sat, 15 Jul 2006 15:45:55 +0000 (15:45 +0000)]
Add build_client_only tag.

17 years agoUpdate for python support and third party packager tags.
Scott Barninger [Sat, 15 Jul 2006 12:44:47 +0000 (12:44 +0000)]
Update for python support and third party packager tags.

17 years agoAdd third party packager tag support.
Scott Barninger [Sat, 15 Jul 2006 12:40:20 +0000 (12:40 +0000)]
Add third party packager tag support.

17 years agoFix release tag.
Scott Barninger [Sat, 15 Jul 2006 12:03:53 +0000 (12:03 +0000)]
Fix release tag.

17 years agoFix directory creation for wxconsole package, add provides and conflicts for standard...
Scott Barninger [Sat, 15 Jul 2006 11:59:35 +0000 (11:59 +0000)]
Fix directory creation for wxconsole package, add provides and conflicts for standard SuSE packages.

17 years agoRewrite msvcrt localtime kludge so it doesn't used undocumented functions and compile...
Robert Nelson [Fri, 14 Jul 2006 18:33:46 +0000 (18:33 +0000)]
Rewrite msvcrt localtime kludge so it doesn't used undocumented functions and compiles on MinGW.
Fix an "ifndef" to "if defined" typo in message.c.
Add FsType support to WIN32 - example types are: ntfs, fat, fat32, cdfs.

17 years agoMises a jour. Suite de storedconf.tex.
Ludovic Strappazon [Wed, 12 Jul 2006 20:54:43 +0000 (20:54 +0000)]
Mises a jour. Suite de storedconf.tex.

17 years ago791 messages traduits, 1 traduction approximative, 2177 messages non-traduits.
Eric Bollengier [Wed, 12 Jul 2006 20:14:44 +0000 (20:14 +0000)]
791 messages traduits, 1 traduction approximative, 2177 messages non-traduits.

17 years ago- Add Enabled column to Location, correct some typos in DB schemas.
Kern Sibbald [Mon, 10 Jul 2006 20:09:17 +0000 (20:09 +0000)]
- Add Enabled column to Location, correct some typos in DB schemas.

17 years agocommit tech log
Kern Sibbald [Mon, 10 Jul 2006 19:01:59 +0000 (19:01 +0000)]
commit tech log

17 years ago- Correct bug I introduced into RunScripts enum.
Kern Sibbald [Mon, 10 Jul 2006 19:01:02 +0000 (19:01 +0000)]
- Correct bug I introduced into RunScripts enum.
- Add log table to Catalog
- Purge original job migrated if the migration terminates normally.
- Cleanup purging of files/jobs so that it is done only in a
  single subroutine.
- Add new VOLMGMT message class.
- Add Catalog message destination (user conf code remains to be written).

17 years agoremove old not recommended phrase
Kern Sibbald [Mon, 10 Jul 2006 10:20:30 +0000 (10:20 +0000)]
remove old not recommended phrase

17 years ago Modify read_record and friends to properly deal with migration
Kern Sibbald [Sun, 9 Jul 2006 13:21:16 +0000 (13:21 +0000)]
 Modify read_record and friends to properly deal with migration
  needs.
- Update debug code in read_record.

17 years agoRemove debug code from backup.c
Kern Sibbald [Sat, 8 Jul 2006 20:34:30 +0000 (20:34 +0000)]
Remove debug code from backup.c

17 years agoTurn off debug code in jobq.c
Kern Sibbald [Sat, 8 Jul 2006 20:30:16 +0000 (20:30 +0000)]
Turn off debug code in jobq.c

17 years ago ======================= Warning ==========================
Kern Sibbald [Sat, 8 Jul 2006 20:06:19 +0000 (20:06 +0000)]
  ======================= Warning ==========================
  Separate read and write storage in Jobs in the Director. This
  is a major rewrite of some of the low level code and hence has
  a high probability of introducing bugs.
  ==========================================================

- Move the job init code up to *before* the job is put into
  the job queue (resource allocation queue). This permits the
  job to establish whether it will read or write or do both.
- Add name() methods to all the resource classes.
- Implement separate read and write storage resource
  allocation/deallocation in jobq.c

17 years ago ======================= Warning ==========================
Kern Sibbald [Sat, 8 Jul 2006 07:57:43 +0000 (07:57 +0000)]
  ======================= Warning ==========================
  Implemented new method of getting the default Storage from the Media
  record rather than from the MediaType for restore.  As a fall
  back, if no Storage is defined, use the MediaType.  This
  eliminates most all prompts if there are multiple MediaTypes
  used. This is an important and fundamental change.
  ==========================================================

- Add more detail (Storage, Device) to list of volumes printed
  for restore.
- More code in migrate. In particular start multiple jobs if
  migrating a volume.
- Probably overkill, but ensure that the bsr is unique even within a
  job in FD and SD.
- Rework bsys.c drop() so that it now should work as expected.
- Update a bunch of old copyrights -- particularly in .h files.
- Remove src/lib/bshm.c/h

17 years agoImplement migrate volume test
Kern Sibbald [Sat, 8 Jul 2006 06:46:18 +0000 (06:46 +0000)]
Implement migrate volume test

17 years agoMises a jour.
Ludovic Strappazon [Thu, 6 Jul 2006 15:18:49 +0000 (15:18 +0000)]
Mises a jour.

17 years agoAdd migration job test
Kern Sibbald [Wed, 5 Jul 2006 20:27:04 +0000 (20:27 +0000)]
Add migration job test

17 years agoMigration fixes
Kern Sibbald [Wed, 5 Jul 2006 20:23:33 +0000 (20:23 +0000)]
Migration fixes

17 years agoMises a jour.
Ludovic Strappazon [Wed, 5 Jul 2006 14:14:31 +0000 (14:14 +0000)]
Mises a jour.

17 years agoAdd new files to French manual
Kern Sibbald [Wed, 5 Jul 2006 11:46:14 +0000 (11:46 +0000)]
Add new files to French manual

17 years agoAdd new chapters to French manual
Kern Sibbald [Wed, 5 Jul 2006 01:08:12 +0000 (01:08 +0000)]
Add new chapters to French manual

17 years agoMises a jour.
Ludovic Strappazon [Tue, 4 Jul 2006 23:10:52 +0000 (23:10 +0000)]
Mises a jour.

17 years agoAdd check to BuildRequires to ensure version of libstdc++-devel matches gcc.
Scott Barninger [Tue, 4 Jul 2006 15:29:53 +0000 (15:29 +0000)]
Add check to BuildRequires to ensure version of libstdc++-devel matches gcc.

17 years agoAdd python support, some corrections to 84 bit lib location hacks.
Scott Barninger [Mon, 3 Jul 2006 19:09:42 +0000 (19:09 +0000)]
Add python support, some corrections to 84 bit lib location hacks.

17 years ago ======================= Warning ==========================
Kern Sibbald [Mon, 3 Jul 2006 18:28:34 +0000 (18:28 +0000)]
  ======================= Warning ==========================
     All hash codes in the database are now kept in world
     compatible base64 format (no = filling). This means that
     all FileSets will be updated and if you are running
     verify jobs, you must do an InitCatalog.
     Authentication uses the new algorithm, but should be
     backward compatible with 1.38.x
  ===========================================================

- Modify the authentication routines so that the 1.39.15 Director
  always runs with the compatible binary to base64 code (same as
  the rest of the world).  It will however detect if an SD or
  FD is running the old code and if that is the case, will use
  the old algorithm for authentication.  However, all consoles must
  use the compatible algorithm, and all data entered into the database
  (all hash signatures, MD5, SHA1, ..., and all FileSet hashes) will
  use the compatible algorithm.
- Rename the cram_md5 routine names to be slightly more appropriate
  to what they are doing (challenge and respond).
- Robert committed his #ifdef and header cleanup.

17 years agoTurn off build of var.c on WIN32 for now
Robert Nelson [Mon, 3 Jul 2006 08:15:36 +0000 (08:15 +0000)]
Turn off build of var.c on WIN32 for now

17 years agoFix configure of win32 tree
Robert Nelson [Mon, 3 Jul 2006 08:09:28 +0000 (08:09 +0000)]
Fix configure of win32 tree

17 years agoFix header file includes.
Robert Nelson [Mon, 3 Jul 2006 07:51:06 +0000 (07:51 +0000)]
Fix header file includes.
Move externs from source files to header files.
Fix the old mingw Makefile so it builds with the new dependencies.
Replace #ifdef'ed InitWinAPIWrapper with OSDependentInit macro.

17 years agoAutomatically find Python, SQLite, PostgreSQL, and MySQL libraries on platforms that...
Robert Nelson [Sun, 2 Jul 2006 20:16:31 +0000 (20:16 +0000)]
Automatically find Python, SQLite, PostgreSQL, and MySQL libraries on platforms that have lib64.

17 years agoAdd standard toolchain to BuildRequires, add docs_version tag, restructure so all...
Scott Barninger [Sun, 2 Jul 2006 17:57:20 +0000 (17:57 +0000)]
Add standard toolchain to BuildRequires, add docs_version tag, restructure so all release variables are at top of file.

17 years agoBump rescuever to 1.8.6
Scott Barninger [Sat, 1 Jul 2006 17:36:32 +0000 (17:36 +0000)]
Bump rescuever to 1.8.6

17 years agoFix bug in wxWidgets patch script
Robert Nelson [Sat, 1 Jul 2006 15:45:53 +0000 (15:45 +0000)]
Fix bug in wxWidgets patch script

17 years agoCreate patches subdirectory.
Robert Nelson [Sat, 1 Jul 2006 14:58:41 +0000 (14:58 +0000)]
Create patches subdirectory.
Move mingw-utils.patch into patches.
Add dependency patches and build script.

17 years agoUpdate changelog.
Scott Barninger [Sat, 1 Jul 2006 14:45:43 +0000 (14:45 +0000)]
Update changelog.

17 years agoupdate getdiskinfo
Kern Sibbald [Sat, 1 Jul 2006 14:32:52 +0000 (14:32 +0000)]
update getdiskinfo

17 years agodelete getdiskinfo
Kern Sibbald [Sat, 1 Jul 2006 14:30:37 +0000 (14:30 +0000)]
delete getdiskinfo

17 years agoUpdate spec files
Kern Sibbald [Sat, 1 Jul 2006 14:27:56 +0000 (14:27 +0000)]
Update spec files

17 years agoFix tape tests
Kern Sibbald [Sat, 1 Jul 2006 14:25:24 +0000 (14:25 +0000)]
Fix tape tests

17 years agoFinal changes
Kern Sibbald [Sat, 1 Jul 2006 14:03:19 +0000 (14:03 +0000)]
Final changes

17 years agoFinal changes
Kern Sibbald [Sat, 1 Jul 2006 12:50:24 +0000 (12:50 +0000)]
Final changes

17 years ago- Fix a complier warning in files/backup.c
Kern Sibbald [Sat, 1 Jul 2006 12:32:42 +0000 (12:32 +0000)]
- Fix a complier warning in files/backup.c
- Cleanup NOT NULL vs DEFALT 0 in database creation.
- Tweak btape.

17 years agoUpdate disk tests
Kern Sibbald [Fri, 30 Jun 2006 18:59:29 +0000 (18:59 +0000)]
Update disk tests

17 years agoFix spelling typo.
Frank Sweetser [Fri, 30 Jun 2006 12:12:45 +0000 (12:12 +0000)]
Fix spelling typo.

17 years agoUpdate more tests
Kern Sibbald [Fri, 30 Jun 2006 09:56:48 +0000 (09:56 +0000)]
Update more tests

17 years ago- I removed a size_t from the jcr.h definition.
Kern Sibbald [Fri, 30 Jun 2006 09:55:57 +0000 (09:55 +0000)]
- I removed a size_t from the jcr.h definition.
- Update the tape regression scripts (still to be tested).
- Add gcc and gcc-c++ requires to srm as suggested by a user.
- Require done or quit to exit from in memory tree restore.

17 years agoFix 64 bit build problems.
Robert Nelson [Fri, 30 Jun 2006 07:01:30 +0000 (07:01 +0000)]
Fix 64 bit build problems.

17 years agoAdd all the new files from the Windows branch.
Robert Nelson [Fri, 30 Jun 2006 04:14:19 +0000 (04:14 +0000)]
Add all the new files from the Windows branch.

17 years agoMerge in all the low-risk changes from the Windows branch.
Robert Nelson [Fri, 30 Jun 2006 04:06:34 +0000 (04:06 +0000)]
Merge in all the low-risk changes from the Windows branch.
Add all the new files from the Windows branch.

17 years agofix some doc bugs
Kern Sibbald [Thu, 29 Jun 2006 16:20:01 +0000 (16:20 +0000)]
fix some doc bugs

17 years agoFinal changes
Kern Sibbald [Thu, 29 Jun 2006 14:16:06 +0000 (14:16 +0000)]
Final changes

17 years agoFinal changes
Kern Sibbald [Thu, 29 Jun 2006 07:41:52 +0000 (07:41 +0000)]
Final changes

17 years agoTweak
Kern Sibbald [Thu, 29 Jun 2006 07:09:53 +0000 (07:09 +0000)]
Tweak

17 years agoFinal changes
Kern Sibbald [Thu, 29 Jun 2006 07:04:00 +0000 (07:04 +0000)]
Final changes

17 years agoTurn off debug
Kern Sibbald [Wed, 28 Jun 2006 18:22:55 +0000 (18:22 +0000)]
Turn off debug

17 years agoFinal changes
Kern Sibbald [Wed, 28 Jun 2006 16:20:29 +0000 (16:20 +0000)]
Final changes

17 years agoadd man .cvsignore
Kern Sibbald [Wed, 28 Jun 2006 09:46:17 +0000 (09:46 +0000)]
add man .cvsignore

17 years agoTeak man pages
Kern Sibbald [Wed, 28 Jun 2006 09:44:39 +0000 (09:44 +0000)]
Teak man pages

17 years agoUpdate licenses
Kern Sibbald [Tue, 27 Jun 2006 08:33:51 +0000 (08:33 +0000)]
Update licenses

17 years ago- Write install/uninstall of new manpages. There are now a
Kern Sibbald [Mon, 26 Jun 2006 19:52:15 +0000 (19:52 +0000)]
- Write install/uninstall of new manpages. There are now a
  pile of man pages. Some of which need a lot of work.

  ============= Warning ==================================
     The --mandir ./configure option now points to the top level
     man directory.  The man files will be installed under
     mandir/man8 and mandir/man1 as appropriate.
  ===========================================================

17 years agoFix dvd rewind
Kern Sibbald [Mon, 26 Jun 2006 16:06:12 +0000 (16:06 +0000)]
Fix dvd rewind

17 years agoCorrect pool source setting
Kern Sibbald [Mon, 26 Jun 2006 16:03:19 +0000 (16:03 +0000)]
Correct pool source setting

17 years ago- Add complete text of GPL to LICENSE.
Kern Sibbald [Mon, 26 Jun 2006 16:00:29 +0000 (16:00 +0000)]
- Add complete text of GPL to LICENSE.
- Implement job report that indicates where Storage and Pool
  came from -- with overrides and Pool storage and NextPool,
  it is all very complicated.
- Create a few common subroutines for backup.c and migrate.c
- Eliminate warning messages from tray-monitor.c

17 years agoAdd mysql5 tag, remove patch info left in on last commit.
Scott Barninger [Sun, 25 Jun 2006 15:41:23 +0000 (15:41 +0000)]
Add mysql5 tag, remove patch info left in on last commit.

17 years agoUpdate depkgs
Scott Barninger [Sun, 25 Jun 2006 14:21:58 +0000 (14:21 +0000)]
Update depkgs

17 years ago25Jun06
Kern Sibbald [Sun, 25 Jun 2006 13:58:36 +0000 (13:58 +0000)]
25Jun06
- Apply fix for scheduler for missing unlock_jobs().
- Clean out autoconf caches before rebuilding configure
- Fix the FreeBSD pthreads lib define updated by Dan.
- Add missing semicolon in src/console/console.c
- Add Robert's enhanced version of build-win32-cross-tools
  as well as his patch file.
- Note, the new gcc options are likely to break building of
  wx-console or the tray-monitor ...
24Jun06
- Implement Robert's suggestion to suppress printing compile lines.
- Detect GCC correctly (I hope)
- If using GCC (actually g++) add the following compiler flags
  -fno-strict-aliasing -fno-exceptions -fno-rtti
- Turn on new bsnprintf() code.
- Fix crypto when not using openssl. I previously overlooked this.
- Eliminate crypto type punning problems by eliminating void * and
  using uint8_t * instead.
- Harden authentication failure in FD by single threading errors
  and forcing a 6 second wait.

17 years agoUpdate 1.38.10 patches
Kern Sibbald [Sun, 25 Jun 2006 13:08:50 +0000 (13:08 +0000)]
Update 1.38.10 patches

17 years agoUse TestName in start_tests
Kern Sibbald [Sun, 25 Jun 2006 08:20:50 +0000 (08:20 +0000)]
Use TestName in start_tests

17 years ago- Turn on new bsnprintf() code.
Kern Sibbald [Sat, 24 Jun 2006 14:28:29 +0000 (14:28 +0000)]
- Turn on new bsnprintf() code.
- Fix crypto when not using openssl. I previously overlooked this.

17 years ago- Eliminate crypto type punning problems by eliminating void * and
Kern Sibbald [Sat, 24 Jun 2006 11:51:28 +0000 (11:51 +0000)]
- Eliminate crypto type punning problems by eliminating void * and
  using uint8_t * instead.
Fix some authentication slips

17 years ago- Harden authentication failure in FD by single threading errors
Kern Sibbald [Sat, 24 Jun 2006 10:06:24 +0000 (10:06 +0000)]
- Harden authentication failure in FD by single threading errors
  and forcing a 6 second wait.

17 years ago- ========= Remove Accept Any Volume ========= directive.
Kern Sibbald [Sat, 24 Jun 2006 07:53:36 +0000 (07:53 +0000)]
- ========= Remove Accept Any Volume ========= directive.
- Major cleanup and simplification of regress using shell functions
  (more tests to be converted to new format)
- Add detection of 64 bit Irix as indicated by user.
- Increment catalog database id from 9 to 10.
- Add a few of the new database fields to the various C++
  structures.
- Implement code to fill in the most important new fields (e.g.
  Media Enable).
- Ensure that most of the new fields are in create/get/insert/update.
  More work to be done.

17 years agoBegin simplification and cleanup of tests using shell functions
Kern Sibbald [Sat, 24 Jun 2006 07:48:05 +0000 (07:48 +0000)]
Begin simplification and cleanup of tests using shell functions

17 years agoRemove AcceptAnyVolume
Kern Sibbald [Fri, 23 Jun 2006 09:06:48 +0000 (09:06 +0000)]
Remove AcceptAnyVolume

17 years ago- Update some very old licenses in src/cats.
Kern Sibbald [Thu, 22 Jun 2006 09:55:43 +0000 (09:55 +0000)]
- Update some very old licenses in src/cats.
- Modify the database format for handling Migration jobs:
   Add PriorJobId, RealEndTime to Job table
   Delete MAC table
   Remove Stripe from JobMedia record (not used, wasting space)
   Add ScratchPoolId, RecyclePoolId, Enabled to Media record
   Add Cost to Location table.
- Delete mac_record subroutines.
- Add new table values to create/update/get routines as appropriate.
- Update the update_tables and make_tables scripts.
- Make a first cut in using a union where multiple pointers (actually
  pointers to pointers) are stored.
- Make some changes to base64.c suggested by Robert and others and add
  a small amount of documentation.
- Add some changes suggested by Peter for Solaris (bregex...)
- Make runscript.h always built because it needs to be pulled into
  more places.  In particular its RES was left out of a union.
- Renumber the enum{} list in runscript.h to avoid starting from zero.
  This makes it slightly easier to detect uninitialized variables.

17 years agoUpdate todo
Kern Sibbald [Tue, 20 Jun 2006 16:20:56 +0000 (16:20 +0000)]
Update todo

17 years agoThis patch has been in the FreeBSD port for some time.
Dan Langille [Wed, 14 Jun 2006 16:32:08 +0000 (16:32 +0000)]
This patch has been in the FreeBSD port for some time.

17 years ago- Remove xpg4 lib from FreeBSD build as it is no longer needed and
Kern Sibbald [Wed, 14 Jun 2006 13:06:41 +0000 (13:06 +0000)]
- Remove xpg4 lib from FreeBSD build as it is no longer needed and
  sometimes creates install problems.
- Change a couple of %T in strftime to %H:%M:%S as seen in Robert
  Nelson's code.  More to do.
- Convert a few store_bit to store_bool in filed_conf.c.
- DVD tweak to block.c as supplied by Uwe Muessel.

17 years agoUpdate rescue version.
Scott Barninger [Mon, 12 Jun 2006 19:02:49 +0000 (19:02 +0000)]
Update rescue version.

17 years agoFix legacy copyright syntax.
Scott Barninger [Mon, 12 Jun 2006 14:49:34 +0000 (14:49 +0000)]
Fix legacy copyright syntax.

17 years agoFix syntax error in %files section.
Scott Barninger [Mon, 12 Jun 2006 13:15:05 +0000 (13:15 +0000)]
Fix syntax error in %files section.

17 years agoUpdates
Kern Sibbald [Sun, 11 Jun 2006 14:47:28 +0000 (14:47 +0000)]
Updates

17 years agoUpdate for 1.38.10
Scott Barninger [Fri, 9 Jun 2006 00:10:39 +0000 (00:10 +0000)]
Update for 1.38.10

17 years agoFix Win32 cross-compile
Kern Sibbald [Tue, 6 Jun 2006 18:44:20 +0000 (18:44 +0000)]
Fix Win32 cross-compile

17 years agoUpdates + license change
Kern Sibbald [Mon, 5 Jun 2006 21:37:58 +0000 (21:37 +0000)]
Updates + license change

17 years agoAdd fc5 target.
Scott Barninger [Sun, 4 Jun 2006 15:30:14 +0000 (15:30 +0000)]
Add fc5 target.

17 years agoFix usermod statements. Add fc5 target.
Scott Barninger [Sun, 4 Jun 2006 15:27:04 +0000 (15:27 +0000)]
Fix usermod statements. Add fc5 target.

17 years ago- Modify configure.in to check for typeof().
Kern Sibbald [Sun, 4 Jun 2006 12:15:44 +0000 (12:15 +0000)]
- Modify configure.in to check for typeof().
- In findlib/attribs.c use typeof instead of templates if possible.

17 years agoSome tweaks to the scripts
Kern Sibbald [Sat, 3 Jun 2006 08:24:16 +0000 (08:24 +0000)]
Some tweaks to the scripts

18 years agoCorrect compile errors in acl.c
Kern Sibbald [Thu, 1 Jun 2006 11:33:41 +0000 (11:33 +0000)]
Correct compile errors in acl.c