freebsd-nq/lib/libpam
Dag-Erling Smørgrav 9201dc40bf Change the order in which pam_sm_open_session() updates the logs. This
doesn't really make any difference, except it matches wtmp(5) better.

Don't do anything in pam_sm_close_session(); init(8) will take care of
utmp and wtmp when the tty is released.  Clearing them here would make it
possible to create a ghost session by logging in, running 'login -f $USER'
and exiting the subshell.

Sponsored by:	DARPA, NAI Labs (but the bugs are all mine)
2002-01-24 17:15:04 +00:00
..
libpam Add pam_ssh support to the static PAM library, libpam.a: 2002-01-23 15:54:17 +00:00
modules Change the order in which pam_sm_open_session() updates the logs. This 2002-01-24 17:15:04 +00:00
Makefile Make it possible to use PAM in statically-linked applications. 1999-01-20 21:55:30 +00:00
Makefile.inc Making this major bump was a BAD idea. The API change is internal (to PAM) 2001-07-30 09:56:38 +00:00