Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-21 | Simplify the update process a bit. Don't try to skip parts based on what | Jonathan Matthew | |
we think might have changed, since the update steps depend on each other too much for that to really work anyway. | |||
2014-04-21 | KNF. | Joel Sing | |
2014-04-21 | Back out most of v1.47 changes which mess up the block size on these | Bob Beck | |
reads. ok deraadt@ guenther@ | |||
2014-04-21 | NIFS is supposed to represent the number of configured interfaces. | Robert Peichaer | |
If an interface got configured twice, NIFS must not be incremented. So count the number of hostname.if files instead. discussed with and OK krw@ | |||
2014-04-21 | remove rshd example; ok sthen | Okan Demirmen | |
2014-04-21 | Handle EAGAIN, ENOBUFS and EINTR a bit better. Ignore them one layer above | Claudio Jeker | |
and do not fail and tear down the world when they happen. | |||
2014-04-21 | It is possible that we can't burst all of the data in the immediate data | Claudio Jeker | |
part of the write request. In that case R2T requests with be sent for the rest of the data. The amount of data we can send is defined by MaxRecvDataSegmentLength which is per connection and so a bit hackish to read out. In the long run the min() of all connection MaxRecvDataSegmentLength should be stored in the session struct. | |||
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer | |
ever used to pass on uint32 (for ipsec). stop that madness and just pass the uint32, 0 in all cases but the two that pass the ipsec flowinfo. ok deraadt reyk guenther | |||
2014-04-21 | Fix off-by-one error in PG_LGFRAME mask | Philip Guenther | |
ok mlarkin@ | |||
2014-04-21 | add support for reading/writing long paths and linkpaths as extended | Marc Espie | |
headers | |||
2014-04-21 | improve realloc/calloc/malloc patterns; ok guenther | Theo de Raadt | |
2014-04-21 | Use internal '__' names for __attributes__ in public headers | Philip Guenther | |
2014-04-21 | Delete #if 0'd time related functions which are totally expired. | Theo de Raadt | |
No point even seeing these when we do the 2038 audit later on... | |||
2014-04-21 | modernize malloc call | Theo de Raadt | |
2014-04-21 | Replace entire printf-like guts with calls to libc snprintf. | Theo de Raadt | |
funopen(3) is used to interface to BIO descriptors. ok guenther | |||
2014-04-21 | Bring malloc/calloc/realloc sequences to modern standard | Theo de Raadt | |
ok guenther | |||
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer | |
ok gcc & md5 (alas, no binary change) | |||
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller | |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller | |
2014-04-21 | remove a define in an #ifdef notyet - "not yet" for 19 years gotta be | Henning Brauer | |
enough. remove a define in an #ifdef notdef /* obsolete */ - 14 years are enough | |||
2014-04-21 | annotate all #endifs to make clear what #if(def) they end | Henning Brauer | |
2014-04-21 | cosmetic changes regarding #ifdef to make things more obvious, ok reyk | Henning Brauer | |
2014-04-21 | Now that we properly negotiate the session params we can enable sending | Claudio Jeker | |
of immediate data for write commands. This gives a nice 20% performance boost on writes compared to the solicited data transaction we did before. | |||
2014-04-21 | remove macros wrapping malloc/calloc/free/realloc | Theo de Raadt | |
2014-04-21 | While we don't recommend using ext2fs, the directions for doing so | Philip Guenther | |
shouldn't be misleading ok krw@ | |||
2014-04-21 | sync | Theo de Raadt | |
2014-04-21 | Correctly document the return value of getenv(3) | Philip Guenther | |
From Ben Cornett (ben (at) lantern.is) | |||
2014-04-21 | Bye bye *hosts.equiv. | Antoine Jacoutot | |
ok deraadt@ | |||
2014-04-21 | KNF. | Joel Sing | |
2014-04-21 | Don't leak mountpoint info. Now with replacement for silly realloc() dance | Kenneth R Westerback | |
that appears to fix mysterious crashes seen with previous version that tried to sneak in to 5.5. ok otto@ | |||
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller | |
2014-04-21 | In qla_get_port_name_list, handle malloc failure, skip special fabric ports, | Jonathan Matthew | |
and set location on ports as best we can. Take the port mutex too. | |||
2014-04-21 | th_code is in network byte order | David Gwynne | |
2014-04-21 | clean up files we don't need | Ted Unangst | |
2014-04-21 | fix accidentally deleted deref. | Bob Beck | |
2014-04-20 | ASN1_STRING cleanup - realloc has handled NULL since I had a mullet | Bob Beck | |
and parachute pants - and since it's obvious there is no guarantee the caller doesn't pass in the data area in the argument, use memmove instead of memcpy so overlapping areas are handled correctly. Also, pointers can be usefully printed in hex with %p, in error messaeges rather than the bizzaro stuff that was there using mystical buffer lengths and abuse of strlcpy-converted-blindly-from-strcpy | |||
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl | |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. | |||
2014-04-20 | tweak previous; | Jason McIntyre | |
2014-04-20 | Prevent lpd(8) from looking into hosts.equiv. | Antoine Jacoutot | |
Access control is now done only using hosts.lpd. See lpd(8) for more information about the format of this file. "seems reasonable" tedu@ "looks good" deraadt@ ok sthen@ | |||
2014-04-20 | replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpy | Bob Beck | |
cruft with an snprintf. "better than what was there" ok guenther@ | |||
2014-04-20 | Eliminate duplicated logic by switching from malloc+snprintf to asprintf | Philip Guenther | |
ok beck@ | |||
2014-04-20 | Add iscsictl bits to show the vscsi stats. | Claudio Jeker | |
2014-04-20 | Introduce some basic stats for the vscsi layer. Just counting the commands | Claudio Jeker | |
and the bytes we push through vscsi(4). | |||
2014-04-20 | check_hosts_equiv -> check_hosts_lpd | Antoine Jacoutot | |
i.e. don't check for hosts.equiv anymore. input/ok schwarze@, ok sthen@ | |||
2014-04-20 | in debug messages, truncating strings of excessive lengths is actually | Ingo Schwarze | |
a good thing, so cast the return value from sprintf to (void); this concludes the mandoc sprintf audit | |||
2014-04-20 | Make -L even more useful to monitoring processes. Truncate and | Kenneth R Westerback | |
refill the file rather than creating a new one, which preserves an fd being monitored. And truncate file on losing link. Things like sysutils/ertn should now be able to see new leases, lease renewals and cable unplugs. tweaks by and ok sthen@ | |||
2014-04-20 | strlen+malloc+snprintf is error prone; | Ingo Schwarze | |
rewrite post_lb() to use asprintf(3) instead | |||
2014-04-20 | regen | Stefan Sperling | |
2014-04-20 | Add device ID for Ralink (now branded Mediatek) MT7601 USB wifi device | Stefan Sperling | |