summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-02-17oops, add -U to usageEric Jackson
2002-02-17add support for connecting too and listening on AF_UNIX sockets.Eric Jackson
connect support from dave@arbor.net.. rest by me
2002-02-17fix pr#2091. patch applied.Eric Jackson
patch from Brian J. Kifiak <bk@rt.fm> should be looked at closer..
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-16default to rsa keyfile path for non key generation operations whereKevin Steves
keyfile not specified. fixes core dump in those cases. ok markus@
2002-02-16-t required now for key generationKevin Steves
2002-02-16typoMarkus Friedl
2002-02-16Some disk names are longer than 4. Cope with that.Thierry Deval
ok deraadt@
2002-02-15krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok ↵Markus Friedl
provos@
2002-02-15split do_child(), ok mouring@Markus Friedl
2002-02-15 make pressing return in dired mode open the file we're currently at.Vincent Labrecque
ok deraadt@
2002-02-14hide some more implementation details of cipher.[ch] and prepares for moveMarkus Friedl
to EVP, ok deraadt@
2002-02-14increase the SSH v2 window size to 4 packets. comsumes a littleMarkus Friedl
bit more memory for slow receivers but increases througput.
2002-02-14 remove the strcpy call, plus some KNFVincent Labrecque
ok deraadt@
2002-02-14d_makename now takes a length parameter so we can remove theVincent Labrecque
strcpy call.
2002-02-14 some programs now need the errno definition and sys/params, so put them inVincent Labrecque
there.
2002-02-14 use strtol instead of atoi to get range checking, etcVincent Labrecque
2002-02-14some KNFTheo de Raadt
2002-02-14spellingTheo de Raadt
2002-02-14lclint says this is an unsigned variable... and it's right !Marc Espie
2002-02-14 Oups, my chartypes commit broke this.Vincent Labrecque
Use mg specific _MG_U/_MG_L chartypes instead of systemwide ones.
2002-02-14 the "theo-mode" is said to be a 'standalone' extension in main.c, beVincent Labrecque
coherent.
2002-02-14 Change character types definitions defines so they don't clash withVincent Labrecque
the system's ctype.h. ok art@
2002-02-14 simplify a loop and add some comments.Vincent Labrecque
ok deraadt@
2002-02-13 Oups, don't print fname<1> when there's only one buffer for this file.Vincent Labrecque
2002-02-13 Make mg malloc the l_text element instead of reallocating whole LINEVincent Labrecque
structures all the time.
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
$ command or # command deraadt@ ok
2002-02-13 simplify the define_key() code to use sane functions in two separate bufferVincent Labrecque
instead of hardcoding sizes. ok art@,deraadt@
2002-02-13 * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.Vincent Labrecque
* Be a little bit more verbose about some errors * Fix some memory leaks in fileio.c ok deraadt@, art@
2002-02-13teach about sparc64Theo de Raadt
2002-02-13API cleanup and backwards compat for filexfer v.0 servers; ok markus@Damien Miller
2002-02-13readpass.c is not longer from UCB, since we now use readpassphrase(3)Markus Friedl
2002-02-13handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@Markus Friedl
2002-02-12Let overlapped upload path handle servers which reorder ACKs. This may beDamien Miller
permitted by the protocol spec; ok markus@
2002-02-12Perform multiple overlapping read/write requests in file transfer. MostlyDamien Miller
done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
2002-02-11support up to 40 algorithms per proposalMarkus Friedl
2002-02-11include md5.h not hmac.hMarkus Friedl
2002-02-11do not complain about port > 1024 if rhosts-auth is disabledMarkus Friedl
2002-02-11include md5.h, not evp.hMarkus Friedl
2002-02-11restore kexinit handler if we reset the dispatcher, this unbreaks rekeyingMarkus Friedl
s/kex_clear_dispatch/kex_reset_dispatch/
2002-02-11there are in fact two 4-term licenses here..Theo de Raadt
2002-02-10Correctly handle pority settings on commandline.Miod Vallat
2002-02-10spellingTheo de Raadt
2002-02-10Typo.Aaron Campbell
2002-02-10more /etc/ssh; openbsd@davidkrause.comTheo de Raadt
2002-02-09move ssh config files to /etc/sshTheo de Raadt
2002-02-09fix "no characters" input case; tim@robbins.dropbear.id.auTheo de Raadt
2002-02-08more gosmacsTheo de Raadt
2002-02-08more docs...Theo de Raadt
2002-02-07remove bogus commentsMarkus Friedl