Edit

IABSD.fr/xenocara/app/ssh-askpass/ChangeLog

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2006-11-26 10:53:04
    Hash : 3458219f
    Message : Importing from XF4, plus BSD make infrastructure

  • app/ssh-askpass/ChangeLog
  • 2001-02-14 04:10  jmknoble
    
    	* Imakefile: New version 1.2.0.
    
    2001-02-14 04:07  jmknoble
    
    	* README, x11-ssh-askpass.c, x11-ssh-askpass.h,
    	x11-ssh-askpass.man.in: Updated copyright notices to include 2001.
    
    2001-02-14 04:06  jmknoble
    
    	* Imakefile, README: Moved default BINDIR to
    	/usr/local/libexec/openssh to conform with recent releases of
    	portable OpenSSH.
    
    2001-02-14 03:59  jmknoble
    
    	* x11-ssh-askpass.c, x11-ssh-askpass.h, x11-ssh-askpass.man.in: Now
    	x11-ssh-askpass understands newline characters ('\n') in text
    	labels (both the prompt string and the button labels).	Each line
    	of text in the label is displayed on a separate line in the dialog.
    	 Requested by Markus Friedl
    	<markus.friedl@informatik.uni-erlangen.de> to support
    	challenge/response authentication in OpenSSH.
    
    2001-02-14 03:49  jmknoble
    
    	* x11-ssh-askpass.c: Bugfix: "*grabServer" resource was setting
    	flag to grab pointer. Fixed.  (Not surprising that no one noticed;
    	i suspect it's not very widely used).
    
    2001-02-14 03:46  jmknoble
    
    	* x11-ssh-askpass.man.in: Merged changes from matthieu@openbsd.org:
    	Use .Nm instead of @NAME@. It fixes a strange formatting error.
    
    2000-11-08 23:19  jmknoble
    
    	* Imakefile: New version 1.1.1.
    
    2000-11-08 23:19  jmknoble
    
    	* x11-ssh-askpass.c: Fixed problem where inputTimeout of '0' was
    	considered invalid due to bad octal conversion.  Fixed small
    	potential memory leak.
    
    2000-11-07 06:20  jmknoble
    
    	* Imakefile: Bumped version to 1.1.0.
    
    2000-11-07 06:20  jmknoble
    
    	* TODO: Added notes about recently done stuff (that's what todo
    	lists are for, isn't it?;).
    
    2000-11-07 06:16  jmknoble
    
    	* SshAskpass-1337.ad, SshAskpass-NeXTish.ad, SshAskpass-default.ad,
    	SshAskpass-green.ad, SshAskpass-motif.ad: Added new '*inputTimeout'
    	resource, with explanatory comment.
    
    2000-11-07 06:15  jmknoble
    
    	* x11-ssh-askpass.man.in: Documented new '*inputTimeout' resource.
    
    2000-11-07 06:15  jmknoble
    
    	* x11-ssh-askpass.c: Fixed a few warnings, commented another. 
    	Print message to stderr when we time out, so as not to completely
    	confuse the user.
    
    2000-11-07 05:42  jmknoble
    
    	* x11-ssh-askpass.c, x11-ssh-askpass.h: Did stuff to handle timing
    	out if no input received.  In particular, this required changing
    	XNextEvent() in main application loop to XtAppNextEvent().  May
    	make this larger and more cumbersome....
    	
    	Also did stuff to make the button labels shift down and to the
    	right when pressed if they're drawn with 3D shading/highlighting,
    	so that they actually *look* pressed.
    	
    	Finally, added code to handle MotionNotify events, so that buttons
    	don't continue to look pressed if the pointer button is pressed,
    	but the pointer is outside the button.	Wheeeee!  Now we have an
    	actual user interface!
    
    2000-11-07 05:23  jmknoble
    
    	* SshAskpass-1337.ad, SshAskpass-NeXTish.ad, SshAskpass-default.ad,
    	SshAskpass-green.ad, SshAskpass-motif.ad: Converted colors from
    	old-style "#rrggbb" to new-style "rgb:rr/gg/bb".  Corrected typo in
    	perspicacious commentary.
    
    2000-10-30 05:28  jmknoble
    
    	* Imakefile: Bumped version to 1.0.3.
    
    2000-10-30 05:28  jmknoble
    
    	* SshAskpass-1337.ad, SshAskpass-NeXTish.ad, SshAskpass-default.ad,
    	SshAskpass-green.ad, SshAskpass-motif.ad: Added resources used for
    	pseudo-resolution-independence, along with default values and long,
    	drawn out, but mildly fulfilling explanation.
    
    2000-10-30 05:27  jmknoble
    
    	* x11-ssh-askpass.man.in: Documented the new resources for
    	pseudo-resolution-independence (defaultXResolution,
    	defaultYResolution, xResolutionFuzz, and yResolutionFuzz).
    
    2000-10-30 05:25  jmknoble
    
    	* x11-ssh-askpass.c, x11-ssh-askpass.h: Added a small amount of
    	resolution-independence to the dialog widgets.	Now we detect the
    	actual X and Y resolution the server is running at; and if they're
    	significantly different from the ones our resource settings expect,
    	then we stretch or shrink buttons, indicators, and spacing to fit
    	the actual resolution.	Sometimes X11 really makes my stomach
    	hurt....
    
    2000-09-24 00:51  jmknoble
    
    	* Imakefile: New version 1.0.2.
    
    2000-09-24 00:43  jmknoble
    
    	* x11-ssh-askpass.c, x11-ssh-askpass.h: Added process ID to
    	diagnostic/error messages on stderr (helps when more than one
    	ssh-askpass is started, e.g., with a shortcut key and keyboard
    	repeat).
    	
    	Modified keyboard and pointer grabbing so that, if we don't get the
    	keyboard or pointer the first time, we print a helpful message,
    	sleep, and then retry.	If we time out without successfully getting
    	the keyboard or pointer, then we fail as before.
    	
    	Combined the logic for grabKeyboard() and grabPointer() into a
    	common function performGrab().	This makes it easier to ensure that
    	the grab/sleep logic is correct in both places.
    	
    	Fixed, worked around or commented on a few warnings emitted by 'gcc
    	-Wall -W -ansi -pedantic'.
    
    2000-09-24 00:32  jmknoble
    
    	* resources.c: Removed unused declaration of get_time_resource.
    
    2000-08-28 03:35  jmknoble
    
    	* Imakefile, TODO: Added TODO file for listing potential future
    	projects within x11-ssh-askpass.
    
    2000-08-28 03:35  jmknoble
    
    	* README: Added 'make install.man' to installation instructions. 
    	Formulated better wording for reference to (now ancient) Perl/Tk
    	ssh-askpass.
    
    2000-08-28 03:26  jmknoble
    
    	* Imakefile, x11-ssh-askpass.man.in: Added facilities to Imakefile
    	and man page to automatically insert name, date, and version into
    	man page.  Changed install target to include man page.	Rearranged
    	clean and dist targets slightly.  Ready for release.
    
    2000-08-28 02:54  jmknoble
    
    	* x11-ssh-askpass.man.in: Added corrections and clarifications: 
    	Mentioned optional label on command line; noted which toolkit
    	options are unsupported; and added extra indicator-specific
    	resources.
    
    2000-08-28 02:00  jmknoble
    
    	* x11-ssh-askpass.c: Moved saving of argc/argv to after call to
    	XtAppInitialize(), so that toolkit arguments get properly removed
    	from the argument list.
    
    2000-08-28 01:43  jmknoble
    
    	* x11-ssh-askpass.man.in: Changed author email address from
    	pobox.com to jmknoble.cx.  Added 2000 to copyright date.
    
    2000-08-28 01:42  jmknoble
    
    	* x11-ssh-askpass.man.in: Added man page for x11-ssh-askpass from
    	Matthieu Herrb <matthieu@laas.fr> of OpenBSD.
    
    2000-08-28 01:31  jmknoble
    
    	* README, SshAskpass-1337.ad, SshAskpass-NeXTish.ad,
    	SshAskpass-default.ad, SshAskpass-green.ad, SshAskpass-motif.ad,
    	dynlist.c, dynlist.h, x11-ssh-askpass.c, x11-ssh-askpass.h: Changed
    	ISO-8859-1 copyright character '