Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
d47d73e8
Commit
d47d73e8
authored
26 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.6
parent
f3f3b0ed
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChangeLog
+72
-0
72 additions, 0 deletions
ChangeLog
with
72 additions
and
0 deletions
ChangeLog
+
72
−
0
View file @
d47d73e8
Tue Dec 15 00:01:33 1998 <nisse@puck>
* xalloc.c (lsh_list_alloc): Avoid unsigned under flow when length
is zero.
Mon Dec 14 21:58:27 1998 <nisse@puck>
* parse.c (parse_atom_list): New limit argument; longer lists will
return NULL.
Sat Dec 12 11:11:23 1998 <ray@zensunni>
* configure.in: Clarified comment. Added several warnings.
* keyexchange.c (select_algorithm): Had a terminiation condition
"i < LIST_LENGTH(client_list) >= 0" in a for loop, which is
probably nonsensical. Removed >= 0 part.
* lsh_types.h: Introduced UNUSED annotation. Enable GNU libc
extensions. Note: lsh_types.h must be included before any system header
for this to work properly.
* Makefile.am.in: Make gperf produce ANSI C output, and postprocess it
to fully initialise wordlist.
* lshd.c, lsh.c: Added a short usage string.
* include/crypto_types.h: Improved error messages.
* process_atoms: removed `.sh' from generator name in output.
* include/idea.h, lib/idea.c: Added note about IDEA being patent
encumbered.
* channel.c, keyexchange.c, lib/md5.c, lib/sha.c, pad.c, parse.c,
randomness.c, write_buffer.c: #include <string.h> for memcpy().
* bignum.c: #include <stdlib.h> for alloca().
* server_password.c: #include <crypt.h>
* io.c, reaper.c: Removed obsolete use of sa_restorer field of struct
sigaction. (This broke compilation on Linux/Alpha with glibc 2.0.high).
Initialised struct sigaction in a more portable fashion.
* bignum.c, charset.c, client_userauth.c, format.c, format.h, io.c,
list.c: Signedness/type fixes.
* channel.c, client.c, client.h, debug.c, debug.h, disconnect.c,
disconnect.h, format.c, format.h, keyexchange.c, keyexchange.h,
process_atoms, server.c, server.h, werror.c, werror.h: Constness
improvements.
* client_userauth.c, format.c: Added internal prototypes.
* crypto.c: Added UNUSED annotations.
* lib/util.c, lib/util.h, include/types.h: New. Bridge from GPG style
to lsh style, for blowfish.
* include/blowfish.h, lib/blowfish.c: Added blowfish code from GPG.
* crypto.c, crypto.c.x, crypto.h, lib/Makefile.am.in, lshd.c, lsh.c:
Added blowfish support.
* lib/Makefile.am.in: added dependency of desUtil.o on the generated
DES header files.
* TODO: Additions.
* Various spelling fixes.
Tue Dec 8 10:29:50 1998 <nisse@puck>
Tue Dec 8 10:29:50 1998 <nisse@puck>
* server_password.c (lookup_user): Integrated support for shadow
* server_password.c (lookup_user): Integrated support for shadow
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment