Download List

项目描述

The tcb suite implements the alternative password
shadowing scheme on Openwall GNU/*/Linux (Owl)
which allows many core system utilities (passwd(1)
being the primary example) to operate with little
privilege. It is being made available separately
from Owl primarily for use by other distributions.
This package contains three core components of the
tcb suite: pam_tcb (a PAM module which supersedes
pam_unix), libnss_tcb (the accompanying NSS
module), and libtcb (a library for accessing tcb
shadow files, used by the PAM and NSS modules as
well as by user management tools on Owl).

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-17 23:27
1.1

已更改默认的散列编码前缀从“$ 2A $”“$ 2Y $”(这需要crypt_blowfish的1.2或更新版本)。
标签: Stable
The default hash encoding prefix has been changed from "$2a$" to "$2y$" (which requires crypt_blowfish 1.2 or newer).

2010-06-14 03:53
1.0.6

一个稀疏文件已被删除有问题的支票,作为与现代的文件系统,如btrfs兼容性需要。
标签: Stable
A faulty check for sparse files has been removed as needed for compatibility with modern filesystems such as btrfs.

2010-02-26 08:22
1.0.5

的。数据段人数已减少了合作局是在对Linux 2.6内核编译头256 KB的。
标签: Stable
The .data section size has been reduced by 256 KB when tcb is compiled against Linux 2.6 kernel headers.

2010-02-12 19:12
1.0.4

阿非缓冲区溢出安全漏洞超过每用户NGROUPS_MAX组已得到修复。在Makefile文件已被清理。
标签: minor bug fixes, Stable
A non-security buffer overflow bug with more than NGROUPS_MAX groups per user has been fixed. The Makefiles have been cleaned up.

2009-04-09 09:08
1.0.3

子进程产生的pam_tcb现在将始终使用_exit(2),而不是出口(3),以避免引发副作用。当更改密码,pam_tcb现在fsync(2)临时文件重命名之前,它在实际的阴影文件,如不完全与原子重新命名(2)(XFS的)文件系统需要。
Child processes spawned by pam_tcb will now always use _exit(2) rather than exit(3) to avoid triggering side effects. When changing passwords, pam_tcb will now fsync(2) the temporary file prior to renaming it over the actual shadow file, as needed on filesystems with not entirely atomic rename(2) (XFS).

Project Resources