Changesets: bareos

master c0d8457d

2014-04-28 18:24

Marco van Wieringen

Ported: N/A

Details Diff
Drop vMmsg functions.
mod - src/include/baconfig.h Diff File
mod - src/lib/ini.c Diff File
mod - src/lib/lex.c Diff File
mod - src/lib/message.c Diff File
mod - src/lib/parse_bsr.c Diff File

master 6244df19

2014-04-28 16:24

mvwieringen

Ported: N/A

Details Diff
Drop vMmsg functions.
mod - src/include/baconfig.h Diff File
mod - src/lib/ini.c Diff File
mod - src/lib/lex.c Diff File
mod - src/lib/message.c Diff File
mod - src/lib/parse_bsr.c Diff File

playground 9a758194

2014-04-28 13:16

pstorz

Ported: N/A

Details Diff
useradd on RHEL4 does not know long options

so we needed to use the short ones
mod - platforms/packaging/bareos-RHEL-4.spec Diff File

playground 95143318

2014-04-28 12:23

pstorz

Ported: N/A

Details Diff
Give hint on db update scripts on version error

When we get an db version error, give a clear hint
to run the db update scripts instead of only
asking to correct the config file.
mod - src/dird/dird.c Diff File

playground 95ad9a96

2014-04-28 12:23

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Give hint on db update scripts on version error

When we get an db version error, give a clear hint
to run the db update scripts instead of only
asking to correct the config file.
mod - src/dird/dird.c Diff File

master 1a6883ab

2014-04-28 00:37

Marco van Wieringen

Ported: N/A

Details Diff
Tweak layout.

- Use enums instead of defines for config types.
- Cleanup mem_pool.h
- Refactor dir_db_log_insert() function.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/filed_conf.h Diff File
mod - src/lib/ini.h Diff File
mod - src/lib/mem_pool.h Diff File
mod - src/lib/parse_conf.h Diff File
mod - src/stored/stored_conf.h Diff File

master 9bdb60fa

2014-04-27 22:37

mvwieringen

Ported: N/A

Details Diff
Tweak layout.

- Use enums instead of defines for config types.
- Cleanup mem_pool.h
- Refactor dir_db_log_insert() function.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/filed_conf.h Diff File
mod - src/lib/ini.h Diff File
mod - src/lib/mem_pool.h Diff File
mod - src/lib/parse_conf.h Diff File
mod - src/stored/stored_conf.h Diff File

playground 2b27972f

2014-04-26 23:54

pstorz

Ported: N/A

Details Diff
Disable python plugins
mod - platforms/packaging/bareos-RHEL-4.spec Diff File

playground 021a6aa8

2014-04-26 23:44

pstorz

Ported: N/A

Details Diff
Ported new stuff to RHEL4 spec
mod - platforms/packaging/bareos-RHEL-4.spec Diff File

playground 393b1220

2014-04-26 22:52

pstorz

Ported: N/A

Details Diff
Fix typo
mod - platforms/packaging/bareos-RHEL-4.spec Diff File

master e288a04e

2014-04-26 01:48

Philipp Storz


Committer: Marco van Wieringen

Ported: N/A

Details Diff
Added spec for RHEL4

We only build the client programs
add - platforms/packaging/bareos-RHEL_4.spec Diff File

playground 346a14fb

2014-04-26 00:38

pstorz

Ported: N/A

Details Diff
Fix version numbers
mod - platforms/packaging/bareos-RHEL-4.spec Diff File

playground d5ace679

2014-04-25 23:48

pstorz

Ported: N/A

Details Diff
Added spec for RHEL4

We only build the client programs
add - platforms/packaging/bareos-RHEL-4.spec Diff File

playground 3e72d77e

2014-04-25 23:48

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Added spec for RHEL4

We only build the client programs
add - platforms/packaging/bareos-RHEL_4.spec Diff File

master a0a4055e

2014-04-25 23:48

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Added spec for RHEL4

We only build the client programs
add - platforms/packaging/bareos-RHEL_4.spec Diff File

bareos-13.2 8c2378c2

2014-04-25 23:48

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Added spec for RHEL4

We only build the client programs
add - platforms/packaging/bareos-RHEL_4.spec Diff File

playground 1dddc423

2014-04-25 17:35

joergs

Ported: N/A

Details Diff
configure
mod - configure Diff File

playground 89d272b0

2014-04-25 17:35

joergs

Ported: N/A

Details Diff
configure
mod - configure Diff File

playground 1fa7d232

2014-04-25 17:35

joergs

Ported: N/A

Details Diff
configure
mod - configure Diff File

bareos-13.2 ff73eac6

2014-04-25 14:53

readonly

Ported: N/A

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

playground a9dc4dc9

2014-04-25 10:38

joergs

Ported: N/A

Details Diff
password check
mod - scripts/bareos-config-lib.sh.in Diff File

master 02714d53

2014-04-24 19:37

Joerg Steffens


Committer: Marco van Wieringen

Ported: N/A

Details Diff
handle unset parameter

some scripts (eg. package postinstall script) include bareos-config-lib.sh with settings,
that exit if a variable is undefined.
To prevent problems, function parameter are now used as "${1-}", so that they are never undefined.
Also fixes a bug, when using a database password that contains "/".
"/" is now a allowed character, but "#" is forbidden.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - scripts/bareos-config-lib.sh.in Diff File

playground f05efb16

2014-04-24 17:54

joergs

Ported: N/A

Details Diff
workaround for db passwords containing /

openssl generated passwords often contain /.
This causes problems with our sed call,
therefore replaced / by #.
The character # is not allowed in our passwords.
mod - scripts/bareos-config-lib.sh.in Diff File

playground ff640c8c

2014-04-24 17:37

joergs

Ported: N/A

Details Diff
handle unset parameter
mod - scripts/bareos-config-lib.sh.in Diff File

master 866c1c22

2014-04-24 17:37

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
handle unset parameter

some scripts (eg. package postinstall script) include bareos-config-lib.sh with settings,
that exit if a variable is undefined.
To prevent problems, function parameter are now used as "${1-}", so that they are never undefined.
Also fixes a bug, when using a database password that contains "/".
"/" is now a allowed character, but "#" is forbidden.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - scripts/bareos-config-lib.sh.in Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 551 552 553 554 555 556 557 ... 600 ... 607 608 609  Next  Last