]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
14 years agoFixed references to xattr_link_cache_entry to use xattr_link_cache_entry_t
Marco van Wieringen [Sun, 9 Aug 2009 11:12:19 +0000 (13:12 +0200)]
Fixed references to xattr_link_cache_entry to use xattr_link_cache_entry_t

14 years agoChanges due to code review by Kern added.
Marco van Wieringen [Sun, 9 Aug 2009 09:57:00 +0000 (11:57 +0200)]
Changes due to code review by Kern added.

14 years agoMove enum from protos.h to filed.h and move defines to top of filed.h
Marco van Wieringen [Wed, 29 Jul 2009 20:26:16 +0000 (22:26 +0200)]
Move enum from protos.h to filed.h and move defines to top of filed.h

14 years agoAdded some more ENOENT supressing.
Marco van Wieringen [Tue, 28 Jul 2009 11:38:23 +0000 (13:38 +0200)]
Added some more ENOENT supressing.

14 years agoSmall indent change
Marco van Wieringen [Tue, 28 Jul 2009 11:17:03 +0000 (13:17 +0200)]
Small indent change

14 years agoSmall change to comments
Marco van Wieringen [Mon, 27 Jul 2009 19:46:49 +0000 (21:46 +0200)]
Small change to comments

14 years agoRenamed cleanup goto target into bail_out which is the prefered name from the develop...
Marco van Wieringen [Thu, 9 Jul 2009 19:38:12 +0000 (21:38 +0200)]
Renamed cleanup goto target into bail_out which is the prefered name from the development guide. Also make ENOENT errors in acl and xattr not an error, e.g. no error message and no not-ok to the upperlevel functions.

14 years agoAdded comment on entry points
Marco van Wieringen [Sun, 12 Jul 2009 19:46:38 +0000 (21:46 +0200)]
Added comment on entry points

14 years agoAdded missing ENOENT switch case.
Marco van Wieringen [Sun, 12 Jul 2009 17:26:19 +0000 (19:26 +0200)]
Added missing ENOENT switch case.

14 years agoFix problem with counting xattr and returning a non-ok on count 0, also added some...
Marco van Wieringen [Sun, 12 Jul 2009 15:56:22 +0000 (17:56 +0200)]
Fix problem with counting xattr and returning a non-ok on count 0, also added some extra comment and make sure the xattr_value_list is initialized to NULL and checked on bail_out.

14 years agoLoose default_stream parameter.
Marco van Wieringen [Wed, 8 Jul 2009 06:49:46 +0000 (08:49 +0200)]
Loose default_stream parameter.

14 years agoChanged snprintf to bsnprintf
Marco van Wieringen [Tue, 7 Jul 2009 15:55:31 +0000 (17:55 +0200)]
Changed snprintf to bsnprintf

14 years agoUse bstrncpy instead of strncpy
Marco van Wieringen [Tue, 7 Jul 2009 15:42:01 +0000 (17:42 +0200)]
Use bstrncpy instead of strncpy

14 years agoFixed Jmsg4 to Mmsg4
Marco van Wieringen [Tue, 7 Jul 2009 15:35:44 +0000 (17:35 +0200)]
Fixed Jmsg4 to Mmsg4

14 years agoFixed 2 typos.
Marco van Wieringen [Tue, 7 Jul 2009 14:53:18 +0000 (16:53 +0200)]
Fixed 2 typos.

14 years agoAdded support for counting xattr errors and only print a limited set of errors but...
Marco van Wieringen [Tue, 7 Jul 2009 10:50:36 +0000 (12:50 +0200)]
Added support for counting xattr errors and only print a limited set of errors but count all. The lower level functions now store there error message in jcr->errmsg so the upper level routines have access to them.

14 years agoAdded support for counting acl errors and only print a limited set of errors but...
Marco van Wieringen [Tue, 7 Jul 2009 09:48:42 +0000 (11:48 +0200)]
Added support for counting acl errors and only print a limited set of errors but count all. The lower level functions now store there error message in jcr->errmsg so the upper level routines have access to them.

14 years agoSmall changes to ifdef layout.
Marco van Wieringen [Mon, 6 Jul 2009 19:00:46 +0000 (21:00 +0200)]
Small changes to ifdef layout.

14 years agoDrop unneeded target for libbacfind.a
Marco van Wieringen [Sun, 5 Jul 2009 18:02:32 +0000 (20:02 +0200)]
Drop unneeded target for libbacfind.a

14 years agoFixed typo where I moved some code into the switch. This version compiles on Linux
Marco van Wieringen [Sun, 5 Jul 2009 15:17:40 +0000 (17:17 +0200)]
Fixed typo where I moved some code into the switch. This version compiles on Linux

14 years agoMoved the berrno as a local variable of the function and not a local context variable...
Marco van Wieringen [Sun, 5 Jul 2009 14:20:35 +0000 (16:20 +0200)]
Moved the berrno as a local variable of the function and not a local context variable. Same as previous change for acl.c

14 years agoMake sure it compiles and moved the berrno as a local variable of the function and...
Marco van Wieringen [Sun, 5 Jul 2009 14:13:50 +0000 (16:13 +0200)]
Make sure it compiles and moved the berrno as a local variable of the function and not a local context variable. Moved tri-state enum to protos.h

14 years agoMoved list of supported xattr to start of per OS implementation like in acl.c
Marco van Wieringen [Sun, 5 Jul 2009 13:10:32 +0000 (15:10 +0200)]
Moved list of supported xattr to start of per OS implementation like in acl.c

14 years agoFixed typo
Marco van Wieringen [Sun, 5 Jul 2009 12:11:44 +0000 (14:11 +0200)]
Fixed typo

14 years agoImported patch from older git tree.
Marco van Wieringen [Thu, 16 Jul 2009 05:42:21 +0000 (07:42 +0200)]
Imported patch from older git tree.

14 years agoFix cats.h date
Kern Sibbald [Sat, 8 Aug 2009 20:28:09 +0000 (22:28 +0200)]
Fix cats.h date

14 years agoFix typo
Kern Sibbald [Sat, 25 Jul 2009 13:31:40 +0000 (15:31 +0200)]
Fix typo

14 years agoStart adding Incomplete Job status
Kern Sibbald [Thu, 23 Jul 2009 12:24:13 +0000 (14:24 +0200)]
Start adding Incomplete Job status

14 years agoAdd working2 to .gitignore
Kern Sibbald [Sat, 8 Aug 2009 20:23:22 +0000 (22:23 +0200)]
Add working2 to .gitignore

14 years agoAdd data end tracking an attribute spooling
Kern Sibbald [Sat, 8 Aug 2009 14:45:08 +0000 (16:45 +0200)]
Add data end tracking an attribute spooling

14 years agoFix compiler warning in bvfs code
Kern Sibbald [Sat, 8 Aug 2009 14:44:00 +0000 (16:44 +0200)]
Fix compiler warning in bvfs code

14 years agoMinor bsock cleanup in stored
Kern Sibbald [Sat, 8 Aug 2009 14:11:24 +0000 (16:11 +0200)]
Minor bsock cleanup in stored

14 years agoUse 64 bit ftell and fseek in send_bootstrap_file
Kern Sibbald [Sat, 8 Aug 2009 14:10:27 +0000 (16:10 +0200)]
Use 64 bit ftell and fseek in send_bootstrap_file

14 years agoTurn of some debug code
Kern Sibbald [Sat, 8 Aug 2009 13:27:35 +0000 (15:27 +0200)]
Turn of some debug code

14 years agoIgnore src/tools/bvfs_test
Kern Sibbald [Sat, 8 Aug 2009 11:49:31 +0000 (13:49 +0200)]
Ignore src/tools/bvfs_test

14 years agotweak the multi-storage-test to handle kern's firewall
Eric Bollengier [Fri, 7 Aug 2009 12:27:34 +0000 (14:27 +0200)]
tweak the multi-storage-test to handle kern's firewall

14 years agobvfs: Add example to list files versions
Eric Bollengier [Fri, 7 Aug 2009 09:32:50 +0000 (11:32 +0200)]
bvfs: Add example to list files versions
bvfs: Fix directory listing
bvfs: Add limit/offset implementation to save resources on director
bvfs: Create cache tables on the fly when using Bvfs object (for testing)

14 years agoBvfs: Create cache tables when updating the cache if they don't exist
Eric Bollengier [Fri, 7 Aug 2009 07:22:42 +0000 (09:22 +0200)]
Bvfs: Create cache tables when updating the cache if they don't exist

14 years agofix makefile for bvfs_test
Eric Bollengier [Thu, 6 Aug 2009 20:53:14 +0000 (22:53 +0200)]
fix makefile for bvfs_test

14 years agoadd option to truncate cache table during startup for bvfs_test
Eric Bollengier [Thu, 6 Aug 2009 19:25:15 +0000 (21:25 +0200)]
add option to truncate cache table during startup for bvfs_test

14 years agoadd user handler to print directory
Eric Bollengier [Thu, 6 Aug 2009 19:17:39 +0000 (21:17 +0200)]
add user handler to print directory
add -j, -p to bvfs_test tool

14 years agoDocument FT_DELETED FileIndex=0 special value in database Schema
Eric Bollengier [Thu, 6 Aug 2009 14:21:29 +0000 (16:21 +0200)]
Document FT_DELETED FileIndex=0 special value in database Schema

14 years agoAdd the rest of files for new Bvfs
Eric Bollengier [Thu, 6 Aug 2009 14:07:39 +0000 (16:07 +0200)]
Add the rest of files for new Bvfs

14 years agoAdd a new Bvfs class that implements brestore instant navigation
Eric Bollengier [Thu, 6 Aug 2009 13:59:52 +0000 (15:59 +0200)]
Add a new Bvfs class that implements brestore instant navigation
cache inside Bacula. Works for Mysql, Postgresql and Sqlite3

14 years agobat: fix compiler warning for unreferenced argument
Kern Sibbald [Thu, 6 Aug 2009 13:47:47 +0000 (06:47 -0700)]
bat: fix compiler warning for unreferenced argument

14 years agofix mysql case problem in bweb/bresto
Eric Bollengier [Thu, 6 Aug 2009 12:48:07 +0000 (14:48 +0200)]
fix mysql case problem in bweb/bresto

14 years agoUse the sqlite3_changes to implement sql_affected_rows()
Eric Bollengier [Thu, 6 Aug 2009 12:27:07 +0000 (14:27 +0200)]
Use the sqlite3_changes to implement sql_affected_rows()

14 years agoremove QFormLayout, and use QGridLayout instead
Eric Bollengier [Thu, 6 Aug 2009 07:49:33 +0000 (09:49 +0200)]
remove QFormLayout, and use QGridLayout instead

14 years agocleanup temp table in bweb
Eric Bollengier [Wed, 5 Aug 2009 19:05:55 +0000 (21:05 +0200)]
cleanup temp table in bweb

14 years agoin bweb, fix warning
Eric Bollengier [Wed, 5 Aug 2009 09:09:47 +0000 (11:09 +0200)]
in bweb, fix warning

14 years agoadd a default bconsole command to bweb starthttp script.
Eric Bollengier [Wed, 5 Aug 2009 09:03:51 +0000 (11:03 +0200)]
add a default bconsole command to bweb starthttp script.

14 years agoadd weird-files2 to .gitignore
Kern Sibbald [Tue, 4 Aug 2009 19:00:47 +0000 (21:00 +0200)]
add weird-files2 to .gitignore

14 years agoremove Page Selector keyword from main bat screen
Eric Bollengier [Tue, 4 Aug 2009 15:57:55 +0000 (17:57 +0200)]
remove Page Selector keyword from main bat screen

14 years agotweak doc
Eric Bollengier [Tue, 4 Aug 2009 14:11:55 +0000 (16:11 +0200)]
tweak doc

14 years agofix small pb in bweb starthttp script
Eric Bollengier [Tue, 4 Aug 2009 14:05:13 +0000 (16:05 +0200)]
fix small pb in bweb starthttp script

14 years agodocument bweb+lighttpd
Eric Bollengier [Tue, 4 Aug 2009 14:00:19 +0000 (16:00 +0200)]
document bweb+lighttpd

14 years agoupdate display_log to display a message if no logs are found
Eric Bollengier [Tue, 4 Aug 2009 13:59:46 +0000 (15:59 +0200)]
update display_log to display a message if no logs are found

14 years agoMerge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula
Kern Sibbald [Tue, 4 Aug 2009 13:58:14 +0000 (15:58 +0200)]
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula

14 years agoApply patch for regress from Frank Sweester
Kern Sibbald [Tue, 4 Aug 2009 13:57:55 +0000 (15:57 +0200)]
Apply patch for regress from Frank Sweester

14 years agoconnect button from mediainfo to real actions
Eric Bollengier [Tue, 4 Aug 2009 13:12:07 +0000 (15:12 +0200)]
connect button from mediainfo to real actions

14 years agobat: cleanup job and mediainfo panel
Eric Bollengier [Tue, 4 Aug 2009 11:26:07 +0000 (13:26 +0200)]
bat: cleanup job and mediainfo panel

14 years agobat fill mediainfo fields
Eric Bollengier [Tue, 4 Aug 2009 10:27:43 +0000 (12:27 +0200)]
bat fill mediainfo fields

14 years agobat: Go to the media info panel when double-click on job page or media list
Eric Bollengier [Tue, 4 Aug 2009 09:29:24 +0000 (11:29 +0200)]
bat: Go to the media info panel when double-click on job page or media list

14 years agoAdd new mediainfo panel to bat
Eric Bollengier [Mon, 3 Aug 2009 20:58:33 +0000 (22:58 +0200)]
Add new mediainfo panel to bat

14 years agoupdate windows bat.pro
Eric Bollengier [Mon, 3 Aug 2009 19:51:28 +0000 (21:51 +0200)]
update windows bat.pro

14 years agosmall fix for bresto
Eric Bollengier [Mon, 3 Aug 2009 18:40:18 +0000 (20:40 +0200)]
small fix for bresto

14 years agoupdate doc
Eric Bollengier [Mon, 3 Aug 2009 18:18:40 +0000 (20:18 +0200)]
update doc

14 years agodon't reset bstat, rstat, dstat in stop_bacula
Eric Bollengier [Mon, 3 Aug 2009 08:59:20 +0000 (10:59 +0200)]
don't reset bstat, rstat, dstat in stop_bacula

14 years agotweak the console command panel
Eric Bollengier [Sun, 2 Aug 2009 20:11:02 +0000 (22:11 +0200)]
tweak the console command panel

14 years agoRemove useless title
Eric Bollengier [Sat, 1 Aug 2009 21:20:19 +0000 (23:20 +0200)]
Remove useless title

14 years agofix layout, now ok
Eric Bollengier [Sat, 1 Aug 2009 21:18:00 +0000 (23:18 +0200)]
fix layout, now ok

14 years agoremove list volume menu from joblist
Eric Bollengier [Sat, 1 Aug 2009 19:46:35 +0000 (21:46 +0200)]
remove list volume menu from joblist

14 years agomake double click work with joblist
Eric Bollengier [Sat, 1 Aug 2009 19:19:52 +0000 (21:19 +0200)]
make double click work with joblist

14 years agoadd refresh and delete event
Eric Bollengier [Sat, 1 Aug 2009 17:11:03 +0000 (19:11 +0200)]
add refresh and delete event

14 years agofix script name
Eric Bollengier [Mon, 3 Aug 2009 09:43:35 +0000 (11:43 +0200)]
fix script name

14 years agoRemove old sqlite3 build from bacula.spec
Kern Sibbald [Sun, 2 Aug 2009 12:56:42 +0000 (14:56 +0200)]
Remove old sqlite3 build from bacula.spec

14 years agoMerge commit 'sf/master'
Kern Sibbald [Sun, 2 Aug 2009 11:14:09 +0000 (13:14 +0200)]
Merge commit 'sf/master'

14 years agoMove bat from bacula.spec to bacula-bat.spec
Kern Sibbald [Sun, 2 Aug 2009 10:48:34 +0000 (12:48 +0200)]
Move bat from bacula.spec to bacula-bat.spec

14 years ago Remove installing gconsole start script from Makefile.in
Kern Sibbald [Sun, 2 Aug 2009 10:45:15 +0000 (12:45 +0200)]
 Remove installing gconsole start script from Makefile.in

14 years agoSplit mtx into its own spec file
Kern Sibbald [Sun, 2 Aug 2009 09:43:56 +0000 (11:43 +0200)]
Split mtx into its own spec file

14 years agoRemove docs from spec
Kern Sibbald [Sat, 1 Aug 2009 15:41:17 +0000 (17:41 +0200)]
Remove docs from spec

14 years agoSplit docs into bacula-docs.spec
Kern Sibbald [Sat, 1 Aug 2009 14:12:48 +0000 (16:12 +0200)]
Split docs into bacula-docs.spec

14 years agoMove bat and mtx to their own spec files
Kern Sibbald [Sun, 2 Aug 2009 08:10:06 +0000 (10:10 +0200)]
Move bat and mtx to their own spec files

14 years agoRemove docs from spec
Kern Sibbald [Sat, 1 Aug 2009 15:41:17 +0000 (17:41 +0200)]
Remove docs from spec

14 years agoSplit docs into bacula-docs.spec
Kern Sibbald [Sat, 1 Aug 2009 14:12:48 +0000 (16:12 +0200)]
Split docs into bacula-docs.spec

14 years ago Remove installing gconsole start script from Makefile.in
Kern Sibbald [Sun, 2 Aug 2009 10:45:15 +0000 (12:45 +0200)]
 Remove installing gconsole start script from Makefile.in

14 years agoSplit mtx into its own spec file
Kern Sibbald [Sun, 2 Aug 2009 09:43:56 +0000 (11:43 +0200)]
Split mtx into its own spec file

14 years agoRemove docs from spec
Kern Sibbald [Sat, 1 Aug 2009 15:41:17 +0000 (17:41 +0200)]
Remove docs from spec

14 years agoSplit docs into bacula-docs.spec
Kern Sibbald [Sat, 1 Aug 2009 14:12:48 +0000 (16:12 +0200)]
Split docs into bacula-docs.spec

14 years agoMove bat and mtx to their own spec files
Kern Sibbald [Sun, 2 Aug 2009 08:10:06 +0000 (10:10 +0200)]
Move bat and mtx to their own spec files

14 years agoRemove docs from spec
Kern Sibbald [Sat, 1 Aug 2009 15:41:17 +0000 (17:41 +0200)]
Remove docs from spec

14 years agoSplit docs into bacula-docs.spec
Kern Sibbald [Sat, 1 Aug 2009 14:12:48 +0000 (16:12 +0200)]
Split docs into bacula-docs.spec

14 years agoMove bat from bacula.spec to bacula-bat.spec
Kern Sibbald [Sun, 2 Aug 2009 10:48:34 +0000 (12:48 +0200)]
Move bat from bacula.spec to bacula-bat.spec

14 years ago Remove installing gconsole start script from Makefile.in
Kern Sibbald [Sun, 2 Aug 2009 10:45:15 +0000 (12:45 +0200)]
 Remove installing gconsole start script from Makefile.in

14 years agoSplit mtx into its own spec file
Kern Sibbald [Sun, 2 Aug 2009 09:43:56 +0000 (11:43 +0200)]
Split mtx into its own spec file

14 years agoRemove docs from spec
Kern Sibbald [Sat, 1 Aug 2009 15:41:17 +0000 (17:41 +0200)]
Remove docs from spec

14 years agoSplit docs into bacula-docs.spec
Kern Sibbald [Sat, 1 Aug 2009 14:12:48 +0000 (16:12 +0200)]
Split docs into bacula-docs.spec

14 years agoMove bat and mtx to their own spec files
Kern Sibbald [Sun, 2 Aug 2009 08:10:06 +0000 (10:10 +0200)]
Move bat and mtx to their own spec files

14 years agoRemove docs from spec
Kern Sibbald [Sat, 1 Aug 2009 15:41:17 +0000 (17:41 +0200)]
Remove docs from spec

14 years agoSplit docs into bacula-docs.spec
Kern Sibbald [Sat, 1 Aug 2009 14:12:48 +0000 (16:12 +0200)]
Split docs into bacula-docs.spec