Changesets: bareos

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

playground 4f97d50c

2014-04-24 17:37

joergs

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.
mod - scripts/bareos-config-lib.sh.in Diff File

bareos-13.2 3231d066

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

master e5bd8428

2014-04-23 17:49

Marco van Wieringen

Ported: N/A

Details Diff
Rebuild configure and config.h.in
mod - autoconf/config.h.in Diff File
mod - configure Diff File

master fdfdaf50

2014-04-23 16:21

Marco van Wieringen

Ported: N/A

Details Diff
Drop va_copy as it not fully portable.

Also drop max_size() method of POOL_MEM and use size() method.
mod - autoconf/configure.in Diff File
mod - src/dird/bsr.c Diff File
mod - src/include/baconfig.h Diff File
mod - src/lib/lex.c Diff File
mod - src/lib/mem_pool.c Diff File
mod - src/lib/mem_pool.h Diff File
mod - src/lib/message.c Diff File
mod - src/lib/parse_bsr.c Diff File

master ab2a179c

2014-04-23 15:49

mvwieringen

Ported: N/A

Details Diff
Rebuild configure and config.h.in
mod - autoconf/config.h.in Diff File
mod - configure Diff File

master bbe02504

2014-04-23 14:21

mvwieringen

Ported: N/A

Details Diff
Drop va_copy as it not fully portable.

Also drop max_size() method of POOL_MEM and use size() method.
mod - autoconf/configure.in Diff File
mod - src/dird/bsr.c Diff File
mod - src/include/baconfig.h Diff File
mod - src/lib/lex.c Diff File
mod - src/lib/mem_pool.c Diff File
mod - src/lib/mem_pool.h Diff File
mod - src/lib/message.c Diff File
mod - src/lib/parse_bsr.c Diff File

master 77c5b3ec

2014-04-22 17:16

Marco van Wieringen

Ported: N/A

Details Diff
Help static analyzer in understanding code.

A static analyzer doesn't understand Emsg(M_ERROR_TERM, ...) so lets put
the rest of the code into the else part of the if so things can be
understood by the analyzer and the basic code path doesn't change much.
mod - src/console/console_conf.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/stored/stored_conf.c Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 596 597 598 599 600 601 602 ... 630 ... 652 653 654  Next  Last