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
/
usr.bin
/
ssh
/
xmalloc.c
Age
Commit message (
Expand
)
Author
2019-11-12
add xvasprintf()
Damien Miller
2019-06-06
Replace calls to ssh_malloc_init() by a static init of malloc_options.
Otto Moerbeek
2017-05-31
Switch to recallocarray() for a few operations. Both growth and shrinkage
Theo de Raadt
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
2015-04-24
rename xrealloc() to xreallocarray() since it follows that form.
Theo de Raadt
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-01-04
use standard types and formats for size_t like variables. ok dtucker
Ted Unangst
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-08-01
move #include <stdio.h> out of includes.h
Kevin Steves
2006-07-26
move #include <stdlib.h> out of includes.h
Kevin Steves
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-10
move #include <stdarg.h> out of includes.h; ok markus@
Kevin Steves
2006-03-27
we can do the size & nmemb check before the integer overflow check; evol
Theo de Raadt
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-25
change OpenSSH's xrealloc() function from being xrealloc(p, new_size) to
Damien Miller
2006-03-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2001-07-23
no zero size xstrdup() error; ok markus@
Kevin Steves
2001-04-16
xrealloc dealing with ptr == nULL; mouring
Theo de Raadt
2001-02-07
fix size_t -> int cast (use u_long). markus ok
Jun-ichiro itojun Hagino
2001-02-07
typo in fatal()
Markus Friedl
2001-02-07
deal with new ANSI malloc stuff
Theo de Raadt
2001-02-04
unexpand and remove end-of-line whitespace; ok markus@
Kevin Steves
2001-01-28
use size_t for strlen() return. ok markus@
Kevin Steves
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-06-20
OpenBSD tag
Markus Friedl
2000-04-14
whitespace cleanup
Markus Friedl
1999-11-24
much more KNF
Theo de Raadt
1999-11-23
KNF part 1
Markus Friedl
1999-09-30
more culling
Theo de Raadt
1999-09-29
numerous sprintf, strncpy, strcpy cleanups
Theo de Raadt
1999-09-26
i bet a lot of people didn't know what ssh 1.2.16 had a nice license.
Theo de Raadt