summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_radius
Commit message (Collapse)AuthorAgeFilesLines
* Don't use a cast as an lvalue.des2005-06-131-3/+3
| | | | | | | | 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
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Downgrade WARNS level for GCC 3.4.2.kan2004-07-281-0/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+3
|
* Markup, grammar, punctuation.ru2004-07-011-2/+2
|
* Revert the last change. There are more 64bit platforms than amd64, andkan2004-06-251-1/+1
| | | | they break due to diferent alignment restrictions.
* Remove the use of cast as lvalue.kan2004-06-251-1/+1
|
* Fix strict aliasing breakage in PAM modules (except pam_krb5, which needsdes2003-12-111-3/+3
| | | | more work than the others). This should make most modules build with -O2.
* Fix on sparc64.sobomax2003-11-121-1/+1
| | | | | Reported by: rwatson/tinderbox MFC after: 2 weeks
* Add a new configuration variable - nas_ipaddr, which if set allows tosobomax2003-11-122-8/+47
| | | | | | | | 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
* Revert previous commit after fixing libpam.des2003-07-211-1/+1
|
* Add a __DECONST() to unbreak the build.des2003-07-151-1/+1
|
* Update copyright dates.des2003-05-311-1/+1
|
* Remove all instances of pam_std_option()des2003-05-311-25/+8
|
* style.Makefile(5) policeobrien2003-03-091-5/+5
| | | | | | (I've tried to keep to the spirit of the original formatting) Reviewed by: des
* mdoc(7) police: formatting nits.ru2002-11-291-1/+1
| | | | Approved by: re
* Allow the admin to specify a different NAS identifier than the hostname.des2002-10-282-11/+20
| | | | Submitted by: Boris Kovalenko <boris@ntmk.ru>
* Major cleanup:des2002-04-121-88/+37
| | | | | | | | | | | | | - 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
* Moved SHLIB_NAME definition into one place.ru2002-04-101-2/+1
| | | | Approved by: des
* Aggressive cleanup of warnings + authtok-related code in preparation fordes2002-04-061-3/+3
| | | | | | PAMifying passwd(1). Sponsored by: DARPA, NAI Labs.
* NAI DBA update.des2002-03-141-1/+1
|
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-052-3/+4
| | | | | | | | | 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
* Remove NO_WERROR, now that WARNS=n is gone.markm2002-02-061-1/+0
|
* #include cleanup.des2002-02-051-2/+2
| | | | Sponsored by: DARPA, NAI Labs
* WARNS=4 fixes. Protect with NO_WERROR for the modules that havemarkm2002-01-242-9/+9
| | | | warnings that are hard to fix or that I've been asked to leave alone.
* Add dummy functions for all module types. These dummies return PAM_IGNOREdes2001-12-051-1/+63
| | | | | | | 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
* Add __FBSDID()s to libpamdillon2001-09-301-2/+3
|
* Verbose logging, overridable verbose error reporting.markm2001-08-101-1/+10
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Clean up (and in some cases write) the PAM mudules, usingmarkm2001-07-092-51/+69
| | | | | | | | | | 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.
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-2/+2
|
* Big module cleanup.markm2001-06-041-9/+2
| | | | | | | | | | | 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).
* mdoc(7) police: uppercase document title.ru2001-04-181-1/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* Use a unified libgcc rather than a seperate one for threaded andobrien2001-01-061-2/+2
| | | | | | | | non-threaded programs. This provides threaded programs with the needed exception frame symbols. parts submitted by: Max Khon <fjoe@iclub.nsu.ru> PR: 23252
* Prepare for mdoc(7)NG.ru2000-12-291-1/+2
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* logru2000-11-221-0/+1
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Restore INTERNALLIB.abial1999-08-201-0/+1
| | | | Noticed by: bde,jdp
* Add pam_radius.so manual page.abial1999-08-182-1/+130
| | | | Reviewed by: jdp
* Make it possible to use PAM in statically-linked applications.jdp1999-01-202-7/+8
|
* Build structure for contribified Linux-PAM, plus some home-grownjdp1998-11-182-0/+339
modules for FreeBSD's standard authentication methods. Although the Linux-PAM modules are present in the contrib tree, we don't use any of them. The main library "libpam" is composed of sources taken from three places. First are the standard Linux-PAM libpam sources from the contrib tree. Second are the Linux-PAM "libpam_misc" sources, also from the contrib tree. In Linux these form a separate library. But as Mike Smith pointed out to me, that seems pointless, so I have combined them into the libpam library. Third are some additional sources from the "src/lib/libpam" tree with some common functions that make it easier to write modules. Those I wrote myself. This work has been donated to FreeBSD by Juniper Networks, Inc.
OpenPOWER on IntegriCloud