]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2007/11/25 15:35:09
authordjm <djm>
Wed, 12 Mar 2008 12:58:55 +0000 (12:58 +0000)
committerdjm <djm>
Wed, 12 Mar 2008 12:58:55 +0000 (12:58 +0000)
     [regress/agent-getpeereid.sh regress/agent.sh]
     more existant -> existent, from Martynas Venckus;
     pfctl changes: ok henning
     ssh changes: ok deraadt

ChangeLog
regress/agent-getpeereid.sh
regress/agent.sh

index c1317b3000303dd6395b586fb405f76a44487c92..0ee92f349b092a658817cd345677379113cf58d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
    - dtucker@cvs.openbsd.org 2007/10/29 06:57:13
      [regress/Makefile regress/localcommand.sh]
      Add simple regress test for LocalCommand; ok djm@
+   - jmc@cvs.openbsd.org 2007/11/25 15:35:09
+     [regress/agent-getpeereid.sh regress/agent.sh]
+     more existant -> existent, from Martynas Venckus;
+     pfctl changes: ok henning
+     ssh changes: ok deraadt
 
 20080311
  - (dtucker) [auth-pam.c monitor.c session.c sshd.c] Bug #926: Move
index d71324241b5bd239a65e6d03fce46146ab856283..5d7f73291dc801a5415708c271bf53f9fde24f6d 100644 (file)
@@ -1,11 +1,11 @@
-#      $OpenBSD: agent-getpeereid.sh,v 1.3 2006/07/06 12:01:53 grunk Exp $
+#      $OpenBSD: agent-getpeereid.sh,v 1.4 2007/11/25 15:35:09 jmc Exp $
 #      Placed in the Public Domain.
 
 tid="disallow agent attach from other uid"
 
 UNPRIV=nobody
 ASOCK=${OBJ}/agent
-SSH_AUTH_SOCK=/nonexistant
+SSH_AUTH_SOCK=/nonexistent
 
 if grep "#undef.*HAVE_GETPEEREID" ${BUILDDIR}/config.h >/dev/null 2>&1 && \
        grep "#undef.*HAVE_GETPEERUCRED" ${BUILDDIR}/config.h >/dev/null && \
index b344877672bd3835a1b4f00c74a807016490a3b2..094cf694bcd5e448dd9f140b82ebcf8699c7244c 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: agent.sh,v 1.6 2002/03/15 13:08:56 markus Exp $
+#      $OpenBSD: agent.sh,v 1.7 2007/11/25 15:35:09 jmc Exp $
 #      Placed in the Public Domain.
 
 tid="simple agent test"
 
-SSH_AUTH_SOCK=/nonexistant ${SSHADD} -l > /dev/null 2>&1
+SSH_AUTH_SOCK=/nonexistent ${SSHADD} -l > /dev/null 2>&1
 if [ $? -ne 2 ]; then
        fail "ssh-add -l did not fail with exit code 2"
 fi
This page took 0.038954 seconds and 5 git commands to generate.