summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-04remove more UCB term 3Theo de Raadt
2003-06-04more term 3 & 4 from various developers, with permission of courseTheo de Raadt
2003-06-04another term 3 & 4 from tholo after permissionTheo de Raadt
2003-06-04term 3 & 4 from tholo after permissionTheo de Raadt
2003-06-04fix some more UCB term 3Theo de Raadt
2003-06-04nuke term 3 based on terms fileJason Wright
2003-06-04nuke clause 3 & 4 (ok with patrik)Jason Wright
2003-06-04Recgonize -fno-builtin-<function>Marc Espie
okay tdeval, fries, tdeval, millert...
2003-06-04kill ssh process on receipt of signal; ok markus@Damien Miller
2003-06-04kill ssh process upon receipt of signal, bz #241.Damien Miller
based on patch from esb AT hawaii.edu; ok markus@
2003-06-04ansify; ok markus@Damien Miller
2003-06-04remove bitrotten commet; ok markus@Damien Miller
2003-06-04remove duplicated group-dropping code; ok markus@Damien Miller
2003-06-04disable challenge/response and keyboard-interactive auth methods upon hostkeyDamien Miller
mismatch. based on patch from fcusack AT fcusack.com. bz #580; ok markus@
2003-06-04Don't mention the "alwaysuseklogin" option as it has never been usedHans Insulander
by us. ok millert@
2003-06-04Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, AngelosHakan Olsson
D. Keromytis and Niels Provos.
2003-06-04Remove 3 and 4 from the "license to use"Hakan Olsson
2003-06-04Use bus_untmp() instead of rolling an inline version of it;Miod Vallat
tested and ok jason@
2003-06-04strlcpy; tested by nick@Miod Vallat
2003-06-044 was deleted, should be 3Theo de Raadt
2003-06-04kill terms 3 & 4Jason Wright
2003-06-04It turns out that POSIX specifies more should prompt with the file name,Todd C. Miller
not --More-- like the old UCB more did. Back out a hack I did to make the prompt look like the old UCB more.
2003-06-04another 3/4Theo de Raadt
2003-06-04more 3/4 cleanups for lazy developersTheo de Raadt
2003-06-04another UCB one that can be fixed obviouslyTheo de Raadt
2003-06-04syncTheo de Raadt
2003-06-04kill clause 3 & 4Jason Wright
2003-06-04toast some 3 & 4 for espieTheo de Raadt
2003-06-04more term 3 and 4 changesTheo de Raadt
2003-06-04Correctly set dlines on terminal resize; missed this in rev 1.20.Todd C. Miller
2003-06-04Fix for machines w/ unsigned chars; part from drahn@Todd C. Miller
Use 'ch' as variable name for int-sized characters (e.g. EOF) Use 'c' as variable name for char-sized characters
2003-06-04o print screensize - 1 lines for each screenful, not screensize - 2.Todd C. Miller
o get rid of tailequ(); use __progname to see if we were invoked as page
2003-06-04sanitize a bit. ok millert@Jolan Luff
2003-06-04fix a few more prints... stupid monoaural devices...Jason Wright
2003-06-04fix printing when AUDIO_SETINFO failsJason Wright
2003-06-04Check for alternate screen support and if it exists, don't print stuffTodd C. Miller
that would mess up the existing contents. This fixes some ugliness when running commands from more on an xterm.
2003-06-04Fix mergo that resulted in 2 copies of the handle_signal() function.Todd C. Miller
2003-06-04simplify some tty handling code:Todd C. Miller
o instead of otty and osavetty, use otty (original) and ntty (new) o only call tcsetattr() from set_tty() and reset_tty() o simplify set_tty() and reset_tty() o use isatty() instead of tcgetattr() to see if stdin is a tty o when we reset no_intty=0, also dup stderr -> stdin since stderr is a tty
2003-06-03Eliminate setjmp/longjmp by using interruptible syscalls when reading inputTodd C. Miller
from the user. The signal handlers are now safe (they just set a flag).
2003-06-032 termsMarc Espie
2003-06-03by means of utilising -f avoid some warnings when rotating accounting files; ↵Michael Shalayeff
millert@ ok
2003-06-03fix grammar in the commentsDavid Krause
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03three four killsMichael Shalayeff
2003-06-03three four kills escapeeMichael Shalayeff
2003-06-03fix various 3/4 licenses according to "terms" fileTheo de Raadt
2003-06-03remove term 3, with permission from Chris Kuethe for pathnames.hBob Beck
2003-06-03remove some term 3 & 4 for niklasTheo de Raadt
2003-06-03do not honour getenv of EVENT_NOKQUEUE is issetugid; millert henning okTheo de Raadt