2014-05-18 |
mlarkin | _PIC is an optional method, so we shouldn't be aborting... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
miod | If you need to allocate `a + b' bytes of memory, then... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
miod | Make sure UTF8_getc() is invoked with the proper buffer... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
espie | use reallocarray |
commit | commitdiff | tree | snapshot |
2014-05-18 |
tedu | factor out a bit of the chunk index code and use it... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
mpi | Do not pass an xfer pointer to the timeout routine... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
jsing | Out of all the openssl apps, just one of them has code... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
espie | use reallocarray |
commit | commitdiff | tree | snapshot |
2014-05-18 |
jsing | W_OK comes via unistd.h - nuke several #ifndef W_OK... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
jsing | Remove unused include. |
commit | commitdiff | tree | snapshot |
2014-05-18 |
jsing | Group and sort includes. |
commit | commitdiff | tree | snapshot |
2014-05-18 |
miod | Plug memory leaks upon error in OCSP_url_svcloc_new(). |
commit | commitdiff | tree | snapshot |
2014-05-18 |
miod | In OCSP_sendreq_bio(), cope with OCSP_sendreq_new(... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
miod | In dtls1_reassemble_fragment() and dtls1_process_out_of... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
miod | In ssl3_send_certificate_request(), when adding the... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
miod | Make sure ssl3_setup_buffers() does not return upon... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
stsp | Fix tail packet check in elantech v3 touchpad code... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
krw | Don't add a lease to the leases TAILQ more than once... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
todd | sync |
commit | commitdiff | tree | snapshot |
2014-05-18 |
jsing | bio_err is initialised in main, hence there is no need... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-05-18 |
miod | Omit -Werror if building with gcc3, for it triggers... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
stsp | Make rtsx(4) attach to RTL8402 devices. Reported as... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
stsp | regen |
commit | commitdiff | tree | snapshot |
2014-05-18 |
stsp | Add PCI ID for Realtek RTL8402 card reader. |
commit | commitdiff | tree | snapshot |
2014-05-18 |
miod | No need to check for NULL before invoking free(); use... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
espie | use reallocarray and friends. okay miod@ |
commit | commitdiff | tree | snapshot |
2014-05-18 |
sthen | sync openssl(1) with changes already made in src/lib... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
espie | use reallocarray |
commit | commitdiff | tree | snapshot |
2014-05-18 |
espie | a bit more reallocarray (and kill ecalloc, which isn... |
commit | commitdiff | tree | snapshot |
2014-05-18 |
jsg | There is no need to compile nginx with -O1 on vax anymore. |
commit | commitdiff | tree | snapshot |
2014-05-18 |
chl | replace some (type *)0 to NULL |
commit | commitdiff | tree | snapshot |
2014-05-17 |
miod | One more mistake introduced in 1.65 |
commit | commitdiff | tree | snapshot |
2014-05-17 |
chl | remove unused variables |
commit | commitdiff | tree | snapshot |
2014-05-17 |
miod | ...and it needs a guard against NULL as well. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
miod | Fix previous commit by making sure we are not dereferen... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
chl | remove unused variable |
commit | commitdiff | tree | snapshot |
2014-05-17 |
tedu | does sunos not have memmove? sorry, i guess sunos will... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
chl | add missing header needed by str* and mem* functions |
commit | commitdiff | tree | snapshot |
2014-05-17 |
espie | fix alloc idioms. watch out for emalloc that's actually... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
miod | unchecked malloc() return value in OCSP_sendreq_new(). |
commit | commitdiff | tree | snapshot |
2014-05-17 |
miod | KNF |
commit | commitdiff | tree | snapshot |
2014-05-17 |
chl | add missing header needed for mem{cpy,cmp}() |
commit | commitdiff | tree | snapshot |
2014-05-17 |
tedu | correctly match size and buffer. from enh at google |
commit | commitdiff | tree | snapshot |
2014-05-17 |
tedu | simple reallocarray to check multiplies. ok guenther |
commit | commitdiff | tree | snapshot |
2014-05-17 |
guenther | When looking at another process, use the data from... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
tedu | no no md2 |
commit | commitdiff | tree | snapshot |
2014-05-17 |
tedu | no no seed |
commit | commitdiff | tree | snapshot |
2014-05-17 |
tedu | deleted seed some time ago |
commit | commitdiff | tree | snapshot |
2014-05-17 |
chl | remove unused variable |
commit | commitdiff | tree | snapshot |
2014-05-17 |
chl | Add missing header needed by isdigit(). |
commit | commitdiff | tree | snapshot |
2014-05-17 |
tedu | refactor some of the des crypt code to use fewer globals. |
commit | commitdiff | tree | snapshot |
2014-05-17 |
stsp | Fix kernel build with EHCI_DEBUG by removing a non... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
ratchov | fix format mistakes visible if AZALIA_DEBUG is defined |
commit | commitdiff | tree | snapshot |
2014-05-17 |
ratchov | fix format mistakes visible if UAUDIO_DEBUG is defined |
commit | commitdiff | tree | snapshot |
2014-05-17 |
ratchov | fix format mistakes visible if AUICH_DEBUG is defined |
commit | commitdiff | tree | snapshot |
2014-05-17 |
ratchov | unbreak build with AUDIO_DEBUG: use %lx for bus_addr_t |
commit | commitdiff | tree | snapshot |
2014-05-17 |
miod | In pmap_remove_page(), do not keep wired mappings;... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
miod | Remove "WARNING:" prefix from SYSFAIL and ACFAIL messag... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
ratchov | unbreak build: exchange %b args order, from miod@ |
commit | commitdiff | tree | snapshot |
2014-05-17 |
miod | Lower VUPS value for delay() to behave closer to the... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
sthen | switch RSA key generation default to 2048 bits (matchin... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
miod | Print the rpb device type and unit values if the root... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
jmatthew | When the firmware tells us a loop id is already in... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
aoyama | Change the return value of interrupt handler to 0 when... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
bluhm | When parsing a numerical value for the TOS bits, make... |
commit | commitdiff | tree | snapshot |
2014-05-17 |
jmc | better description for -A and -a, with help from millert; |
commit | commitdiff | tree | snapshot |
2014-05-16 |
jmc | update NAME and MLINKS for previous; |
commit | commitdiff | tree | snapshot |
2014-05-16 |
jmc | more STANDARDS fleshing; ok sobrado millert |
commit | commitdiff | tree | snapshot |
2014-05-16 |
tedu | document crypt_checkpass |
commit | commitdiff | tree | snapshot |
2014-05-16 |
tedu | add prototypes for new crypt functions |
commit | commitdiff | tree | snapshot |
2014-05-16 |
todd | sync |
commit | commitdiff | tree | snapshot |
2014-05-16 |
mpi | Reduce the difference between HC drivers by always... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
tedu | save up the failures for the end in the argc == 0. |
commit | commitdiff | tree | snapshot |
2014-05-16 |
mpi | There is no need to remember which usb(4) device is... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
tedu | a few changes for new code to match local style |
commit | commitdiff | tree | snapshot |
2014-05-16 |
tedu | checksum mode can use magic pubkey finder too |
commit | commitdiff | tree | snapshot |
2014-05-16 |
millert | Zero out grp before re-using it (new ones are already... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
espie | rework -C (perfect candidate for using hash tables... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
jsing | Include openssl/evp.h for OPENSSL_add_all_algorithms_no... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
jsing | Fix various issues that result in compiler warnings. |
commit | commitdiff | tree | snapshot |
2014-05-16 |
jsing | When OPENSSL_LOAD_CONF was added it ended up with more... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
sthen | use $2b in the bcrypt example, ok tedu |
commit | commitdiff | tree | snapshot |
2014-05-16 |
sasano | It seems that there is new and old revision of CH340. |
commit | commitdiff | tree | snapshot |
2014-05-16 |
dcoppa | regen |
commit | commitdiff | tree | snapshot |
2014-05-16 |
dcoppa | Add Alcatel OneTouch L100V |
commit | commitdiff | tree | snapshot |
2014-05-16 |
krw | Make the df calculations of available space the same... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
mikeb | improve logging messages and style; requested by and... |
commit | commitdiff | tree | snapshot |
2014-05-16 |
mpi | Do not put any link-layer address on the per-ifp lists... |
commit | commitdiff | tree | snapshot |
2014-05-15 |
miod | Fix memory leaks upon failure. |
commit | commitdiff | tree | snapshot |
2014-05-15 |
miod | Replace ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj... |
commit | commitdiff | tree | snapshot |
2014-05-15 |
jmc | more for STANDARDS: unsupported lists (noted by guenthe... |
commit | commitdiff | tree | snapshot |
2014-05-15 |
chl | remove unused variable |
commit | commitdiff | tree | snapshot |
2014-05-15 |
miod | No longer make pqueue.h a public (and installed) header... |
commit | commitdiff | tree | snapshot |
2014-05-15 |
jmc | flesh out STANDARDS; ok guenther |
commit | commitdiff | tree | snapshot |
2014-05-15 |
jmc | use <> for tables; |
commit | commitdiff | tree | snapshot |
2014-05-15 |
miod | Get pqueue.h from the libssl sources rather than relyin... |
commit | commitdiff | tree | snapshot |
2014-05-15 |
chl | - typo in comment |
commit | commitdiff | tree | snapshot |
2014-05-15 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-05-15 |
jsing | Add additional chacha20-poly1305 test vectors. |
commit | commitdiff | tree | snapshot |
next |