summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-11-15Include sys/queue.h explicitly instead of assuming some other headerTodd C. Miller
will pull it in. At the moment it gets pulled in by sys/select.h (which ssh has no business including) via event.h. OK markus@
2005-11-14constuct -> constructMiod Vallat
2005-11-14use asprintf(); ok mickeyTheo de Raadt
2005-11-14fix fd leak; then i got a bit carried away making the code prettierTheo de Raadt
2005-11-14use asprintfTheo de Raadt
2005-11-14use asprintf()Theo de Raadt
2005-11-14spacingTheo de Raadt
2005-11-14minor knf;Xavier Santolaria
2005-11-14print RCS file path;Xavier Santolaria
2005-11-13fseeko() and lseek() have different return values. cope with that ↵Theo de Raadt
correctly. spotted by dhill@mindcry.org
2005-11-13Better error checking of snprintfs. From Han Boetes.Kjell Wooding
2005-11-13Copy buffer before handing it to basename().Kjell Wooding
Inspired by a patch from Han Boetes.
2005-11-12- fix xsa breakage. char arrays on the stack are not NULL if empty. useNiall O'Higgins
flags instead. - add a few more flags defines while i'm here.
2005-11-12- remove strtab stuff. serves no useful purpose.Niall O'Higgins
diff is from joris@, committing on his behalf because his net connection is very dodgy right now.
2005-11-12break in caseTheo de Raadt
2005-11-12remove unused variable; ok kjellTheo de Raadt
2005-11-12Paranoia. Check if last of a series of strlcats overflows. Pointed out byKjell Wooding
Han Boetes.
2005-11-12avoid close(-1), as in rcp; ok cloderTheo de Raadt
2005-11-12spaceTheo de Raadt
2005-11-12more asprintf; ok dhill@mindcry.orgTheo de Raadt
2005-11-12support for `-Aoldfile'; joris okXavier Santolaria
2005-11-12use asprintf instead; dhill@mindcry.orgTheo de Raadt
2005-11-11Now that we have an editable minibuffer, revert parsing ofKjell Wooding
"//" and "/~" as '/' and '~' respectively. I know emacs does it, but it is weird, and breaks things that foolishly use filenames like "/tmp//crontab.xxxx". Proddings from matthieu and deraadt. Error report from Bernd Ahlers.
2005-11-11spacingTheo de Raadt
2005-11-11Enable some of the more common editing keybindings in the minibuffer.Kjell Wooding
i.e. left, right, ^B, ^F, ^Y, ^K, ^A, ^E Also, make completions work as you would expect them to i.e. a *Completions* buffer pops up with your choices in it when you hit a second TAB or SP. It's ugly, but it works. ok deraadt.
2005-11-11remove nsswitch.conf stuff, and explain how lookup order is handled;Jason McIntyre
couple more tweaks; ok otto@
2005-11-10Fix HISTORY sectionOtto Moerbeek
2005-11-10Hook getent(1) into the buildOtto Moerbeek
2005-11-10various cleanups, work with ottoTheo de Raadt
2005-11-10$OpenBSD$Otto Moerbeek
2005-11-10Introducing getent(1) from NetBSD. ok deraadt@Otto Moerbeek
2005-11-09add missing '\n' when writing deltatexts in an RCS file;Xavier Santolaria
2005-11-09document `-xsuffixes' and `-ztz';Xavier Santolaria
2005-11-08missing casts;Xavier Santolaria
2005-11-08missing casts;Xavier Santolaria
2005-11-08document `-Aoldfile', `-b[rev]' and `-tfile|str';Xavier Santolaria
2005-11-08nuke trailing whitespaces;Xavier Santolaria
2005-11-07add missing ctype.hKjell Wooding
2005-11-07KNFKjell Wooding
2005-11-07Move most of the dired hooks into dired.c. While here, enable someKjell Wooding
dired functions that were written, but not bound to keys. No other functional change. Tested by Han Boetes.
2005-11-07Allow ctrl-key patterns ("^X^C") in keybind function. WillKjell Wooding
allow more modularization of keymaps later. Also, improved error checking suggested by cloder.
2005-11-07document `-q';Xavier Santolaria
2005-11-06add a little markup;Jason McIntyre
2005-11-06Instead of always forcing General MIDI 1 mode make it an optionJonathan Gray
so other modes can be used. From Alexandre Ratchov, alex-contact at caoua.org.
2005-11-05Fix leaks in error paths, bz #1109 and #1110 reported by kremenek ATDamien Miller
cs.stanford.edu; ok dtucker@
2005-11-04update FILES, with some help from millert@;Jason McIntyre
2005-11-04document `-cstring' option;Xavier Santolaria
2005-11-04- clean up SYNOPSISJason McIntyre
- tweak description of -i ok xsa@
2005-11-04kill spaces in usage() to match Reality;Xavier Santolaria
2005-11-04remove hardcoded hash lengths in key exchange code, allowingDamien Miller
implementation of KEX methods with different hashes (e.g. SHA-256); ok markus@ dtucker@ stevesk@