- (djm) Move to Jim's 1.2.0 X11 askpass program
This commit is contained in:
parent
0a7e354f64
commit
0921454833
|
@ -36,7 +36,8 @@
|
||||||
[sftp-client.c sftp-int.c sftp.1]
|
[sftp-client.c sftp-int.c sftp.1]
|
||||||
Fix and document 'preserve modes & times' option ('-p' flag in sftp);
|
Fix and document 'preserve modes & times' option ('-p' flag in sftp);
|
||||||
ok markus@
|
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
|
20010214
|
||||||
- (djm) Don't try to close PAM session or delete credentials if the
|
- (djm) Don't try to close PAM session or delete credentials if the
|
||||||
|
@ -3965,4 +3966,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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
|
%define oversion 2.3.2p1
|
||||||
|
|
||||||
# Version of ssh-askpass
|
# 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)
|
# Do we want to disable building of x11-askpass? (1=yes 0=no)
|
||||||
%define no_x11_askpass 0
|
%define no_x11_askpass 0
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define oversion 2.3.2p1
|
%define oversion 2.3.2p1
|
||||||
|
|
||||||
# Version of ssh-askpass
|
# 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)
|
# Do we want to disable building of x11-askpass? (1=yes 0=no)
|
||||||
%define no_x11_askpass 0
|
%define no_x11_askpass 0
|
||||||
|
|
Loading…
Reference in New Issue