forked from openssh/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] 2001/04/03 19:53:29
[dh.c dh.h kex.c kex.h sshconnect2.c sshd.c] move kex to kex*.c, used dispatch_set() callbacks for kex. should make rekeying easier.
- Loading branch information
Showing
7 changed files
with
284 additions
and
959 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,10 @@ | |
- [email protected] 2001/04/03 13:56:11 | ||
[sftp-glob.c ssh-agent.c ssh-keygen.c] | ||
free() -> xfree() | ||
- [email protected] 2001/04/03 19:53:29 | ||
[dh.c dh.h kex.c kex.h sshconnect2.c sshd.c] | ||
move kex to kex*.c, used dispatch_set() callbacks for kex. should | ||
make rekeying easier. | ||
|
||
20010403 | ||
- OpenBSD CVS Sync | ||
|
@@ -4816,4 +4820,4 @@ | |
- Wrote replacements for strlcpy and mkdtemp | ||
- Released 1.0pre1 | ||
|
||
$Id: ChangeLog,v 1.1049 2001/04/04 01:53:20 mouring Exp $ | ||
$Id: ChangeLog,v 1.1050 2001/04/04 01:56:17 mouring Exp $ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.