2014-05-07 |
guenther | Fix ext2fs atime and mtime handling that I broke from... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
sthen | pass daemon_flags to nsd-control when used to check... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | missing word in error message. ok millert |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | delete some crusty casts |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | convert calloc to use reallocarray instead. ok millert |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | calloc, from peter malone |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | use calloc. from peter malone |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | calloc is simpler. suggested by Peter Malone and halex |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | use calloc. from Peter Malone |
commit | commitdiff | tree | snapshot |
2014-05-07 |
deraadt | miod forgot about fcrypt_b.c being needed, before he... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | temp variable for a bit of clarity |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | remove unneeded variable |
commit | commitdiff | tree | snapshot |
2014-05-06 |
martynas | When the stack protector heuristics doesn't cover a... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | factor out the safepath |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | be more explicit about what's a string |
commit | commitdiff | tree | snapshot |
2014-05-06 |
martynas | Introduce -fstack-shuffle, which randomizes local stack... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | better alloc idiom |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | factor max message size |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | don't give people bad ideas about pool_debug |
commit | commitdiff | tree | snapshot |
2014-05-06 |
millert | We don't really need uniform distribution for mktemp... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | small fix from mancha1. currently unused file, but... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | reallocarray |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | spell NULL as NULL |
commit | commitdiff | tree | snapshot |
2014-05-06 |
miod | Make sure the stdout output is check, to confirm proper... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
miod | Assorted cleanups: |
commit | commitdiff | tree | snapshot |
2014-05-06 |
miod | Add a fixed (read: non-SIGSEGV'ing) pq_test. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
miod | Remove broken-by-design test |
commit | commitdiff | tree | snapshot |
2014-05-06 |
miod | Make sure PKCS7_get_octet_string() return values are... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
miod | Remove the ``addressable'' argument to search_string_de... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
miod | Sort CFLAGS, SRC and SSLASM stanzas by the directories... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2014-05-06 |
pirofti | Add brswphy(4) manual page. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
pirofti | Enable brswphy(4) on the Octeon platform. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
pirofti | Add support for the Broadcom PHY found on the Octeon... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
pirofti | Regen after Broadcom 53115 addition. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
pirofti | Add an entry for the Broadcom 53115 model found on... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | missing NULL checks to see if init is needed. found... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | fix stupid commit |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | enh@google reported a warning in crufty y2k code. just... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | reallocarray for things which are arrays. ok deraadt |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | use explicit_bzero |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | clear a stack buffer with explicit_bzero |
commit | commitdiff | tree | snapshot |
2014-05-06 |
jasper | remove cpsw_{read,write}_4 wrapper functions and just... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
markus | change the create-child-sa responder code, so it does... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
jmc | zap stray word; ok markus |
commit | commitdiff | tree | snapshot |
2014-05-06 |
mpi | Include <sys/vmmeter.h> directly instead of relying... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
reyk | Explicitly zero out the ibufs before releasing the... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
reyk | Fix two memory leaks: EVP_PKEY_get1_RSA() returns a... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
markus | initiate ike sa rekeying (ikesalifetime keyword), re... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
gerhard | Fix a memleak when lookup of SA fails during forwarding... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
markus | cleanup IKE-SA tree handling (fixes repeated-insert... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
mpi | Plug two xfer leaks and a buffer one. |
commit | commitdiff | tree | snapshot |
2014-05-06 |
markus | don't sa_free() in the receive path (prevents use-after... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
markus | send the delete with the locally allocated SPI in ikev2... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
markus | make sure some notify payloads are encrypted; ok mikeb@ |
commit | commitdiff | tree | snapshot |
2014-05-06 |
markus | initial support for PFS; ok reyk@ |
commit | commitdiff | tree | snapshot |
2014-05-06 |
markus | retire IKED_REQ_DELETE and fix delete parsing; ok reyk@ |
commit | commitdiff | tree | snapshot |
2014-05-06 |
jsg | no need to include rand.h now the RAND_seed() calls... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | knf approximation |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | move chacha context and buffer out of bss and allow... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | "stay backwards-compatible with 0.9.5; this should... |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | remove Kerberos |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | move a comment to make unifdef happier |
commit | commitdiff | tree | snapshot |
2014-05-06 |
tedu | bye bye SRP |
commit | commitdiff | tree | snapshot |
2014-05-05 |
mpi | Plug a memory leak, free the keymap's memory on detach. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
markus | ca_x509_serialize: don't leak the bio buffer; ok reyk@ |
commit | commitdiff | tree | snapshot |
2014-05-05 |
markus | make the ca_pubkey_serialize() code similar to the... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
markus | pfkey is unreliable, so add a select-timeout before... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
tedu | inspired by a cloudflare diff, cleanse old memory when... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
pelikan | Don't call the BOOTP handler indirectly. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
pelikan | Don't call the ICMP handler indirectly + clean up a... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
krw | Zap trailing whitespace. Started by pointed comments... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
miod | Ugly workaround for an overoptimistic alignment expecta... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
krw | Enhance reading of saved ascii labels (-R) to process... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
espie | work-around the same location being reinstalled thru... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
jsing | Sort and group includes. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
jsing | Repair BIO_socket_nbio operation. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
jsing | During the great e_os.h nukathon we stopped pulling... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
markus | the caller of ikev2_msg_retransmit_response already... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
markus | don't leak on pid mismatch; ok mikeb |
commit | commitdiff | tree | snapshot |
2014-05-05 |
jsing | Kill memory debug calls that are now noops. While here... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
jsing | OpenBSD has_SC_CLK_TCK. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
markus | validate the attribute length, too; from hshoexer;... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
tedu | convert select to poll. from peter malone |
commit | commitdiff | tree | snapshot |
2014-05-05 |
krw | "new file systemsize is" -> "new filesystem size is". |
commit | commitdiff | tree | snapshot |
2014-05-05 |
tedu | Remove SRP and Kerberos support from libssl. These... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
krw | A couple of malloc()+memset(0) -> calloc. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
mpi | Plug a memory leak related to HID descriptor parsing. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
krw | Tweak comment on struct _partitionv0. It's no longer... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
andre | Replacing test files from previous commit to the right... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
mpi | Use a custom ifa_rtrequest function for point-to-point... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
andre | Add two more regression tests to relayd, these cover... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
henning | remove dead code: calling ether_attach which sets if_ty... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
blambert | change surprisingly consistent mispelling of length... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
logan | Zap extra whitespace. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
yasuoka | Delete duplicated "mppe" entry in keywords[]. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
miod | Enable assembler code for DES. Assembler code for BN... |
commit | commitdiff | tree | snapshot |
2014-05-05 |
bluhm | Redirecting stderr to /dev/null suppresses all errors... |
commit | commitdiff | tree | snapshot |
2014-05-04 |
jim | Improve line wrapping for lines exceeding 80 chars. |
commit | commitdiff | tree | snapshot |
2014-05-04 |
jim | Add missing SEE ALSO section header. |
commit | commitdiff | tree | snapshot |
next |