[Pkg-privacy-commits] [libotr] annotated tag 4.1.0 created (now 9c026c0)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:45:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to annotated tag 4.1.0
in repository libotr.
at 9c026c0 (tag)
tagging c9710e9b5bbd2f9fd540c6f4fe040937444d20e2 (commit)
tagged by Ian Goldberg
on Tue Oct 21 09:46:40 2014 +0100
- Log -----------------------------------------------------------------
Release 4.1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQBURnGK3tZOuyuofFwRAhn1AJ0bOHmHM/wW+3744Tq00C4HDwa59gCghzUt
ratLyfeId3ufqC5hyw7g7kI=
=04PT
-----END PGP SIGNATURE-----
Andreas Schlick (1):
Copy lastmessage to the newly created context.
Arlo Breault (1):
Fix: typo in message.h
David Goulet (8):
Fix: pass opdata when sending message fragment
Add .gitignore
Add bootstrap script
Modernize autoconf build system
Add comment to clarify memory comparison in auth.c
Fix: possible memory leak in otrl_message_sending
Fix: memory leak in fragment reassembly
Fix: otrl_context_forget() wrong check in iter loop
Ian Goldberg (61):
Make compilation clean with -Wall
Fix a potential, but unlikely, NULL pointer dereference
Mark the version as "beta1" in configure.ac
Put new child contexts in the right order in the context list
Make the test match the order of the previous tests
Package Protocol-v3.html, not v2 any more
Fix sign-extension potential problem on 64-bit machines
Use ceil instead of floor to compute the size of the data buffer.
More thorough base64 fix
One more otrl_base64_decode in the toolkit
#define the magic value 45 (the length of a human-readable fingerprint)
Remove some compilation warnings from context.[ch]
Fix memory leak in otrl_auth_handle_signature
Fix two memory leaks and some NULL pointer handling in message.c
Fix a broken malloc NULL return check in privkey.c
Permit, but check, a NULL pointer passed to otrl_proto_instance()
Fix memory leaks in sm.c
Don't call memmove with NULL args, even if the length is 0
Protect against a possible future NULL pointer dereference
Change two malloc+strcpy into strdup
Better handling of malformed OTRv3 fragments
Add a ChangeLog entry for the changes from Paul's report
Don't call memchr(foo,'\0',-1) even if it has no ill effects.
Build cleanly with -Wall -Wextra -Wformat-security -Wno-unused-parameter
Release 4.0.0
Repair logic for copying master auth context to child
Trivial fix to indentation
Add functions to dump the state of a context
Trigger a context dump when a special debug string is typed
Inform the user at startup if debugging is available
Add the ability to dump *all* contexts
ChangeLog entry for debug code
Don't do the "check which key is bigger" dance with the master context
Don't copy auth states on receipt of a COMMIT message
ChangeLog entry for fixes to COMMIT handling
Avoid improperly updating recent_sent_child field
Add otrl_ to the names of two exported context_priv functions
Document the v3 whitespace tag, and better document the extra symmetric key.
Record the time the last COMMIT was sent from a master context
Add a timer_control callback to OtrlMessageAppOps
Don't have otrl_init call exit(1)
Remove trailing whitespace from source lines
Release 4.0.0
Make linker hardening [DEP, ALSR] work on Windows builds.
Workaround for a crash bug in libgcrypt affecting otr_sesskeys
Fedora spec file for 4.x from Paul Wouters <paul at cypherpunks.ca>
Random exponents in SMP should be 1536 bits
Add some missing ChangeLog entries, based on the git commit messages
Fix warning from clang in proto.c
Change URL of OTR website to be https
Avoid crash even if otrl_proto_query_bestversion is misused
Use a constant-time memory comparison for safety.
Catch up the ChangeLog
Correctly count the number of actions an OTR client must handle.
The lists.cypherpunks.ca URLs in the README should be https://
Bump version number to 4.1.0
Update NEWS for 4.1.0
Add David and bump the copyright date for files recently modified
Slight cleanup to mingw build instructions
Use parallel grammar in the NEWS list
Release 4.1.0
Jacob Appelbaum (2):
Add new compiler and linker hardening options
Add new OTR_CHECK_CFLAGS/LDFLAGS options
Julien Voisin (3):
Fix: use gcrypt secure memory allocation
Fix memory leak
Fix: add missing declarations to context.h
Rob Smits (12):
2012-04-30:
2012-04-30
* src/instag.c:
Updating changelog
Protocol-v3.html: Draft protocol v3 doc
src/instag.c: Fixed issue with last commit
Updating FSF address
Fixes from code review.
Updates from code review round 2.
Preparing for 4.0.0-beta1 release.
Context was still not getting added to correct location sometimes.
context_find_recent_secure_instance now prefers finished over not private.
cialexan (2):
Added version 3.1.0 changes to protocol v2 document
updated README files for SMP, fragmentation
cypherpunk (58):
Initial revision
* src/privkey.c (otrl_privkey_read_fingerprints): Allow fields,
* libotr.m4: Fixed a bug which made configure fail to find the
* Fri Jun 17 2005 Tom "spot" Callaway <tcallawa at redhat.com>
* Sat Jun 19 2005 Paul Wouters <paul at cypherpunks.ca>
* README:
packaging
fedora packaging, from Paul
* src/tlv.h:
* src/message.h:
Added bug number to ChangeLog entry.
* Protocol: Added section describing fragments.
* src/mem.c: Don't do arithmetic on void pointers.
* toolkit/otr_parse.c (parse): Ignore MACs that are too short,
All-new implementation of version 2 AKE.
Major overhaul with implementation of version 2 AKE.
* packaging/fedora/libotr.spec: Patches from Paul
* src/context.h:
* src/auth.h:
Update Protocol documentation to reflect new Data Message.
Clarified the definition of the new Flags field in the Data Message
Made the documentation match the new version of the otr toolkit
* src/message.c: Use the gone_secure callback instead of the
* Protocol-v2.html: Clarified the uniqueness conditions for the
Ready for 3.0.0 release
* README:
.
* src/proto.h: Fix typo in policy #defines.
* src/message.c: Fix a typo, thanks to Anton Blanchard
* src/auth.c (otrl_auth_handle_v1_key_exchange): Fix
* src/context.h: Change "struct fingerprint" to "struct
* Protocol-v2.html: Fix a typo, and correct the documentation
* src/privkey.h:
Allowed passing NULL to the new FILEp functions.
Merged Version_3_Dev branch
Touched up UPGRADING, added it to EXTRA_DIST
Fixes to libotr.spec from Paul
* src/message.c: Behave sanely if we receive a totally malformed
* src/sm.c:
*** empty log message ***
One more size_t
spec file patch from Paul
Touched up Protocol-v2.html
Release 3.1.0
* UPGRADING: Update documentation.
Added libotr.pc.in
* UPGRADING: Clarify what was new in 3.1.0, what was changed
* README: Release version 3.2.0.
* version.h: Change version number to 4.0.0 (but still far from
* message.c:
Clean up the "received symkey" callback.
Support for applications requesting an extra session key
Slightly better documentation for the otrl_message_symkey function.
* configure.ac: Update libtool version to match 4.0.0.
* src/privkey.h:
* src/proto.c: gcc 4.2 with -O2 assumes that integer overflow
2009-04-28:
* Protocol-v2.html: Edits from Göran Weinholt
jvoisin (1):
Refactor otrl_mem_differ()
marshal (1):
Fix: typo in README and context.c comment
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list