- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Feb 20 2012
Feb 10 2012
Feb 8 2012
Feb 4 2012
Jan 31 2012
Backport to 2.0 done (f772757e)
Jan 30 2012
1.4.12 has been released.
Released with 1.4.12.
Jan 27 2012
We did some work on ttyname_r portability and close this report. If there are
still issues, please create a new report. Thanks!
Jan 25 2012
Thank you both for a very swift and sensible change.
The changes are now commited to all active branches.
Jan 19 2012
I think this makes sense. It's not a hard change. Way back when, I did something similar for trust_model -
it's stored in the version record and if gpg detects that the current model does not match what is encoded in
the header, it marks the trustdb as pending_rebuild.
Jan 13 2012
Backport to 1.4. done (cfb193a1).
This seems to be a pcsc-lite mismatch.
I'd also like to ask, if you please could explain in depth your
comment in line 1499: "Better add 1 for safety reasons." - what is the actual benefit of this code +1?
Jan 12 2012
There are even 3 other reserved bytes available.
There are even 3 other reserved bytes available.
We would need to store the new level in the version record of the trustdb.
There is a reserved 4 byte field in the version record. We could use one byte
of it to record the level (using bit 7 to indicate that a value has been stored).
Jan 3 2012
You need to use another pinentry. It is easy to write a pinentry which allows
this. I won't do this becuase it defeats the actual purpose of pinentry.
Meanwhile even 2.0.18 is out. Closing it.
Fixed for 2.0 and 2.1. Thanks.
Jan 1 2012
Dec 28 2011
(Understood there are no immediate plans for a release, but if/when we do have
one, the change will be ready)
Change committed to 1.4, 2.0, and master.
Dec 27 2011
Fixed in 1.1.3 - see T1251.
A new release has been made.
Dec 23 2011
commit 9373fd75 fixes this data corruption during encryption and signing.
issue1110 is now used to track the second problems (Outlook crashes).
I found the problem. It is a plain stupid double free bug of an internal fixed
size buffer. Will be fixed soon.
Dec 20 2011
Dec 16 2011
tests/basic.c does now test with unaligned parameters.
Dec 15 2011
Ok, fixed on 1.4, 2.0, and master.