]> andersk Git - openssh.git/commit
Please grep through the source and look for 'ISSUE' comments and verify
authormouring <mouring>
Fri, 19 Jan 2001 04:26:52 +0000 (04:26 +0000)
committermouring <mouring>
Fri, 19 Jan 2001 04:26:52 +0000 (04:26 +0000)
commit59c9718951e2de053174eaa7df6ecc74642d03a4
tree7f302e424e9c101070141bb68671176454b80b10
parent922e64934fb09cb06e36eed1132c1404a9e374d6
Please grep through the source and look for 'ISSUE' comments and verify
that I was able to get all the portable bits in the right location.  As for
the SKEY comment there is an email out to Markus as to how it should be
resolved.  Until then I just #ifdef SKEY/#endif out the whole block.

 - (bal) OpenBSD Resync
   - markus@cvs.openbsd.org 2001/01/18 16:20:21
     [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h
      sshd.8 sshd.c]
     log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many
     systems
   - markus@cvs.openbsd.org 2001/01/18 16:59:59
     [auth-passwd.c auth.c auth.h auth1.c auth2.c serverloop.c session.c
      session.h sshconnect1.c]
     1) removes fake skey from sshd, since this will be much
        harder with /usr/libexec/auth/login_XXX
     2) share/unify code used in ssh-1 and ssh-2 authentication (server side)
     3) make addition of BSD_AUTH and other challenge reponse methods
        easier.
   - markus@cvs.openbsd.org 2001/01/18 17:12:43
     [auth-chall.c auth2-chall.c]
     rename *-skey.c *-chall.c since the files are not skey specific
23 files changed:
ChangeLog
Makefile.in
auth-chall.c [new file with mode: 0644]
auth-passwd.c
auth.c
auth.h
auth1.c
auth2-chall.c [new file with mode: 0644]
auth2-pam.c
auth2.c
log-client.c
log-server.c
log.c
readconf.c
servconf.c
serverloop.c
session.c
session.h
ssh.1
ssh.h
sshconnect1.c
sshd.8
sshd.c
This page took 1.385905 seconds and 5 git commands to generate.