Searched hist:1519 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/etc/
H A Dlogin.access1519 Thu May 19 18:13:11 MDT 1994 guido 1) Added s/key support .
2 Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
for the logging and access control features.

-Guido
/freebsd-10.3-release/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.cdiff 19085 Tue Oct 22 03:18:11 MDT 1996 wpaul Begin closing out PR #1519 (this requires a change to chpass too,
and both changes need to be pulled into the stable branch). The
problem here is that when pwd_mkdb creates /etc/passwd, it turns
empty UID and GID fields into zeroes. To fix this, we check the
_PWF_UID and _PWF_GID bits in the pw_fields flag: if the bits
are not set, we print an empty field instead of a zero. This way,
you don't get zeroes in the UID or GID fields unless you explicit
want them.

Completed in 71 milliseconds