2014-05-23 |
landry | Expose bif_capacity as the 'design capacity' through... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
benno | clean up after the traphandler children, otherwise... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
jsing | Take an axe to rc5speed.c - strip out everything that... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
jsing | We have stdio and are not WIN16. |
commit | commitdiff | tree | snapshot |
2014-05-23 |
jsing | Not OPENSSL_SYS_SUNOS. |
commit | commitdiff | tree | snapshot |
2014-05-23 |
krw | Make DEBUG a bit easier to use by calling setlogmask... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
jsing | Clean up the SSL cipher initialisation and use C99... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
jsing | signal.h is not needed here. |
commit | commitdiff | tree | snapshot |
2014-05-23 |
jsing | Stop pulling signal.h into apps.h - just include it... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
miod | Replace (sometimes conditional) use of alloca with... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
jsing | Calling signal once to ignore SIGPIPE is sufficient... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
jsing | Move include to the top and nuke pointless comments. |
commit | commitdiff | tree | snapshot |
2014-05-23 |
millert | Document that v?dprintf() is just as safe as v?snprintf... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
krw | A #define to rename another #define which is then used... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
espie | use reallocarray |
commit | commitdiff | tree | snapshot |
2014-05-23 |
jmc | adjust the note in STANDARDS: passing args to the flags... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
guenther | Use errc/warnc to simplify code. |
commit | commitdiff | tree | snapshot |
2014-05-23 |
guenther | Free the est_fqlist allocations if we end up not using it. |
commit | commitdiff | tree | snapshot |
2014-05-23 |
tedu | don't deprecate until at least the base src tree is... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
beck | Mark the malloc wrapper functions as deprecated so... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
beck | Convert OPENSSL_malloc stuff back to intrinsics, a... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
miod | if (x) free(x) -> free(x); semantic patch generated... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
gilles | when we reduced the number of iovec's we passed through... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
miod | Add explicit #include lines for stdio.h, stdlib.h and... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
millert | If we have to realloc() "list" we need to zero out... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
miod | Regen |
commit | commitdiff | tree | snapshot |
2014-05-22 |
miod | Yet another evil awk script (not perl, I'm not in Libre... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
miod | Extend the keyboard communication routines to be able... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
jsing | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
jsing | There are two actual uses of e_os2.h in libssl - an... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
jsing | Stop pulling pqueue.h into ssl_locl.h since only a... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
jsing | Stop including kssl_lcl.h and nuke it from orbit -... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
jsing | Hello? Yes, you're speaking with OPENSSL_SYS_UNIX. |
commit | commitdiff | tree | snapshot |
2014-05-22 |
beck | mark BIO_snprintf as deprecated, so warnings will be... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
jsing | KNF. |
commit | commitdiff | tree | snapshot |
2014-05-22 |
krw | Nuke pointless dev_bsize variable which is always set... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
tedu | update nosuidcoredump example. mentioned by stefan... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
krw | Nuke pointless dev_bsize variable which is always set... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
jsing | More KNF. |
commit | commitdiff | tree | snapshot |
2014-05-22 |
guenther | Make this build cleanly even with UTF8_{putc,getc}... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
guenther | No uses of UTF8_{getc,putc}() in ports, so remove them... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
krw | Nuke some trailing whitespace to shrink subsequent... |
commit | commitdiff | tree | snapshot |
2014-05-22 |
guenther | From FreeBSD: the second argument to UFS_UPDATE/ffs_upd... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
jmatthew | We only have one possible location to use for a logged... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
jmatthew | When the firmware tells us a loop id is already in... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
krw | Nuke some trailing whitespace to shrink subsequent... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
pascal | stat(2) on the spool file needs privileges. Fixes... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
krw | Nuke some trailing whitespace to shrink subsequent... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
krw | Nuke some trailing whitespace and break some long lines... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
krw | Nuke some trailing whitespace to shrink subsequent... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
krw | Fix 'fdisk -u', a.k.a. MBR_pcopy(), on sparc64 and... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
otto | fix MALLOC_STATS (not compiled in by default); ok tedu@ |
commit | commitdiff | tree | snapshot |
2014-05-21 |
mpi | Fix IPsec route addition broken since the removal of... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
mpi | regen |
commit | commitdiff | tree | snapshot |
2014-05-21 |
mpi | Add VIA Labs. |
commit | commitdiff | tree | snapshot |
2014-05-21 |
mpi | Handle the stall condition just like the bable one... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
djm | when failing because of unexpected output, show the... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
guenther | Use errc/warnc to simplify code. |
commit | commitdiff | tree | snapshot |
2014-05-21 |
jmc | document which keywords are posix conformant; |
commit | commitdiff | tree | snapshot |
2014-05-21 |
guenther | Exit with non-zero status if a read is truncated, or... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
mlarkin | Change use of Z_PARTIAL_FLUSH to Z_SYNC_FLUSH in the... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
mlarkin | Typo in comment noticed during some recent hibernate... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
mlarkin | Fix invalid / missing format specifiers in several... |
commit | commitdiff | tree | snapshot |
2014-05-21 |
tedu | warn about implicit. misspelled function names in libc... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
dlg | destinct is spelled distinct. |
commit | commitdiff | tree | snapshot |
2014-05-20 |
halex | remove irrelevant, outdated, and misleading sentence... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
yasuoka | Merge the fixes from the upstream. Factor out some... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
krw | As suggested by guenther@ and millert@, replace seek... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
eric | format string cleanup: change "%i" to "%d" and fix... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
reyk | Unify the SSL privsep key loading functions. |
commit | commitdiff | tree | snapshot |
2014-05-20 |
jsing | KSSL is dead... nuke KSSL_DEBUG from orbit. |
commit | commitdiff | tree | snapshot |
2014-05-20 |
mpi | regen |
commit | commitdiff | tree | snapshot |
2014-05-20 |
mpi | Add VIA VL80x xHCI. |
commit | commitdiff | tree | snapshot |
2014-05-20 |
mpi | Format string fixes for XHCI_DEBUG. |
commit | commitdiff | tree | snapshot |
2014-05-20 |
reyk | Deep down inside OpenSSL, err... LibreSSL, RSA_set_ex_d... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
syl | Add -o max_read=XXX support in fuse. This is needed... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
syl | Add support for -o XXX or -oXXX options in libfuse. |
commit | commitdiff | tree | snapshot |
2014-05-20 |
nicm | The argv[] used for el_set() EL_BIND, EL_SETTY, etc... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
mpi | Assign the queue ID to the correct packet header when... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
mpi | Fix eui64 address generation, broken since the removal... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
mpi | correctly match size and buffer. from enh at google |
commit | commitdiff | tree | snapshot |
2014-05-20 |
eric | remove dead files |
commit | commitdiff | tree | snapshot |
2014-05-20 |
espie | yet more code that no longer makes any sense |
commit | commitdiff | tree | snapshot |
2014-05-20 |
espie | makewhatis being now external, it no longer requires... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
espie | fix bogus extension: $code and $code2 belong in _system... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
guenther | Use errc/warnc to simplify code. |
commit | commitdiff | tree | snapshot |
2014-05-20 |
guenther | Bring UTF8_{getc,putc} up-to-date: it's been a decade... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
miod | Format string fixes and removal of -Wno-format for... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
jca | X509_free() the certificate if the server hostname... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
miod | Fix several bounds checks in ssl_add_clienthello_tlsext... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
jca | Explicitely initialize two static variables introduced... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
jca | HTTPS connections may see redirects, so initialize... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
jca | Plug a small memory leak: if we pass checkin_init/check... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
jmc | no more -K; |
commit | commitdiff | tree | snapshot |
2014-05-19 |
tedu | kerberos leftovers |
commit | commitdiff | tree | snapshot |
2014-05-19 |
tedu | consistent use of uint32_t for poison values |
commit | commitdiff | tree | snapshot |
2014-05-19 |
syl | Add some consistency in fuse error handling. We need... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
tedu | as reported by Helg, should use realpath for mounts... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
mpi | There is no need to remember which usb(4) device is... |
commit | commitdiff | tree | snapshot |
2014-05-19 |
todd | sync |
commit | commitdiff | tree | snapshot |
next |