Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 5 Jul 2018 02:29:19 +0300
From: "Dmitry V. Levin" <ldv@...linux.org>
To: owl-dev@...ts.openwall.com
Subject: [PATCH 0/5] pam_tcb update

Hi,

I've got a few patches for pam_tcb.  Tested in Sisyphus.

Dmitry V. Levin (5):
  pam_tcb: add NLS support
  pam_tcb: drop obsolete nis/nis+ support
  pam_tcb: use pam_get_authtok(3) instead of _unix_read_password
  pam_tcb: sync password expiration messages with Linux-PAM
  pam_tcb: request automatic prefix and entropy if libcrypt implements it

 pam_tcb/Makefile          |   4 +-
 pam_tcb/pam_tcb.8         |  46 ++--------
 pam_tcb/pam_unix_acct.c   |   5 +-
 pam_tcb/pam_unix_auth.c   |   4 +-
 pam_tcb/pam_unix_passwd.c | 198 ++++-------------------------------------
 pam_tcb/support.c         | 222 +++-------------------------------------------
 pam_tcb/support.h         |  67 +++++++-------
 pam_tcb/yppasswd.h        |  50 -----------
 pam_tcb/yppasswd_xdr.c    |  34 -------
 progs/tcb_convert.8       |   2 +-
 10 files changed, 78 insertions(+), 554 deletions(-)
 delete mode 100644 pam_tcb/yppasswd.h
 delete mode 100644 pam_tcb/yppasswd_xdr.c

-- 
ldv

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.