
2 May
2005
2 May
'05
10 p.m.
Index: slime/ChangeLog diff -u slime/ChangeLog:1.676 slime/ChangeLog:1.677 --- slime/ChangeLog:1.676 Sun May 1 12:47:12 2005 +++ slime/ChangeLog Mon May 2 20:58:53 2005 @@ -1,3 +1,13 @@ +2005-05-02 Mark Wooding <mdw@nsict.org> + + * swank.lisp: If ~/.slime-secret exists then insist that Emacs + sends the contents (as a password) during initial handshaking. + (announce-server-port): Use :IF-EXISTS :ERROR to prevent bad guys + from slipping a symlink into /tmp and reading what port Lisp is + listening on. + + * slime.el: If ~/.slime-secret exists then send it, as per above. + 2005-05-01 Marco Baringer <mb@bese.it> * slime.el (slime-inspector-reinspect): New function which