Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-28 | use rescan, not NULL, since ^X-t is not a prefix | Theo de Raadt | |
2002-09-28 | doc that undo is a teeny bit different | Theo de Raadt | |
2002-09-27 | clarify compression level protocol 1 only; ok markus@ deraadt@ | Kevin Steves | |
2002-09-27 | add a generic match for a prober, such as sie big brother; idea from ↵ | Michael Shalayeff | |
stevesk@; markus@ ok | |||
2002-09-26 | krb4 + privsep; ok dugsong@, deraadt@ | Markus Friedl | |
2002-09-26 | activate the two key sequences for undo again; ok art henning | Theo de Raadt | |
2002-09-25 | typo; pilot@monkey.org | Markus Friedl | |
2002-09-25 | sync LoginGraceTime with default | Markus Friedl | |
2002-09-24 | tweak the example $HOME/.ssh/rc script to not show on any cmdline the | Todd T. Fries | |
sensitive data it handles. This fixes bug # 402 as reported by kolya@mit.edu (Nickolai Zeldovich). ok markus@ and stevesk@ | |||
2002-09-24 | only call kerberos code for authctxt->valid | Markus Friedl | |
2002-09-24 | another | Henning Brauer | |
2002-09-23 | only call auth_krb5 if kerberos is enabled; ok deraadt@ | Markus Friedl | |
2002-09-23 | change get_peer_ipaddr() and get_local_ipaddr() to not return NULL for | Kevin Steves | |
non-sockets; fixes a problem passing NULL to snprintf(). ok markus@ | |||
2002-09-23 | correctly dump radix_node; henric@attbi.com | Theo de Raadt | |
2002-09-23 | Add missing includes, breaks and semicolons to appease gcc3; David Krause | Todd C. Miller | |
deraadt@ OK | |||
2002-09-21 | When rotating files or checking the age of a file, check for both | Todd 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-20 | log illegal user here for missing privsep case (ssh2). | Kevin Steves | |
this is executed in the monitor. ok markus@ | |||
2002-09-19 | Deal with someone specifying an empty string for the command to run | Todd C. Miller | |
and make it mean "send no signal and run no command". | |||
2002-09-19 | Fix long-standing bug. When specifying a command to run instead of sending | Todd C. Miller | |
a signal, the command was never actually run. | |||
2002-09-19 | Don't print garbage when getnameinfo fails. henning@ ok. | Hakan Olsson | |
2002-09-19 | log IP address also; ok markus@ | Kevin Steves | |
2002-09-19 | typo; cd@kalkatraz.de | Markus Friedl | |
2002-09-19 | Since isspace() considers \n to be a space we need to check for start | Todd C. Miller | |
of line == \0, not \n after stripping leading blanks. Otherwise blank lines give an error. Noticed by marc@ | |||
2002-09-19 | relegate some verbose() to debug(); ok markus@ | Kevin Steves | |
2002-09-19 | bugzilla.mindrot.org #223 - ProxyCommands don't exit. | Damien Miller | |
Patch from dtucker@zip.com.au; ok markus@ | |||
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt | |
2002-09-17 | Allow user to restrict logs to be rotated by specifying pathnames on | Todd C. Miller | |
the command line. The default is to rotate all files in newsyslog.conf | |||
2002-09-17 | Add -F (force) flag; inspired by FreeBSD | Todd C. Miller | |
2002-09-17 | Add -a flag to specify a directory to store archived logs. Based on | Todd 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-17 | ansi | Theo de Raadt | |
2002-09-17 | don'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-16 | reference moduli(5) in FILES /etc/moduli. | Kevin Steves | |
2002-09-16 | more details on X11Forwarding security issues and threats; ok markus@ | Kevin Steves | |
2002-09-16 | log when _PATH_NOLOGIN exists; ok markus@ | Kevin Steves | |
2002-09-16 | o Remove "NONE" #define and check uid_t and gid_t against -1 with proper casts | Todd 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-15 | don'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-15 | KNF | Vincent Labrecque | |
2002-09-15 | typo in comment. | Vincent Labrecque | |
2002-09-13 | remove use of SO_LINGER, it should not be needed. error check | Kevin Steves | |
SO_REUSEADDR. fixup comments. ok markus@ | |||
2002-09-13 | remove trailing whitespace | Todd C. Miller | |
2002-09-13 | Don't rotate log files < 512 bytes unless in binary mode. This | Todd C. Miller | |
prevents newsyslog from rotating a file that only contains the messages that the log file was turned over. deraadt@ OK | |||
2002-09-13 | Use .Dv for SIGUSR1 like all the other signal names. | Todd C. Miller | |
2002-09-13 | KNF + ANSI; deraadt@ OK | Todd C. Miller | |
2002-09-12 | add missing include of limits.h | Todd C. Miller | |
2002-09-12 | add 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-12 | entry for the openbsd calendar. | Federico G. Schwindt | |
2002-09-12 | c2k1 was actually !c2k1. | Federico G. Schwindt | |
2002-09-12 | zap unused var introduced in last commit | Damien Miller | |