Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-29 | additional documentation for GatewayPorts; ok markus@ | Kevin Steves | |
2001-08-29 | validate ports for -L/-R; ok markus@ | Kevin Steves | |
2001-08-29 | document -D and DynamicForward; ok markus@ | Kevin Steves | |
2001-08-29 | add text about -u0 preventing DNS requests; ok markus@ | Kevin Steves | |
2001-08-29 | clear the malloc'd buffer, otherwise source() will leak malloc'd memory; ok ↵ | Markus Friedl | |
theo@ | |||
2001-08-28 | allow: ssh -F configfile host | Markus Friedl | |
2001-08-28 | don't set DynamicForward unless Host matches | Markus Friedl | |
2001-08-28 | Add information on number/percentage of namei calls missed the cache. | Tobias Weingartner | |
millert@ ok. | |||
2001-08-27 | #include <string.h> | Markus Friedl | |
2001-08-27 | fix memory fault if non-existent filename is given to the -f option | Dan Harnett | |
ok markus@ | |||
2001-08-27 | Instead of prompting the user whether or not they wish to continue to | Todd C. Miller | |
wait for the lock on password file just tell the user to interrupt with ^C. This simplifies the locking loop a bit. Update man page to this effect. | |||
2001-08-26 | su(1) see also: sudo(8) - users coming fron other UNIX environments may | Heikki Korpela | |
be using su for purposes where sudo would serve better. Suggested by <allenwc@home.com>. Ok millert@ | |||
2001-08-26 | Add a -q to silence zero-output lines and fix some whitespace and text nits. | brian | |
Submitted by: Sam Smith <S@mSmith.net> Ok: theo | |||
2001-08-26 | Change the second arg to pw_mkdb() from a boolean flag to a set of | Todd C. Miller | |
bit flags ORed together. Currently the only flags defined are _PASSWORD_SECUREONLY and _PASSWORD_OMITV7 but this is enough to cause pw_mkdb() to run pwd_mkdb with the options we want. With this change we no longer generate the old V7 passwd file when only the extra fields in master.passwd (or the encrypted password) have changed. There are other programs that could probably use the _PASSWORD_OMITV7 flag; they will be converted at a future date. | |||
2001-08-25 | use calloc | Eric Jackson | |
2001-08-25 | It is ok for the target file not to exist even if -b was specified | Heikki Korpela | |
to install(1), so silently ignore rename(2) ENOENT. Closes PR 2028. ok millert@ | |||
2001-08-24 | Display even zeros so that the swap output makes more sense. | Artur Grabowski | |
From Brian Poole <raj@cerias.purdue.edu> | |||
2001-08-24 | junload: Derive progID and contID from filename | Jim Rees | |
2001-08-23 | If we fail to lookup a login class, apply the default one. | Todd C. Miller | |
2001-08-23 | Remove an errant ';' that caused a duplicate free(). Fix from my sudo | Todd C. Miller | |
devel tree after prompting from Angelos who noticed this. | |||
2001-08-23 | some phrases just belong together - like goats and latex | Bob Beck | |
2001-08-23 | end request with 0, not NULL | Camiel Dobbelaar | |
2001-08-23 | minor cleanup | Kevin Steves | |
2001-08-23 | fix usage; ok markus@ | Kevin Steves | |
2001-08-23 | end request with 0, not NULL | Camiel Dobbelaar | |
ok markus@ | |||
2001-08-23 | recieve -> receive | Aaron Campbell | |
2001-08-23 | switch to the optimised AES reference code from | Markus Friedl | |
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip | |||
2001-08-22 | expression is optional | Theo de Raadt | |
2001-08-22 | Since we're in pedant mode again, we might as well be thorough. It's | Hugh Graham | |
bad form to assume that the absence of an expression will default to "-print", as one may still encounter versions of find where this is not the case. The examples given are all careful to use an explicit "-print", so follow their lead and mark the expression as a required field even though find will run without one. | |||
2001-08-22 | document cipher des for protocol 1; ok deraadt@ | Kevin Steves | |
2001-08-22 | ftp-proxy | Bob Beck | |
2001-08-22 | o Expression is an optional argument to find(1); | Heikki Korpela | |
noticed by Brian Poole <raj@cerias.purdue.edu> o File is not an optional argument o The section name referenced in beginning of the manual page is "operators" so don't confuse people by speaking about "operands" Ok aaron@ | |||
2001-08-22 | no rexd; ok markus@ | Kevin Steves | |
2001-08-22 | hostname not optional; ok markus@ | Kevin Steves | |
2001-08-22 | Sync alignment fixes on OpenSSH rijndael with OpenBSD. | Heikki Korpela | |
markus@ ok | |||
2001-08-21 | minor typos and cleanup | Kevin Steves | |
2001-08-21 | MLINK to config file man page | Theo de Raadt | |
2001-08-21 | Change an occurrence of recognized to recognize; six@stalphonsos.com | Todd C. Miller | |
2001-08-20 | Powered by @mantoya. | Mike Pechkin | |
o) fix bogus .Xr usage; millert@ ok. | |||
2001-08-19 | Knowledge about sparc68/ppc endianess. Who knows where oldish a.out files | Marc Espie | |
may come from ? | |||
2001-08-19 | add missing #include <err.h> in non-KRB5 case | Todd C. Miller | |
2001-08-19 | err/warn and knf | Michael Shalayeff | |
2001-08-19 | use err/errx, spaces | Michael Shalayeff | |
2001-08-19 | byebye. Not used. Just keeps getting out of synch. | Marc Espie | |
2001-08-18 | Handle snprintf returning -1 | brian | |
2001-08-18 | a much needed cleanup; fgsch ok | Theo de Raadt | |
2001-08-18 | whack strcpy | Theo de Raadt | |
2001-08-18 | handle vsnprintf returning -1 | Theo de Raadt | |
2001-08-18 | Range check snprintf() return value | Todd C. Miller | |
2001-08-18 | Fix a pasto I made when adding snprintf() return val checks ages ago. | Todd C. Miller | |