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
/
lib
/
libc
/
yp
/
yp_bind.c
Age
Commit message (
Expand
)
Author
2014-05-25
use calloc, from Benjamin Baier
Ted Unangst
2013-09-30
Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
Todd C. Miller
2013-04-29
use FD_CLOEXEC instead of 1; from David Hill
Okan Demirmen
2009-06-05
improve yp_bind(3) error reporting after clnttcp_create(3) failure:
Ingo Schwarze
2007-09-17
Check snprintf(3) return value for error or truncation.
Moritz Jodeit
2005-08-05
- remove rcsid
Marc Espie
2003-06-02
remove terms 3 & 4 on my own software
Theo de Raadt
2002-07-20
ansi
Theo de Raadt
2002-01-02
more pid_t use
Theo de Raadt
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1997-04-29
possible buf oflow
Theo de Raadt
1997-02-05
that cannot be right
Theo de Raadt
1997-01-28
encourage a few more udp whacks at the server
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-08-05
check for port 20
Theo de Raadt
1996-07-01
update rcsid
Theo de Raadt
1996-07-01
streamline, check ports
Theo de Raadt
1996-05-22
repair return values, more checking
Theo de Raadt
1996-04-24
yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure
Theo de Raadt