Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Add message-verbosity configuration key.
|
|
|
|
|
|
In order to make the library thread-safe, use the reentrant
getpw*_r and getgr*_r functions in place of the older unsafe
functions which use static buffers. The passwd and group
structures are inherited by C++ classes of the same name which
allow handling of dynamic memory allocation while at the same
time allowing use of RAII and passing to C functions.
|
|
|
|
|
|
Split into two facets, chroot_facet_source_clonable (for chroots
providing clone_source functionality) and chroot_facet_source
(for the resulting clone). This separation means that a single
class doesn't need to cater for two essentially separate uses.
The ability to list the installed facets, and name each facet for
human consumption has been added.
|
|
|
|
|
|
|
|
Rename from fs_union to union.
Make configuration options more user friendly.
Update documentation to be more clear.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with 20copyfiles.
* bin/schroot/setup/Makefile.am
(setup_SCRIPTS): Remove 20network and 30passwd, and add
20copyfiles.
* bin/schroot/setup/30passwd: Remove.
* bin/schroot/setup/20copyfiles: Move from 20network. Read
COPYFILES file, and copy files into chroot.
* bin/schroot/script-defaults: Add COPYFILES.
* bin/schroot/copyfiles-defaults: New file. Files to copy into
the chroot.
* debian/schroot.preinst: Add rm_conffile function to remove
/etc/schroot/setup.d/20network and /etc/schroot/setup.d/30passwd for
versions prior to this. These are replaced by
/etc/schroot/setup.d/20copyfiles.
|
|
|
|
* bin/schroot-mount/schroot-mount-main.cc: Ensure fstab fs_dir has
a leading /.
|
|
|
|
|
|
|
|
|
|
|
|
* debian/changelog: Update for 1.1.1.
* NEWS: Document new environment variables set inside the chroot.
* TODO: Remove completed SCHROOT_USER item.
|
|
* bin/schroot/schroot.conf.5.in: Document the environment-filter
key.
* bin/schroot/schroot.1.in (list): Document environment variables
being set, and configuration of environment filtering.
* sbuild/sbuild-session.cc (run_child): Set SCHROOT_COMMAND,
SCHROOT_USER, SCHROOT_GROUP, SCHROOT_UID and SCHROOT_GID
environment variables, equivalent to SUDO_* variables of the same
name (except for SUDO_GROUP, which does not exist).
* sbuild/sbuild-auth.cc
(auth): Initialise rgid and rgroup members from group database.
(get_rgid): New member function to get rgid.
* sbuild/sbuild-auth.h: Add GROUP error_code and rgid and
rgroup class members.
|
|
* debian/changelog: Update for 1.1.0
* TODO: Remove completed item.
|
|
* All catch blocks catch const references.
* sbuild/sbuild-run-parts.cc
(run_child): Handle exceptions thrown in child.
* sbuild/sbuild-session.cc
(setup_chroot): Handle exceptions thrown in child.
* Replace all uses std::locale("C") with std::locale::classic().
* Replace all uses of NULL with 0.
* sbuild/sbuild-auth.cc
(auth): Remove redundant auth_conv_tty dynamic_cast.
(~auth): Log an error if an exception is caught.
(set_user): Default uid and gid to current uid and gid, rather
than 0, for extra safety when an error occurs.
(run, start): Use reinterpret_cast instead of static_cast when
casting void *.
(authenticate): Don't leak hostname array if an exception is
thrown.
|
|
error).
|
|
* Added a number of debugging messages to important codepaths.
|
|
* po/en_GB.po: Update translation.
|
|
and reword error messages to be uniform with chroot error
messages.
* sbuild/sbuild-chroot-config.cc: Rename CHROOT error to
CHROOT_NOTFOUND, to reduce ambiguity.
|
|
* sbuild/sbuild-chroot.cc
(set_persona): Remove method overloaded for a string.
(get_keyfile): Use keyfile::set_object_value for the personality.
(set_keyfile): Use keyfile::get_object_value for the personality.
* sbuild/sbuild-personality.cc: Add a BAD error code for when the
personality name is invalid.
(get_personalities): Renamed from print_personalities. Create a
string, rather than printing to an ostream.
* sbuild/sbuild-personality.h: Add stream input operator, to set
the personality from a stream.
* sbuild/sbuild-keyfile.h: Move all logic in get_object_value into
the try block, to catch and report parse errors in T parsing.
|
|
* All code logging exceptions with log_error() and e.what() use
log_exception.
* sbuild/sbuild-auth.cc (auth_conv_hook): In the PAM conversation
hook, catch and handle any exception thrown by a conversation
handler.
* sbuild/sbuild-auth-conv-tty.cc (conversation): Rather than
returning false on error, throw an exception. Remove exception
catching logic; it's now handled in sbuild::auth.
* sbuild/sbuild-auth-conv.h (conversation): Rather than returning
false on error, throw an exception.
* sbuild/sbuild-log.(cc|h) (log_exception): New function. This
helper function outputs an exception using log_error(), and
exception reasons using log_info().
* sbuild/sbuild-parse-error.h: All constructors add a call for
format_reason in addition to format_detail. All detail arguments
are templated rather than strings (to allow use of exceptions as
detail).
* sbuild/sbuild-custom-error.h: All constructors add a call for
format_reason in addition to format_detail.
* sbuild/sbuild-error.h, sbuild/sbuild-error.tcc: Add error_base
class. This contains a reason string with a why() method in
addition to the what() method provided by std::exception. error<>
derives from error_base, and provides a format_reason helper with
similar behaviour to format_detail. Both format_detail and
format_reason contain templated helper classes to allow conversion
of exceptions of any type, and the transfer of their reason (if
any).
* configure.ac: Add check for boost/type_traits.hpp.
|
|
|
|
* schroot/schroot.conf.5.in: Add undocumented features.
* schroot/schroot.conf: Add undocumented features.
|
|
* THANKS: Add Simon Richter.
* sbuild/sbuild-session.cc
(run_impl): Move session opening and closing here. The session is
opened and closed outside the chroot as root.
|
|
* Update doxygen API reference.
|
|
* TODO: Remove completed item.
* Updated British English translation.
* Apply quoting style to all sources.
* HACKING: Document quoting style for format strings.
|
|
* Add boost::format markup to error strings.
* sbuild/sbuild-custom-error.h: All constructor detail arguments
are now templated. Add additional constructors for multiple detail
arguments.
|
|
* TODO: Remove completed item.
* sbuild/sbuild-session.cc
(setup_chroot): Use sbuild::run_parts in place of run-parts(8).
* configure.ac: Remove run-parts(8) checks.
|
|
* sbuild/sbuild-chroot-config.cc
(parse_data): Remove exception wrapper, now that sbuild::keyfile
throws exceptions containing more detailed information.
* sbuild/sbuild-chroot-file.cc
(get_file_repack, set_file_repack): New methods to get and set
file repack status.
* All chroot get_keyfile and set_keyfile methods are implemented
in terms of the new keyfile::[gs]et_object_(list_)value methods.
* sbuild/sbuild-keyfile.h: Add templated static methods for
getting and setting key values and list values using pointers to
methods of other objects.
|
|
* sbuild/sbuild-util.cc (narrow_string, widen_string): Throw a
runtime_error on conversion failure.
|
|
* schroot/schroot-base-main.cc
(run): This method takes argc and argv arguments, and calls the
option class parse method. It also catches and handles parse
exceptions.
* schroot/schroot-base-option.cc
(parse): Renamed from parse_options, this method now takes argc
and argv as arguments and calls all the other class virtual
methods to set up and process the options.
(add_option_group): New virtual method. The addition of option
groups is split out from the parse method.
* All option parsing classes have removed the argc and argv
arguments from their constructors. The constructors now no longer
call any of the virtual methods.
|
|
with failure status, warn and return false, or throw an exception.
|