History log of /freebsd-10.1-release/lib/libpam/modules/pam_radius/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

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


241029 28-Sep-2012 des

Remove unnecessary #include.


201381 02-Jan-2010 ed

Build lib/ with WARNS=6 by default.

Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.

I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.


166136 20-Jan-2007 pjd

Send not only Access Request, but also Access Challenge with defined
NAS-Identifier and NAS-IP-Address.

Reviewed by: bz
MFC after: 1 month


147350 13-Jun-2005 des

Don't use a cast as an lvalue.
Add a redundant test to make it painfully obvious to the reader that this
code does not support IPv6.

Approved by: re (dwhite)
MFC after: 1 week


141846 13-Feb-2005 ru

Expand *n't contractions.


132759 28-Jul-2004 kan

Downgrade WARNS level for GCC 3.4.2.


131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


131421 01-Jul-2004 ru

Markup, grammar, punctuation.


131100 25-Jun-2004 kan

Revert the last change. There are more 64bit platforms than amd64, and
they break due to diferent alignment restrictions.


131077 25-Jun-2004 kan

Remove the use of cast as lvalue.


123448 11-Dec-2003 des

Fix strict aliasing breakage in PAM modules (except pam_krb5, which needs
more work than the others). This should make most modules build with -O2.


122589 12-Nov-2003 sobomax

Fix on sparc64.

Reported by: rwatson/tinderbox
MFC after: 2 weeks


122571 12-Nov-2003 sobomax

Add a new configuration variable - nas_ipaddr, which if set allows to
set NAS-IP-Address attribute in requests generated by the pam_radius
module. This attribute is mandatory for some Radius servers out there.

Reviewed by: des
MFC after: 2 weeks


117841 21-Jul-2003 des

Revert previous commit after fixing libpam.


117638 15-Jul-2003 des

Add a __DECONST() to unbreak the build.


115470 31-May-2003 des

Update copyright dates.


115465 31-May-2003 des

Remove all instances of pam_std_option()


112044 09-Mar-2003 obrien

style.Makefile(5) police
(I've tried to keep to the spirit of the original formatting)

Reviewed by: des


107387 29-Nov-2002 ru

mdoc(7) police: formatting nits.

Approved by: re


106082 28-Oct-2002 des

Allow the admin to specify a different NAS identifier than the hostname.

Submitted by: Boris Kovalenko <boris@ntmk.ru>


94564 12-Apr-2002 des

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


94372 10-Apr-2002 ru

Moved SHLIB_NAME definition into one place.

Approved by: des


93984 06-Apr-2002 des

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

Sponsored by: DARPA, NAI Labs.


92297 14-Mar-2002 des

NAI DBA update.


91714 05-Mar-2002 des

Switch to OpenPAM. Bump library version. Modules are now versioned, so
applications linked with Linux-PAM will still work.
Remove pam_get_pass(); OpenPAM has pam_get_authtok().
Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}().
Remove pam_set_item(3) man page as OpenPAM has its own.

Sponsored by: DARPA, NAI Labs


90315 06-Feb-2002 markm

Remove NO_WERROR, now that WARNS=n is gone.


90229 05-Feb-2002 des

#include cleanup.

Sponsored by: DARPA, NAI Labs


89760 24-Jan-2002 markm

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.


87398 05-Dec-2001 des

Add dummy functions for all module types. These dummies return PAM_IGNORE
rather than PAM_SUCCESS, so you'll get a failure if you list dummies but
no real modules for a particular module chain.

Sponsored by: DARPA, NAI Labs


84218 30-Sep-2001 dillon

Add __FBSDID()s to libpam


81473 10-Aug-2001 markm

Verbose logging, overridable verbose error reporting.


79531 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


79476 09-Jul-2001 markm

Clean up (and in some cases write) the PAM mudules, using
o The new options-processing API
o The new DEBUG-logging API

Add man(1) pages for ALL modules. MDOC-Police welcome
to check this.

Audit, clean up while I'm here.


79366 06-Jul-2001 ru

mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).


77720 04-Jun-2001 markm

Big module cleanup.

Move common stuff into Makefile.inc, and tidy up all the Makefiles
as a result.

Build new modules.

Put a commented-out dependancy on libpam for the (shared) modules.
I can't bring this in just yet, as the dependancy (modules->libpam)
is reversed for the static case (libpam->modules).


75650 18-Apr-2001 ru

mdoc(7) police: uppercase document title.


74870 27-Mar-2001 ru

MAN[1-9] -> MAN.


70703 06-Jan-2001 obrien

Use a unified libgcc rather than a seperate one for threaded and
non-threaded programs. This provides threaded programs with the
needed exception frame symbols.

parts submitted by: Max Khon <fjoe@iclub.nsu.ru>
PR: 23252


70481 29-Dec-2000 ru

Prepare for mdoc(7)NG.


70015 14-Dec-2000 ru

mdoc(7) police: removed history info from the .Os FreeBSD call.


69026 22-Nov-2000 ru

log


57686 02-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


50090 20-Aug-1999 abial

Restore INTERNALLIB.

Noticed by: bde,jdp


50017 18-Aug-1999 abial

Add pam_radius.so manual page.

Reviewed by: jdp


42917 20-Jan-1999 jdp

Make it possible to use PAM in statically-linked applications.


41228 18-Nov-1998 jdp

This commit was generated by cvs2svn to compensate for changes in r41227,
which included commits to RCS files with non-trunk default branches.