Age | Commit message (Expand) | Author |
2005-06-28 | don't include telnetd, it's gone anyway | Martin Reindl |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-03-20 | Fix bad errno check. deraadt@ ok | Aaron Campbell |
2004-02-19 | escape full stops where necessary to kill erroneous double spaces; | Jason McIntyre |
2003-12-09 | missing printf arg; from Alf Schlichting | Michael Shalayeff |
2003-11-15 | check getpass for NULL, missing fclose(), and a little style. | Ted Unangst |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-10-24 | typos from Jared Yanovich, though I .Xr'd tn3270, rather than use .Nm; | Jason McIntyre |
2003-10-22 | err on strdup failure. from vink joris. | Ted Unangst |
2003-09-29 | avaliable -> available | Miod Vallat |
2003-07-18 | add missing includes | David Krause |
2003-07-10 | add missing includes | David Krause |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans Insulander |
2003-04-25 | add bounds to some more %s in sscanf | Anil Madhavapeddy |
2003-04-06 | no strcpy. no strcat. no sprintf. some from deraadt@ | Ted Unangst |
2003-04-04 | simple string stuff; ok matthieu tdeval | Theo de Raadt |
2003-03-31 | ascii -> ASCII | Jason McIntyre |
2003-03-18 | xon/xoff -> Xon/Xoff; | Jason McIntyre |
2003-01-21 | typos; | Jason McIntyre |
2003-01-16 | tools do not get installed and therefore hardcoding DESTDIR is not useful; ni... | Michael Shalayeff |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2001-11-19 | kill more registers | Mike Pechkin |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-12 | Missed in last tn3270 commit due to cvs bug | Todd C. Miller |
2000-10-11 | Use terminfo, not termcap interfaces. | Todd C. Miller |
2000-07-06 | use %s with printf family | Theo de Raadt |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell |
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1998-11-11 | remove redundant .Pp macros | Aaron Campbell |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell |
1998-07-27 | Use -D_USE_OLD_CURSES_ so we don't need to include ocurses.h explicately | Todd C. Miller |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller |
1998-07-12 | extend a hostname based buffer. This code is a *NIGHTMARE* | Theo de Raadt |
1998-05-02 | use stdlib.h for malloc(); uninitialized structure member defaults to NULL now | Michael Shalayeff |
1998-03-23 | Back out the previous change. Wrong fix. | Per Fogelstrom |
1998-03-19 | add some kerberos specific defines (after discussion with art) to fix | Thomas Graichen |
1998-03-12 | repair tn3270 | Theo de Raadt |
1997-08-04 | save errno in sigchld handlers | Theo de Raadt |
1997-07-25 | map3270 is a path, not a name. msaitoh@spa.is.uec.ac.jp | Todd C. Miller |
1997-07-18 | fix; msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-04-19 | use mkstemp | Theo de Raadt |