mirror of git://anongit.mindrot.org/openssh.git
- (djm) Move to Jim's 1.2.0 X11 askpass program
This commit is contained in:
parent
0a7e354f64
commit
0921454833
|
@ -36,8 +36,9 @@
|
|||
[sftp-client.c sftp-int.c sftp.1]
|
||||
Fix and document 'preserve modes & times' option ('-p' flag in sftp);
|
||||
ok markus@
|
||||
- replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
|
||||
|
||||
- (bal) replaced PATH_MAX in sftp-int.c w/ MAXPATHLEN.
|
||||
- (djm) Move to Jim's 1.2.0 X11 askpass program
|
||||
|
||||
20010214
|
||||
- (djm) Don't try to close PAM session or delete credentials if the
|
||||
session has not been open or credentials not set. Based on patch from
|
||||
|
@ -3965,4 +3966,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.770 2001/02/15 03:50:49 mouring Exp $
|
||||
$Id: ChangeLog,v 1.771 2001/02/15 04:33:17 djm Exp $
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define oversion 2.3.2p1
|
||||
|
||||
# Version of ssh-askpass
|
||||
%define aversion 1.1.1
|
||||
%define aversion 1.2.0
|
||||
|
||||
# Do we want to disable building of x11-askpass? (1=yes 0=no)
|
||||
%define no_x11_askpass 0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%define oversion 2.3.2p1
|
||||
|
||||
# Version of ssh-askpass
|
||||
%define aversion 1.1.1
|
||||
%define aversion 1.2.0
|
||||
|
||||
# Do we want to disable building of x11-askpass? (1=yes 0=no)
|
||||
%define no_x11_askpass 0
|
||||
|
|
Loading…
Reference in New Issue