summaryrefslogtreecommitdiffstats
path: root/lib/libpam
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't override standard _EXTRADEPEND actions, add to them.ru2002-04-101-5/+5
| | | | | Fix CLEANFILES. Collapse openpam_static_modules.o generation.
* Remove debugging code that was inadvertantly brought in by previous commit.des2002-04-081-1/+0
|
* Use OpenPAM's credential switching functions.des2002-04-081-10/+9
| | | | Sponsored by: DARPA, NAI Labs
* Add new files and man pages from OpenPAM Cinchona.des2002-04-081-0/+6
| | | | Sponsored by: DARPA, NAI Labs
* Remove commented-out WARNS thingy.des2002-04-081-1/+0
|
* Align for const poisoning in -lutil.ru2002-04-081-3/+3
|
* Reorganize pam_sm_authenticate() to reduce code duplication.des2002-04-071-59/+22
| | | | Sponsored by: DARPA, NAI Labs
* Fix bug in previous commit that passed the wrong default value todes2002-04-071-6/+8
| | | | | | | | | login_getcapstr(3). Also fix a longer-standing bug (login_close(3) frees the string returned by login_getcapstr(3)) by reorganizing the code a little, and use login_getpwclass(3) instead of login_getclass(3) if we already have a struct pwd. Sponsored by: DARPA, NAI Labs
* This one needs NO_WERROR too.des2002-04-071-0/+1
|
* Turn on NO_WERROR due to namespace pollution in krb5 headers.des2002-04-071-0/+1
|
* Aggressive cleanup of warnings + authtok-related code in preparation fordes2002-04-068-150/+112
| | | | | | PAMifying passwd(1). Sponsored by: DARPA, NAI Labs.
* Disconnect pam_passwdqc for now, it has some issues that need resolving.des2002-04-061-0/+1
|
* Fix some style issues, a const warning, and abuse of PAM_ABORT.des2002-04-061-11/+15
| | | | Sponsored by: DARPA, NAI Labs
* Remove some duplicate free()s and add some that were missing.des2002-04-051-21/+9
| | | | Submitted by: tmm
* pam_get_pass() -> pam_get_authtok()des2002-04-051-1/+1
|
* Upgrade to something quite close, but not identical, to version 1.6 ofdes2002-04-042-400/+442
| | | | | | | Andrew Korty's pam_ssh. The most notable difference is that this uses commas rather than colons to separate items in the "keyfiles" option. Sponsored by: DARPA, NAI Labs
* Add pam_passwdqc to the build.des2002-04-042-0/+14
| | | | Sponsored by: DARPA, NAI Labs
* Fix for OPIE 2.4.markm2002-03-221-0/+1
|
* mdoc(7) police: fix SYNOPSIS, sort xrefs, kill extra whitespace.ru2002-03-181-6/+8
|
* mdoc(7) police: nits.ru2002-03-181-3/+5
|
* mdoc(7) police: sort xrefs, kill extra whitespace.ru2002-03-181-3/+3
|
* Fix world breakage introduced by my recent modifications tocjc2002-03-182-2/+3
| | | | | | | chpass(8). The relations between libc, libpam, chpass, passwd, and vipw are a mess and probably should be cleaned up. Submitted by: Peter Pentchev <roam@ringlet.net>
* mdoc(7) police: tiny fixes.ru2002-03-151-2/+4
|
* mdoc(7) police: expand contractions.ru2002-03-151-2/+2
|
* NAI DBA update.des2002-03-1424-25/+25
|
* Remove the use of random(3), and encapsulate the salt-generation inmarkm2002-03-141-30/+33
| | | | | | | its own function. The use of arc4random(3) is hopeless overkill here, but that does not hurt anything. Requested by: ache
* Don't ignore system CFLAGS.sobomax2002-03-071-1/+1
|
* Fix build for OpenPAM. The directories needed tweeking.markm2002-03-073-81/+2
|
* This file is not needed any moredes2002-03-071-66/+0
|
* Now pam_alreadyloggedin lives in the ports.green2002-03-074-366/+0
|
* Add the pam_alreadyloggedin(8) module, which allows for authenticationgreen2002-03-064-0/+366
| | | | | | | based on information that the user is already logged in. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* Unbreak the pam_krb5 build: cast a couple of const pointersroam2002-03-061-2/+2
| | | | | | | | to normal char *. A better fix might be some const'ifying of the Heimdal code, but this will do to fix the build for the present. Approved by: des
* Add forgotten NOPROFILE that broke world.des2002-03-061-0/+1
|
* Switch to OpenPAM. Bump library version. Modules are now versioned, sodes2002-03-0538-528/+237
| | | | | | | | | 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
* Add missing dependency on libutil.des2002-03-051-0/+3
|
* Create /var/log/lastlog if it doesn't exist.sobomax2002-02-201-1/+1
| | | | Submitted by: des
* This file needs <syslog.h>.des2002-02-091-0/+1
| | | | Sponsored by: DARPA, NAI Labs
* Now that cross-tools ld(1) has been fixed to look for dynamicru2002-02-081-2/+2
| | | | | | | | | | dependencies in the correct place, record the fact that -lssh depends on -lcrypto and -lz. Removed false dependencies on -lz (except ssh(1) and sshd(8)). Removed false dependencies on -lcrypto and -lutil for scp(1). Reviewed by: markm
* Remove NO_WERROR, now that WARNS=n is gone.markm2002-02-065-5/+0
|
* Comment out the WARNS= so as to not trample all over the GCC3 work.markm2002-02-061-1/+1
|
* Three times lucky: <stddef.h>, not <sys/param.h>des2002-02-052-2/+2
|
* Oops, the correct header to include for NULL is <sys/param.h>.des2002-02-052-2/+2
|
* #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution)des2002-02-052-0/+4
| | | | Sponsored by: DARPA, NAI Labs
* #include cleanup.des2002-02-0518-24/+35
| | | | Sponsored by: DARPA, NAI Labs
* Explicitly declare (gcc internal) functions.markm2002-02-041-0/+1
| | | | Submitted by: ru
* ssh_get_authentication_connection() gets its parameters from environmentdes2002-02-041-2/+24
| | | | | | variables, so temporarily switch to the PAM environment before calling it. Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
* Protect "make buildworld" against -Werror, as this module does notmarkm2002-02-041-0/+1
| | | | build cleanly.
* Add the other half of the salt-generating code. No functionalmarkm2002-02-041-8/+7
| | | | | difference except that the salt is slightly harder to build dictionaries against, and the code does not use srandom[dev]().
* Turn on fascist warning mode.markm2002-02-031-0/+2
|
* WARNS=n fixes (and some stylistic issues).markm2002-02-036-55/+91
|
OpenPOWER on IntegriCloud