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
/
popen.c
Age
Commit message (
Expand
)
Author
2020-01-15
Simplify globbing of ftpd(8)s list and nlst commands.
jan
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-08
rm dead code and simplify ftpd_popen. this code has only called
Ted Unangst
2016-02-29
Kill unused variable.
Jeremie Courreges-Anglas
2015-10-04
fix custom popen to return pid to caller instead of tracking in a giant
Ted Unangst
2010-03-08
Check that gl_pathc is bigger than zero before derefencing gl_pathv. While
Mark Kettenis
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-06-30
Include file order must be "monitor.h" before "extern.h" otherwise enum
Anders Magnusson
2006-04-02
malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks
Damien Miller
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
2002-07-02
* use lostconn() as the SIGALRM handler in receive_data() as originally
Dan Harnett
2002-05-29
More pid_t cleanup. Since 'pid' is pid_t we should:
Mike Pechkin
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
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
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
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