Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-07 | oops - 2 more .Dq -> .Sq; | Jason McIntyre | |
2005-01-07 | - distinguish between client (ftp) and protocol (FTP) | Jason McIntyre | |
- uppercase http - use .Sq for single characters, rather than .Dq - adjust a list | |||
2005-01-07 | `login'(n) -> `log in'(v); | Jason McIntyre | |
2005-01-03 | use an example of nmap `outpattern' containing spaces that works; | Jason McIntyre | |
2005-01-03 | a little cleanup in the nmap description; | Jason McIntyre | |
2005-01-03 | need to escape lines starting w/ `...'; | Jason McIntyre | |
2005-01-02 | remove misleading "client host" string; | Jason McIntyre | |
from matthias kilian pr# 4057; | |||
2004-09-16 | type corrections and other delinting | Theo de Raadt | |
2004-07-20 | ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-09 | You can only use strlcpy() on real C strings, which lf->buffer is not. | Todd C. Miller | |
Use memcpy() instead and NUL terminate. | |||
2004-02-28 | Open a new connection for each URL given on the command line. | Kenneth R Westerback | |
This eliminates problematic 'CWD /' commands that caused interactive commands and auto fetch commands to occaisonally end up in different directories, creating problems for the install scripts. Problematic 'CWD /' commands noticed by deraadt@. ok millert@. | |||
2003-12-16 | for -DSMALL, do not include rcsid[]s | Theo de Raadt | |
2003-11-20 | build statically, to ease disaster recovery in some situations. | Ted Unangst | |
ok david@ grange@ henning@ ian@ jakob@ lebel@ markus@ and possibly a few others. | |||
2003-11-20 | ftp.1: | Jason McIntyre | |
- simpler macros - sort options - some updates - remove some old groff stuff main.c: sync usage() | |||
2003-10-31 | New libedit api changes. | Otto Moerbeek | |
Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-15 | remove extra \n in {warn,err}{,x} calls | Theo de Raadt | |
2003-08-11 | The empty() function basically effects a poll, so replace it with | Todd C. Miller | |
real poll(). Gets rid of another static select(). OK deraadt@ | |||
2003-07-15 | .Ql Fl -> .Sq Fl where literal doesn't make sense; | Jason McIntyre | |
2003-07-02 | protos | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-07 | Some NetBSD changes were committed to this file w/o updating the | Todd C. Miller | |
copyright. I have gone through the cvs logs and added the appropriate NetBSD Foundation copyright corresponding to those changes. | |||
2003-04-05 | string fixes; ok miod henning | Theo de Raadt | |
2003-03-31 | Treat empty environment variables the same as NULL. henning@ OK | Todd C. Miller | |
2003-03-31 | ascii -> ASCII | Jason McIntyre | |
2003-03-18 | small typos; | Jason McIntyre | |
ok miod@ | |||
2003-03-11 | getnameinfo buffer has to be NI_MAXHOST | Jun-ichiro itojun Hagino | |
2003-03-11 | check error on getnameinfo failure. | Jun-ichiro itojun Hagino | |
2003-03-10 | correct use of getnameinfo. PR 3138 | Jun-ichiro itojun Hagino | |
2003-02-17 | Fix double free; Brian Poole | Todd C. Miller | |
2003-01-22 | line2 may overrun if line is too long (> 200). be more careful on strcpy. | Jun-ichiro itojun Hagino | |
XXX strlen(argv[x]) should be checked before copies. netbsd 1.18 -> 1.19, requested by David Krause | |||
2003-01-03 | be more aware of directory change failures; s@msmith.net | Theo de Raadt | |
2002-12-30 | minor KNF | Theo de Raadt | |
2002-12-19 | only do "Trying ..." if verbose | Theo de Raadt | |
2002-11-08 | http redirect support; adapted from NetBSD. | Federico G. Schwindt | |
2002-07-12 | malloc/strdup failure not handled; cloder@acm.org | Theo de Raadt | |
2002-07-04 | document port allocation | Jakob Schlyter | |
2002-07-04 | use tcp high portrange for active data connections. ok deraadt@ | Jakob Schlyter | |
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino | |
2002-06-09 | do not present scopeid on wire format, as it is local to node | Jun-ichiro itojun Hagino | |
2002-06-04 | We want sync usage() w/ manual since -4/-6 options have been added. | Mike Pechkin | |
millert@ ok | |||
2002-06-01 | more snprintf | Theo de Raadt | |
2002-05-30 | -4 and -6 options; kanai@big.or.jp; itojun ok | Theo de Raadt | |
2002-04-25 | avoid buffer overrun on PASV from malicious server. | Jun-ichiro itojun Hagino | |
http://online.securityfocus.com/archive/1/269356/2002-04-22/2002-04-28/0 | |||
2002-03-30 | stretch banners | Theo de Raadt | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-19 | Fix gethostname() usage. | Mike Pechkin | |
deraadt@ ok | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-04 | Don't longjmp(..., 0) | Artur Grabowski | |