History log of /netbsd-src/lib/libpam/modules/pam_unix/pam_unix.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 730fdfa6 26-Oct-2022 andvar <andvar@NetBSD.org>

nix double n, i or g in "ing", in comments and documentation.


# 75d2abae 10-Apr-2022 andvar <andvar@NetBSD.org>

fix various typos in comments and output/log messages.


# ed9315c5 16-May-2018 joerg <joerg@NetBSD.org>

Improve type safety by using the correct enum values.


# 9778b180 29-Dec-2013 christos <christos@NetBSD.org>

Fix incorrect types


# fd65ca01 20-Jun-2013 christos <christos@NetBSD.org>

use login_getpwclass() everywhere for consistency.


# fa423103 18-Nov-2009 drochner <drochner@NetBSD.org>

if changing the password, don't clear PAM_AUTHTOK at the beginning -- this
sabotages external password strength checkers


# c08078c2 14-Jun-2009 tonnerre <tonnerre@NetBSD.org>

Restore the good old UNIX behavior of root password changing: only root
may change the root password.

(Checked that everybody else's password can be changed without any problem,
and checked that roo

Restore the good old UNIX behavior of root password changing: only root
may change the root password.

(Checked that everybody else's password can be changed without any problem,
and checked that root can still change the root password.)

show more ...


# ee7c6ab3 26-Jan-2009 lukem <lukem@NetBSD.org>

sign-compare fixes


# 74cf7887 30-May-2006 jnemeth <jnemeth@NetBSD.org>

PR/30730 force changing password via chsh fails
PR/33502 password aging not working
copy old_pwd to new_pwd before modifying


# f3587062 18-Mar-2006 jnemeth <jnemeth@NetBSD.org>

Fix Coverity run 5, issue 2498 -- uninitialized variable
Fix Coverity run 5, issue 707 -- unreachable code
Approved by Christos.


# 01cf9d02 19-Apr-2005 lukem <lukem@NetBSD.org>

Safety boots: don't depend upon getpwnam_r() to set pwd to NULL on all
failures, especially if we're going to ignore the return result.


# 2a62e4e1 19-Apr-2005 christos <christos@NetBSD.org>

check for pwd != in getpw*_r functions.


# 59cbc9e2 31-Mar-2005 thorpej <thorpej@NetBSD.org>

Use getpwnam_r().


# 99186ebf 17-Mar-2005 christos <christos@NetBSD.org>

Clear the authorization token at the entry of each loop, so that
we get a chance to re-enter.


# 0a40f744 26-Feb-2005 thorpej <thorpej@NetBSD.org>

Make sure to set yppwd.oldpass.


# c9cb0c3b 12-Jan-2005 christos <christos@NetBSD.org>

adapt to pw_gensalt() change.


# 1a791fa8 11-Jan-2005 christos <christos@NetBSD.org>

eliminate the third copy of pwd_gensalt.


# bb62ec41 12-Dec-2004 christos <christos@NetBSD.org>

- NetBSD specific fixes.
- Changes from Jason to use our YP stuff.


# 6f11bdf1 12-Dec-2004 christos <christos@NetBSD.org>

- Import freebsd's version of libpam as of today (20041212).
- Did not import opie, passwdqc, tacplus. We need to decide what to do
with them.
- Imported radius and ssh, although they will not work

- Import freebsd's version of libpam as of today (20041212).
- Did not import opie, passwdqc, tacplus. We need to decide what to do
with them.
- Imported radius and ssh, although they will not work until we
import libradius and re-structure our tree to install libssh.

show more ...