Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-09 | [regress/agent-timeout.sh] s/TIMEOUT/SSHAGENT_TIMEOUT/ Fixes conflict | Tim Rice | |
with shell read-only variable. | |||
2003-09-09 | [regress/Makefile] Fixes for building outside of a read-only source tree. | Tim Rice | |
2003-09-08 | [ssh-keygen.c] s/PATH_MAX/MAXPATHLEN/ ok mouring@ | Tim Rice | |
2003-09-08 | [configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test for | Tim Rice | |
HEADER.ad in arpa/nameser.h | |||
2003-09-08 | [configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort and | Tim Rice | |
_getlong in #ifndef | |||
2003-09-07 | - (dtucker) [CREDITS Makefile.in configure.ac mdoc2man.awk mdoc2man.pl] | Darren Tucker | |
Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge. | |||
2003-09-07 | - (dtucker) [acconfig.h] Typo. | Darren Tucker | |
2003-09-07 | - (dtucker) openbsd-compat/xcrypt.c] #elsif -> #elif | Darren Tucker | |
2003-09-07 | - (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin. | Darren Tucker | |
2003-09-07 | - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more | Darren Tucker | |
distinctive, so "rm ${BATCH}.*" doesn't match the script itself. | |||
2003-09-07 | - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)] | Darren Tucker | |
Add ${EXEEXT}: required to work on Cygwin. | |||
2003-09-07 | - (dtucker) [agent-ptrace.sh dynamic-forward.sh (all regress/)] | Darren Tucker | |
Put "which" inside quotes. | |||
2003-09-06 | - (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX. | Darren Tucker | |
2003-09-05 | - (dtucker) [Makefile.in] Add distclean target for regress/, fix clean target. | Darren Tucker | |
2003-09-04 | - [Makefile.in regress/agent-ptrace] Fix minor regress issues on Cygwin. | Darren Tucker | |
2003-09-04 | - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR | Darren Tucker | |
not $OBJ. | |||
2003-09-04 | - [regress/README.regress] Add a basic readme. | Darren Tucker | |
2003-09-04 | - [regress/Makefile] Remove BSDisms. | Darren Tucker | |
2003-09-04 | - [regress/test-exec.sh] Use sudo, search for "whoami" equivalent, always | Darren Tucker | |
use Strictmodes no, wait longer for sshd startup. | |||
2003-09-04 | - [regress/ssh-com-sftp.sh] Remove dependency on /dev/stdin. | Darren Tucker | |
2003-09-04 | - [regress/sftp-cmds.sh] Use portable "test" option. | Darren Tucker | |
2003-09-04 | - [regress/dynamic-forward.sh] Some "which" programs output on stderr. | Darren Tucker | |
2003-09-04 | - [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh | Darren Tucker | |
regress/test-exec.sh] Handle different was of echoing without newlines. | |||
2003-09-04 | - [regress/agent-ptrace.sh regress/agent-timeout.sh] | Darren Tucker | |
"grep -q" -> "grep >/dev/null" | |||
2003-09-04 | - [regress/sftp.sh] Remove dependency on /dev/stdin. | Darren Tucker | |
2003-09-04 | - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh | Darren Tucker | |
regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh regress/transfer.sh] Use ${EXEEXT} where appropriate. | |||
2003-09-04 | - [regress/stderr-after-eof.sh] Search for a usable checksum program. | Darren Tucker | |
2003-09-04 | - [regress/sftp-cmds.sh] Ensure file used for test are readable. | Darren Tucker | |
2003-09-04 | - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have | Darren Tucker | |
it). The sparse file will take less disk space too. | |||
2003-09-04 | - [regress/reconfigure/sh] Make path to sshd fully qualified if required. | Darren Tucker | |
2003-09-04 | - [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or | Darren Tucker | |
gdb cannot be found. | |||
2003-09-04 | - [regress/agent-getpeereid.sh] Skip test on platforms that don't support | Darren Tucker | |
getpeereid. | |||
2003-09-04 | - (dtucker) Portablize regression tests. Parts contributed by Roumen | Darren Tucker | |
Petrov, David M. Williams and Corinna Vinschen. - [Makefile.in] Add "make tests" target and "make clean" hooks. | |||
2003-09-03 | - jmc@cvs.openbsd.org 2003/09/02 18:50:06 | Damien Miller | |
[sftp.1 ssh_config.5] escape punctuation; ok deraadt@ | |||
2003-09-03 | - markus@cvs.openbsd.org 2003/09/02 16:40:29 | Damien Miller | |
[version.h] enter 3.7 | |||
2003-09-03 | - markus@cvs.openbsd.org 2003/08/28 12:54:34 | Damien Miller | |
[auth.h] remove kerberos support from ssh1, since it has been replaced with GSSAPI; but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ... | |||
2003-09-03 | - markus@cvs.openbsd.org 2003/08/26 09:58:43 | Damien Miller | |
[auth-passwd.c auth.c auth.h auth1.c auth2-none.c auth2-passwd.c] [auth2.c monitor.c] fix passwd auth for 'username leaks via timing'; with djm@, original patches from solar | |||
2003-09-02 | - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).h | Damien Miller | |
2003-09-02 | - (djm) Bug #423: reorder setting of PAM_TTY and calling of PAM session | Damien Miller | |
management (now done in do_setusercontext). Largely from michael_steffens AT hp.com | |||
2003-09-02 | - (djm) Don't initialise pam_conv structures inline. Avoids HP/UX compiler | Damien Miller | |
error. Part of Bug #423, patch from michael_steffens AT hp.com | |||
2003-09-02 | fix date | Damien Miller | |
2003-09-02 | - markus@cvs.openbsd.org 2003/09/01 20:44:54 | Damien Miller | |
[auth2-gss.c] fix leak | |||
2003-09-02 | - markus@cvs.openbsd.org 2003/09/01 18:15:50 | Damien Miller | |
[readconf.c readconf.h servconf.c servconf.h ssh.c] remove unused kerberos code; ok henning@ | |||
2003-09-02 | - markus@cvs.openbsd.org 2003/09/01 13:52:18 | Damien Miller | |
[ssh.h] rm whitespace | |||
2003-09-02 | - markus@cvs.openbsd.org 2003/09/01 12:50:46 | Damien Miller | |
[readconf.c] rm gssapidelegatecreds alias; never supported before | |||
2003-09-02 | - markus@cvs.openbsd.org 2003/09/01 09:50:04 | Damien Miller | |
[sshd_config.5] gss kex is not supported; sxw@inf.ed.ac.uk | |||
2003-09-02 | - markus@cvs.openbsd.org 2003/08/31 13:31:57 | Damien Miller | |
[gss-serv.c] whitspace KNF | |||
2003-09-02 | - markus@cvs.openbsd.org 2003/08/31 13:30:18 | Damien Miller | |
[gss-serv.c] correct string termination in parse_ename(); sxw@inf.ed.ac.uk | |||
2003-09-02 | - markus@cvs.openbsd.org 2003/08/31 13:29:05 | Damien Miller | |
[session.c] call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.uk | |||
2003-09-02 | - markus@cvs.openbsd.org 2003/08/31 12:14:22 | Damien Miller | |
[progressmeter.c] do write to buf[-1] |