Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | Damien Miller | |
suggested by kjell@; ok otto@ pat@ millert@ jaredy@ | |||
2003-12-10 | spacing | 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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-07-02 | * use lostconn() as the SIGALRM handler in receive_data() as originally | Dan Harnett | |
done by downsj@ in revision 1.54. * some -Wall cleanup - only declare check_host() if TCPWRAPPERS is defined. - use socklen_t where appropriate instead of int (pointer signedness warnings). - {u_}char * pointer signedness warnings. ok millert@ | |||
2002-05-29 | More pid_t cleanup. Since 'pid' is pid_t we should: | Mike Pechkin | |
o) in ftpd_popen() convert 'pids' from int to pid_t too; o) in ftpd_pclose() return '-1', not pid_t, because it returns int; millert@ ok | |||
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-01-23 | Use always '.' in the end of the fatal() message. Consistency is good. | Mike Pechkin | |
millert@ ok. | |||
2001-03-18 | use GLOB_LIMIT | Theo de Raadt | |
2001-01-24 | proto ls_main() | Theo de Raadt | |
1999-12-08 | IPv6 support from KAME. | Jun-ichiro itojun Hagino | |
XXX kerberos and tcp_wrapper needs checking | |||
1999-02-26 | implement internal ls | Artur Grabowski | |
1997-06-29 | partial Wall | Theo de Raadt | |
1996-12-07 | Checks to see that strdup() worked, dies with error message on failure. | bitblt | |
1996-10-25 | Spacing nits | imp | |
1996-10-25 | Better bounds checking on argv and gargv to eliminate a fencepost error | imp | |
on argv and gargv variables. | |||
1996-10-15 | nearly impossible oflow | Theo de Raadt | |
1996-07-30 | *** empty log message *** | Jason Downs | |
1996-07-30 | closelog() before exec. | Jason Downs | |
1996-07-27 | bounds check on argv and gargv | joshd | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |