I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- (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
20001223 - (bal) Fixed Makefile.in to support recompile of all ssh and sshd objects if a change to config.h has occurred. Suggested by Gert Doering <[email protected]> - (bal) OpenBSD CVS Update: - [email protected] 2000/12/22 16:49:40 [ssh-keygen.c] fix ssh-keygen -x -t type > file; from [email protected] More... over 23 years ago
One way to massive patch. <sigh> It compiles and works under Linux.. And I think I have all the bits right from the OpenBSD tree. 20001222 - Updated RCSID for pty.c - (bal) OpenBSD CVS Updates: - [email protected] 2000/12/21 15:10:16 [auth-rh-rsa.c hostfile.c hostfile.h sshconnect.c] print keyfile:line for changed hostkeys, for deraadt@, ok deraadt@ - [email protected] 2000/12/20 19:26:56 [authfile.c] allow ssh -i userkey for root - [email protected] 2000/12/20 19:37:21 [authfd.c authfd.h kex.c sshconnect2.c sshd.c uidswap.c uidswap.h] fix prototypes; from [email protected] - [email protected] 2000/12/20 19:32:08 [sshd.c] init pointer to NULL; report from [email protected] - [email protected] 2000/12/19 23:17:54 [auth-krb4.c auth-options.c auth-options.h auth-rhosts.c auth-rsa.c auth1.c auth2-skey.c auth2.c authfd.c authfd.h authfile.c bufaux.c bufaux.h buffer.c canohost.c channels.c clientloop.c compress.c crc32.c deattack.c getput.h hmac.c hmac.h hostfile.c kex.c kex.h key.c key.h log.c login.c match.c match.h mpaux.c mpaux.h packet.c packet.h radix.c readconf.c rsa.c scp.c servconf.c servconf.h serverloop.c session.c sftp-server.c ssh-agent.c ssh-dss.c ssh-dss.h ssh-keygen.c ssh-keyscan.c ssh-rsa.c ssh-rsa.h ssh.c ssh.h uuencode.c uuencode.h sshconnect1.c sshconnect2.c sshd.c tildexpand.c] replace 'unsigned bla' with 'u_bla' everywhere. also replace 'char unsigned' with u_char. More... over 23 years ago
- (stevesk) OpenBSD CVS updates: - [email protected] 2000/12/19 15:43:45 [authfile.c channels.c sftp-server.c ssh-agent.c] remove() -> unlink() for consistency - [email protected] 2000/12/19 15:48:09 [ssh-keyscan.c] replace <ssl/x.h> with <openssl/x.h> - [email protected] 2000/12/17 02:33:40 [uidswap.c] typo; from [email protected] More... over 23 years ago
- (djm) Workaround PAM inconsistencies between Solaris derived PAM code and Linux-PAM. Based on report and fix from Andrew Morgan <[email protected]> More... over 23 years ago