openbsd
2014-04-17 jsingInitial KNF.
2014-04-17 nicmAdd some UTF-8 utility functions and use them to preven...
2014-04-17 claudioSync show.c with the route version. Make the two files...
2014-04-17 claudioSync show.c to what we have in netstat.c (at least...
2014-04-17 jsingInitial KNF.
2014-04-17 guentherDon't default enable the debug functionality with its...
2014-04-17 jsingMore KNF.
2014-04-17 jsingMore KNF.
2014-04-17 guentherMake sure the original thread is blocked until any...
2014-04-17 okanremove special case for uucp entries.
2014-04-17 nicmSome more long lines.
2014-04-17 jsingInitial KNF.
2014-04-17 beckI've replaced everything in this file. ISC liscense...
2014-04-17 jsingInitial KNF.
2014-04-17 nicmOnly scroll by one line at a time in choose mode, lists...
2014-04-17 jsingRemove defines for unwanted OS support...
2014-04-17 jsgremove some code that is now unused after guenther...
2014-04-17 jsingKNF.
2014-04-17 jsingInitial KNF.
2014-04-17 krwOops. INADDR_ANY != INADDR_BROADCAST. Fixes DHCPDISCOVE...
2014-04-17 becksimply wrap around intrinsics, and knf cleanup.
2014-04-17 beckChange library to use intrinsic memory allocation funct...
2014-04-17 jsingRevert unintended whitespace changes.
2014-04-17 deraadtOPENSSL_gmtime() is not a gmtime() wrapper. It is...
2014-04-17 deraadtOPENSSL_DECLARE_EXIT serves no purpose.
2014-04-17 jmatthewIn debug output, print loop ids as decimals and port...
2014-04-17 nicmSet PATH explicitly, either from client or session
2014-04-17 nicmWrap some long lines.
2014-04-17 deraadt1. RAND_seed is now DEPRECATED
2014-04-17 nicmDon't limit the DCS buffer to 256 bytes, expand it...
2014-04-17 deraadtRAND_seed now does nothing, so skip the operation
2014-04-17 deraadtDo not feed RSA private key information to the random...
2014-04-17 nicmRemove some unnecessary includes and fix a typo.
2014-04-17 jsgremove duplicated tests in if statements
2014-04-17 guentherFix for ", " issue in jsing's knf script
2014-04-17 deraadtDo not need to map to another silly name for unistd...
2014-04-17 deraadtunistd.h is always in the same place; no need to #inclu...
2014-04-17 deraadtminimal fix for ', ' issue in jsing's indent script
2014-04-17 krwEliminate a couple of always-NULL parameters. Eliminate...
2014-04-17 guentherCorrect some time_t printing; factor out a grotty block...
2014-04-17 sthenOpenSSL PR#3309: when looking for an extension, set...
2014-04-17 nicmCorrect the dance to fix the active pane in join-pane...
2014-04-17 guentherIt's been a quarter century: we can assume volatile...
2014-04-17 jsgRemove the ossltests target, these are now all in libcr...
2014-04-17 nicmRemove the "info" message mechanism, this was only...
2014-04-17 jsgmove enginetest to regress as was done with the other...
2014-04-17 nicmExtend the -q flag to set-option to suppress errors...
2014-04-17 nicmDo not show the -fg, -bg and -attr options. If asked...
2014-04-17 nicmRemove the monitor-content option and associated bits...
2014-04-17 jsgcall the correct decrypt function in aes_cbc_cipher()
2014-04-17 dlgrework this to implement the active path checks when...
2014-04-17 tedutag some functions with bounded. idea and ok djm
2014-04-16 djmremove the identity files from this manpage - ssh-agent...
2014-04-16 djmskip leading zero bytes in buffer_put_bignum2_from_stri...
2014-04-16 nicmMemory leak in error path and unnecessary assignment...
2014-04-16 bmercerAdd ufs2 support and get one step closer to making...
2014-04-16 deraadtsync
2014-04-16 schwarzeRename the mpages.id column to mpages.pageid. There...
2014-04-16 teduTANSTAAFL - delete the buf freelist code. if you need...
2014-04-16 nicmRemove a leftover prototype and fix some spacing.
2014-04-16 nicmRemove the choose-list command to prepare for some...
2014-04-16 teduadd back SRP. i was being too greedy.
2014-04-16 beckClean up dangerous strncpy use. This included a use...
2014-04-16 miod- Why do we hide from the OpenSSL police, dad?
2014-04-16 tedu> As I walk through the valley of the shadow of death
2014-04-16 tedulots of ifdef cleanup
2014-04-16 tedurepair knf
2014-04-16 okanRemove ifdef'd out KerberosIV and stream encryption...
2014-04-16 miodNo need to define ANSI_SOURCE and NO_ERR. TERMIOS kept...
2014-04-16 okanadd missing parens so that errorhost gets properly...
2014-04-16 schwarzeGive the mlinks and keys tables a pageid index,
2014-04-16 miodNo need to build with -DOPENSSL_NO_CAPIENG and -DOPENSS...
2014-04-16 krwMake dhclient -q even quieter. Make it immediately...
2014-04-16 teduquoth the readme:
2014-04-16 tedudelete a few leftovers
2014-04-16 tedufix a few bugs observed on viva64.com/en/b/0250/
2014-04-16 beckThanks to the knobs in tools.ietf.org/html/rfc5746...
2014-04-16 tedudisentangle SRP code from TLS
2014-04-16 teduwhack the ifdef pinata:
2014-04-16 guentherSSLv3_client_method() doesn't support TLSv1.*; use...
2014-04-16 guentherZero-pad usec format to handle values less than 100...
2014-04-16 jsingInitial KNF.
2014-04-16 jsingInitial KNF.
2014-04-16 teduMandatory Surgeon Guenther's Warning: This code could...
2014-04-16 jsingInitial KNF.
2014-04-16 jsingMore KNF.
2014-04-16 jsingFirst pass for KNF.
2014-04-16 tedurevert. the full horror has only now revealed itself.
2014-04-16 tedureplace some bio_snprintf crazy with regular snprintf.
2014-04-16 guentherKill the bogus "send an SSLv3/TLS hello in SSLv2 format...
2014-04-16 jsingMore KNF.
2014-04-16 florianMy previous attempt to chdir(2) to the directory contai...
2014-04-16 zhukWhitespace tweaks before further tweaks; no objections...
2014-04-16 beckMake this byzantine horror a shell of it's former self...
2014-04-16 krwOpenSSL is not the only place with bloated code! Remove...
2014-04-16 reykSome software expects RAND_status() to return 1 for...
2014-04-16 krwTweak network interface configuration so that after...
2014-04-16 mpiMerge in_fixaddr() into in_selectsrc() in order to...
2014-04-16 jsingClean up non-fatal error handling - we know which error...
2014-04-16 sthenunbreak install; /usr/share/man/man3/EVP_PKEY_print_pri...
next