summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-21stop lieing. vlan is not an encapsulation. it doesn't encapsulate ethernetHenning Brauer
2014-04-21syncTheo de Raadt
2014-04-21correct man page sectionTheo de Raadt
2014-04-21crank minorTheo de Raadt
2014-04-21Introducing: void *mallocarray(size_t nmemb, size_t size);Theo de Raadt
2014-04-21wrong calloc, see people do careTheo de Raadt
2014-04-21Simplify the update process a bit. Don't try to skip parts based on whatJonathan Matthew
2014-04-21KNF.Joel Sing
2014-04-21Back out most of v1.47 changes which mess up the block size on theseBob Beck
2014-04-21NIFS is supposed to represent the number of configured interfaces.Robert Peichaer
2014-04-21remove rshd example; ok sthenOkan Demirmen
2014-04-21Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer aboveClaudio Jeker
2014-04-21It is possible that we can't burst all of the data in the immediate dataClaudio Jeker
2014-04-21ip_output() using varargs always struck me as bizarre, esp since it's onlyHenning Brauer
2014-04-21Fix off-by-one error in PG_LGFRAME maskPhilip Guenther
2014-04-21add support for reading/writing long paths and linkpaths as extendedMarc Espie
2014-04-21improve realloc/calloc/malloc patterns; ok guentherTheo de Raadt
2014-04-21Use internal '__' names for __attributes__ in public headersPhilip Guenther
2014-04-21Delete #if 0'd time related functions which are totally expired.Theo de Raadt
2014-04-21modernize malloc callTheo de Raadt
2014-04-21Replace entire printf-like guts with calls to libc snprintf.Theo de Raadt
2014-04-21Bring malloc/calloc/realloc sequences to modern standardTheo de Raadt
2014-04-21we'll do fine without casting NULL to struct foo * / void *Henning Brauer
2010-10-01import OpenSSL-1.0.0aDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-21remove a define in an #ifdef notyet - "not yet" for 19 years gotta beHenning Brauer
2014-04-21annotate all #endifs to make clear what #if(def) they endHenning Brauer
2014-04-21cosmetic changes regarding #ifdef to make things more obvious, ok reykHenning Brauer
2014-04-21Now that we properly negotiate the session params we can enable sendingClaudio Jeker
2014-04-21remove macros wrapping malloc/calloc/free/reallocTheo de Raadt
2014-04-21While we don't recommend using ext2fs, the directions for doing soPhilip Guenther
2014-04-21syncTheo de Raadt
2014-04-21Correctly document the return value of getenv(3)Philip Guenther
2014-04-21Bye bye *hosts.equiv.Antoine Jacoutot
2014-04-21KNF.Joel Sing
2014-04-21Don't leak mountpoint info. Now with replacement for silly realloc() danceKenneth R Westerback
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-21In qla_get_port_name_list, handle malloc failure, skip special fabric ports,Jonathan Matthew
2014-04-21th_code is in network byte orderDavid Gwynne
2014-04-21clean up files we don't needTed Unangst
2014-04-21fix accidentally deleted deref.Bob Beck
2014-04-20ASN1_STRING cleanup - realloc has handled NULL since I had a mulletBob Beck
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2014-04-20tweak previous;Jason McIntyre
2014-04-20Prevent lpd(8) from looking into hosts.equiv.Antoine Jacoutot
2014-04-20replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpyBob Beck
2014-04-20Eliminate duplicated logic by switching from malloc+snprintf to asprintfPhilip Guenther
2014-04-20Add iscsictl bits to show the vscsi stats.Claudio Jeker
2014-04-20Introduce some basic stats for the vscsi layer. Just counting the commandsClaudio Jeker