Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino | |
TODO; cleanup headers | |||
2001-06-22 | increase linebuffer to deal with larger moduli; use rewind instead of | Niels Provos | |
close/open | |||
2001-06-22 | use /etc/moduli instead of /etc/primes, okay markus@ | Niels Provos | |
2001-04-15 | some unused variable and typos; from tomh@po.crl.go.jp | Markus Friedl | |
2001-04-04 | clear+free keys,iv for rekeying. | Markus Friedl | |
+ fix DH mem leaks. ok niels@ | |||
2001-04-03 | move kex to kex*.c, used dispatch_set() callbacks for kex. should | Markus Friedl | |
make rekeying easier. | |||
2001-03-29 | prepare for rekeying: move DH code to dh.c | Markus Friedl | |
2001-03-28 | more sanity checking on primes file | Niels Provos | |
2001-03-27 | make dh group exchange more flexible, allow min and max group size, | Niels Provos | |
okay markus@, deraadt@ | |||
2001-03-05 | spelling | Kevin Steves | |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller | |
get passed on to syslog() and when logging to stderr, do_log() appends its own newline. | |||
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl | |
2001-01-15 | use error() not stderr! | Markus Friedl | |
2000-11-16 | do not use perror() in sshd, after the child is forked() | Markus Friedl | |
2000-10-11 | Wall | Markus Friedl | |
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos | |
client can ask the server for bigger groups to perform the diffie-hellman in, thus increasing the attack complexity when using ciphers with longer keys. University of Windsor provided network, T the company. |