From mouse Mon Jul 3 04:10:31 2006 Return-Path: Received: (from mouse@localhost) by Sparkle.Rodents.Montreal.QC.CA (8.8.8/8.8.8) id EAA00527; Mon, 3 Jul 2006 04:10:31 -0400 (EDT) From: der Mouse Message-Id: <200607030810.EAA00527@Sparkle.Rodents.Montreal.QC.CA> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Erik-Conspiracy: There is no Conspiracy - and if there were I wouldn't be part of it anyway. X-Message-Flag: Microsoft: the company who gave us the botnet zombies. Date: Mon, 3 Jul 2006 03:56:57 -0400 (EDT) To: mouseware Subject: new moussh In this version of moussh (20060703), just small incremental fixes: - Add some comments to Makefile. - Fix writev.c to use dequal, not deconst, and remove deconst.o from the list of .o files. Nuke deconst.[ch]. - Rearrange the Makefile slightly (no semantic changes). - Comment a bunch of files: agent-client.c - Rearrange agent-client.c slightly to make comments make more sense and to explain what a magic number comes from. No semantic change. - Print the correct message tag when complaining about SSH_AGENT_FAILURE responses from the agent. - Add missing frees when fetching keys from the agent. Not much memory was leaked, especially since this wasn't done often, but it really should be done right. - Improve the interface contract comment for agent_list_keys(), agent_sign(), and agent_available(). - Add missing "this is public domain" comments (oops!) to agent-int.h, agent-util.c, agent-util.h, agent.h, connshare-auto.c, dequal-sparc.s, keepalive.c, keepalive.h, keyutils.c, keyutils.h, malwrap-i386.c, malwrap-sparc.c, malwrap.c, malwrap.h, nested.h, panic.c, panic.h, and signature.c. - Style fixup: add missing &s when generating function pointers in bpp.c. - Convert #define constants to an enum in bpp.h. - Finish commenting bpp.h. - Remove unnecessary #include from client.c. - Add internals-doc comments to dequal.h, rnd.h, and server.h. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse@rodents.montreal.qc.ca / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B From mouse Thu Jul 27 09:55:01 2006 Return-Path: Received: (from mouse@localhost) by Sparkle.Rodents.Montreal.QC.CA (8.8.8/8.8.8) id JAA03671; Thu, 27 Jul 2006 09:55:01 -0400 (EDT) From: der Mouse Message-Id: <200607271355.JAA03671@Sparkle.Rodents.Montreal.QC.CA> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Erik-Conspiracy: There is no Conspiracy - and if there were I wouldn't be part of it anyway. X-Message-Flag: Microsoft: the company who gave us the botnet zombies. Date: Thu, 27 Jul 2006 09:41:44 -0400 (EDT) To: mouseware Subject: new moussh moussh now at 20060725. In this version: - Fixed a memory leak and a double free in the agent client code. - Fixed a memory leak in the interactive agent service side. - The interactive agent can now manipulate the queue of PK operations waiting to be sent to the worker process: show, move to head, move to tail, force failure. See the "pq" ("pending queue") command. - Fixed use-after-free by making a callback conform to the proper interface in the public-key authentication code. - Fixed the comment generated by gen-verbose-bits to name the correct source file. FTPable copy updated. /~\ The ASCII der Mouse \ / Ribbon Campaign X Against HTML mouse@rodents.montreal.qc.ca / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B