Downloadliste

Projektbeschreibung

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).

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Die Standard-Hash-Kodierung Präfix von "$ 2a $" auf "$ 2y $" (was CRYPT_BLOWFISH 1.2 oder neuer) geändert worden.
Tags: 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

Eine fehlerhafte überprüfen Sparse-Dateien wurde gestrichen, da für die Kompatibilität mit modernen Dateisystemen wie btrfs benötigt.
Tags: 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

Die. Datenbereich Größe wurde von 256 KB, wenn tcb gegen Linux 2.6-Kernel-Header kompiliert reduziert.
Tags: 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

A non-Sicherheit Pufferüberlauf mit mehr als NGROUPS_MAX Gruppen pro Benutzer wurde behoben. Die Makefiles wurden bereinigt.
Tags: 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

Child-Prozesse durch pam_tcb hervorgebracht wird nun immer _exit (2) statt exit (3) zu vermeiden, auslösenden Nebenwirkungen. Wenn die Änderung von Passwörtern pam_tcb wird nun fsync (2) die temporäre Datei vor der Umbenennung über die tatsächliche shadow-Datei, wie auf Dateisystemen, die mit nicht ganz atomaren umbenennen (2) (XFS) erforderlich.
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