Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
f1fc5822
Commit
f1fc5822
authored
Jun 10, 2000
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.209 Rev: NEWS:1.49 Rev: src/.cvsignore:1.19
parent
a0fe80de
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
f1fc5822
2000-06-10 Niels Möller <nisse@cuckoo.localdomain>
* src/ssh-conv: New script.
* src/sexp_streamed_parser.c (string_handler): Deleted this class,
after I noticed that it was equivalent to abstract_write.
* src/read_file.c (make_read_file): New function, for reading an
entire file.
* src/read_base64.c (make_read_base64): New function, for reading
an entire base64-encoded file.
* src/exception.h (EXC_APP): New constant.
* src/io.c (finish_io_exception): New static object.
* src/dsa.c (make_dsa_public_key): New function.
(do_dsa_public_key): Use make_dsa_public_key().
* src/Makefile.am.in (bin_PROGRAMS): Added lsh-decode-key.
(bin_SCRIPTS): Added ssh-conv.
(liblsh_a_SOURCES): Added read_file.c and read_base64.c.
* configure.in: Bumped version to 0.9.13.
* src/lsh-decode-key.c: New program.
2000-06-04 Niels Möller <nisse@cuckoo.localdomain>
* src/srp_exchange.c (srp_format_proofs): New function. Replaces
...
...
NEWS
View file @
f1fc5822
News for the 0.9.13 release
New program lsh-decode-key and script ssh-conf, for converting
OpenSSH/ssh2 keys to sexp format.
Updated SRP support to the draft doc/srp-spec.txt.
Made it possible to skip the userauth sub-protocol when using
SRP. The proxy program was probably broken in the process.
Fixed lsh-authorize, to use the right options to sexp_conv.
Let $HOME override the home directory in the passwd database,
when running as non-root.
News for the 0.9.10 release
Fixed bug that caused buffered output to be lost at channel
...
...
src/.cvsignore
View file @
f1fc5822
...
...
@@ -19,6 +19,7 @@ configure.scan
digit_table
digit_table.h
lsh
lsh-decode-key
lsh_keygen
lsh_proxy
lsh_writekey
...
...
src/.gitignore
View file @
f1fc5822
...
...
@@ -19,6 +19,7 @@
/digit_table
/digit_table.h
/lsh
/lsh-decode-key
/lsh_keygen
/lsh_proxy
/lsh_writekey
...
...
Write
Preview
Supports
Markdown
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