[Unison-hackers] mac patches

Ben Willmore ben at opendarwin.org
Sun Sep 18 10:16:59 EDT 2005


Hi,

Here are 3 patches against current SVN unison that fix the following
problems with the mac UI.

1. tiger-ssh-prompt-patch.20050916
To work with a variety of systems, terminal.ml needs to recognize
_both_ 'Password:' and 'Password: '.  This patch provides an
appropriate regex.  [This was wrongly fixed between 2.13.16 and
current SVN.]

2. uimac-passphrase-prompt-nobin.patch.20050916
Extends password UI so it will request an ssh passphrase if necessary,
allowing use of passphrase-protected ssh keys.  Note this only patches
the ascii files -- for it to work, you need to also alter the .nib
file: Make a new outlet for MyController, called passwordPrompt, of
type NSTextField.  Connect this to the text 'Please enter your
password' in the Password window.

3. uimac-password-sheet.patch.20050916
Fixes bug where providing a profile name on the command line confuses
the password window (it is detached from the main window), and leads
to a crash on a second sync.

One last thing -- the UI opens halfway off-screen for me in the
current SVN version.

Cheers

Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tiger-ssh-prompt-patch.20050916
Type: application/octet-stream
Size: 408 bytes
Desc: not available
Url : http://lists.seas.upenn.edu/pipermail/unison-hackers/attachments/20050918/8e80ee7f/tiger-ssh-prompt-patch.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uimac-passphrase-prompt-nobin.patch.20050916
Type: application/octet-stream
Size: 2910 bytes
Desc: not available
Url : http://lists.seas.upenn.edu/pipermail/unison-hackers/attachments/20050918/8e80ee7f/uimac-passphrase-prompt-nobin.patch.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uimac-password-sheet.patch.20050916
Type: application/octet-stream
Size: 521 bytes
Desc: not available
Url : http://lists.seas.upenn.edu/pipermail/unison-hackers/attachments/20050918/8e80ee7f/uimac-password-sheet.patch.obj


More information about the Unison-hackers mailing list