summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-10-10anotherHenning Brauer
2002-10-07 do not crash when a breakpoint can't get set (remove itVincent Labrecque
from the list when we free it.) ok art@
2002-10-07 tyopVincent Labrecque
ok deraadt@
2002-10-07misplaced break in the lastMichael Shalayeff
2002-10-04remove the BSS crudTheo de Raadt
2002-10-04Move the -H to the sort variable declaration itself since the -HTodd C. Miller
flag is non-standard. This allows people to use a different sort (like GNU sort) if they want via the sort environment variable. mickey@ OK
2002-10-04sort -H for modern large filesystems; from McikyeBSD; millert@ ok and ↵Michael Shalayeff
multiple ppl testing
2002-10-04enchrist into stdargMichael Shalayeff
2002-10-04make the snakes fart throughMichael Shalayeff
2002-10-04some formatting from mickey.Michael Shalayeff
From: Maxim Tsyplakov <tm@openbsd.ru> indent -i0 somefile.c dumps core in indent.c line 276 ps.ind_level = ps.i_l_follow = col / ps.ind_size;
2002-10-04fprintf+exit vs errxMichael Shalayeff
2002-10-04janis dup; from Number Six <six@stalphonsos.com>Michael Shalayeff
2002-10-01allow root to access the agent, since there is no protection from root.Markus Friedl
2002-10-01OpenSSH 3.5Markus Friedl
2002-09-30typo, art okAnil Madhavapeddy
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