<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/palmkey/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/palmkey/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/palmkey/bugs/</id><updated>2007-10-13T21:58:37Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Autodecrement Patch</title><link href="https://sourceforge.net/p/palmkey/bugs/9/" rel="alternate"/><published>2007-10-13T21:58:37Z</published><updated>2007-10-13T21:58:37Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.nete90b06cf0a8c4d6e951be4af73a3e4ad28491b61</id><summary type="html">&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;</summary></entry><entry><title>password not masked</title><link href="https://sourceforge.net/p/palmkey/bugs/8/" rel="alternate"/><published>2005-12-29T17:40:05Z</published><updated>2005-12-29T17:40:05Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net3c2816d180c0291b1862fe1aa7d913f9a3c92963</id><summary type="html">&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;</summary></entry><entry><title>PalmKey rejects special characters in seed</title><link href="https://sourceforge.net/p/palmkey/bugs/7/" rel="alternate"/><published>2003-08-02T00:26:10Z</published><updated>2003-08-02T00:26:10Z</updated><author><name>Pandu Rao</name><uri>https://sourceforge.net/u/raopm/</uri></author><id>https://sourceforge.net49fb0ec0c48b7eec4d8c0bd236bcfb2eecd4d290</id><summary type="html">&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;</summary></entry><entry><title>enlarge passphrase field</title><link href="https://sourceforge.net/p/palmkey/bugs/6/" rel="alternate"/><published>2003-04-19T15:03:07Z</published><updated>2003-04-19T15:03:07Z</updated><author><name>IKEDA Shigeru</name><uri>https://sourceforge.net/u/chitianzi/</uri></author><id>https://sourceforge.netbb22cf3e81ce1e69243eb4f39316fe9f466a39d8</id><summary type="html">&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;</summary></entry><entry><title>otp-sha1 not working?</title><link href="https://sourceforge.net/p/palmkey/bugs/5/" rel="alternate"/><published>2001-12-26T05:14:36Z</published><updated>2001-12-26T05:14:36Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net05fa05e09e433ed6c1cd81e98d7e63d8a7255bd7</id><summary type="html">&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;</summary></entry><entry><title>Option to retain the passphrase</title><link href="https://sourceforge.net/p/palmkey/bugs/4/" rel="alternate"/><published>2001-11-04T02:34:04Z</published><updated>2001-11-04T02:34:04Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net295f4bd7239fdd81529babfbd299ea4501156991</id><summary type="html">&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;</summary></entry><entry><title>Quick way to decrement the counter</title><link href="https://sourceforge.net/p/palmkey/bugs/3/" rel="alternate"/><published>2001-11-04T02:31:03Z</published><updated>2001-11-04T02:31:03Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netacfe16d7ee4520525d8ff8e1c22037c90cc5b6da</id><summary type="html">&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;</summary></entry><entry><title>Copy function for generated response</title><link href="https://sourceforge.net/p/palmkey/bugs/2/" rel="alternate"/><published>2001-06-08T13:00:36Z</published><updated>2001-06-08T13:00:36Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netd0c72ec9925d03e938a8302effc45ed4796fe666</id><summary type="html">&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;</summary></entry><entry><title>Save seed/count for different systems</title><link href="https://sourceforge.net/p/palmkey/bugs/1/" rel="alternate"/><published>2001-05-14T09:41:19Z</published><updated>2001-05-14T09:41:19Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netc836267e3b0c01e943d27d0885d5a119b54ec94d</id><summary type="html">&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;</summary></entry></feed>