Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37556557
en ru br
Репозитории ALT
S:2.0.12-alt1
5.1: 1.3.4-alt1
4.1: 1.3.0-alt1
4.0: 1.3.0-alt1
3.0: 1.2.2-alt1
+backports:1.2.9-alt1.M30.1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: hasher-priv

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

9 октября 2005 Dmitry V. Levin <ldv at altlinux.org> 1.2.2-alt1

  • If use_pty is not set, handle child's stdout and stderr separately.
  • In makedev mode, create few devices available to root only (mouse@).

15 августа 2005 Dmitry V. Levin <ldv at altlinux.org> 1.2.1-alt1

  • hasher-priv: Do not lowercase mount points (at@).
  • chrootuid1.sh: synced with chrootuid2.sh.
  • DESIGN: fixed typo (at@).

16 июля 2005 Dmitry V. Levin <ldv at altlinux.org> 1.2.0-alt1

  • Implemented X11 authentication spoofing.
  • Implemented custom mounts support via /etc/hasher-priv/fstab.

9 июля 2005 Dmitry V. Levin <ldv at altlinux.org> 1.1.0-alt1

  • Implemented X11 forwarding.

30 апреля 2005 Dmitry V. Levin <ldv at altlinux.org> 1.0.5-alt1

  • Fixed umount looping on 2.6 kernel (closes #6667).

13 марта 2005 Dmitry V. Levin <ldv at altlinux.org> 1.0.4-alt1

  • When making device files inside chroot,
     first try to hardlink existing device files,
     second try to create them using mknod(2).
     This approach simplifies usage in restricted environments
     where mknod(2) is not allowed even for superuser.

3 января 2005 Dmitry V. Levin <ldv at altlinux.org> 1.0.3-alt1

  • Changed helper directory to /usr/libexec/hasher-priv.
  • Updated documentation:
     + hasher-priv.conf(5): s/lim_/limit_/ (fixes #5805);
     + hasher-priv(8): fix NAME section, document TERM variable;
     + hasher-useradd(8): fix NAME section.

18 ноября 2004 Dmitry V. Levin <ldv at altlinux.org> 1.0.2-alt1

  • Changed privileged helper to suid program,
     to get rid of sudo dependence.

11 сентября 2004 Dmitry V. Levin <ldv at altlinux.org> 1.0.1-alt1

  • Enhanced use_pty mode:
     pass $TERM value, translate window size changes.
  • Pass libexecdir to %make_build (#4902).

15 июля 2004 Dmitry V. Levin <ldv at altlinux.org> 1.0-alt1

  • Added hasher-priv.conf(5) manpage.
  • Added more docs to hasher-priv(8) manpage.

13 июля 2004 Dmitry V. Levin <ldv at altlinux.org> 0.9.9-alt1

  • maketty: new mode, controlled by allow_ttydev config option.
  • chrootuid: use pty for communicating with child,
     controlled by use_pty environment option.

9 июля 2004 Dmitry V. Levin <ldv at altlinux.org> 0.9-alt1

  • Implemented mount/umount modes, controlled by
     allowed_mountpoints config option.
  • New config option: allowed_mountpoints.
  • DESIGN: document it.

7 июля 2004 Dmitry V. Levin <ldv at altlinux.org> 0.8-alt1

  • config:
     + read work limit hints from environment variables;
     + use lstat+chdir+lstat instead of open+fstat+fchdir+close.

6 июля 2004 Dmitry V. Levin <ldv at altlinux.org> 0.7.1-alt1

  • chroot prefix: trim trailing slashes.

2 января 2004 Dmitry V. Levin <ldv at altlinux.org> 0.7-alt1

  • Deal with compilation warnings generated by new gcc compiler.
  • Build with -W -Wall -Werror by default.
  • Enhanced prefix mismatch diagnostics.

15 октября 2003 Dmitry V. Levin <ldv at altlinux.org> 0.6.1-alt1

  • Fixed exit code translation error introduced in previous release.

14 октября 2003 Dmitry V. Levin <ldv at altlinux.org> 0.6-alt1

  • config, chrootuid{1,2}: handle work limits.

21 сентября 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5-alt1

  • chrootuid{1,2}: call killuid on signal arrival.

7 сентября 2003 Dmitry V. Levin <ldv at altlinux.org> 0.4-alt1

  • killuid: purge all SYSV IPC objects.

2 июля 2003 Dmitry V. Levin <ldv at altlinux.org> 0.3-alt1

  • Renamed project to hasher-priv.
  • Renamed pkg-build group to hashman.

26 июня 2003 Dmitry V. Levin <ldv at altlinux.org> 0.2.1-alt1

  • pkg-build-priv:
     + fixed typo in usage text;
     + in chrootuid, export user-dependent USER variable.
  • pkg-build-useradd: add user also to the main group of user2.

10 мая 2003 Dmitry V. Levin <ldv at altlinux.org> 0.2.0-alt1

  • Config file parser now supports options for setting umask,
     nice and resource limits.
  • Set umask=022 and nice=10 by default
     (same values which was hardcoded before).
  • Make config files readable by users.
  • chrootuid{1,2}.sh: do killuid call before chrootuid call
     as well as after chrootuid call.

6 мая 2003 Dmitry V. Levin <ldv at altlinux.org> 0.1.6-alt1

  • pkg-build-priv:
     + added --version option;
     + added help2man-generated manpage.

5 мая 2003 Dmitry V. Levin <ldv at altlinux.org> 0.1.5-alt1

  • chrootuid.c: set nice to 10.

1 мая 2003 Dmitry V. Levin <ldv at altlinux.org> 0.1.4-alt1

  • chrootuid.c: pass user-dependent HOME to spawned process,
     not just "HOME=/" as before.

29 апреля 2003 Dmitry V. Levin <ldv at altlinux.org> 0.1.3-alt1

  • chdiruid.c: extended error diagnostics.

12 апреля 2003 Dmitry V. Levin <ldv at altlinux.org> 0.1.2-alt1

  • killuid.c: fixed build and work on linux kernel 2.2.x
  • chrootuid.c: added /usr/X11R6/bin to the PATH of second user
  • Install helper setgid pkg-build to ensure dumpable flag is unset.

9 апреля 2003 Dmitry V. Levin <ldv at altlinux.org> 0.1.1-alt1

  • chdiruid.c: check for group-writable directory without sticky bit.

6 апреля 2003 Dmitry V. Levin <ldv at altlinux.org> 0.1-alt1

  • Added /usr/sbin/pkg-build-useradd.
  • Added DESIGN file.

6 апреля 2003 Dmitry V. Levin <ldv at altlinux.org> 0.0.5-alt1

  • Added CALLER_NUM support.

4 апреля 2003 Dmitry V. Levin <ldv at altlinux.org> 0.0.4-alt1

  • priv.h:
     + lowered minimal uid/gid from 100 to 34.
  • chrootuid.c:
     + fixed typo.

3 апреля 2003 Dmitry V. Levin <ldv at altlinux.org> 0.0.3-alt1

  • chrootuid.c: set umask (022) unconditionally before exec.

31 марта 2003 Dmitry V. Levin <ldv at altlinux.org> 0.0.2-alt1

  • priv.h:
     + lowered minimal uid/gid from 500 to 100.
  • chdiruid.c:
     + added check for "st_gid != change_gid1";
     + removed check for "st_mode & S_IWGRP".

30 марта 2003 Dmitry V. Levin <ldv at altlinux.org> 0.0.1-alt1

  • Initial revision.
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin