Age | Commit message (Expand) | Author |
2003-04-16 | Fix a buffer overflow in complt_list(); it was allocating space | Todd C. Miller |
2003-04-16 | document struct Authctxt; with solar | Markus Friedl |
2003-04-16 | lalloc() - return NULL on error, not FALSE | Todd C. Miller |
2003-04-16 | kill += snprintf | Theo de Raadt |
2003-04-15 | I lied, we didn't skip blanks after WHOIS_SERVER_ID; this fixes that. | Todd C. Miller |
2003-04-15 | Remove trailing space in "Whois Server: " since not all records | Todd C. Miller |
2003-04-15 | No, vi does not ignore SIGQUIT | Todd C. Miller |
2003-04-15 | ^Z Stop systat -> ^Z Suspend systat; | Jason McIntyre |
2003-04-15 | kill a += snprintf | Theo de Raadt |
2003-04-15 | various cleaning | Theo de Raadt |
2003-04-15 | snprintf of course | Theo de Raadt |
2003-04-15 | incorrect buf size; ok itojun | Theo de Raadt |
2003-04-15 | a bit of string cleaning | Theo de Raadt |
2003-04-14 | Missing globfree(&g) in process_put() spotted by Vince Brimhall | mouring |
2003-04-14 | recommit, with the typo fixed | Theo de Raadt |
2003-04-14 | oops | Theo de Raadt |
2003-04-14 | No more LESSECHO environment variable | Todd C. Miller |
2003-04-14 | help.o now needs HELPFILE defined too | Todd C. Miller |
2003-04-14 | less uses the "lessecho" command to do globbing on systems that | Todd C. Miller |
2003-04-14 | use correct string functions in example | Theo de Raadt |
2003-04-14 | Make the GNU_OPTIONS define actually do something (was a no-op) | Todd C. Miller |
2003-04-14 | o go back to using a help file instead of embedding it in the binary | Todd C. Miller |
2003-04-14 | avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP | Markus Friedl |
2003-04-14 | built in -> built-in; | Jason McIntyre |
2003-04-14 | strlcpy, pretty easy | Theo de Raadt |
2003-04-14 | remove old comment | Theo de Raadt |
2003-04-14 | spring cleaning; ok millert | Theo de Raadt |
2003-04-14 | More strlcpy/strlcat and use memmove for equivalent() so it is more | Todd C. Miller |
2003-04-14 | strlcat, but i memset 0 before to be safe | Theo de Raadt |
2003-04-14 | string cleaning; my bugs found by millert and krw | Theo de Raadt |
2003-04-14 | fix time spec even better; emmf26@umr.edu | Theo de Raadt |
2003-04-13 | correct snprintf bound value, ok millert@, deraadt@ | Anil Madhavapeddy |
2003-04-13 | Whoops, this is less 381, not 390 (my mistake) | Todd C. Miller |
2003-04-13 | Merge in less-381 w/ local changes and remove obsolete files. | Todd C. Miller |
2003-04-13 | Stock less-390 with some unneeded DOS/Windoze files removed | Todd C. Miller |
2003-04-12 | document -V switch, fix wording; ok markus@ | Christian Weisgerber |
2003-04-12 | debug->debug2 | Markus Friedl |
2003-04-12 | hide cipher details; ok djm@ | Markus Friedl |
2003-04-11 | support LDSTATIC | Todd C. Miller |
2003-04-10 | Some style from Andrey Matveev | Todd C. Miller |
2003-04-10 | more POSIX chown | Todd C. Miller |
2003-04-10 | Only print the "helpful" prompt in -d mode if there is room on the | Todd C. Miller |
2003-04-10 | unbreak linking on elf - stupid kerberos | Peter Valchev |
2003-04-09 | strip trailing whitespace from config lines before parsing. Fixes bz 528; | Damien Miller |
2003-04-09 | syetem -> system; | Jason McIntyre |
2003-04-09 | Disable Kerberos 4 support. | Hans Insulander |
2003-04-09 | Don't include <krb.h> when compiling with Kerberos 5 support | Hans Insulander |
2003-04-08 | Replace strcpy w/ strlcpy(); deraadt@ OK | Todd C. Miller |
2003-04-08 | remember the last M-x compile command used. | Vincent Labrecque |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |