- Member sbuild::auth::auth::authenticate (status auth_status)
- Use sysconf(_SC_HOST_NAME_MAX) when libc in a stable release supports it.
- Member sbuild::chroot::chroot::chroot (const chroot &rhs)
- Use internal version of add_facet to add chroot pointer.
- Member sbuild::chroot::chroot::get_chroot_type () const
- Delegate to storage facet name.
- Member sbuild::chroot::chroot::get_path () const
- Remove once migrated to storage facet, or delegate.
- Member sbuild::chroot::chroot::setup_lock (setup_type type, bool lock, int status)
- Delegate to storate or other facet?
- Member sbuild::chroot::config::add (const std::string &chroot_namespace, const std::string &location)
- Remove and require explicit use of add_config_file or add_config_directory; the caller should be aware which is required.
- Member sbuild::error< T >::format_error (A const &context1, B const &context2, C const &context3, error_type error, D const &detail1, E const &detail2, F const &detail3)
- Merge the logic shared between the two specialisations to prevent code duplication.
- Member sbuild::keyfile_writer::print_comment (const keyfile::comment_type &comment, std::ostream &stream)
- Use split string or some general iterator/algorithm instead of custom string manipulation. This could be reused by log_exception_* functions and split_string.
- Member sbuild::mntstream::read (int quantity=1)
- Add mntentry constructor to do automatic struct mntent to mntentry conversion.
- Member sbuild::session::get_auth_status () const
- Use set difference rather than iteration and is_group_member.
- Member sbuild::split_string (S const &value, S const &separator)
- Provide an alternative that splits the string in place using an iterator interface.
- Member sbuild::split_string_strict (S const &value, S const &separator)
- Provide an alternative that splits the string in place using an iterator interface.