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
/
rpc
/
clnt_perror.c
Age
Commit message (
Expand
)
Author
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2015-09-13
Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.
Philip Guenther
2010-09-01
Oracle has re-licensed sunrpc under a three-clause BSD license.
Todd C. Miller
2009-06-03
Don't postpone memory allocation for the error message to the error handler:
Ingo Schwarze
2009-06-01
When an RPC client program encounters ENOMEM while trying to print
Ingo Schwarze
2007-09-12
Remove wrong snprintf(3) truncation checks, which can't be
Moritz Jodeit
2006-09-17
dont put two '\n' at the end of the string returnd by clnt_sperror()
Thordur I. Bjornsson
2005-08-08
zap remaining rcsid.
Marc Espie
2005-04-11
more snprintf return value sloppiness; ok otto
Theo de Raadt
2005-04-01
ansify. ok deraadt@ jaredy@
Otto Moerbeek
2002-09-10
remove extra output of \n in clnt_perror()
Theo de Raadt
2002-05-29
strlcat bounds
Theo de Raadt
2001-09-15
prototype cleanup
Theo de Raadt
2001-08-18
be more careful with snprintf; millert ok
Theo de Raadt
2001-03-03
plug many memory leaks
Theo de Raadt
1998-12-30
append \n correctly
Theo de Raadt
1998-11-22
detect truncation and overflow better
Theo de Raadt
1997-02-10
Make printf's match actual type (%lu -> %u).
Todd C. Miller
1997-02-09
do not print extra \n
Theo de Raadt
1997-01-21
More sprintf -> snprintf.
Todd C. Miller
1996-12-19
avoid oflows, thanks also to todd
Theo de Raadt
1996-09-15
Remove dead code
Thorsten Lockert
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-07-20
bcopy->memcpy & tag
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt