Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-29 | inconsistant spelling; torh@bogus.net | Theo de Raadt | |
2002-11-29 | de is dead; peterw@ifost.org.au | Theo de Raadt | |
2002-11-29 | Add -b flag (brief mode) like NetBSD and FreeBSD; Ibrahim Khalifa | Todd C. Miller | |
2002-11-27 | typo; Tor Houghton | Todd C. Miller | |
2002-11-27 | unkonwn -> unknown; Tor Houghton <torh@bogus.net> | Peter Valchev | |
2002-11-27 | allow 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-27 | Ressurect -l flag to be compliant with spell(1). | margarida | |
millert@ ok | |||
2002-11-26 | The day of fighting with the violence against women | Alexander Yurchenko | |
ok mickey@ | |||
2002-11-26 | i've comitted from the wrong tree the previous, needs dkbad | Michael Shalayeff | |
2002-11-26 | parse 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-26 | KNF, comment and error message repair; ok markus@ | Kevin Steves | |
2002-11-26 | remove outdated statement; ok markus@ deraadt@ | Kevin Steves | |
2002-11-26 | Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default. | Wilbern Cobb | |
ok markus@ | |||
2002-11-25 | yeah | Henning Brauer | |
2002-11-25 | more fun | Peter Valchev | |
2002-11-24 | typo: "the the" | Kevin Steves | |
2002-11-23 | let comment match reality. ok millert@ | Marc Espie | |
2002-11-23 | typo: Edieroption->Editieroption | Reinhard J. Sammer | |
ok mickey@ | |||
2002-11-21 | debug->debug2 | Markus Friedl | |
2002-11-21 | KNF | Theo de Raadt | |
2002-11-21 | debug->debug2, unify debug messages | Markus Friedl | |
2002-11-21 | debug->debug2 | Markus Friedl | |
2002-11-21 | typo in error message; Tor Houghton | Henning Brauer | |
2002-11-20 | Add missing increment in newjob() when there is a time collision. | Todd C. Miller | |
2002-11-19 | update 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-18 | Modern english is more than just a band, fix word choice; Jon Bernard | Todd C. Miller | |
2002-11-18 | don'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-16 | Give a sensible error message when a user who has no entry in /etc/skey | Todd C. Miller | |
specifies the -s flag. Also improve the error message when S/Key is disabled. | |||
2002-11-15 | lseek(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-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-11-14 | $ in front of commands | Theo de Raadt | |
2002-11-13 | update usage; ok ericj@ | Markus Friedl | |
2002-11-09 | more SEE ALSO fixes. | Federico G. Schwindt | |
2002-11-09 | only one angola independence day and another angola history day once here | Michael Shalayeff | |
2002-11-09 | no more uucp(1). | Federico G. Schwindt | |
2002-11-08 | In login emulation mode use the same setusercontext() flags as | Todd C. Miller | |
login(1). Previously, setlogin() was not being done in -L mode. | |||
2002-11-08 | http redirect support; adapted from NetBSD. | Federico G. Schwindt | |
2002-11-07 | check exit status from ssh, and exit(1) if ssh fails; bug#369; binder@arago.de | Markus Friedl | |
2002-11-07 | we 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-07 | log to stderr if -ie is given, bug #414, prj@po.cwru.edu | Markus Friedl | |
2002-11-07 | Sigh, sizes are in KB, not bytes, which made the cutoff size for | Todd 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-05 | typo; GaryF@livevault.com | Markus Friedl | |
2002-11-05 | handle overflows for size_t larger than u_int; siw@goneko.de, bug #425 | Markus Friedl | |
2002-11-04 | log before send disconnect; ok djm@ | Markus Friedl | |
2002-11-04 | don't compare against pw_home if realpath fails for pw_home (seen on AFS); ↵ | Markus Friedl | |
ok djm@ | |||
2002-11-01 | 3.2 released | Michael Shalayeff | |
2002-10-29 | idle time is shown as ` ' not ` )'. | Jason Wright | |
2002-10-26 | typo. NetBSD PR 18816 | Jun-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_int | Markus Friedl | |