Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2003 13:20:45 -0800 (PST)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org
Subject:   cvs commit: src/lib/libpam/modules/pam_ssh Makefile pam_ssh.8 pam_ssh.c pam_ssh.h
Message-ID:  <200302092120.h19LKjVw005910@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
des         2003/02/09 13:20:45 PST

  Modified files:
    lib/libpam/modules/pam_ssh Makefile pam_ssh.8 pam_ssh.c 
  Removed files:
    lib/libpam/modules/pam_ssh pam_ssh.h 
  Log:
  Complete rewrite of pam_ssh(8).  The previous version was becoming hard
  to maintain, and had security issues which would have required a major
  rewrite to address anyway.
  
  This implementation currently starts a separate agent for each session
  instead of connecting each new session to the agent started by the first
  one.  While this would be a Good Thing (and the old pam_ssh(8) tried to
  do it), it's hard to get right.  I'll revisit this issue when I've had a
  chance to test some modifications to ssh-agent(1).
  
  Revision  Changes    Path
  1.14      +2 -2      src/lib/libpam/modules/pam_ssh/Makefile
  1.11      +23 -27    src/lib/libpam/modules/pam_ssh/pam_ssh.8
  1.37      +291 -490  src/lib/libpam/modules/pam_ssh/pam_ssh.c
  1.4       +0 -47     src/lib/libpam/modules/pam_ssh/pam_ssh.h (dead)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302092120.h19LKjVw005910>