summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-08-23end request with 0, not NULLCamiel Dobbelaar
2001-08-23minor cleanupKevin Steves
2001-08-23fix usage; ok markus@Kevin Steves
2001-08-23end request with 0, not NULLCamiel Dobbelaar
ok markus@
2001-08-23recieve -> receiveAaron Campbell
2001-08-23switch to the optimised AES reference code fromMarkus Friedl
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip
2001-08-22expression is optionalTheo de Raadt
2001-08-22Since we're in pedant mode again, we might as well be thorough. It'sHugh 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-22document cipher des for protocol 1; ok deraadt@Kevin Steves
2001-08-22ftp-proxyBob Beck
2001-08-22o 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-22no rexd; ok markus@Kevin Steves
2001-08-22hostname not optional; ok markus@Kevin Steves
2001-08-22Sync alignment fixes on OpenSSH rijndael with OpenBSD.Heikki Korpela
markus@ ok
2001-08-21minor typos and cleanupKevin Steves
2001-08-21MLINK to config file man pageTheo de Raadt
2001-08-21Change an occurrence of recognized to recognize; six@stalphonsos.comTodd C. Miller
2001-08-20Powered by @mantoya.Mike Pechkin
o) fix bogus .Xr usage; millert@ ok.
2001-08-19Knowledge about sparc68/ppc endianess. Who knows where oldish a.out filesMarc Espie
may come from ?
2001-08-19add missing #include <err.h> in non-KRB5 caseTodd C. Miller
2001-08-19err/warn and knfMichael Shalayeff
2001-08-19use err/errx, spacesMichael Shalayeff
2001-08-19byebye. Not used. Just keeps getting out of synch.Marc Espie
2001-08-18Handle snprintf returning -1brian
2001-08-18a much needed cleanup; fgsch okTheo de Raadt
2001-08-18whack strcpyTheo de Raadt
2001-08-18handle vsnprintf returning -1Theo de Raadt
2001-08-18Range check snprintf() return valueTodd C. Miller
2001-08-18Fix a pasto I made when adding snprintf() return val checks ages ago.Todd C. Miller
2001-08-18If we modify pw_change we cannot pass pw_mkdb() the secureonly flag.Todd C. Miller
We don't need to rebuild the v7 version of the file in this case but we have no way to communicate that to pw_mkdb since we pass in a boolean instead of a set of bit flags.
2001-08-18Use kqueue for -f.Artur Grabowski
2001-08-18Add lots of missing prototypes, constify a few things. Add explicit ints.Marc Espie
Makes gcc much happier, less warnings.
2001-08-17fgen from NetBSDJason Wright
2001-08-17typo in commentKevin Steves
2001-08-17Some missing protos. Use macros from <link.h> instead of rolling our own.Marc Espie
2001-08-17Show indirect symbols in -e mode.Marc Espie
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok
2001-08-16document case sensitivity for ssh, sshd and key fileKevin Steves
options and arguments; ok markus@
2001-08-16Fix a typo and document login class field correctly.Todd C. Miller
Based on a patch from andrew.hoerter@NeuStar.com
2001-08-16deprecate CheckMail. ok markus@Jakob Schlyter
----------------------------------------------------------------------
2001-08-16extra arg to pw_mkdbTodd C. Miller
2001-08-16At Theo's request only print 'Please wait' if don't get the lockTodd C. Miller
on the first try.
2001-08-16-e switch, show extra symbol information such as weak symbol status.Marc Espie
2001-08-16Flesh it out.Marc Espie
Common additions to sudoers, commented out. To avoid gobbling aspirin while reading sudoers(5) ok millert@
2001-08-15don't include openssl/des.hJim Rees
2001-08-15Move locking of the passwd file *after* we have gotten a new passwordTodd C. Miller
from the user. Set real/effective/saved uids to 0 and block all signals so the lock cannot be kept longer than necessary. If we cannot lock, try again every 1/4 second for 2 seconds and then ask the user what they wish to do (keep trying, quit). Same as in local_passwd.c but here we need to remove a temp file in the SIGINT handler because _exit() doesn't call atexit() routines.
2001-08-15Merge latest CITI code:Jim Rees
add "challenge" command get file length in "f" and use it in "read" PalmOS changes we don't care about
2001-08-14Thou shalt not use `you' in manpages and other misc. cleanup.Marc Espie
2001-08-14consistent documentation and example of ``-o ssh_option'' for sftp andKevin Steves
scp; document keyword=argument for ssh.
2001-08-14"bye"; hk63a@netscape.netMarkus Friedl