summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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
2001-08-14o OpenBSD tagTodd C. Miller
o No longer need KRBDES define o Remove unneeded SRCS definition
2001-08-14Stop fucking up display on Depeche Mode.Marc Espie
Ok miod@
2001-08-13don't need main prototype (also sync with rcp); ok markus@Kevin Steves
2001-08-13Declare globals made extern in sys/sem.h; naddy@Todd C. Miller
2001-08-13Don't reference seminfo.semmap as it no longer exists.Todd C. Miller
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-08-12Sync usage message to man pageTodd C. Miller
2001-08-11fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@Jakob Schlyter
2001-08-11update one of the outdated lists in here; andrew.hoerter@NeuStar.comTheo de Raadt
2001-08-11Fixup example files, man pages and phones parsing.Kenneth R Westerback
Make '/etc/remote' a working example, with some lengthy comments that might help people trying to use it. Remove untruths and beef up documentation for tip(1), remote(5) and phones(5). In particular remove last reference to the 'cu' tip interface since we use the 'cu' that comes with uucp, improve documentation on phone numbers and flesh out documentation on acu/modems supported. Document PHONES and REMOTE environment variables. Cleanup parsing of /etc/phones (so our example can be used) and ignore lines with empty phone numbers instead of aborting the scan of the file. This makes /etc/phones parsing consistant with ':pn:' capability parsing. Don't try to dial empty phone numbers in either case. ok millert@
2001-08-08undo last change; does not work for sshdMarkus Friedl
2001-08-08permanently_set_uid is a noop if user is not privilegued;Markus Friedl
fixes bug on solaris; from sbi@uchicago.edu
2001-08-08when describing the -o option, give -o Protocol=1 as the specific exampleTheo de Raadt
since we are SICK AND TIRED of clueless people who cannot have difficulty thinking on their own.
2001-08-07extended failure messages from galb@vandyke.comMarkus Friedl
2001-08-06Replace with public domain version that does an execTodd C. Miller
2001-08-06use alarm vs. setitimer for portable; ok markus@Kevin Steves
2001-08-06Add CITI to Author section.Jim Rees
2001-08-05make -t dsa work with commercial servers, tooMarkus Friedl
2001-08-05ssh 2 support; from wayned@users.sourceforge.netMarkus Friedl
2001-08-03Add back NUL termination of 'word' in complete() that was erroneouslyTodd C. Miller
removed in strlcpy() conversion. Previously we were trying to strlcpy() a pointer that could be NULL. Now we check that the length != 0 and use memcpy() instead, then NUL terminate by hand to catch the other cases. Core dump noticed by fgs@
2001-08-03o) We always closes .Bl and .Bd tags;Mike Pechkin
millert@ ok
2001-08-03improve usage(). ok markus@Jakob Schlyter
2001-08-03document smartcard options. ok markus@Jakob Schlyter
2001-08-02fix diagnostic messagesEric Jackson
from Dima Dorfman <dima@unixfreak.org>
2001-08-02fix doc syntaxEric Jackson
from Dima Dorfman <dima@unixfreak.org>
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-08-02Mods for PalmOSJim Rees
2001-08-02clean up some /* SMARTCARD */. ok markus@Jakob Schlyter
2001-08-02add /* SMARTCARD */ to #else/#endif. ok markus@Jakob Schlyter