index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
ftpd
/
ftpcmd.y
Age
Commit message (
Expand
)
Author
2002-02-19
Rewrite upper().
Mike Pechkin
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-30
Fix leak in `EPSV ALL`.
Mike Pechkin
2002-01-30
protect `RNTO` from NULL pointer.
Mike Pechkin
2002-01-25
s is pointer. 0 -> NULL.
Mike Pechkin
2002-01-25
Catch not valid chmod value earlier. This make sense, before we didn't
Mike Pechkin
2002-01-23
lookup() returns pointer. Convert 0 -> NULL.
Mike Pechkin
2002-01-23
``pathname'' can be NULL here too.
Mike Pechkin
2002-01-17
reject SIZE request for ascii mode if file is larger than 10k.
Jun-ichiro itojun Hagino
2002-01-08
Close potential memory leak wrt "fromname"; inspired by similar FreeBSD
Todd C. Miller
2002-01-08
STRING is never NULL so there is no need to test it for NULL before
Todd C. Miller
2001-12-28
Fix memory leak with EPRT command; Hiroyuki YAMAMORI
Todd C. Miller
2001-12-07
kill more registers;
Mike Pechkin
2001-12-04
Kill setjmp/longjmp
Todd C. Miller
2001-11-05
more signal marks, and some syslog_r in handlers
Theo de Raadt
2000-11-14
cleanup EPSV/EPRT error handling. avoid possible memory leak (getaddrinfo).
Jun-ichiro itojun Hagino
2000-11-13
combine check_epsvall + check_login into check_login_epsvall.
Jun-ichiro itojun Hagino
2000-11-13
make sure to check_login on EPSV/LPSV. move epvsall check into check_epsvall.
Jun-ichiro itojun Hagino
2000-06-17
pr 772; -u blocks chmod command, michaels@inet.no
Theo de Raadt
2000-04-29
indent
Theo de Raadt
2000-01-15
(char *)0 -> NULL cleanup. From NetBSD
Eric Jackson
1999-12-08
IPv6 support from KAME.
Jun-ichiro itojun Hagino
1999-10-08
correct; dholland@hcs.harvard.edu, root@zen.ics.uwe.ac.uk
Theo de Raadt
1998-05-22
use TM_YEAR_BASE; lukem
Theo de Raadt
1998-02-03
Work around a glob() and Netscape problem; the local glob() hacker may
Jason Downs
1997-12-18
Be so specific about the exact details of a PORT command error, that we
Theo de Raadt
1997-12-18
bitch if attacker tries to make PORT values overflow each other (they cannot ...
Theo de Raadt
1997-12-12
default to violating the RFC wrt the PORT command. Use -P to conform to the
Theo de Raadt
1997-07-23
tabify
kstailey
1997-07-22
setproctitle less
Theo de Raadt
1997-01-02
Fix for the shift-reduce conflict, contributed by dholland@hcs.harvard.edu,
bitblt
1996-12-07
ftpd now eventually times out if a ftp client does:
bitblt
1996-10-16
Fixed a memory leak associated with the HELP and SITE HELP commands.
bitblt
1996-09-19
reduced the number of command availibe to users who are not logged
bitblt
1996-09-04
clear passwd, for safety
Theo de Raadt
1996-08-22
de-gibble ftpd for w
Theo de Raadt
1996-08-07
strcpy -> strncpy, kill off a strdup() clone.
Jason Downs
1996-04-23
sync with netbsd 960418
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt