summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Autoconfify the OS X plist filesJames O'Gorman2008-11-22
|
* Fix typo in variable name.Chris Wilson2008-11-15
|
* Fix NotifyScript syntax error reported by Roy.Chris Wilson2008-11-11
| | | | | Ignore "backup-ok" messages in NotifyScript by default.
* Additional debugging for value format error reported by Scott McNee.Chris Wilson2008-11-11
|
* Add the WebManagementInterface to contribs.Chris Wilson2008-11-08
|
* Create directory for admin web interface. See WebManagementInterface.Chris Wilson2008-11-08
|
* Update distribution manifest to include the DocBook XML sources, as ↵James O'Gorman2008-11-02
| | | | requested by Reinhard Tartler.
* Fix test for slight change to logging format.Chris Wilson2008-10-29
|
* Use the same ostringstream formatting for protocol logging to fileChris Wilson2008-10-29
| | | | | | that we use for standard logging, to fix 64bit platform warnings reported by Matt Brown.
* Revert incorrectly committed file.Chris Wilson2008-10-29
|
* Use the same ostringstream formatting for protocol logging to fileChris Wilson2008-10-29
| | | | | | that we use for standard logging, to fix 64bit platform warnings reported by Matt Brown.
* Update distribution generator.James O'Gorman2008-10-27
|
* Use $PERL instead of perl in configure.acJames O'Gorman2008-10-27
|
* Silence warnings from openbsd gcc by using strncpy instead of strcpy.Chris Wilson2008-10-26
|
* Reverse the test for __syscall(), remove the test for syscall(),Chris Wilson2008-10-26
| | | | | | | | | | | | | remove the definition and reverse the sense in ax_func_syscall.m4 (which checks for __syscall() needing definition). Autoconf's AC_CHECK_FUNC defines it when testing for its presence, so HAVE___SYSCALL will be true even if __syscall has no definition in the system libraries, and this is precisely the case that we want to test for, so now we test whether the test program compiles with no explicit definition (only the system headers) and if that fails, we set HAVE___SYSCALL_NEED_DEFN to 1.
* Don't include docs/ in the cleanup search.James O'Gorman2008-10-26
|
* Ignore generated Windows installer file.James O'Gorman2008-10-26
|
* * Create man pages in man/ instead of man-pages/ (slightly more standard ↵James O'Gorman2008-10-26
| | | | | | | | | location) * Fix a bug in the creation of the HTML man pages dir * Make the output quieter (don't display commands when making)
* Check whether HAVE_UCRED_H is defined, not whether its value is 1.Chris Wilson2008-10-24
|
* Add missing #include <errno.h>, needed by FreeBSD and Solaris at least.Chris Wilson2008-10-24
|
* Report the filename that failed when various file attribute syscallsChris Wilson2008-10-21
| | | | | | | fail, for example setting, listing or reading extended attributes, or creating or changing the owner of a symlink. Thanks to Torsten for noticing that the filename was not reported in these cases.
* Remove unused and wrong default path for accounts database.Chris Wilson2008-10-18
|
* Create destination directory before installing into it, as requestedChris Wilson2008-10-18
| | | | | by David Kaufman for Gentoo.
* Fix compile errors on Debian Lenny, reported by Torsten.Chris Wilson2008-10-17
|
* Fix warning about converting string constant to char * on debian lenny.Chris Wilson2008-10-17
|
* Update bbackupquery man page for new -m option for the usage command.James O'Gorman2008-10-17
|
* Add -m option to bbackupquery usage command for machine-readable output.Chris Wilson2008-10-16
|
* - fix issue with log format change, but stay backwards compatible.Kenny Millington2008-10-13
|
* Ensure that _FILE_OFFSET_BITS is defined before testing its value.Chris Wilson2008-10-11
| | | | | | Move definition of DEFINE_ONLY_OPEN64 into intercept.cpp which is the only place that should use it.
* FreeBSD is very strict about vararg types and aborts at runtime ifChris Wilson2008-10-11
| | | | | | the type passed to va_arg() has been promoted, so let's keep it happy by using ints instead.
* Don't blindly use an undefined symbol in #if.Chris Wilson2008-10-11
|
* Use getpeerucred() to identify connecting socket clients on Solaris,Chris Wilson2008-10-11
| | | | | | | | and silence warnings that the peer cannot be identified on this platform. Remove another use of uname -o which doesn't work on Solaris.
* Add missing extern "C" on intercept function definitions inChris Wilson2008-10-11
| | | | | | | testbbackupd. Fix assignment of string constants to non-const char pointers.
* Fix spurious memory leak warnings on Solaris when using Sun StudioChris Wilson2008-10-11
| | | | | compiler.
* Fix intercept compile problem on Solaris, and hopefully on other platformsChris Wilson2008-10-11
| | | | | with large file support.
* Remove non-working icons for now.Chris Wilson2008-10-08
| | | | | Fix creation of configuration file.
* Use Windows Crypto API to seed the random number generator, and removeChris Wilson2008-10-08
| | | | | warning that it hasn't been seeded on Windows.
* Determine whether to use find | xargs at build time, not at run time,Chris Wilson2008-10-08
| | | | | as Solaris/SunOS doesn't have "uname -o".
* Compile fix for makeparcels.pl (missing definition of @args).Chris Wilson2008-10-08
|
* Rebranding of installer.Chris Wilson2008-10-08
|
* Add @build_dir@ as a substituted variable in autoconf script.Chris Wilson2008-10-08
|
* Include LICENSE.txt in parcels, but don't install it.Chris Wilson2008-10-08
|
* Documentation restructuring: part 2 of 2.James O'Gorman2008-10-07
|
* Documentation restructuring: part 1 of 2.James O'Gorman2008-10-07
|
* Yet more backslashes required :(Chris Wilson2008-10-05
|
* Really fix sed expression.Chris Wilson2008-10-05
|
* Add missing closing quote to path substitution for parcel path.Chris Wilson2008-10-05
|
* Use program version for installer version as well.Chris Wilson2008-10-05
| | | | | Default to installing on drive C, not drive D.
* Parcel path must have backslashes replaced with forward slashes forChris Wilson2008-10-05
| | | | | boxbackup.mpi.
* Substitute parcel directory and Box version into InstallJammer configChris Wilson2008-10-05
| | | | | file for Windows installer.