Age | Commit message (Collapse) | Author |
|
|
|
|
|
[buffer.c]
do not expand buffer before attempting to reallocate it; markus ok
|
|
|
|
PATH (or SUPATH) and UMASK from /etc/default/login on platforms that have it
(eg Solaris, Reliant Unix). Patch from Robert.Dahlem at siemens.com. ok djm@
|
|
with vanilla "=".
Hopefully everybody's "make" will be happy with that.
|
|
the regression tests from running with Solaris' make. Patch from Brian
Poole (raj at cerias.purdue.edu).
Further info: Solaris' /usr/ccs/bin/make
* requires a space before "+=" (but not "=")
* does not like @for
The bit that relies on a trailing "/" on $OBJ so "rm ${OBJ}$$F works in the
current dir if OBJ isn't set is my fault. Nasty but it works.
|
|
|
|
from cjwatson at debian.org.
|
|
|
|
required to correctly reset failed login count when using a password
registry other than "files" (eg LDAP, see bug #543).
|
|
slower hosts, increase to 10 sec.
|
|
|
|
|
|
|
|
regress/sftp-cmds.sh regress/stderr-after-eof.sh regress/test-exec.sh]
no longer depends on which(1). patch by dtucker@
|
|
|
|
UnixWare 2.03 using --with-tcp-wrappers.
|
|
the dirname test, to allow a broken dirname to be detected correctly.
Based partially on patch supplied by alex.kiernan at thus.net. ok djm@
|
|
"yes".
|
|
|
|
Patch from wendyp at cray.com.
|
|
UX:rm: ERROR: Cannot remove '.' or '..'
|
|
with shell read-only variable.
|
|
|
|
|
|
HEADER.ad in arpa/nameser.h
|
|
_getlong in #ifndef
|
|
Replace mdoc2man.pl with mdoc2man.awk, provided by Peter Stuge.
|
|
|
|
|
|
|
|
distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
|
|
Add ${EXEEXT}: required to work on Cygwin.
|
|
Put "which" inside quotes.
|
|
|
|
|
|
|
|
not $OBJ.
|
|
|
|
|
|
use Strictmodes no, wait longer for sshd startup.
|
|
|
|
|
|
|
|
regress/test-exec.sh] Handle different was of echoing without newlines.
|
|
"grep -q" -> "grep >/dev/null"
|
|
|
|
|
|
regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh
regress/transfer.sh] Use ${EXEEXT} where appropriate.
|