summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-11-29de is dead; peterw@ifost.org.auTheo de Raadt
2002-11-29Add -b flag (brief mode) like NetBSD and FreeBSD; Ibrahim KhalifaTodd C. Miller
2002-11-27typo; Tor HoughtonTodd C. Miller
2002-11-27unkonwn -> unknown; Tor Houghton <torh@bogus.net>Peter Valchev
2002-11-27allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp;Markus Friedl
http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
2002-11-27Ressurect -l flag to be compliant with spell(1).margarida
millert@ ok
2002-11-26The day of fighting with the violence against womenAlexander Yurchenko
ok mickey@
2002-11-26i've comitted from the wrong tree the previous, needs dkbadMichael Shalayeff
2002-11-26parse all the usefull files in sys for ioctls, change if() return to a ↵Michael Shalayeff
switch(), makes it much smaller on most architectures
2002-11-26KNF, comment and error message repair; ok markus@Kevin Steves
2002-11-26remove outdated statement; ok markus@ deraadt@Kevin Steves
2002-11-26Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.Wilbern Cobb
ok markus@
2002-11-25yeahHenning Brauer
2002-11-25more funPeter Valchev
2002-11-24typo: "the the"Kevin Steves
2002-11-23let comment match reality. ok millert@Marc Espie
2002-11-23typo: Edieroption->EditieroptionReinhard J. Sammer
ok mickey@
2002-11-21debug->debug2Markus Friedl
2002-11-21KNFTheo de Raadt
2002-11-21debug->debug2, unify debug messagesMarkus Friedl
2002-11-21debug->debug2Markus Friedl
2002-11-21typo in error message; Tor HoughtonHenning Brauer
2002-11-20Add missing increment in newjob() when there is a time collision.Todd C. Miller
2002-11-19update ru as it was 7bit stripped and add ua and pl; from freebsd, pt out by ↵Michael Shalayeff
glebius@rinet.ru in pr2552
2002-11-18Modern english is more than just a band, fix word choice; Jon BernardTodd C. Miller
2002-11-18don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN;Markus Friedl
e.g. if ssh is used for backup; report Joerg Schilling; ok millert@
2002-11-16Give a sensible error message when a user who has no entry in /etc/skeyTodd C. Miller
specifies the -s flag. Also improve the error message when S/Key is disabled.
2002-11-15lseek(2) may return -1 when getting the public/private key lenght.Federico G. Schwindt
Simplify the code and check for errors using fstat(2). Problem reported by Mauricio Sanchez, markus@ ok.
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-11-14$ in front of commandsTheo de Raadt
2002-11-13update usage; ok ericj@Markus Friedl
2002-11-09more SEE ALSO fixes.Federico G. Schwindt
2002-11-09only one angola independence day and another angola history day once hereMichael Shalayeff
2002-11-09no more uucp(1).Federico G. Schwindt
2002-11-08In login emulation mode use the same setusercontext() flags asTodd C. Miller
login(1). Previously, setlogin() was not being done in -L mode.
2002-11-08http redirect support; adapted from NetBSD.Federico G. Schwindt
2002-11-07check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.deMarkus Friedl
2002-11-07we cannot use HostbasedAuthentication for enabling ssh-keysign(8),Markus Friedl
because HostbasedAuthentication might be enabled based on the target host and ssh-keysign(8) does not know the remote hostname and not trust ssh(1) about the hostname, so we add a new option EnableSSHKeysign; ok djm@, report from zierke@informatik.uni-hamburg.de
2002-11-07log to stderr if -ie is given, bug #414, prj@po.cwru.eduMarkus Friedl
2002-11-07Sigh, sizes are in KB, not bytes, which made the cutoff size forTodd C. Miller
rotating a file 512KB instead of 512 bytes, as was intended. Change things to deal in bytes internally and drop the cutoff to 256 bytes.
2002-11-05typo; GaryF@livevault.comMarkus Friedl
2002-11-05handle overflows for size_t larger than u_int; siw@goneko.de, bug #425Markus Friedl
2002-11-04log before send disconnect; ok djm@Markus Friedl
2002-11-04don't compare against pw_home if realpath fails for pw_home (seen on AFS); ↵Markus Friedl
ok djm@
2002-11-013.2 releasedMichael Shalayeff
2002-10-29idle time is shown as ` ' not ` )'.Jason Wright
2002-10-26typo. NetBSD PR 18816Jun-ichiro itojun Hagino
2002-10-24- Add missing cdid command to cdio.1.Federico G. Schwindt
- Remove ambiguity between cddbinfo and cdid commands, so CD matches cddbinfo and CDI cdid. millert@ ok.
2002-10-23%u for u_intMarkus Friedl