History log of /freebsd-11.0-release/lib/libpam/modules/pam_ksu/pam_ksu.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

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

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

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


# 233302 22-Mar-2012 stas

- Avoid use of deprecated KRB5 functions.


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