Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 1997 23:16:37 -0800 (PST)
From:      David Nugent <davidn>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/login Makefile login.c
Message-ID:  <199701110716.XAA03975@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidn      97/01/10 23:16:36

  Modified:    usr.bin/login  Makefile login.c
  Log:
  Makes login login_cap-savvy.
  
  Note that LOGIN_CAP_AUTH code (login authentication) is not (yet) enabled
  and requires /usr/libexec/login_<style> authentication program support to
  be added at a later date. The Makefile contains a macro LC_AUTH to turn
  it on and prevent unnecessarily linking against skey/krb libs and the
  addition of klogin.c module.
  
  All other aspects of login_cap support are fully functional.
  
  Revision  Changes    Path
  1.14      +6 -3      src/usr.bin/login/Makefile
  1.13      +365 -152  src/usr.bin/login/login.c



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