Age | Commit message (Expand) | Author |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-09-25 | correct realloc (no ptr = realloc(ptr, ...)); comment & ok deraadt | Peter Valchev |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre |
2003-07-18 | one time -h is enough | Henning Brauer |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt |
2003-07-08 | remove stuff nothing uses | Theo de Raadt |
2003-07-02 | no default -Werror on these | Theo de Raadt |
2003-06-26 | simple protos | Theo de Raadt |
2003-06-07 | - remove invalid authentication type "otp" | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | - kill whitespace at EOL | Jason McIntyre |
2003-05-14 | Remove krb4 support. | Magnus Holmberg |
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans Insulander |
2003-05-08 | squish a strcopy, ok krw@ | Bob Beck |
2003-04-14 | Change terminalname from a pointer to an array. Why people hide | Todd C. Miller |
2003-04-13 | try to use the X Window System, X11 or XFree86 consistently. | Jason McIntyre |
2003-02-26 | start new sentence on a new line | David Krause |
2003-02-14 | typos; | Jason McIntyre |
2003-01-28 | fix fd_set overflow | Vincent Labrecque |
2002-12-07 | Backout unrelated changes in last commit | Todd C. Miller |
2002-12-07 | Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSD | Todd C. Miller |
2002-11-22 | Correct string termination in jobend() for saved_path and saved_user. | Chad Loder |
2002-07-25 | Check snprintf() rval for < 0; OK deraadt@ | Todd C. Miller |
2002-06-28 | When gettytab doesn't exist, IM contains a #defined string so don't | Todd C. Miller |
2002-06-09 | Sort .Xr's | Hans Insulander |
2002-06-09 | no more \n to syslog() | Hans Insulander |
2002-06-09 | no \n for syslog() | Hans Insulander |
2002-04-29 | wierd -> weird | Peter Valchev |
2002-03-05 | add -ldes linking | Theo de Raadt |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt |
2002-02-10 | spelling | Theo de Raadt |
2001-11-13 | o) fix bogus .Xr usage; | Mike Pechkin |
2001-11-02 | _exit() in signal handler | Theo de Raadt |
2001-09-11 | krb5 before krb4 to please the linker | Jason Wright |
2001-07-19 | vsnprintf() can return a value larger than the buffer size. from assar | Jun-ichiro itojun Hagino |
2001-07-19 | well, with the most recent reorganization, it now turns out that any | Theo de Raadt |
2001-07-18 | HIN: DO NOT LOSE OUR LOCAL CHANGES | Theo de Raadt |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-07-04 | symmetrical, not symetrical | Peter Valchev |
2001-07-02 | Allows building w/o kerb support | Todd C. Miller |
2001-06-29 | Add back gettytab reading but use cget* instead of the obsolescent gtget* | Todd C. Miller |
2001-06-29 | We need telnet_net_write() even when AUTHENTICATION is not defined. | Todd C. Miller |
2001-06-29 | o We have uname(2) | Todd C. Miller |
2001-06-27 | Document the -y flag: | Hans Insulander |
2001-06-26 | -Wall -Werror cleanup | Hans Insulander |
2001-06-23 | Update to reflect reality. | Hans Insulander |
2001-06-23 | Replace our telnetd with the one from heimdal-0.3f, with the following changes: | Hans Insulander |
2001-06-23 | Update for heimdal-0.3f | Hans Insulander |
2001-06-22 | Fix krb5 linking. | Hans Insulander |
2001-06-11 | strncpy vs strlcpy, some strlen missuse. | Michael Shalayeff |