SOURCES: openssh-blacklist.diff, openssh-config.patch, openssh-sigpipe.patc...

arekm arekm at pld-linux.org
Mon Feb 23 22:11:08 CET 2009


Author: arekm                        Date: Mon Feb 23 21:11:08 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   openssh-blacklist.diff (1.2 -> 1.3) , openssh-config.patch (1.6 -> 1.7) , openssh-sigpipe.patch (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/openssh-blacklist.diff
diff -u SOURCES/openssh-blacklist.diff:1.2 SOURCES/openssh-blacklist.diff:1.3
--- SOURCES/openssh-blacklist.diff:1.2	Tue Jul 22 11:00:56 2008
+++ SOURCES/openssh-blacklist.diff	Mon Feb 23 22:11:01 2009
@@ -90,7 +90,7 @@
  	{ "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
  	{ "strictmodes", sStrictModes, SSHCFG_GLOBAL },
 +	{ "permitblacklistedkeys", sPermitBlacklistedKeys, SSHCFG_GLOBAL },
- 	{ "permitemptypasswords", sEmptyPasswd, SSHCFG_GLOBAL },
+ 	{ "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
  	{ "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
  	{ "uselogin", sUseLogin, SSHCFG_GLOBAL },
 @@ -943,6 +947,10 @@
@@ -111,9 +111,9 @@
  	int     kbd_interactive_authentication;	/* If true, permit */
  	int     challenge_response_authentication;
 +	int     permit_blacklisted_keys;	/* If true, permit */
+ 	int     zero_knowledge_password_authentication;
+ 					/* If true, permit jpake auth */
  	int     permit_empty_passwd;	/* If false, do not permit empty
- 					 * passwords. */
- 	int     permit_user_env;	/* If true, read ~/.ssh/environment */
 --- openssh-4.7p1.orig/Makefile.in
 +++ openssh-4.7p1/Makefile.in
 @@ -60,7 +60,7 @@

================================================================
Index: SOURCES/openssh-config.patch
diff -u SOURCES/openssh-config.patch:1.6 SOURCES/openssh-config.patch:1.7
--- SOURCES/openssh-config.patch:1.6	Wed Jan 28 14:26:54 2009
+++ SOURCES/openssh-config.patch	Mon Feb 23 22:11:02 2009
@@ -75,9 +75,9 @@
  #   CheckHostIP yes
  #   AddressFamily any
 @@ -42,3 +45,19 @@
- #   Tunnel no
  #   TunnelDevice any:any
  #   PermitLocalCommand no
+ #   VisualHostKey no
 +
 +Host *
 +	GSSAPIAuthentication yes

================================================================
Index: SOURCES/openssh-sigpipe.patch
diff -u SOURCES/openssh-sigpipe.patch:1.10 SOURCES/openssh-sigpipe.patch:1.11
--- SOURCES/openssh-sigpipe.patch:1.10	Tue Jul 22 11:00:53 2008
+++ SOURCES/openssh-sigpipe.patch	Mon Feb 23 22:11:03 2009
@@ -37,8 +37,8 @@
  .Nd OpenSSH SSH client (remote login program)
  .Sh SYNOPSIS
  .Nm ssh
--.Op Fl 1246AaCfgKkMNnqsTtVvXxY
-+.Op Fl 1246AaBCfgKkMNnqsTtVvXxY
+-.Op Fl 1246AaCfgKkMNnqsTtVvXxYy
++.Op Fl 1246AaBCfgKkMNnqsTtVvXxYy
  .Op Fl b Ar bind_address
  .Op Fl c Ar cipher_spec
  .Oo Fl D\ \&
@@ -69,8 +69,8 @@
  usage(void)
  {
  	fprintf(stderr,
--"usage: ssh [-1246AaCfgKkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n"
-+"usage: ssh [-1246AaBCfgKkMNnqsTtVvXxY] [-b bind_address] [-c cipher_spec]\n"
+-"usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
++"usage: ssh [-1246AaBCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
  "           [-D [bind_address:]port] [-e escape_char] [-F configfile]\n"
  "           [-i identity_file] [-L [bind_address:]port:host:hostport]\n"
  "           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
@@ -78,8 +78,8 @@
  
   again:
  	while ((opt = getopt(ac, av, "1246ab:c:e:fgi:kl:m:no:p:qstvx"
--	    "ACD:F:I:KL:MNO:PR:S:TVw:XY")) != -1) {
-+	    "ABCD:F:I:KL:MNO:PR:S:TVw:XY")) != -1) {
+-	    "ACD:F:I:KL:MNO:PR:S:TVw:XYy")) != -1) {
++	    "ABCD:F:I:KL:MNO:PR:S:TVw:XYy")) != -1) {
  		switch (opt) {
  		case '1':
  			options.protocol = SSH_PROTO_1;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/openssh-blacklist.diff?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/openssh-config.patch?r1=1.6&r2=1.7&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/openssh-sigpipe.patch?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list