Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lsh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LSH
lsh
Commits
b79c0eed
Commit
b79c0eed
authored
Nov 29, 1999
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
Rev: ChangeLog:1.127 Rev: NEWS:1.31 Rev: src/.cvsignore:1.16
parent
bde878c0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
65 additions
and
0 deletions
+65
-0
ChangeLog
ChangeLog
+53
-0
NEWS
NEWS
+10
-0
src/.cvsignore
src/.cvsignore
+1
-0
src/.gitignore
src/.gitignore
+1
-0
No files found.
ChangeLog
View file @
b79c0eed
1999-11-29 Niels Mller <nisse@cuckoo.localdomain>
* src/client_userauth.h (format_userauth_password,
make_client_userauth, make_client_password_auth,
make_client_publickey_auth): Moved from userauth.h.
* src/userauth.h: Moved stuff to server_userauth.h.
* src/userauth.c (format_userauth_failure,
format_userauth_success): Moved to server_userauth.c.
* src/server_session.c (server_connection_service): Removed
backend attribute.
(make_server_connection_service): Removed backend argument.
* src/server_password.c (do_authenticate): Added service
argument.
* src/server_publickey.c (do_authenticate): Added service
argument.
* src/connection.h (ssh_connection): Added chain attribute, needed
for proxying.
* src/lshd.c (main): Don't pass backend to
make_server_connection_service.
* src/lsh.c: #include client_userauth.h
* src/server_userauth.c (make_userauth_handler): New function.
(format_userauth_failure): Moved here.
(format_userauth_success): Moved here.
(do_userauth): Use make_userauth_handler().
(userauth_service): Moved to header file.
* src/server_userauth.h (userauth_service): Moved from
server_userauth.c.
(userauth): Moved from userauth.h.
* src/client_userauth.c (format_userauth_password): Made non-static.
* src/proxy.c, src/proxy.h, src/proxy_session.c,
src/proxy_session.h, src/proxy_userauth.h, src/proxy_userauth.c:
New files (Bazsi)
* src/lsh_proxy.c: New program (Bazsi).
* src/Makefile.am.in (sbin_PROGRAMS): Added lsh_proxy.
(liblsh_a_SOURCES): Added proxy.c proxy_session.c
and proxy_userauth.c.
* configure.in: Bumped version to 0.1.17.
* AUTHORS: Added Bazsi to the list of authors.
* src/sexp.c (sexp_assq): Bug fix.
* src/lshd.c (main): Changed invocation of read_spki_key_file.
...
...
NEWS
View file @
b79c0eed
News for the lsh-0.1.17 release
More support for host authentication and SPKI.
First version that includes Bazsi's work on an ssh-proxy (i.e.
a program that implements the traditional Man-in-the-middle
attack on the ssh2 protocol). Could be useful for people
running firewalls, and also for those of us who want to point
out that it's a bad idea to use unauthenticated hostkeys.
News for the lsh-0.1.16 release
Some preparations for real host authentication.
...
...
src/.cvsignore
View file @
b79c0eed
...
...
@@ -20,6 +20,7 @@ digit_table
digit_table.h
lsh
lsh_keygen
lsh_proxy
lsh_writekey
lshd
packet_types.h
...
...
src/.gitignore
View file @
b79c0eed
...
...
@@ -20,6 +20,7 @@
/digit_table.h
/lsh
/lsh_keygen
/lsh_proxy
/lsh_writekey
/lshd
/packet_types.h
...
...
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