2014-05-08 |
jsing | Remove KSSL debug code. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
jsing | KNF. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
jsing | Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
blambert | remove debug prints that snuck in; found by reyk@ |
commit | commitdiff | tree | snapshot |
2014-05-08 |
jsing | KNF. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
mikeb | Pretty print MIB_ipNetToMediaPhysAddress'es; ok blambert |
commit | commitdiff | tree | snapshot |
2014-05-08 |
mpi | Plug one more xfer leak. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
jsing | knfectomie. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
aoyama | The pcexmem(4) and pcexio(4) should be attached on... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
jsing | Emergency knfectomie requested by tedu@. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
blambert | match iked proc.c infrastructure with proc.c |
commit | commitdiff | tree | snapshot |
2014-05-08 |
blambert | match relayd proc.c infrastructure with snmpd |
commit | commitdiff | tree | snapshot |
2014-05-08 |
jmc | inet(3) -> inet_net(3); |
commit | commitdiff | tree | snapshot |
2014-05-08 |
blambert | Bring back restricted sockets, inadvertantly removed in |
commit | commitdiff | tree | snapshot |
2014-05-08 |
giovanni | kill some more VMS ifdefs |
commit | commitdiff | tree | snapshot |
2014-05-08 |
mpi | Sync flags with route.h |
commit | commitdiff | tree | snapshot |
2014-05-08 |
mpi | Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
nicm | Send up and down keys for mouse wheel in alternate... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
nicm | Instead of forcing mouse scroll to 1 in choose mode... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
jmc | whack some useless verbiage from DESCRIPTION, and merge... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
jmc | - update DESCRIPTION and COMPATIBILITY WITH MORE |
commit | commitdiff | tree | snapshot |
2014-05-08 |
jmc | +.Xr less 1 , |
commit | commitdiff | tree | snapshot |
2014-05-08 |
nicm | Plug a memory leak, from J Raynor. |
commit | commitdiff | tree | snapshot |
2014-05-08 |
nicm | Both the two previous ways of navigating panes by direc... |
commit | commitdiff | tree | snapshot |
2014-05-08 |
nicm | Handle colour 8 properly in the 256 colour palette... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
miod | Get __STRICT_ALIGNMENT from <machine/endian.h> and... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
zhuk | When you want more, you say "more". When you want... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | less than jpake |
commit | commitdiff | tree | snapshot |
2014-05-07 |
schwarze | Repair the termination condition of a write(2) loop. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | don't free memory unless we allocated it. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | with the first bug it uncovered fixed, clear all bignum... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | in BN_clear_free, don't cleanse the data if the static... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
halex | comment style fix |
commit | commitdiff | tree | snapshot |
2014-05-07 |
krw | jmc@ points out '-F/-f' are available only in conjuncti... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
miod | Match search_string_def() prototype change, forgotten... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
jsing | KNF. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
schwarze | Render roff escape sequences contained in manual page... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
schwarze | Fix two memory leaks in makewhatis -n: |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | consolidate some code by using reallocarray in all... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | use reallocarray. ok guenther |
commit | commitdiff | tree | snapshot |
2014-05-07 |
pirofti | Fix whitespace mistakes. |
commit | commitdiff | tree | snapshot |
2014-05-07 |
schwarze | Do not segfault in makewhatis -Q if the next .SH after... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
tedu | revert, thanks sthen |
commit | commitdiff | tree | snapshot |
2014-05-07 |
pelikan | back out the previous ICMP simplifying diff, it caused... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
markus | try postponed requests first, so we do in-order process... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
markus | print msgid for debugging; ok reyk & mikeb |
commit | commitdiff | tree | snapshot |
2014-05-07 |
markus | make authentication work with X509 certificates that... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
schwarze | Remove the undocumented and ineffective -F option ... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
markus | factor out ikev2_ike_auth() (state machine; used multip... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
jsg | add additional includes from eng_cryptodev.c |
commit | commitdiff | tree | snapshot |
2014-05-07 |
mpi | Remove the last hacks concerning the global list of... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
mpi | Make sure to call uhidev_close() upon detach for every... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
mpi | Kill the {nd6_,}useloopback buttons, using the loopback... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
mpi | Remove some m->m_pkthdr.rcvif dereference to help for... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
yasuoka | Initialize struct iface by zero. Without this, npppd... |
commit | commitdiff | tree | snapshot |
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 |
next |