summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-05-23Use 'fundamental_map' where 'map_table[0].p_map' or 'name_map("fundamental")'Artur Grabowski
2001-05-23export "fundamental_map" that points to the fundamental keymapArtur Grabowski
2001-05-23prettyArtur Grabowski
2001-05-23No need to export nfunct and functnames now that help doesn't use themArtur Grabowski
2001-05-23Call it 'C-SPC', not 'NUL'. Less confusing.Artur Grabowski
2001-05-23Simplify a lot of code in the help functions.Artur Grabowski
2001-05-23export free_file_list. XXX - it doesn't belong in echo.c and it's the wrong n...Artur Grabowski
2001-05-23When a key is bound to selfinsert, it shouldn't be considered to be boundArtur Grabowski
2001-05-23There is no need to use name_mode when all we use from the mode is the map.Artur Grabowski
2001-05-23prettyArtur Grabowski
2001-05-23Deal with another strangeness caused by the abuse of theArtur Grabowski
2001-05-23Add an argument to doscan which is a pointer to a KEYMAP pointer.Artur Grabowski
2001-05-23kill complete_function. Not used anymore.Artur Grabowski
2001-05-23complt already has code to finish the completion from a list.Artur Grabowski
2001-05-23remove unused defineArtur Grabowski
2001-05-23Get rid of 'prefix' and use NULL instead.Artur Grabowski
2001-05-23Creatively use addlinef when listing buffers (C-X-C-B).Artur Grabowski
2001-05-23Don't include the trailing NUL in output.Artur Grabowski
2001-05-23It's unnecessary to have addline as a function. Make it a macro.Artur Grabowski
2001-05-23Add addlinef that's an addline with printf-style format arguments.Artur Grabowski
2001-05-23When showing the matching paren, don't sleep for one second, use ttwaitArtur Grabowski
2001-05-23Mostly clean-up:Marc Espie
2001-05-22note obsolete for > OpenSSH-1.2; ok markus@Kevin Steves
2001-05-20configurable authorized_keys{,2} location; originally from peter@; ok djm@Markus Friedl
2001-05-19typo in error messageKevin Steves
2001-05-19sshd command-line arguments and configuration file options thatKevin Steves
2001-05-19document MACs defaults with .DqMarkus Friedl
2001-05-19change preferredauthentication order toMarkus Friedl
2001-05-19sort options; Matthew.Stier@fnc.fujitsu.comMarkus Friedl
2001-05-19ftruncate() instead of open()+O_TRUNC like rcp.c doesMarkus Friedl
2001-05-19Disable X11 forwarding if xauth binary is not found. Patch from NalinDamien Miller
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-05-18adapt to use poolNiels Provos
2001-05-17no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.deMarkus Friedl
2001-05-16more select() error fixes (don't set rfd/wfd to -1).Markus Friedl
2001-05-16check for open sessions before we call select(); fixes the x11 clientMarkus Friedl
2001-05-16return comments for private pem files, too; report from nolan@naic.eduMarkus Friedl
2001-05-15X11 forwarding details improvedTheo de Raadt
2001-05-15Add missing memset() from one of the select() fixes. Also free existingTodd C. Miller
2001-05-15Don't go beyond end of string.Marc Espie
2001-05-15thinko in my rewrite. Repair var:sh = somethingMarc Espie
2001-05-14Ensure IFile str is always intialized, so that we can free it withoutMarc Espie
2001-05-14No need to use calloc gratuitously.Angelos D. Keromytis
2001-05-14Use warn() consistently.Angelos D. Keromytis
2001-05-14Use the sysctl-based diskstats for live kernels. deraadt@ okAngelos D. Keromytis
2001-05-14long -> int64_t for tty statisticsAngelos D. Keromytis
2001-05-14Remove ugly empty line.Angelos D. Keromytis
2001-05-12readlink does not NULL-terminate; mhe@home.seMarkus Friedl
2001-05-11-1 -> MAP_FAILEDArtur Grabowski
2001-05-11-1 -> MAP_FAILEDArtur Grabowski