summaryrefslogtreecommitdiff
path: root/usr.bin/tn3270
AgeCommit message (Collapse)Author
2004-11-29Spell precede correctly.Jonathan Gray
'looks fine' millert@, krw@. ok jmc@
2004-03-20Fix bad errno check. deraadt@ okAaron Campbell
2004-02-19escape full stops where necessary to kill erroneous double spaces;Jason McIntyre
softly, softly, catchy monkey...
2003-12-09missing printf arg; from Alf SchlichtingMichael Shalayeff
2003-11-15check getpass for NULL, missing fclose(), and a little style.Ted Unangst
from Jared Yanovich.
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-24typos from Jared Yanovich, though I .Xr'd tn3270, rather than use .Nm;Jason McIntyre
2003-10-22err on strdup failure. from vink joris.Ted Unangst
2003-09-29avaliable -> availableMiod Vallat
2003-07-18add missing includesDavid Krause
ok tedu@
2003-07-10add missing includesDavid Krause
ok deraadt@ tedu@
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-14Get rid of libtelnet, it is compiled into the tree programsHans Insulander
(telnetd, telnet and tn3270) that use them instead. This gets rid of a really hairy dependency between telnet and libtelnet. ok millert@
2003-04-25add bounds to some more %s in sscanfAnil Madhavapeddy
ok millert@
2003-04-06no strcpy. no strcat. no sprintf. some from deraadt@Ted Unangst
prototype for malloc from stdlib.h, not our own wrong one (in each function!). use strdup, don't roll our own. this program is a real piece of work.
2003-04-04simple string stuff; ok matthieu tdevalTheo de Raadt
2003-03-31ascii -> ASCIIJason McIntyre
2003-03-18xon/xoff -> Xon/Xoff;Jason McIntyre
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@
2003-01-21typos;Jason McIntyre
ok deraadt@
2003-01-16tools do not get installed and therefore hardcoding DESTDIR is not useful; ↵Michael Shalayeff
niklas@ ok
2002-06-12a real pid_t cleanup.Mike Pechkin
espie@ ok for make/, deraadt@ one extra eye, millert@ ok
2001-11-19kill more registersMike Pechkin
millert@ ok
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-10-12Missed in last tn3270 commit due to cvs bugTodd C. Miller
2000-10-11Use terminfo, not termcap interfaces.Todd C. Miller
Link with curses, not ocurses
2000-07-06use %s with printf familyTheo de Raadt
2000-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1998-11-11remove redundant .Pp macrosAaron Campbell
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-07-27Use -D_USE_OLD_CURSES_ so we don't need to include ocurses.h explicatelyTodd C. Miller
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-12extend a hostname based buffer. This code is a *NIGHTMARE*Theo de Raadt
1998-05-02use stdlib.h for malloc(); uninitialized structure member defaults to NULL nowMichael Shalayeff
1998-03-23Back out the previous change. Wrong fix.Per Fogelstrom
1998-03-19add some kerberos specific defines (after discussion with art) to fixThomas Graichen
a building problem on the pmax - will investigate further with art@
1998-03-12repair tn3270Theo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-25map3270 is a path, not a name. msaitoh@spa.is.uec.ac.jpTodd C. Miller
1997-07-18fix; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-04-19use mkstempTheo de Raadt
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt