I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 24 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
20010108 - (bal) Fixed another typo in cli.c - (bal) OpenBSD Sync - [email protected] 2001/01/07 21:26:55 [cli.c] typo - [email protected] 2001/01/07 21:26:55 [cli.c] missing free, [email protected] - [email protected] 2001/01/07 19:06:25 [auth1.c] missing free, [email protected] - [email protected] 2001/01/07 11:28:04 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h sshd.8 sshd.c] rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE syslog priority changes: fatal() LOG_ERR -> LOG_CRIT log() LOG_INFO -> LOG_NOTICE More... over 23 years ago
complete sshd -g manpage default merge More... over 23 years ago
complete _PATH_BSHELL merge More... over 23 years ago
20010107 - (bal) OpenBSD Sync - [email protected] 2001/01/06 11:23:27 [ssh-rsa.c] remove unused - [email protected] 2001/01/05 08:23:29 [ssh-keyscan.1] missing .El - [email protected] 2001/01/04 22:41:03 [session.c sshconnect.c] consistent use of _PATH_BSHELL; from [email protected] - [email protected] 2001/01/04 22:35:32 [ssh.1 sshd.8] Mention AES as available SSH2 Cipher; ok markus - [email protected] 2001/01/04 22:25:58 [sshd.c] sync usage()/man with defaults; from [email protected] - [email protected] 2001/01/04 22:21:26 [sshconnect2.c] handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that prints a banner (e.g. /etc/issue.net) More... over 23 years ago
- (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove() More... over 23 years ago
20010105 - (bal) contrib/caldera/ provided by Tim Rice <[email protected]> More... over 23 years ago
Jim Knoble has changed his email address More... over 23 years ago
- (djm) Fix memory leak on systems with BROKEN_GETADDRINFO. Based on work by Chris Vaughan <[email protected]> More... over 23 years ago
- (bal) UnixWare 2.0 fixes by Tim Rice <[email protected]> - (bal) Disable sftp-server if no 64bit int support exists. Based on patch by Tim Rice <[email protected]> - (bal) Makefile.in changes to uninstall: target to remove sftp-server and sftp-server.8 manpage. More... over 23 years ago
- (bal) authfile.c: Synced CVS ID tag More... over 23 years ago
20010103 - (bal) fixed up sshconnect.c so it was closer inline with the OpenBSD tree (mainly positioning) - (bal) OpenSSH CVS Update - [email protected] 2001/01/02 20:41:02 [packet.c] log remote ip on disconnect; PR 1600 from [email protected] - [email protected] 2001/01/02 20:50:56 [sshconnect.c] strict_host_key_checking for host_status != HOST_CHANGED && ip_status == HOST_CHANGED More... over 23 years ago
20010102 - (bal) OpenBSD CVS Update - [email protected] 2001/01/01 14:52:49 [scp.c] use shared fatal(); from [email protected] More... over 23 years ago
- (bal) Reverted out of a partial NeXT patch. More... over 23 years ago
20001231 - (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS. for multiple reasons. More... over 23 years ago
<Whistle> Umm.. Made a minor mistake put -o instead of -c in .c.o section. Wonder why I did not catch it during the test compile on TWO different platforms! More... over 23 years ago
- (bal) OpenBSD CVS Update - [email protected] 2000/12/29 22:19:13 [channels.c] missing xfree; from [email protected] More... over 23 years ago
- (bal) Add in '.c.o' section to Makefile.in to address make programs that don't honor CPPFLAGS by default. Suggested by Lutz Jaenicke <[email protected]> More... over 23 years ago
- (bal) if no MAXHOSTNAMELEN is defined. Default to 64 character defination. Suggested by Christian Kurz <[email protected]> More... over 23 years ago
whitespace sync with openbsd More... over 23 years ago
whitespace sync with openbsd More... over 23 years ago
20001230 - (bal) OpenBSD CVS Update - [email protected] 2000/12/28 18:58:30 [ssh-keygen.c] enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2} - (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c More... over 23 years ago
- (stevesk) compress.[ch] sync with openbsd; missed in prototype fix merge. More... over 23 years ago
- (bal) OpenBSD CVS Update - [email protected] 2000/12/28 14:25:51 [auth.h auth2.c] count authentication failures only - [email protected] 2000/12/28 14:25:03 [sshconnect.c] fingerprint for MITM attacks, too. - [email protected] 2000/12/28 12:03:57 [sshd.8 sshd.c] document -D - [email protected] 2000/12/27 14:19:21 [serverloop.c] less chatty - [email protected] 2000/12/27 12:34 [auth1.c sshconnect2.c sshd.c] typo - [email protected] 2000/12/27 12:30:19 [readconf.c readconf.h ssh.1 sshconnect.c] new option: HostKeyAlias: allow the user to record the host key under a different name. This is useful for ssh tunneling over forwarded connections or if you run multiple sshd's on different ports on the same machine. - [email protected] 2000/12/27 11:51:53 [ssh.1 ssh.c] multiple -t force pty allocation, document ORIGINAL_COMMAND - [email protected] 2000/12/27 11:41:31 [sshd.8] update for ssh-2 More... over 23 years ago
20001229 - (bal) Fixed spelling of 'authorized_keys' in ssh-copy-id.1 by Christian Kurz <[email protected]> More... over 23 years ago
Update to new x11-askpass in RPM spec More... over 23 years ago
20001228 - (bal) Patch to add libutil.h to loginrec.c only if the platform has libutil.h. Suggested by Pekka Savola <[email protected]> More... over 23 years ago
- (djm) Remove *.Ylonen files. They are no longer in the OpenBSD tree, the info in COPYING.Ylonen has been moved to the start of each SSH1-derived file and README.Ylonen is well out of date. More... over 23 years ago
This should bring NeXTStep back into the family of supported operating systems. - (bal) Fixed NeXT's lack of CPPFLAGS honoring. - (bal) ssh-keyscan.c: NeXT (and older BSDs) don't support getrlimit() w/ 'RLIMIT_NOFILE' More... over 23 years ago
- (djm) Fix catman-do target for non-bash More... over 23 years ago
20001227 - (bal) Typo in configure.in: entut?ent should be endut?ent. Suggested by Takumi Yamane <[email protected]> - (bal) Checks for getrlimit(), sysconf(), and setdtablesize(). Patch by Corinna Vinschen <[email protected]> More... over 23 years ago