summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2002-09-23Add missing includes, breaks and semicolons to appease gcc3; David KrauseTodd C. Miller
2002-09-21When rotating files or checking the age of a file, check for bothTodd C. Miller
2002-09-20log illegal user here for missing privsep case (ssh2).Kevin Steves
2002-09-19Deal with someone specifying an empty string for the command to runTodd C. Miller
2002-09-19Fix long-standing bug. When specifying a command to run instead of sendingTodd C. Miller
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
2002-09-19relegate some verbose() to debug(); ok markus@Kevin Steves
2002-09-19bugzilla.mindrot.org #223 - ProxyCommands don't exit.Damien Miller
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
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
2002-09-17ansiTheo de Raadt
2002-09-17don't quit while creating X11 listening socket.Jun-ichiro itojun Hagino
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
2002-09-15don't add undo records when we open a file, only when we insert it.Vincent Labrecque
2002-09-15 rename realocmap to reallocmap, plus some style.Vincent Labrecque
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
2002-09-13remove trailing whitespaceTodd C. Miller
2002-09-13Don't rotate log files < 512 bytes unless in binary mode. ThisTodd C. Miller
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
2002-09-11support for short/long listings and globbing in "ls"; ok markus@Damien Miller
2002-09-11don't connect to agent to test for presence if we've previouslyKevin Steves
2002-09-11add agent and X11 forwarding warning text from ssh_config.5; ok markus@Kevin Steves
2002-09-10check the euid of the connecting process with getpeereid(2); ok provos deraad...Markus Friedl
2002-09-09signed vs unsigned from -pedantic; ok henning@Markus Friedl
2002-09-09kerberos support for privsep. confirmed to work by lha@stacken.kth.seJun-ichiro itojun Hagino
2002-09-08no comma at end of enumerator listMarkus Friedl
2002-09-06use socklen_t where neededTheo de Raadt
2002-09-05lacnic support; from Loic Tortay <loict@bougon.net>.Federico G. Schwindt
2002-09-05Print uvmexp.zeropages.Artur Grabowski
2002-09-04default LoginGraceTime to 2m; 1m may be too short for slow systems.Kevin Steves
2002-09-04typos fixus; from andrey@smagin.comMichael Shalayeff
2002-08-30okay, I'll bite. s/sports/supports/ can go in; it's clearer.Jason Peel
2002-08-29state XAuthLocation is a full pathnameKevin Steves