Age | Commit message (Expand) | Author |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-02-05 | pledge(2) for talkd(8): | mestre |
2016-02-01 | Remove unused headers and sort the remaining | mestre |
2015-11-25 | rename internally to ntalkd, after the binary; this way both | Jason McIntyre |
2015-11-21 | remove mlinks for aliases: ntalkd, mfs, updatedb | Jason McIntyre |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-10-08 | do not need a cast from void * | Theo de Raadt |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-11-27 | unsigned char for ctype | Theo de Raadt |
2013-04-17 | do not mix concepts of gettimeofday(), tv_sec, and localtime() in a | Theo de Raadt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-10-18 | do not name FILE * variables "fd" since it is confusing | Theo de Raadt |
2006-03-17 | fix a few off-by-ones; from NetBSD; ok deraadt@ | Otto Moerbeek |
2005-10-14 | Use queue macros instead of directly accessing fields. ok millert@ pat@ | Otto Moerbeek |
2004-11-09 | Avoid use after free(), slight optimization. From Patrick Latifi. | Otto Moerbeek |
2004-08-08 | spacing | Theo de Raadt |
2004-03-10 | spaces | Theo de Raadt |
2004-03-10 | close file on error paths. from Patrick Latifi | Ted Unangst |
2003-07-29 | spaces | Theo de Raadt |
2003-06-26 | simple protos | Theo de Raadt |
2003-06-11 | ansi cleanup; ok ian markus | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-11-25 | avoid size_t -> int conversion. style nit for sizeof(). David Krause | Jun-ichiro itojun Hagino |
2002-10-08 | sa_family on wire is network byteorder. from Alexander Yurchenko <grange@rt.m... | Jun-ichiro itojun Hagino |
2002-09-25 | - "resposne" is used without initialization, so zero-fill | Jun-ichiro itojun Hagino |
2002-09-24 | Allocate vis_user on the stack instead of using malloc(). This | Todd C. Miller |
2002-09-06 | use socklen_t more; henning ok | Theo de Raadt |
2002-07-07 | typos/grammar/better words | Jan-Uwe Finck |
2002-07-03 | add a missing newline to an error message. | Vincent Labrecque |
2002-06-21 | o Use *_FILENO defines instead of numbers | Todd C. Miller |
2002-05-22 | Fix last commit. | Todd C. Miller |
2002-05-22 | Fix some ut_line manipulation pointed out by Moritz Jodeit. | Todd C. Miller |
2002-05-22 | typo; moritz@jodeit.org | Theo de Raadt |
2002-05-22 | whack sprintf | Theo de Raadt |
2002-05-22 | strlcpy sprinkling | Theo de Raadt |
2002-05-21 | KNF | Theo de Raadt |
2002-05-16 | KNF | Theo de Raadt |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-07 | kill more registers; | Mike Pechkin |
2001-07-08 | -Wall | Theo de Raadt |
2001-01-11 | save_errno in signal handler | Theo de Raadt |
2000-10-10 | need more size to big_buf for line termination (\r\n). | Jun-ichiro itojun Hagino |
2000-07-06 | use %s with fprintf | Theo de Raadt |
2000-03-28 | need an ntalkd man page, obviously | Theo de Raadt |
1999-11-29 | back out TAILQ_FOREACH - not portable, deraadt@ | David Leonard |
1999-11-29 | use TAILQ_FOREACH, ok mickey@ | David Leonard |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |