<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/palmkey/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/palmkey/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 13 Oct 2007 21:58:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/palmkey/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Autodecrement Patch</title><link>https://sourceforge.net/p/palmkey/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Here's a patch to make PalmKey automatically decrement the count each time you calculate a response:&lt;/p&gt;
&lt;p&gt;--- palmkey.c   (revision 57)&lt;br /&gt;
+++ palmkey.c   (working copy)&lt;br /&gt;
@@ -348,6 +348,9 @@&lt;br /&gt;
FormPtr frm;&lt;br /&gt;
FieldPtr fld;&lt;br /&gt;
Char buf[80], *chr, *p;&lt;br /&gt;
+    UInt16 newcount;&lt;br /&gt;
+    MemHandle tmp, oldH;&lt;br /&gt;
+    Char *txt;&lt;/p&gt;
&lt;p&gt;/* Truncate string buffer. */&lt;br /&gt;
buf[0] = 0;&lt;br /&gt;
@@ -376,6 +379,23 @@&lt;br /&gt;
return;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;+    /* Decrement count. */&lt;br /&gt;
+    newcount = count - 1;&lt;br /&gt;
+    tmp = MemHandleNew(5);&lt;br /&gt;
+    FatalErrorIf(tmp == NULL, NullHandleMsg, file, __LINE__);&lt;br /&gt;
+    txt = MemHandleLock(tmp);&lt;br /&gt;
+    FatalErrorIf(txt == NULL, NullPtrMsg, file, __LINE__);&lt;br /&gt;
+    StrIToA(txt, newcount);&lt;br /&gt;
+    MemHandleResize(tmp, StrLen(txt)+1);&lt;br /&gt;
+    MemHandleUnlock(tmp);&lt;br /&gt;
+    fld = GetObjectPtr(frm, CountField);&lt;br /&gt;
+    FatalErrorIf(fld == NULL, NullPtrMsg, file, __LINE__);&lt;br /&gt;
+    oldH = FldGetTextHandle(fld);&lt;br /&gt;
+    FldSetTextHandle(fld, tmp);&lt;br /&gt;
+    FldDrawField(fld);&lt;br /&gt;
+    if (oldH)&lt;br /&gt;
+        MemHandleFree(oldH);&lt;br /&gt;
+&lt;br /&gt;
/* Get pointer to seed field. */&lt;br /&gt;
fld = GetObjectPtr(frm, SeedField);&lt;br /&gt;
FatalErrorIf(fld == NULL, NullPtrMsg, file, __LINE__);&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 13 Oct 2007 21:58:37 -0000</pubDate><guid>https://sourceforge.nete90b06cf0a8c4d6e951be4af73a3e4ad28491b61</guid></item><item><title>password not masked</title><link>https://sourceforge.net/p/palmkey/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When entering password, anyone looking over one's&lt;br /&gt;
shoulder can see it on the Palm device.&lt;/p&gt;
&lt;p&gt;Suggestion: a checkbox, which defaults to checked,&lt;br /&gt;
which hides the password, similar to the method that&lt;br /&gt;
KeyRing uses. (http://gnukeyring.sourceforge.net/)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 29 Dec 2005 17:40:05 -0000</pubDate><guid>https://sourceforge.net3c2816d180c0291b1862fe1aa7d913f9a3c92963</guid></item><item><title>PalmKey rejects special characters in seed</title><link>https://sourceforge.net/p/palmkey/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;PalmKey rejects special characters (such as '-') in &lt;br /&gt;
the seed.&lt;/p&gt;
&lt;p&gt;e.g., One of the server I log into has a '-'(s-foo &lt;br /&gt;
say) in its host name. So the seed looks like x-23768. &lt;br /&gt;
This seed is not valid per PalmKey but is valid per &lt;br /&gt;
ther server.&lt;/p&gt;
&lt;p&gt;PalmKey must allow all characters which make for a &lt;br /&gt;
legal hostname and by extension legitimate seeds.&lt;/p&gt;
&lt;p&gt;Overall, a useful application. Keep up the good work!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pandu Rao</dc:creator><pubDate>Sat, 02 Aug 2003 00:26:10 -0000</pubDate><guid>https://sourceforge.net49fb0ec0c48b7eec4d8c0bd236bcfb2eecd4d290</guid></item><item><title>enlarge passphrase field</title><link>https://sourceforge.net/p/palmkey/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I usually use rather longer passphrase.  So I wanna&lt;br /&gt;
wider field for passphrase.  I attached proposed patch.&lt;br /&gt;
HTH.&lt;/p&gt;
&lt;p&gt;P.S.&lt;br /&gt;
otp-sha1 doesn't work for me as well.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">IKEDA Shigeru</dc:creator><pubDate>Sat, 19 Apr 2003 15:03:07 -0000</pubDate><guid>https://sourceforge.netbb22cf3e81ce1e69243eb4f39316fe9f466a39d8</guid></item><item><title>otp-sha1 not working?</title><link>https://sourceforge.net/p/palmkey/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;While setting up skey on a NetBSD system, I tested&lt;br /&gt;
PalmKey, Pilot/OTP, and PilOTP.  The NetBSD system,&lt;br /&gt;
Pilot/OTP, and PilOTP all agree on a one time &lt;br /&gt;
password when using sha1, but I get a different result for &lt;br /&gt;
PalmKey.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;I double-checked the secret which I entered (it&lt;br /&gt;
was entered via pasting for all of the palm apps),&lt;br /&gt;
along with the count and seed, so I don't think&lt;br /&gt;
there's a problem with misinput on my end.&lt;/p&gt;
&lt;p&gt;Have you had any similar reports?&lt;/p&gt;
&lt;p&gt;I'm using PalmKey 0.9.0.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 26 Dec 2001 05:14:36 -0000</pubDate><guid>https://sourceforge.net05fa05e09e433ed6c1cd81e98d7e63d8a7255bd7</guid></item><item><title>Option to retain the passphrase</title><link>https://sourceforge.net/p/palmkey/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;How about only displaying the passphrase while it is&lt;br /&gt;
being written, and then obscuring it once the 'Compute'&lt;br /&gt;
button is pushed?  This is the way pilOTP works.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 04 Nov 2001 02:34:04 -0000</pubDate><guid>https://sourceforge.net295f4bd7239fdd81529babfbd299ea4501156991</guid></item><item><title>Quick way to decrement the counter</title><link>https://sourceforge.net/p/palmkey/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As the count usually needs to be reduced by 1 as&lt;br /&gt;
opposed to a new value being put in, how about a little&lt;br /&gt;
down arrow or something to quickly decrement the count&lt;br /&gt;
without having to manually write in the new digit?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 04 Nov 2001 02:31:03 -0000</pubDate><guid>https://sourceforge.netacfe16d7ee4520525d8ff8e1c22037c90cc5b6da</guid></item><item><title>Copy function for generated response</title><link>https://sourceforge.net/p/palmkey/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I use the palm to connect to a SKey protected host and &lt;br /&gt;
it would help immensely if I had not to re-enter the &lt;br /&gt;
entire key via the graffiti area.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 08 Jun 2001 13:00:36 -0000</pubDate><guid>https://sourceforge.netd0c72ec9925d03e938a8302effc45ed4796fe666</guid></item><item><title>Save seed/count for different systems</title><link>https://sourceforge.net/p/palmkey/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would suggest a popdown list with systems such that&lt;br /&gt;
the seed and last count is displayed quickly. This&lt;br /&gt;
way it is easier to use different system.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 14 May 2001 09:41:19 -0000</pubDate><guid>https://sourceforge.netc836267e3b0c01e943d27d0885d5a119b54ec94d</guid></item></channel></rss>