Damien Miller
3dfb0dd7fd
- (djm) Support in bsd-snprintf.c for long long conversions from
...
Ben Lindstrom <mouring@pconline.com>
- (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
2000-09-30 09:49:08 +11:00
Damien Miller
bea034a5bf
oops
2000-09-30 09:43:32 +11:00
Damien Miller
190d5a8f33
- (djm) Irix ssh_prng_cmds path fix from Pekka Savola <pekkas@netcore.fi>
2000-09-30 09:43:19 +11:00
Damien Miller
78315eb6d6
- (djm) Merged big SCO portability patch from Tim Rice
...
<tim@multitalents.net>
2000-09-29 23:01:36 +11:00
Damien Miller
cb5e44a440
- (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
...
tidy necessary differences. Use Markus' new debugN() in entropy.c
2000-09-29 12:12:36 +11:00
Damien Miller
280e71bcb6
Forgot the changelog
2000-09-29 10:59:28 +11:00
Damien Miller
e9edd7c3b5
- (djm) Another off-by-one fix from Pavel Kankovsky
...
<peak@argo.troja.mff.cuni.cz>
2000-09-29 10:59:14 +11:00
Damien Miller
15e7d4b64c
- (djm) Fix SSH2 not terminating until all background tasks done problem.
2000-09-29 10:57:35 +11:00
Damien Miller
ecf5830e8a
fix fix
2000-09-26 13:13:26 +11:00
Damien Miller
e772b684cc
- (djm) Security: fix off-by-one buffer overrun in fake-getnameinfo.c.
...
Report and fix from Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
2000-09-26 13:10:37 +11:00
Damien Miller
b2033a41a1
- (djm) Define _REENTRANT
2000-09-26 12:18:31 +11:00
Damien Miller
96f0c725fc
- (djm) Update X11-askpass to 1.0.2 in RPM spec file
2000-09-26 12:09:48 +11:00
Damien Miller
89d3bd701b
doh
2000-09-24 11:50:49 +11:00
Damien Miller
80ecfe8fb8
- (djm) Include strtok_r() from OpenBSD libc. Fixes report from Mark Miller
...
<markm@swoon.net>
2000-09-24 11:21:31 +11:00
Damien Miller
72c9a7e958
- (djm) Merged cleanup patch from Mark Miller <markm@swoon.net>
...
- (djm) A bit more cleanup - created cygwin_util.h
2000-09-24 11:10:13 +11:00
Damien Miller
62cee00753
- (djm) OpenBSD CVS sync:
...
- markus@cvs.openbsd.org 2000/09/17 09:38:59
[sshconnect2.c sshd.c]
fix DEBUG_KEXDH
- markus@cvs.openbsd.org 2000/09/17 09:52:51
[sshconnect.c]
yes no; ok niels@
- markus@cvs.openbsd.org 2000/09/21 04:55:11
[sshd.8]
typo
- markus@cvs.openbsd.org 2000/09/21 05:03:54
[serverloop.c]
typo
- markus@cvs.openbsd.org 2000/09/21 05:11:42
scp.c
utime() to utimes(); mouring@pconline.com
- markus@cvs.openbsd.org 2000/09/21 05:25:08
sshconnect2.c
change login logic in ssh2, allows plugin of other auth methods
- markus@cvs.openbsd.org 2000/09/21 05:25:35
[auth2.c channels.c channels.h clientloop.c dispatch.c dispatch.h]
[serverloop.c]
add context to dispatch_run
- markus@cvs.openbsd.org 2000/09/21 05:07:52
authfd.c authfd.h ssh-agent.c
bug compat for old ssh.com software
2000-09-23 17:15:56 +11:00
Damien Miller
f056e23dd6
- (djm) Use printf %lld instead of %qd in sftp-server.c. Fix from
...
Michael Stone <mstone@cs.loyola.edu>
2000-09-23 14:58:32 +11:00
Damien Miller
b9c2ce8b3b
- (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
2000-09-23 14:52:50 +11:00
Damien Miller
62dd94b375
- (djm) Tweak password expiry checking at suggestion of Kevin Steves
...
<stevesk@sweden.hp.com>
2000-09-23 14:26:32 +11:00
Damien Miller
578783e6bf
- (djm) Seperate tests for int64_t and u_int64_t types
2000-09-23 14:12:24 +11:00
Damien Miller
9600233f0f
- (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi>
2000-09-23 14:00:09 +11:00
Damien Miller
d6f204d71f
- (djm) Fix address logging in utmp from Kevin Steves
...
<stevesk@sweden.hp.com>
2000-09-23 13:57:27 +11:00
Damien Miller
337cf323f4
Cleanup
2000-09-23 13:55:03 +11:00
Damien Miller
f13f75da2e
- (djm) Fix bad path substitution. Report from Andrew Miner
...
<asminer@cs.iastate.edu>
2000-09-21 21:51:07 +11:00
Damien Miller
a1b61e11a7
- (djm) Fix SSL search order from Lutz Jaenicke
...
<Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-09-16 17:02:16 +11:00
Damien Miller
2efcd3c354
- (djm) New SuSE spec from Corinna Vinschen <corinna@vinschen.de>
2000-09-16 16:30:55 +11:00
Damien Miller
f3b1c54844
bye bye
2000-09-16 16:25:24 +11:00
Damien Miller
b70b61f5fe
- (djm) Update CygWin support from Corinna Vinschen <vinschen@cygnus.com>
2000-09-16 16:25:12 +11:00
Damien Miller
52cbcbf0bb
- (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage.
...
Patch from Larry Jones <larry.jones@sdrc.com>
2000-09-16 16:21:28 +11:00
Damien Miller
aeaa1264b5
Fix fixprogs
2000-09-16 16:10:56 +11:00
Damien Miller
9d5705a4b3
- (djm) Add Steve VanDevender's <stevev@darkwing.uoregon.edu> PAM
...
password change patch.
- (djm) Bring licenses on my stuff in line with OpenBSD's
2000-09-16 16:09:27 +11:00
Damien Miller
8a1e6a629e
- (djm) Cleanup auth-passwd.c and unify HP/UX authentication. Patch from
...
Kevin Steves <stevesk@sweden.hp.com>
2000-09-16 15:55:52 +11:00
Damien Miller
606f880e0f
- (djm) Shadow expiry check fix from Pavel Troller <patrol@omni.sinus.cz>
...
- (djm) Re-enable int64_t types - we need them for sftp
- (djm) Use libexecdir from configure , rather than libexecdir/ssh
- (djm) Update Redhat SPEC file accordingly
- (djm) Add Kevin Steves <stevesk@sweden.hp.com> HP/UX contrib files
- (djm) Add Charles Levert <charles@comm.polymtl.ca> getpgrp patch
- (djm) Fix password auth on HP/UX 10.20. Patch from Dirk De Wachter
<Dirk.DeWachter@rug.ac.be>
- (djm) Fixprogs and entropy list fixes from Larry Jones
<larry.jones@sdrc.com>
- (djm) Fix for SuSE spec file from Takashi YOSHIDA
<tyoshida@gemini.rc.kyushu-u.ac.jp>
2000-09-16 15:39:56 +11:00
Damien Miller
e4340be5b3
- (djm) Merge OpenBSD changes:
...
- markus@cvs.openbsd.org 2000/09/05 02:59:57
[session.c]
print hostname (not hushlogin)
- markus@cvs.openbsd.org 2000/09/05 13:18:48
[authfile.c ssh-add.c]
enable ssh-add -d for DSA keys
- markus@cvs.openbsd.org 2000/09/05 13:20:49
[sftp-server.c]
cleanup
- markus@cvs.openbsd.org 2000/09/06 03:46:41
[authfile.h]
prototype
- deraadt@cvs.openbsd.org 2000/09/07 14:27:56
[ALL]
cleanup copyright notices on all files. I have attempted to be
accurate with the details. everything is now under Tatu's licence
(which I copied from his readme), and/or the core-sdi bsd-ish thing
for deattack, or various openbsd developers under a 2-term bsd
licence. We're not changing any rules, just being accurate.
- markus@cvs.openbsd.org 2000/09/07 14:40:30
[channels.c channels.h clientloop.c serverloop.c ssh.c]
cleanup window and packet sizes for ssh2 flow control; ok niels
- markus@cvs.openbsd.org 2000/09/07 14:53:00
[scp.c]
typo
- markus@cvs.openbsd.org 2000/09/07 15:13:37
[auth-options.c auth-options.h auth-rh-rsa.c auth-rsa.c auth.c]
[authfile.h canohost.c channels.h compat.c hostfile.h log.c match.h]
[pty.c readconf.c]
some more Copyright fixes
- markus@cvs.openbsd.org 2000/09/08 03:02:51
[README.openssh2]
bye bye
- deraadt@cvs.openbsd.org 2000/09/11 18:38:33
[LICENCE cipher.c]
a few more comments about it being ARC4 not RC4
- markus@cvs.openbsd.org 2000/09/12 14:53:11
[log-client.c log-server.c log.c ssh.1 ssh.c ssh.h sshd.8 sshd.c]
multiple debug levels
- markus@cvs.openbsd.org 2000/09/14 14:25:15
[clientloop.c]
typo
- deraadt@cvs.openbsd.org 2000/09/15 01:13:51
[ssh-agent.c]
check return value for setenv(3) for failure, and deal appropriately
2000-09-16 13:29:08 +11:00
Damien Miller
f384c366d3
- (djm) Fix server not exiting with jobs in background.
2000-09-13 10:43:26 +11:00
Damien Miller
bac2d8aa5e
- (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
2000-09-05 16:13:06 +11:00
Damien Miller
676092fad0
Fix spec files
2000-09-05 14:16:18 +11:00
Damien Miller
7b28dc5eb0
20000905
...
- (djm) Import OpenBSD CVS changes
- markus@cvs.openbsd.org 2000/08/31 15:52:24
[Makefile sshd.8 sshd_config sftp-server.8 sftp-server.c]
implement a SFTP server. interops with sftp2, scp2 and the windows
client from ssh.com
- markus@cvs.openbsd.org 2000/08/31 15:56:03
[README.openssh2]
sync
- markus@cvs.openbsd.org 2000/08/31 16:05:42
[session.c]
Wall
- markus@cvs.openbsd.org 2000/08/31 16:09:34
[authfd.c ssh-agent.c]
add a flag to SSH2_AGENTC_SIGN_REQUEST for future extensions
- deraadt@cvs.openbsd.org 2000/09/01 09:25:13
[scp.1 scp.c]
cleanup and fix -S support; stevesk@sweden.hp.com
- markus@cvs.openbsd.org 2000/09/01 16:29:32
[sftp-server.c]
portability fixes
- markus@cvs.openbsd.org 2000/09/01 16:32:41
[sftp-server.c]
fix cast; mouring@pconline.com
- itojun@cvs.openbsd.org 2000/09/03 09:23:28
[ssh-add.1 ssh.1]
add missing .El against .Bl.
- markus@cvs.openbsd.org 2000/09/04 13:03:41
[session.c]
missing close; ok theo
- markus@cvs.openbsd.org 2000/09/04 13:07:21
[session.c]
fix get_last_login_time order; from andre@van-veen.de
- markus@cvs.openbsd.org 2000/09/04 13:10:09
[sftp-server.c]
more cast fixes; from mouring@pconline.com
- markus@cvs.openbsd.org 2000/09/04 13:06:04
[session.c]
set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com , bet@rahul.net
- (djm) Cleanup after import. Fix sftp-server compilation, Makefile
2000-09-05 13:34:53 +11:00
Damien Miller
123cbe8e86
Fix init script
2000-09-03 19:14:58 +11:00
Damien Miller
1a425f3eeb
Missing OpenBSD diff hunks
2000-09-02 10:08:09 +11:00
Damien Miller
50f14f8747
- (djm) Pick up Jim's new X11-askpass
...
- (djm) Release 2.2.0p1
2000-09-01 14:14:37 +11:00
Damien Miller
efcd54a51d
Pickup version update
2000-08-31 11:53:44 +11:00
Damien Miller
b5c42d98b3
- (djm) Pick up new version (2.2.0) from OpenBSD CVS
2000-08-31 11:13:10 +11:00
Damien Miller
238a9fa8d0
- (djm) Workaround SIGPIPE problems on SCO. Fix from Aran Cox
...
<acox@cv.telegroup.com>
2000-08-31 09:20:05 +11:00
Damien Miller
250ee8b3ef
- (djm) Fix doh in bsd-arc4random.c
2000-08-30 14:06:35 +11:00
Damien Miller
77aba9d024
- (djm) NeXT patch from Ben Lindstrom <mouring@pconline.com>
2000-08-30 10:11:30 +11:00
Damien Miller
9a94734d25
- (djm) Fix printing of $DISPLAY hack if set by system type. Report from
...
Kevin Steves <stevesk@sweden.hp.com>
2000-08-30 10:03:33 +11:00
Damien Miller
7cfaaf234f
- (djm) Quieten the pam delete credentials error message
2000-08-30 09:57:49 +11:00
Damien Miller
5552d7addf
- (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
...
<stevesk@sweden.hp.com>
2000-08-30 09:53:24 +11:00
Damien Miller
c30d35ce32
- (djm) Periodically rekey arc4random
...
- (djm) Clean up diff against OpenBSD.
2000-08-30 09:40:09 +11:00