Changesets: bareos

master 5b8fbd01

2014-11-22 17:04

Marco van Wieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/filed/accurate_lmdb.c Diff File

master a6be4e8c

2014-11-22 16:04

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/filed/accurate_lmdb.c Diff File

bareos-14.2 431ff20d

2014-11-22 16:04

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/filed/accurate_lmdb.c Diff File

master f2698d68

2014-11-21 15:08

Marco van Wieringen

Ported: N/A

Details Diff
Update README.md
mod - README.md Diff File

master 11d380ea

2014-11-21 14:08

mvwieringen

Ported: N/A

Details Diff
Update README.md
mod - README.md Diff File

master 178e6313

2014-11-21 13:28

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Windows Installer Overhaul

- Database Setup is now done by the installer itself
- Added database dialog for that
- Interactively the administrator login is directly checked
and installation cannot go on if administrative account cannot login
- Added logging functions to better be able to debug installer
Variable $WriteLogs is used for that.
- Debug installer always writes logs
- Passwords for psql login are transferred in environment variables, no
passwords are written to files.
- Help text if called with /? now really is the first done.
- If silent installer aborts, it writes a file "abortreason" to $TEMP
- Installer Parameters added:
- /INSTALLDIRECTOR select director section for install
this also selects bconsole section
- /INSTALLSTORAGE selects storage section for install
- /DBADMINUSER=<user> sets the database admin user,
default=postgres
- /DBADMINPASSWORD=<password> sets the database admin password
default=<empty>
DBADMINUSER and DBADMINPASSWORD are used to create the bareos
databases. If login is not possible silent installer will abort
- /WRITELOGS makes also non-debug installer write logs
add - platforms/win32/databasedialog.ini Diff File
mod - platforms/win32/directordialog.ini Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos.nsi Diff File

master becf8a50

2014-11-21 12:50

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
set Debian section to python for Python packages
mod - debian/control Diff File
mod - debian/control.bareos-director-python-plugin Diff File
mod - debian/control.bareos-filedaemon-python-plugin Diff File
mod - debian/control.bareos-storage-python-plugin Diff File

master 63dbbe21

2014-11-21 12:28

pstorz

Ported: N/A

Details Diff
Windows Installer Overhaul

- Database Setup is now done by the installer itself
- Added database dialog for that
- Interactively the administrator login is directly checked
and installation cannot go on if administrative account cannot login
- Added logging functions to better be able to debug installer
Variable $WriteLogs is used for that.
- Debug installer always writes logs
- Passwords for psql login are transferred in environment variables, no
passwords are written to files.
- Help text if called with /? now really is the first done.
- If silent installer aborts, it writes a file "abortreason" to $TEMP
- Installer Parameters added:
- /INSTALLDIRECTOR select director section for install
this also selects bconsole section
- /INSTALLSTORAGE selects storage section for install
- /DBADMINUSER=<user> sets the database admin user,
default=postgres
- /DBADMINPASSWORD=<password> sets the database admin password
default=<empty>
DBADMINUSER and DBADMINPASSWORD are used to create the bareos
databases. If login is not possible silent installer will abort
- /WRITELOGS makes also non-debug installer write logs
add - platforms/win32/databasedialog.ini Diff File
mod - platforms/win32/directordialog.ini Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos.nsi Diff File

bareos-14.2 8335aa2a

2014-11-21 12:28

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Windows Installer Overhaul

- Database Setup is now done by the installer itself
- Added database dialog for that
- Interactively the administrator login is directly checked
and installation cannot go on if administrative account cannot login
- Added logging functions to better be able to debug installer
Variable $WriteLogs is used for that.
- Debug installer always writes logs
- Passwords for psql login are transferred in environment variables, no
passwords are written to files.
- Help text if called with /? now really is the first done.
- If silent installer aborts, it writes a file "abortreason" to $TEMP
- Installer Parameters added:
- /INSTALLDIRECTOR select director section for install
this also selects bconsole section
- /INSTALLSTORAGE selects storage section for install
- /DBADMINUSER=<user> sets the database admin user,
default=postgres
- /DBADMINPASSWORD=<password> sets the database admin password
default=<empty>
DBADMINUSER and DBADMINPASSWORD are used to create the bareos
databases. If login is not possible silent installer will abort
- /WRITELOGS makes also non-debug installer write logs
add - platforms/win32/databasedialog.ini Diff File
mod - platforms/win32/directordialog.ini Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos.nsi Diff File

master a7d4af58

2014-11-21 12:13

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
get rid of circular dependencies

Remove circular dependency between bareos-database-common, bareos-database-mysql, bareos-database-postgresql and bareos-database-sqlite3.

Closes: #769536 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769536)
Thanks: Bill Allombert
mod - debian/control Diff File
mod - debian/control.in Diff File

master f727d0e6

2014-11-21 11:54

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
on purge, also remove /etc/bareos/.rndpwd

Closes: #769096 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769096)
Thanks: Andreas Beckmann
add - debian/bareos-common.postrm Diff File

master 7db7c82d

2014-11-21 11:52

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
let git ignore some more files
mod - .gitignore Diff File

master d342f856

2014-11-21 11:50

joergs


Committer: pstorz

Ported: N/A

Details Diff
set Debian section to python for Python packages
mod - debian/control Diff File
mod - debian/control.bareos-director-python-plugin Diff File
mod - debian/control.bareos-filedaemon-python-plugin Diff File
mod - debian/control.bareos-storage-python-plugin Diff File

bareos-14.2 ece1b2a5

2014-11-21 11:50

joergs


Committer: pstorz

Ported: N/A

Details Diff
set Debian section to python for Python packages
mod - debian/control Diff File
mod - debian/control.bareos-director-python-plugin Diff File
mod - debian/control.bareos-filedaemon-python-plugin Diff File
mod - debian/control.bareos-storage-python-plugin Diff File

master d3975e00

2014-11-21 11:13

joergs


Committer: pstorz

Ported: N/A

Details Diff
get rid of circular dependencies

Remove circular dependency between bareos-database-common, bareos-database-mysql, bareos-database-postgresql and bareos-database-sqlite3.

Closes: #769536 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769536)
Thanks: Bill Allombert
mod - debian/control Diff File
mod - debian/control.in Diff File

bareos-14.2 dc70f181

2014-11-21 11:13

joergs


Committer: pstorz

Ported: N/A

Details Diff
get rid of circular dependencies

Remove circular dependency between bareos-database-common, bareos-database-mysql, bareos-database-postgresql and bareos-database-sqlite3.

Closes: #769536 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769536)
Thanks: Bill Allombert
mod - debian/control Diff File
mod - debian/control.in Diff File

master 6f685e0b

2014-11-21 10:54

joergs


Committer: pstorz

Ported: N/A

Details Diff
on purge, also remove /etc/bareos/.rndpwd

Closes: #769096 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769096)
Thanks: Andreas Beckmann
add - debian/bareos-common.postrm Diff File

bareos-14.2 2e8aa595

2014-11-21 10:54

joergs


Committer: pstorz

Ported: N/A

Details Diff
on purge, also remove /etc/bareos/.rndpwd

Closes: #769096 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769096)
Thanks: Andreas Beckmann
add - debian/bareos-common.postrm Diff File

master 753c175d

2014-11-21 10:52

joergs


Committer: pstorz

Ported: N/A

Details Diff
let git ignore some more files
mod - .gitignore Diff File

bareos-14.2 58077146

2014-11-21 10:52

joergs


Committer: pstorz

Ported: N/A

Details Diff
let git ignore some more files
mod - .gitignore Diff File

master e9a34a68

2014-11-21 10:38

Marco van Wieringen

Ported: N/A

Details Diff
Fix FD plugin handling.

Seems we broke the FD plugin handling while converting it to the new
plugin framework. These changes make the regression script at least
working again and also cleanup the test if we are processing an entry
of a plugin by a new method in the JCR is_plugin() which checks for
the cmd_plugin or option_plugin boolean.
mod - src/filed/backup.c Diff File
mod - src/filed/fd_plugins.c Diff File
mod - src/filed/fd_plugins.h Diff File
mod - src/filed/restore.c Diff File
mod - src/include/jcr.h Diff File

master a08279be

2014-11-21 09:38

mvwieringen

Ported: N/A

Details Diff
Fix FD plugin handling.

Seems we broke the FD plugin handling while converting it to the new
plugin framework. These changes make the regression script at least
working again and also cleanup the test if we are processing an entry
of a plugin by a new method in the JCR is_plugin() which checks for
the cmd_plugin or option_plugin boolean.
mod - src/filed/backup.c Diff File
mod - src/filed/fd_plugins.c Diff File
mod - src/filed/fd_plugins.h Diff File
mod - src/filed/restore.c Diff File
mod - src/include/jcr.h Diff File

master 7870eb7a

2014-11-21 00:17

Marco van Wieringen

Ported: N/A

Details Diff
Fix overflow in visual bitmap.

Should allocate FO_MAX + 1 bytes (one for every 0 or 1 in the bitmap)
and not FOPTS_BYTES which is one bit per option.
mod - src/plugins/filed/python-fd.c Diff File

master 25c1e024

2014-11-20 23:17

mvwieringen

Ported: N/A

Details Diff
Fix overflow in visual bitmap.

Should allocate FO_MAX + 1 bytes (one for every 0 or 1 in the bitmap)
and not FOPTS_BYTES which is one bit per option.
mod - src/plugins/filed/python-fd.c Diff File

master afdbb686

2014-11-19 15:14

Maik Aussendorf


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Wrapper and baseclass for class based Bareos Director Python plugins

Fixes 0000365: include baseclass for python director plugins
mod - debian/bareos-director-python-plugin.install.in Diff File
mod - platforms/packaging/bareos.spec Diff File
add - src/plugins/dird/BareosDirPluginBaseclass.py Diff File
add - src/plugins/dird/BareosDirWrapper.py Diff File
add - src/plugins/dird/bareos-dir-class-plugin.py Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 534 535 536 537 538 539 540 ... 600 ... 628 629 630  Next  Last