summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-02- rcs_write() is now staticJean-Francois Brousseau
- when setting a new expansion mode, do not attempt to free the previous expansion mode if the pointer is NULL - add a bunch of new functions: * rcs_sym_remove() to remove a symbol * rcs_sym_getrev() to retrieve the revision number of a symbol * rcs_desc_{s,g}et() to manipulate an RCS file's description
2005-03-02- make sure we are using a remote method before callingJoris Vink
cvs_sendreq() and cvs_sendfile(). - don't leak entp on errors. ok jfb@
2005-03-02bz#987: mention ForwardX11Trusted in ssh.1,Damien Miller
reported by andrew.benham AT thus.net; ok deraadt@
2005-03-02ignore hostnames with metachars when hashing; ok deraadt@Damien Miller
2005-03-02fix addition of new hashed hostnames when CheckHostIP=yes;Damien Miller
found and ok dtucker@
2005-03-02(And remember to remove the block on filesystems > 128 GB)Tom Cosgrove
Add support for MS-DOS filesystems > 128 GB, by changing the way we calculate fileids (fake inode numbers). This uses some hash code by Thomas Wang, who has agreed to the existing licence on the file (i.e. his name just needed to be added to the copyright list). Thanks. Also a tiny bit of KNF. Closes PR 4119; works for the OP Pawel Rogocz. Help with testing todd@, thanks. ok deraadt@
2005-03-02Add support for MS-DOS filesystems > 128 GB, by changing the way weTom Cosgrove
calculate fileids (fake inode numbers). This uses some hash code by Thomas Wang, who has agreed to the existing licence on the file (i.e. his name just needed to be added to the copyright list). Thanks. Also a tiny bit of KNF. Closes PR 4119; works for the OP Pawel Rogocz. Help with testing todd@, thanks. ok deraadt@
2005-03-02Make all the MS-DOS filesystem code ignore trailing dots and spaces, inTom Cosgrove
the same way that Windows does. Without this, `touch .foobar.' followed by `touch .foobar.' will create two directory entries called `.foobar', thereby corrupting the filesystem. Found by todd@, who has been doing things with msdosfs that are truly obscene. "alright" tedu@, ok deraadt@
2005-03-01avoid using a full macro as a -width specifier, it only confuses groff;Jason McIntyre
2005-03-01.El in the wrong place;Jason McIntyre
2005-03-01provide missing `indent' argument to -offset in displays;Jason McIntyre
convert some displays to .Dl where it's simpler;
2005-03-01google knowsMichael Shalayeff
2005-03-01make sure _quick3p is always defined. Thanks dale!Marc Espie
2005-03-01Display hardware name and display resolution at attach time, as done on sparc.Miod Vallat
2005-03-01Print display resolution as %dx%d, not %d x %d.Miod Vallat
2005-03-01fix call to rcs_open() so the file gets created, and remove theJean-Francois Brousseau
explicit call to rcs_write(), it is not needed anymore
2005-03-01use one uint64_t instead of two uint32_t in rx radiotap header.Damien Bergamini
2005-03-01make sure radiotap structures are packed.Damien Bergamini
2005-03-01import rssadapt man page from NetBSD.Damien Bergamini
ok jmc@ millert@ jsg@ deraadt@
2005-03-01Unbreak arp_input with carp; add back the call to carp_iamatch()Ryan Thomas McBride
which was removed in rev 1.57. This makes arpbalance work again, and ensures that only one carp host will reply to a given arp request. ok mpf@ pascoe@ dhartmei@ deraadt@
2005-03-01a little spacing; some list adjustment;Jason McIntyre
2005-03-01- make large packets work without hanging the interfaceRyan Thomas McBride
- make tcpdump attach correctly by Alex Feldman prodded via Greg Mortensen <thevision@pobox.com> ok deraadt@
2005-03-01RegenMiod Vallat
2005-03-01Move serial and parallel devices left by mistake in the ``other'' sectionMiod Vallat
to the appropriate sections. No functional change, except for the manpage being nicer.
2005-03-01sort options (no attempt made at synopsis clean up though);Jason McIntyre
spelling (occurance -> occurrence); use prompt before examples; grammar;
2005-03-01occurance -> occurrence;Jason McIntyre
2005-03-01sort options;Jason McIntyre
2005-03-01sync usage() w/ man SYNOPSIS;Jason McIntyre
ok markus@
2005-03-01add HashKnownHosts to -o list;Jason McIntyre
ok markus@
2005-03-01make sure the ttl does not wrap; pr 4093; ok JaredMarkus Friedl
2005-03-01sort options and sync usage();Jason McIntyre
2005-03-01Update struct _ftsent to match with fts.h.Marco Pfatschbacher
Input from jaredy@; ok deraadt@, miod@
2005-03-01whitespace;Jason McIntyre
2005-03-01only call eaio_l2() if kernel has support for pcxl2 compiled in; from ↵Michael Shalayeff
weissmanndude
2005-03-01new sentence, new line;Jason McIntyre
whitespace;
2005-03-01do not mark up punctuation;Jason McIntyre
whitespace;
2005-03-01too fast little futterbly; cvs said it was before 1.2Michael Shalayeff
2005-03-01remove some unneccesary macros;Jason McIntyre
do not mark up punctuation;
2005-03-01Fix an integer overflow that prevented us from reading files >= 2 GBTom Cosgrove
from MS-DOS filesystems. Assistance otto@; thanks. "looks ok" krw@; ok derradt@.
2005-03-01The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, soTom Cosgrove
don't bother trying to write files bigger than this. Just return EFBIG to caller, rather than panic()ing later. Closes PR 4090. Assistance from otto@, tested by OP and moritz@; thanks. ok tedu@ deraadt@
2005-03-01pull in r1.8 from NetBSD, drochner: "amd64: stack sanity, leave theDaniel Hartmeier
return PC alone", via hugh@
2005-03-01Set errno right before return(), so that it does not risk being resetMiod Vallat
by any other functions we will invoke in-between. Fix from Andrey Matveev <andrushock@korovino.net>
2005-03-01regenOtto Moerbeek
2005-03-01Increase the default number of usb dev nodes to 6. Some new machinesOtto Moerbeek
(like the Mac mini) have that many usb devs on board. ok drahn@ dlg@ miod@
2005-03-01Avoid 32-bit overflow by casting blk arg to lblktosize() to (off_t). SolvesAaron Campbell
performance loss issue in some cases when reading past the 2GB boundary in large files. Testing by drahn@, otto@, danh@, krw@, tom@, jaredy@. From FreeBSD. tedu@, pedro@ ok.
2005-03-01apm and apmd appeared for 2.0 not 1.2; spotted by marc@Miod Vallat
2005-03-01add tools for managing known_hosts files with hashed hostnames, includingDamien Miller
hashing existing files and deleting hosts by name; ok markus@ deraadt@
2005-03-01option to hash hostnames output by ssh-keyscan; ok markus@ deraadt@Damien Miller
2005-03-01add support for hashing host names and addresses added to known_hosts files,Damien Miller
to improve privacy of which hosts user have been visiting; ok markus@ deraadt@
2005-03-01bz#413: allow optional specification of bind address for port forwardings.Damien Miller
Patch originally by Dan Astorian, but worked on by several people Adds GatewayPorts=clientspecified option on server to allow remote forwards to bind to client-specified ports. ok markus@