Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed whitespace at BOF, EOL & EOF. | schweikh | 2004-06-06 | 2 | -6/+6 |
| | |||||
* | the default password policy for xdm should be pam_deny, since it is | des | 2004-02-20 | 1 | -0/+3 |
| | | | | incapable of holding a meaningful conversation. | ||||
* | Don't do session management in su. | des | 2003-07-09 | 1 | -1/+1 |
| | | | | | PR: misc/53293 Submitted by: ru | ||||
* | Add a system policy, and have the login and su policies include it rather | des | 2003-06-14 | 4 | -23/+35 |
| | | | | | | than duplicate it. This requires OpenPAM Dianthus, which was committed two weeks ago; installing these files on a system running a world older than June 1st, 2003 will cause login(1) and su(1) to fail. | ||||
* | Try to describe the control flags a little better. | des | 2003-06-01 | 1 | -2/+4 |
| | |||||
* | The PAM module pam_krb5 does not have "session" capabilities. | markm | 2003-04-30 | 9 | -9/+0 |
| | | | | Don't give examples of such use, this is bogus. | ||||
* | Add nullok to the pam_unix line. | des | 2003-04-24 | 1 | -1/+1 |
| | |||||
* | Use the canonical form of installing links. | ru | 2003-03-14 | 1 | -3/+1 |
| | | | | | | Also, make "ftp" and "ftpd" hard links. Not objected to by: des | ||||
* | Initiate KerberosIV de-orbit burn. Disconnect the /etc configs. | markm | 2003-03-08 | 11 | -32/+0 |
| | |||||
* | Add the allow_local option to all pam_opieaccess entries. | des | 2003-02-16 | 6 | -6/+6 |
| | |||||
* | Add the want_agent option to the commented-out "session" pam_ssh entry. | des | 2003-02-16 | 1 | -1/+1 |
| | |||||
* | Major cleanup & homogenization. | des | 2003-02-10 | 14 | -131/+150 |
| | |||||
* | No idea what this is for, and it doesn't make much sense. If a port needs | des | 2003-02-10 | 1 | -8/+0 |
| | | | | it, it can install its own copy in /usr/local/etc/pam.d/. | ||||
* | There's no reason to have two identical policies for FTP servers, so | des | 2003-02-10 | 2 | -26/+5 |
| | | | | make ftp a symlink to ftpd. | ||||
* | Use pam_group(8) instead of pam_wheel(8). | des | 2003-02-06 | 1 | -1/+1 |
| | |||||
* | Don't enable pam_krb5 by default - most people don't have it since most | des | 2003-02-03 | 1 | -2/+2 |
| | | | | | | | people don't build with MAKE_KERBEROS5 defined. Provide commented-out usage examples instead, like we do everywhere else. Pointy hat to: des | ||||
* | Enable pam_krb5 for sshd. I've had this in my tree for ages. | des | 2003-02-02 | 1 | -0/+2 |
| | |||||
* | Since OpenSSH drops privileges before calling pam_open_session(3), | des | 2002-12-03 | 1 | -1/+1 |
| | | | | | | pam_lastlog(8) can't possibly work, so let OpenSSH handle lastlog. Approved by: re (rwatson) | ||||
* | Exempt the "wheel group requirement" by default when su'ing to root if | rwatson | 2002-10-18 | 1 | -1/+1 |
| | | | | | | | | | | the wheel group has no explicit members listed in /etc/group. This adds the "exempt_if_empty" flag to pam_wheel in the default configuration; in some environments, it may be appropriate to remove this flag, however, this default is the same as pre-pam_wheel. Reviewed by: markm Sponsored by: DARPA, Network Associates Laboratories | ||||
* | Silence pam_lastlog for now. | des | 2002-07-07 | 1 | -1/+1 |
| | |||||
* | We don't use this any more. | des | 2002-06-19 | 2 | -10/+1 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Enable OPIE for sshd and telnetd. I thought I'd done this a long time | des | 2002-06-19 | 2 | -0/+4 |
| | | | | | | ago... Sponsored by: DARPA, NAI Labs | ||||
* | Use pam_lastlog(8)'s new no_fail option. | des | 2002-05-08 | 3 | -3/+3 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Add a PAM policy for rexecd(8). | des | 2002-05-02 | 2 | -1/+17 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | xdm plays horrid tricks with PAM, and dumps core if it's allowed to call | des | 2002-05-02 | 2 | -0/+2 |
| | | | | | | | | pam_lastlog, so add a dummy session chain to avoid using the one from pam.d/other. I assume gdm does something similar, so give it a dummy session chain as well. Sponsored by: DARPA, NAI Labs. | ||||
* | Add no_warn to pam_lastlog. This should prevent xdm from dumping core | des | 2002-04-29 | 1 | -1/+1 |
| | | | | when linked with Linux-PAM. | ||||
* | Don't list pam_unix in the session chain, since it does not provide any | des | 2002-04-18 | 9 | -11/+1 |
| | | | | | | session management services. Sponsored by: DARPA, NAI Labs | ||||
* | Fixed bugs in previous revision: | ru | 2002-04-18 | 1 | -20/+6 |
| | | | | | | | | | | | | | Added NOOBJ if anyone even attempts to "make obj" here. Revert to installing files with mode 644 except README. Make this overall look like a BSD-style Makefile rather than roll-your-own (this is not a bug). For the record. Previous revision also fixed the breakage introduced by the sys.mk,v 1.60 commit: bsd.own.mk is no longer automatically included from sys.mk. Reported by: jhay | ||||
* | Use ${FILES} and <bsd.prog.mk> rather than roll-your-own. | des | 2002-04-18 | 1 | -22/+21 |
| | |||||
* | Add PAM policy for the "passwd" service, including a sample config line | des | 2002-04-15 | 2 | -0/+12 |
| | | | | | | for pam_passwdqc. Sponsored by: DARPA, NAI Labs | ||||
* | Add pam_lastlog(8) here since I removed lastlog support from sshd. | des | 2002-04-15 | 1 | -0/+1 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Use pam_rhosts(8). | des | 2002-04-12 | 1 | -1/+1 |
| | |||||
* | If used, pam_ssh should be marked "sufficient", not "required". | des | 2002-04-08 | 1 | -1/+1 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Switch over to using pam_login_access(8) module in sshd(8). | ru | 2002-03-26 | 1 | -0/+1 |
| | | | | | | (Fixes static compilation. Reduces diffs to OpenSSH.) Reviewed by: bde | ||||
* | Add missing "nullok" option to pam_unix. | des | 2002-02-08 | 1 | -1/+1 |
| | |||||
* | Add pam_self(8) so users can login(1) as themselves without authentication, | des | 2002-01-30 | 1 | -0/+4 |
| | | | | | | | | pam_login_access(8) and pam_securetty(8) to enforce various checks previously done by login(1) but now handled by PAM, and pam_lastlog(8) to record login sessions in utmp / wtmp / lastlog. Sponsored by: DARPA, NAI Labs | ||||
* | Use pam_self(8) to allow users to su(1) to themselves without authentication. | des | 2002-01-30 | 1 | -0/+1 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Enable OPIE by default, using the no_fake_prompts option to hide it from | des | 2002-01-21 | 9 | -23/+40 |
| | | | | | | | | | | | | | | users who don't wish to use it. If the admin is worried about leaking information about which users exist and which have OPIE enabled, the no_fake_prompts option can simply be removed. Also insert the appropriate pam_opieaccess lines after pam_opie to break the chain in case the user is logging in from an untrusted host, or has a .opiealways file. The entire opieaccess / opiealways concept is slightly unpammish, but admins familiar with OPIE will expect it to work. Reviewed by: ache, markm Sponsored by: DARPA, NAI Labs | ||||
* | Really back out ache's commits. These files are now precisely as they were | des | 2002-01-19 | 3 | -4/+7 |
| | | | | twentyfour hours ago, except for RCS ids. | ||||
* | Back out recent changes | ache | 2002-01-19 | 3 | -3/+3 |
| | |||||
* | Turn on pam_opie by default. It should not affect non-OPIE users. | ache | 2002-01-19 | 1 | -1/+1 |
| | |||||
* | Turn on pam_opie by default. It not affect non-OPIE users | ache | 2002-01-19 | 1 | -2/+1 |
| | |||||
* | Previous commit was incomplete, use | ache | 2002-01-19 | 1 | -1/+1 |
| | | | | | "[default=ignore success=done cred_err=die]" options instead of "required" | ||||
* | Remove explaining comment and pam_unix commented out, now pam_unix can be | ache | 2002-01-19 | 1 | -4/+1 |
| | | | | chained with pam_opie | ||||
* | Change comment since fallback provided now not by ftpd but by pam_opie | ache | 2002-01-19 | 1 | -1/+2 |
| | |||||
* | Unmunge the version preservation code and obfuscate it so CVS won't munge | des | 2002-01-12 | 1 | -2/+2 |
| | | | | it all over again. | ||||
* | Back out previous commit, which erroneously removed essential comments. I | des | 2002-01-12 | 1 | -1/+3 |
| | | | | | | definitely need coffee. Apologies to: ache | ||||
* | Update copyright | des | 2002-01-12 | 1 | -1/+1 |
| | |||||
* | Sync with pam.conf revision 1.25. | des | 2002-01-12 | 1 | -3/+1 |
| | |||||
* | Preserve FreeBSD version strings in target files. | des | 2002-01-12 | 1 | -1/+11 |
| |