History log of /freebsd-current/lib/libpam/modules/pam_self/pam_self.c
Revision Date Author Comments
# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# 5e53a4f9 25-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

lib: further adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 24fe7ba0 12-Apr-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Major cleanup:

- add __unused where appropriate
- PAM_RETURN -> return since OpenPAM already logs the return value.
- make PAM_LOG use openpam_log()
- make PAM_VERBOSE_ERROR use openpam_get_option() and check flags
for PAM_SILENT
- remove dummy functions since OpenPAM handles missing service
functions
- fix various warnings

Sponsored by: DARPA, NAI Labs


# fd994fa9 12-Apr-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Rename the even_root option to allow_root.

Sponsored by: DARPA, NAI Labs


# 111ccd25 06-Apr-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Aggressive cleanup of warnings + authtok-related code in preparation for
PAMifying passwd(1).

Sponsored by: DARPA, NAI Labs.


# f03a4b81 14-Mar-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

NAI DBA update.


# 8c66575d 04-Feb-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

#include cleanup.

Sponsored by: DARPA, NAI Labs


# c2065008 24-Jan-2002 Mark Murray <markm@FreeBSD.org>

WARNS=4 fixes. Protect with NO_WERROR for the modules that have
warnings that are hard to fix or that I've been asked to leave alone.


# 76f95f4d 23-Jan-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Don't let root through unless the "even_root" option was specified.

Sponsored by: DARPA, NAI Labs


# b6b756b5 23-Jan-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Base the comparison on UIDs, not on user names.

Sponsored by: DARPA, NAI Labs


# e2c8459e 05-Dec-2001 Dag-Erling Smørgrav <des@FreeBSD.org>

Add a pam_self authentication module that succeeds if and only if the local
and remote user names are the same.

Sponsored by: DARPA, NAI Labs