Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
d7a83594
Commit
d7a83594
authored
Dec 09, 1999
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.130 Rev: NEWS:1.32 Rev: src/abstract_crypto.c:1.12
parent
247b5e91
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
1 deletion
+25
-1
ChangeLog
ChangeLog
+15
-0
NEWS
NEWS
+9
-0
src/abstract_crypto.c
src/abstract_crypto.c
+1
-1
No files found.
ChangeLog
View file @
d7a83594
1999-12-09 Niels Mller <nisse@cuckoo.localdomain>
* src/testsuite/macros.m4: Various bug fixes.
* src/testsuite/des-test.m4: Fixed tests.
* src/testsuite/Makefile.am (EXTRA_DIST): Added .m4 files.
* src/Makefile.am.in (SUBDIRS): Build testsuite subdir last.
* make_am (SUBDIRS): Don't recurse on . in SUBDIRS.
* configure.in (M4): Check for m4, and m4 handling eight-bit quote
characters.
1999-12-07 Niels Mller <nisse@cuckoo.localdomain>
* configure.in: Generate src/testsuite/Makefile.
...
...
NEWS
View file @
d7a83594
News for the lsh-0.1.18 release
lsh now reads ACL:s from the ~/.lsh/known_hosts file.
First attempt at a m4-based testsuite. It depends on m4 being
able to handle the eight-bit quote characters » and «. If your
m4 doesn't do that, get the latest beta of GNU m4 or recompile
GNU m4-1.4 with CFLAGS=-funsigned-char.
News for the lsh-0.1.17 release
More support for host authentication and SPKI.
...
...
src/abstract_crypto.c
View file @
d7a83594
...
...
@@ -100,7 +100,7 @@ crypt_string(struct crypto_instance *c,
{
struct
lsh_string
*
out
=
(
free
?
in
:
lsh_string_alloc
(
in
->
length
));
CRYPT
(
c
,
in
->
length
,
in
->
data
,
out
->
data
);
return
out
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment