summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-09-08Update to latest version of the One True Awk. See the FIXES fileTodd C. Miller
for details.
2001-09-07Repair regular expression substitution.Marc Espie
Even though the code can share some common parts, there is an important difference I had missed.
2001-09-07Sanity check length of -u argument to avoid truncation later on.Todd C. Miller
2001-09-06Initial idea from aaron@: Last char of .Xr group in SEE ALSO section shouldMike Pechkin
be a single digit. Powered by mantoya@. millert@ ok.
2001-09-06bye bye sleeperTheo de Raadt
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-05oopsJakob Schlyter
2001-09-05grammar; PR#2048Jakob Schlyter
2001-09-05select correctly, and on the right file descriptors too!Theo de Raadt
2001-09-05avoid first person in manual pagesTheo de Raadt
2001-09-05select for a more accurate size; millert okTheo de Raadt
2001-09-04Add a const to shut up -WallTodd C. Miller
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵Todd C. Miller
POSIX counterparts.
2001-09-04Wall's -g flag has been broken since it was added. We fix it byTodd C. Miller
looking up each group specified via -g and stashing the members so we can compare them against users listed in utmp later on. Inspired by a patch from Ruslan Ermilov <ru@FreeBSD.org>.
2001-09-04Fix bogus use of snprintf return value. Since we know the maxTodd C. Miller
length of a username we can use that as part of the buffer size.
2001-09-04update from Denis Afonin <dfa@solo.ee>Michael Shalayeff
2001-09-03fatal() for nonexistent -Fssh_config. ok markus@Kevin Steves
2001-09-03don't print zero values on processes lineCamiel Dobbelaar
ok millert@
2001-09-03No longer any reason to care if calendar file is a pipe or not.Paul Janzen
2001-09-03- Prevent users from hanging or killing 'calendar -a', at the cost ofPaul Janzen
one additional fork() per user who has a calendar file. Side effect is that root runs much less code. - Use login caps so we don't, for example, give a user more processes than he's allowed. - tmpfile() rather than mkstemp() means never leaving junk behind. - Don't let 'calendar -a' take more than a day. Reviewed by millert@
2001-09-03build usbhidctlPeter Valchev
2001-09-03repair a bug in 1.23, where "telnetport" was incorrectly set.Jun-ichiro itojun Hagino
From: Pekka Savola <pekkas@netcore.fi>
2001-09-02KNF + ansiJakob Schlyter
2001-09-02update command summaryJakob Schlyter
2001-09-02remove unused variableJakob Schlyter
2001-09-02add very basic proxy support using socks5 client code from niklas@.Jakob Schlyter
ok ericj@.
2001-09-02fix SYNPOSISJakob Schlyter
2001-09-02program to manipulate USB HID devicesPeter Valchev
from NetBSD, reviewed by jakob
2001-09-02Remove a duplicate line; dfa@solo.eeAaron Campbell
2001-08-31Don't need signal.c since we have standard signals...Todd C. Miller
2001-08-31disable kbd-interactive if we don't get SSH2_MSG_USERAUTH_INFO_REQUEST messagesMarkus Friedl
2001-08-30do not pass pointers to longjmp; fix from wayne@blorf.netMarkus Friedl
2001-08-30validate ports for permitopen key file option. add host/portKevin Steves
alternative syntax for IPv6. ok markus@
2001-08-30Delete duplicate 'network daemon testing' item.Kenneth R Westerback
Spotted by Nick Nauwelaerts.
2001-08-30validate ports for LocalForward/RemoteForward.Kevin Steves
add host/port alternative syntax for IPv6 (like -L/-R). ok markus@
2001-08-30add -D to synopsis line; ok markus@Christian Weisgerber
2001-08-30Fix typo - space before a comma.Kenneth R Westerback
Spotted by Nick Nauwelaerts.
2001-08-29additional documentation for GatewayPorts; ok markus@Kevin Steves
2001-08-29validate ports for -L/-R; ok markus@Kevin Steves
2001-08-29document -D and DynamicForward; ok markus@Kevin Steves
2001-08-29add text about -u0 preventing DNS requests; ok markus@Kevin Steves
2001-08-29clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok ↵Markus Friedl
theo@
2001-08-28allow: ssh -F configfile hostMarkus Friedl
2001-08-28don't set DynamicForward unless Host matchesMarkus Friedl
2001-08-28Add information on number/percentage of namei calls missed the cache.Tobias Weingartner
millert@ ok.
2001-08-27#include <string.h>Markus Friedl
2001-08-27fix memory fault if non-existent filename is given to the -f optionDan Harnett
ok markus@
2001-08-27Instead of prompting the user whether or not they wish to continue toTodd C. Miller
wait for the lock on password file just tell the user to interrupt with ^C. This simplifies the locking loop a bit. Update man page to this effect.
2001-08-26su(1) see also: sudo(8) - users coming fron other UNIX environments mayHeikki Korpela
be using su for purposes where sudo would serve better. Suggested by <allenwc@home.com>. Ok millert@
2001-08-26Add a -q to silence zero-output lines and fix some whitespace and text nits.brian
Submitted by: Sam Smith <S@mSmith.net> Ok: theo