summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-09-28use rescan, not NULL, since ^X-t is not a prefixTheo de Raadt
2002-09-28doc that undo is a teeny bit differentTheo de Raadt
2002-09-27clarify compression level protocol 1 only; ok markus@ deraadt@Kevin Steves
2002-09-27add a generic match for a prober, such as sie big brother; idea from ↵Michael Shalayeff
stevesk@; markus@ ok
2002-09-26krb4 + privsep; ok dugsong@, deraadt@Markus Friedl
2002-09-26activate the two key sequences for undo again; ok art henningTheo de Raadt
2002-09-25typo; pilot@monkey.orgMarkus Friedl
2002-09-25sync LoginGraceTime with defaultMarkus Friedl
2002-09-24tweak the example $HOME/.ssh/rc script to not show on any cmdline theTodd T. Fries
sensitive data it handles. This fixes bug # 402 as reported by kolya@mit.edu (Nickolai Zeldovich). ok markus@ and stevesk@
2002-09-24only call kerberos code for authctxt->validMarkus Friedl
2002-09-24anotherHenning Brauer
2002-09-23only call auth_krb5 if kerberos is enabled; ok deraadt@Markus Friedl
2002-09-23change get_peer_ipaddr() and get_local_ipaddr() to not return NULL forKevin Steves
non-sockets; fixes a problem passing NULL to snprintf(). ok markus@
2002-09-23correctly dump radix_node; henric@attbi.comTheo de Raadt
2002-09-23Add missing includes, breaks and semicolons to appease gcc3; David KrauseTodd C. Miller
deraadt@ OK
2002-09-21When rotating files or checking the age of a file, check for bothTodd C. Miller
compressed and uncompressed logs but consult the flags to see which we one prefer should both exist. This keeps things from getting hosed if someone compresses or uncompresses one of the archived log files.
2002-09-20log illegal user here for missing privsep case (ssh2).Kevin Steves
this is executed in the monitor. ok markus@
2002-09-19Deal with someone specifying an empty string for the command to runTodd C. Miller
and make it mean "send no signal and run no command".
2002-09-19Fix long-standing bug. When specifying a command to run instead of sendingTodd C. Miller
a signal, the command was never actually run.
2002-09-19Don't print garbage when getnameinfo fails. henning@ ok.Hakan Olsson
2002-09-19log IP address also; ok markus@Kevin Steves
2002-09-19typo; cd@kalkatraz.deMarkus Friedl
2002-09-19Since isspace() considers \n to be a space we need to check for startTodd C. Miller
of line == \0, not \n after stripping leading blanks. Otherwise blank lines give an error. Noticed by marc@
2002-09-19relegate some verbose() to debug(); ok markus@Kevin Steves
2002-09-19bugzilla.mindrot.org #223 - ProxyCommands don't exit.Damien Miller
Patch from dtucker@zip.com.au; ok markus@
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-09-17Allow user to restrict logs to be rotated by specifying pathnames onTodd C. Miller
the command line. The default is to rotate all files in newsyslog.conf
2002-09-17Add -F (force) flag; inspired by FreeBSDTodd C. Miller
2002-09-17Add -a flag to specify a directory to store archived logs. Based onTodd C. Miller
changes I made years ago to a private version of newsyslog but with the option renamed to match FreeBSD. Note that unlike the FreeBSD -a flag, we don't automagically create the archive dir if it doesn't exist. OK deraadt@ and todd@
2002-09-17ansiTheo de Raadt
2002-09-17don't quit while creating X11 listening socket.Jun-ichiro itojun Hagino
http://mail-index.netbsd.org/current-users/2002/09/16/0005.html got from portable. markus ok
2002-09-16reference moduli(5) in FILES /etc/moduli.Kevin Steves
2002-09-16more details on X11Forwarding security issues and threats; ok markus@Kevin Steves
2002-09-16log when _PATH_NOLOGIN exists; ok markus@Kevin Steves
2002-09-16o Remove "NONE" #define and check uid_t and gid_t against -1 with proper castsTodd C. Miller
o Don't call chown/fchown if neither uid nor gid was specified o Fix check for symlinks in non-verbose mode o Add DPRINTF macro to simplify code in verbose mode o Print B and F flags in -v and -n modes o Add a leading tab to lines printed in -n mode for clarity
2002-09-15don't add undo records when we open a file, only when we insert it.Vincent Labrecque
ok deraadt@
2002-09-15 rename realocmap to reallocmap, plus some style.Vincent Labrecque
ok art@
2002-09-15KNFVincent Labrecque
2002-09-15typo in comment.Vincent Labrecque
2002-09-13remove use of SO_LINGER, it should not be needed. error checkKevin Steves
SO_REUSEADDR. fixup comments. ok markus@
2002-09-13remove trailing whitespaceTodd C. Miller
2002-09-13Don't rotate log files < 512 bytes unless in binary mode. ThisTodd C. Miller
prevents newsyslog from rotating a file that only contains the messages that the log file was turned over. deraadt@ OK
2002-09-13Use .Dv for SIGUSR1 like all the other signal names.Todd C. Miller
2002-09-13KNF + ANSI; deraadt@ OKTodd C. Miller
2002-09-12add missing include of limits.hTodd C. Miller
2002-09-12add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@Kevin Steves
2002-09-12%u for uid print; ok markus@Kevin Steves
2002-09-12entry for the openbsd calendar.Federico G. Schwindt
2002-09-12c2k1 was actually !c2k1.Federico G. Schwindt
2002-09-12zap unused var introduced in last commitDamien Miller