1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libpam/modules
Ed Schouten 17c79ad08c Convert pam_lastlog(8) to libulog.
The information used by the "Last login:"-line is obtained by using
ulog_setutxfile(3) to switch to the lastlog database. Login and logout
are performed using the utility functions ulog_login(3) and
ulog_logout(3).

This also means we must build libulog during bootstrap.

Approved by:	des
2009-12-11 14:15:55 +00:00
..
pam_chroot
pam_deny
pam_echo
pam_exec Include <stdio.h> for asprintf(). 2009-06-14 12:45:48 +00:00
pam_ftpusers
pam_group
pam_guest
pam_krb5 Fix conflicts after heimdal-1.1 import and add build infrastructure. Import 2008-05-07 13:53:12 +00:00
pam_ksu Add new heimdal-1.1 library. 2008-05-15 15:28:18 +00:00
pam_lastlog Convert pam_lastlog(8) to libulog. 2009-12-11 14:15:55 +00:00
pam_login_access
pam_nologin Use the current user's login class for the decisions about where 2007-06-14 13:07:06 +00:00
pam_opie
pam_opieaccess Correct documentation of ~/.opiealways 2007-10-26 07:50:11 +00:00
pam_passwdqc
pam_permit
pam_radius
pam_rhosts
pam_rootok
pam_securetty
pam_self
pam_ssh pam_ssh needs roaming_dummy to link correctly against libssh. 2009-10-05 18:56:18 +00:00
pam_tacplus
pam_unix Note that nullok should not be used by processes that can't access the 2009-11-13 11:19:26 +00:00
Makefile
Makefile.inc Don't try to auto-detect dynamic linking; it fails on mips. The Makefile 2009-02-17 16:35:19 +00:00
modules.inc