summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-02-25TKT_ROOT has changed from a string to a function in newer KerberosIVHans Insulander
2000-02-25more pruningTheo de Raadt
2000-02-25further pruningTheo de Raadt
2000-02-25mandoc, but needs much more fleshing outTheo de Raadt
2000-02-25make it minimally compile; millertTheo de Raadt
2000-02-25initial import of mg2aTheo de Raadt
2000-02-24sync with sshd_configMarkus Friedl
2000-02-23new -m number parameter to specify a maximum length of strings to match,Niels Provos
2000-02-22_total is no longer a symbol in the kernelTheo de Raadt
2000-02-22void* -> unsigned char*, ok niels@Markus Friedl
2000-02-21PKCS#1 paddingMarkus Friedl
2000-02-21do not link to a commercial page..Theo de Raadt
2000-02-20Add termsort.c to CLEANFILES (tic already had this); ho@openbsd.orgTodd C. Miller
2000-02-20suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jpMarkus Friedl
2000-02-19Update to a newer version from KTH-Kerberos.Hans Insulander
2000-02-18remove unused variable 'len'. fix comments.Markus Friedl
2000-02-18read error vs. "Connection closed by remote host"Markus Friedl
2000-02-16remove unused variableMarkus Friedl
2000-02-15register cleanup for pty earlier. move code for pty-owner handling to pty.cMarkus Friedl
2000-02-15consistent indent. ok aaron@Markus Friedl
2000-02-15retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp.Markus Friedl
2000-02-15move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.Markus Friedl
2000-02-11delay MD5 computation until client sends response, free() early, cleanup.Markus Friedl
2000-02-10make mkdep -p work with newer gcc. okayed a very long time ago by fries@ (do ...David Leonard
2000-02-07My copyright, not Berkeley's and some minor working tweaks.Todd C. Miller
2000-02-06typoMarkus Friedl
2000-02-05fix -in printing on IPv6 (network portion was not masked properly).Jun-ichiro itojun Hagino
2000-02-05show scopeid on "Trying foo...".Jun-ichiro itojun Hagino
2000-02-05missing xfree()Markus Friedl
2000-02-05Make hoststrip build correctly if cross-compilingNiklas Hallqvist
2000-02-04typoMarkus Friedl
2000-02-04enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@Markus Friedl
2000-02-02Comment slightly more.Marc Espie
2000-02-02Optimize common case.Marc Espie
2000-02-02Bug-fix: make should behave sensibly when presented with negative times...Marc Espie
2000-02-02eight spaces does not make a tabDavid Leonard
2000-02-01int atomicio -> ssize_t (for alpha). ok deraadt@David Leonard
2000-02-01Work-around for lame servers that return `19100' for a date.Marc Espie
2000-02-01oops, fix comment, too.Markus Friedl
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
2000-01-31delay close() of pty until the pty has been chowned back to rootMarkus Friedl
2000-01-31remove unnecessary, ignored error. ok millert@David Leonard
2000-01-31massive indent passTheo de Raadt
2000-01-30Clean up a few issues with fsplit, including security of temp files.Marc Espie
2000-01-29remove #if 0'ed portion (not necessary due to use of getaddrinfo)Jun-ichiro itojun Hagino
2000-01-281.6.2p1Todd C. Miller
2000-01-27er, oops, types must be same for multiple assignmentTheo de Raadt
2000-01-27deny login if shell does not exist or is not executable at allMarkus Friedl
2000-01-27enable IPv6 support.Jun-ichiro itojun Hagino
2000-01-26if yygrowstack() fails to allocate memory, free all yacc memory allocations a...Theo de Raadt