Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-10 | Add internal buffering when dumping a device with non-512 byte | Kenneth R Westerback | |
sectors. This ensures that the requested data, and all the requested data, is actually read from the device. Should have no effect on 512-byte sector devices, but makes dump work on 4096-byte sector devices. Problem noted by and fix tested by David Vasek. | |||
2014-07-10 | Tame the tedu... we still want to know that Compression and Expansion are | Joel Sing | |
NONE, even if this is due to the fact that we do not support compression. | |||
2014-07-10 | Put back some parts of the public SSL API that should not have been | Joel Sing | |
completely decompressed. | |||
2014-07-10 | prepare for upcoming ext4 read support | Martin Pelikan | |
Parts of the on-disk inode changed their meaning in order to support bigger sizes. More flags & prettification. No functional change. ok guenther | |||
2014-07-10 | forgot to decompress here too | Ted Unangst | |
2014-07-10 | Don't document the guts of struct syslog_data. This man page only needs | Theo de Raadt | |
to demonstrate to use it with syslog_r. pointed out by millert | |||
2014-07-10 | check all memory allocations; ok miod@ guenther@ | Otto Moerbeek | |
2014-07-10 | Remove bogus preprocessor statements trying to pick the largest integer | Miod Vallat | |
type for BF_LONG, MD[45]_LONG and SHA_LONG. First, the preprocessor symbols they check for a 64-bit system is __ILP64__ which no sane system provides; second, on the platforms which have assembler code to speed things up, the assembler code assumes a 32-bit type will be used. | |||
2014-07-10 | check return value of write. | bcook | |
ok beck@ jsing@ | |||
2014-07-10 | sync | Theo de Raadt | |
2014-07-10 | Print an understandable error message when we fail to read the report | Martin Pieuchot | |
descriptor. Pointed out by benno@ | |||
2014-07-10 | Add new sendsyslog(const char *, size_t) system call which simply passes | Theo de Raadt | |
a message up into syslogd's /dev/log interface. This will be used to make syslog_r work during file descriptor exhaustion, or inside sandboxes which prohibit socket, connect, sendto, etc. The system call is being added about a week before the library and daemon changes. ok guenther tedu miod matthew | |||
2014-07-10 | crank major for decompression feature | Ted Unangst | |
2014-07-10 | decompress libssl. ok beck jsing | Ted Unangst | |
2014-07-10 | Align octhci(4) with the other HC drivers and add it as a commented entry | Martin Pieuchot | |
to GENERIC. ok pirofti@ | |||
2014-07-10 | KNF comments, reflowing and moving out of the middle of argument lists in | Philip Guenther | |
places ok jsing@ | |||
2014-07-10 | fix version comparison for openssl-like versions (1.0.1g etc) | Jasper Lievisse Adriaanse | |
found, tested and OK sthen@ | |||
2014-07-10 | remove unused ecc_pkey_size. | bcook | |
ok jsing@ miod@ | |||
2014-07-10 | hide the biglock thrashing under pool_debug so it can be turned off | Ted Unangst | |
2014-07-10 | BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_free | Joel Sing | |
all have implicit NULL checks, so we do not need them here. ok miod@ | |||
2014-07-10 | Use a while loop instead of an ifdowhile loop. | Joel Sing | |
ok miod@ tedu@ | |||
2014-07-10 | typo in previous | Miod Vallat | |
2014-07-10 | likewise for X, locate directory | Marc Espie | |
2014-07-10 | rings that dont rx packets dont need to be refilled. | David Gwynne | |
2014-07-10 | sync | Theo de Raadt | |
2014-07-10 | divert-packet no longer uses the PACKET_TAG_PF_DIVERT mbuf tag. | Lawrence Teo | |
2014-07-10 | Simplify the way divert(4) sends packets to userspace: Instead of | Lawrence Teo | |
unnecessarily allocating an mbuf tag to store the divert port, just pass the divert port directly to divert_packet() or divert6_packet() as an argument. includes a style fix pointed out by bluhm@ ok bluhm@ henning@ reyk@ | |||
2014-07-10 | guenther spotted my bad copy and pasting. | David Gwynne | |
fall back to htobe64 for htobem64 instead of htole64 on LE archs. | |||
2014-07-10 | Fix another free error. | Reyk Floeter | |
ok benno@ | |||
2014-07-09 | Add some extra sanity checks to make sure the test functions actually | Matthew Dempsky | |
run on altstack. | |||
2014-07-09 | include <limits.h> for LONG_MIN/LONG_MAX. | bcook | |
Also remove <sys/filio.h> added from previous commit. This was the wrong way to get FIONBIO. ok jsing@ | |||
2014-07-09 | regen | Brad Smith | |
2014-07-09 | shorten a bit | Brad Smith | |
2014-07-09 | When copying structures via imsg, the contents should not contain | Reyk Floeter | |
bogus pointer values - make sure to zero the first rule_kv element. awesome benno@ | |||
2014-07-09 | floppy disks are obsolete. recommend keeping the keyfile on a flash disk | Ted Unangst | |
instead. ok mlarkin | |||
2014-07-09 | small alignment tweak | Jasper Lievisse Adriaanse | |
2014-07-09 | Add work-in-progress octeon USB host controller support. | Paul Irofti | |
Not enabled for now. It's easier for me to work on it in-tree. Discussed with and okay miod@ | |||
2014-07-09 | ASN1_STRING_free can handle NULL, so callers don't need to check. ok miod | Ted Unangst | |
2014-07-09 | add some (currently failing) tests for openssl-like version number (1.0.1g) ↵ | Jasper Lievisse Adriaanse | |
comparisons | |||
2014-07-09 | - do the actual viomb_deflate() after printing the debug message | Jasper Lievisse Adriaanse | |
- whitespace cleanup ok sf@ | |||
2014-07-09 | Changes in relayd's regression tests have to be discussed. | Reyk Floeter | |
As discussed with bluhm@ deraadt@ | |||
2014-07-09 | Don't assign garbage in kv_extend(). | Reyk Floeter | |
Found by clang. | |||
2014-07-09 | regen | sasano | |
2014-07-09 | add devices for DM&P Vortex86EX SoC | sasano | |
ok by miod@ and deraadt@ | |||
2014-07-09 | unfidef RL_DEBUG. hopefully it's been debugged by now | Ted Unangst | |
2014-07-09 | firebomb some MDEBUG leftovers | Ted Unangst | |
2014-07-09 | unifdef a whole bunch of NO RSA/DSA/ECDH defines i deleted from libssl | Ted Unangst | |
2014-07-09 | clean up if 0/if 1 code. we don't care anymore. | Ted Unangst | |
2014-07-09 | move a comment | Ted Unangst | |
2014-07-09 | reset host, port, path to null after freeing so the caller doesn't | Ted Unangst | |
accidentally free them again. actually a bug in the caller and (hey hey) apps/ocsp.c has exactly that bug, but it's easier/safer to fix here. |