summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2000-12-17data base -> databaseTodd C. Miller
2000-12-17typo; from wsanchez@apple.comMarkus Friedl
2000-12-16allow + in usernames; request from Florian.Weimer@RUS.Uni-Stuttgart.DEMarkus Friedl
2000-12-16unused; from stevesk@pobox.comMarkus Friedl
2000-12-15compute diffie-hellman in parallel between server and client. okay markus@Niels Provos
2000-12-15If there was a syntax error and the user just wants to exit, unlinkTodd C. Miller
sudoers if it is zero length since visudo probably just created it. From the sudo cvs repo.
2000-12-15Give sensible error messaage for a zero-length sudoers file.Todd C. Miller
From the sudo cvs repo.
2000-12-15'Q' means ignore parse error, not 'q'Todd C. Miller
2000-12-15When opening /etc/sudoers for writing, use SUDOERS_MODE for the mode.Todd C. Miller
Otherwise if the user creates a new sudoers file, makes a syntax error, and quits, sudoers will have a random file mode. However, since it is also zero-length, there is no information exposed. Closes PR 1559.
2000-12-14make patch -f and -b actually skip patches for which the file can't beBob Beck
found, instead of claiming it will and erroring out anyway.
2000-12-13fatal already adds \n; from stevesk@pobox.comMarkus Friedl
2000-12-13remove redundant spaces; from stevesk@pobox.comMarkus Friedl
2000-12-13Bytecounter stats. (-b switch)Camiel Dobbelaar
From NetBSD. ok itojun@
2000-12-13KNFTheo de Raadt
2000-12-12rhosts-rsa is no longer automagically disabled if ssh is not privileged.Markus Friedl
UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers. these changes should not change the visible default behaviour of the ssh client.
2000-12-12When failing to set tty owner and mode on a read-only filesystem, don'tHakan Olsson
abort if the tty already has correct owner and reasonably sane modes. Example; permit 'root' to login to a firewall with read-only root fs. (markus@ ok)
2000-12-12consistently use __progname; from stevesk@pobox.comMarkus Friedl
2000-12-12source port < 1024 is no longer required for rhosts-rsa since itMarkus Friedl
adds no additional security.
2000-12-12Fix call to getopt(3) -- -S takes an argument; mpech@prosoft.org.lvTodd C. Miller
2000-12-12incorrect time specification; noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-12-12Minor interface changes to allow code reuse in login_chpass(8) andTodd C. Miller
login_lchpass(8)
2000-12-11wait indicates failure by returning -1, not arbitrary values < 0Theo de Raadt
2000-12-11typo in -s messageJun-ichiro itojun Hagino
2000-12-11show # of successful IPv6 path MTU changes with -s. from kameJun-ichiro itojun Hagino
2000-12-11show when pmtu is disabled on routes, more information when verbose,Niels Provos
from NetBSD
2000-12-11when copying 0-sized files, do not re-print ETA time at completionTheo de Raadt
2000-12-10always request new challenge for skey/tis-auth, fixes interop withMarkus Friedl
other implementations; report from roth@feep.net
2000-12-09remove unnecessary '\n'Niels Provos
2000-12-09no longer usedMarkus Friedl
2000-12-09"" -> "." for realpath; from vinschen@redhat.comMarkus Friedl
2000-12-09extern int optind; from stevesk@sweden.hp.comMarkus Friedl
2000-12-09fix byte order bug w/o introducing new implementationMarkus Friedl
2000-12-09undo rijndael changesMarkus Friedl
2000-12-07only accept real files for the calendar file. requires some cuteTheo de Raadt
nonblocking hackery.
2000-12-07tftp argv parsing overflow; fix by vogelke@dnaco.net and ITheo de Raadt
2000-12-07Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theoDamien Miller
2000-12-07Forgot to copy end of name in nested variable names, so thatMarc Espie
${BC_${A}} worked but not ${${A}_BC}. Noticed by fries@
2000-12-06unexpand(1)Markus Friedl
2000-12-06new rijndael implementation. fixes endian bugsMarkus Friedl
2000-12-06disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0Markus Friedl
2000-12-06we actually have useful code for '.for' loops, its not a no-op. ok espie@Todd T. Fries
2000-12-06err(3) -> internal error(), from stevesk@sweden.hp.comMarkus Friedl
2000-12-05async connects for -R/-L; ok deraadt@Markus Friedl
2000-12-05tweak comment to reflect real location of pid file; ok provos@Todd T. Fries
2000-12-04David Maziere's ssh-keyscan, ok niels@Markus Friedl
2000-12-03remove fallback to SSH_BUG_HMAC now that the drafts are updatedMarkus Friedl
2000-12-03correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhatMarkus Friedl
2000-12-03support f-secure/ssh.com 2.0.12; ok niels@Markus Friedl
2000-12-02Check for symlinks before overwriting kerberos ticket files.Hans Insulander
While i'm at it, make sure not to use Kerberos at all if there is no local srvtab. Based on patch from Todd Miller. Reported by <jouko@solutions.fi>.
2000-12-01-Wall cleanupEric Jackson