I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 21 hours ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
give up privs when reading seed file More... over 23 years ago
20001123 - (bal) Merge OpenBSD changes: - [email protected] 2000/11/15 22:31:36 [auth-options.c] case insensitive key options; from [email protected] - [email protected] 2000/11/16 17:55:43 [dh.c] do not use perror() in sshd, after child is forked() - [email protected] 2000/11/14 23:42:40 [auth-rsa.c] parse option only if key matches; fix some confusing seen by the client - [email protected] 2000/11/14 23:44:19 [session.c] check no_agent_forward_flag for ssh-2, too - [email protected] 2000/11/15 [ssh-agent.1] reorder SYNOPSIS; typo, use .It - [email protected] 2000/11/14 23:48:55 [ssh-agent.c] do not reorder keys if a key is removed - [email protected] 2000/11/15 19:58:08 [ssh.c] just ignore non existing user keys - [email protected] 200/11/15 20:24:43 [ssh-keygen.c] Add missing \n at end of error message. More... over 23 years ago
20001122 - (bal) Minor patch to ensure platforms lacking IRIX job limit supports are compilable. - (bal) Updated TODO as of 11/18/2000 with known things to resolve. More... over 23 years ago
- (stevek) Reworked progname support. - (bal) Misplaced #include "includes.h" in bsd-setproctitle.c. Patch by Shinichi Maruyama <[email protected]> More... over 23 years ago
20001117 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake. It has no affect the output. Patch by Corinna Vinschen <[email protected]> More... over 23 years ago
20001116 - (bal) Added in MAXSYMLINK test in bsd-realpath.c. Required for some SCO releases. - (bal) Make builds work outside of source tree. Patch by Mark D. Roth <[email protected]> More... over 23 years ago
- (djm) fixpaths to DSA and RSA keys too More... over 23 years ago
doh More... over 23 years ago
doh More... over 23 years ago
- (djm) Change to interim version More... over 23 years ago
- (djm) Merge OpenBSD changes: - [email protected] 2000/11/06 16:04:56 [channels.c channels.h clientloop.c nchan.c serverloop.c] [session.c ssh.c] agent forwarding and -R for ssh2, based on work from [email protected] - [email protected] 2000/11/06 16:13:27 [ssh.c sshconnect.c sshd.c] do not disabled rhosts(rsa) if server port > 1024; from [email protected] - [email protected] 2000/11/06 16:16:35 [sshconnect.c] downgrade client to 1.3 if server is 1.4; help from [email protected] - [email protected] 2000/11/09 18:04:40 [auth1.c] typo; from [email protected] - [email protected] 2000/11/12 12:03:28 [ssh-agent.c] off-by-one when removing a key from the agent - [email protected] 2000/11/12 12:50:39 [auth-rh-rsa.c auth2.c authfd.c authfd.h] [authfile.c hostfile.c kex.c kex.h key.c key.h myproposal.h] [readconf.c readconf.h rsa.c rsa.h servconf.c servconf.h ssh-add.c] [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config] [sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config ssh-dss.c] [ssh-dss.h ssh-rsa.c ssh-rsa.h dsa.c dsa.h] add support for RSA to SSH2. please test. there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. - (djm) Fix up Makefile and Redhat init script to create RSA host keys - (djm) Change to interim version More... over 23 years ago
- (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to contrib/README More... over 23 years ago
- (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to failed ioctl(TIOCSCTTY) call. More... over 23 years ago
20001112 - (bal) SCO Patch to add needed libraries for configure.in. Patch by Phillips Porch <[email protected]> - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker <[email protected]> More... over 23 years ago
- (djm) Hardware sysconfdir in RPM spec files as some RPM versions get it wrong. Report from Bennett Todd <[email protected]> More... over 23 years ago
- (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args are promoted to type int. Report and fix from Dan Astoorian <[email protected]> More... over 23 years ago
stupid ; misplacement More... over 23 years ago
- (djm) Fix new Makefile.in warnings More... over 23 years ago
- (djm) Added /etc/primes for kex DH group neg, fixup Makefile.in and packaging files More... over 23 years ago
Two Ooops. =) - INSTALL minor correction for s/key - and I forgot to submit loginrec.c even after I put it in the ChangeLog =) More... over 23 years ago
20001110 - (bal) Fixed dropped answer from skey_keyinfo() in auth1.c - (bal) Changed from --with-skey to --with-skey=PATH in configure.in - (bal) Added in check to verify S/Key library is being detected in configure.in - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif. Patch by Mark Miller <[email protected]> - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined to remove warnings under MacOS X. Patch by Mark Miller <[email protected]> - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs More... over 23 years ago
- (bal) fixpaths fixed to stop it from quitely failing. Patch by Mark D. Roth <[email protected]> More... over 23 years ago
- (bal) acconfig.in - removed the double "USE_PIPES" entry. Patch by Mark Miller <[email protected]> - (bal) sshd.init files corrected to assign $? to RETVAL. Patch by Jarno Huuskonen <[email protected]> More... over 23 years ago
HP-UX 11 supports PAM. More... over 23 years ago
- (bal) typo in configure.in in regards to --with-ldflags from Marko Asplund <[email protected]> - (bal) fixed next-posix.h. Forgot prototype of getppid(). More... over 23 years ago
Prepare for release More... over 23 years ago
Whoops, forgot changelog More... over 23 years ago
- (djm) Fix multiple dependancy on gnome-libs from Pekka Savola <[email protected]> - (djm) Don't need X11-askpass in RPM spec file if building without it from Pekka Savola <[email protected]> More... over 23 years ago
Remove UPGRADING from spec files More... over 23 years ago
- (djm) Remove UPGRADING document in favour of a link to the better maintained FAQ on www.openssh.com More... over 23 years ago