History log of /freebsd-9.3-release/lib/libpam/modules/pam_ksu/pam_ksu.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 125650 10-Feb-2004 des

Fix numerous constness and aliasing issues.


# 123455 11-Dec-2003 des

Fix a strict aliasing issue. Also remove an unnecessary pam_get_item()
call (pam_get_authtok() will return the previous token if try_first_pass
or use_first_pass is specified). Incidentally fix an ugly bug where the
buffer holding the prompt was freed immediately before use, instead of
after.


# 107381 28-Nov-2002 des

Whitespace nits.

Approved by: re (bmah)


# 107380 28-Nov-2002 des

Add a PAM_MODULE_ENTRY to this module so it'll actually do something.

Approved by: re (bmah)


# 97426 28-May-2002 nectar

Add pam_ksu(8), a module to do Kerberos 5 authentication and
$HOME/.k5login authorization for su(1).

Reviewed by: des (earlier version)