| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | some improvements from alf schlichting: | jmc | 2005-07-17 | 1 | -14/+11 |
* | punctuation and minor rewording, ok jmc | jaredy | 2005-07-17 | 2 | -6/+6 |
* | kill errant full stop; | jmc | 2005-07-07 | 1 | -2/+2 |
* | got to be a pasto... | jmc | 2005-07-07 | 1 | -4/+4 |
* | Fix the unmapping of freed pages, leaving just 64k worth of cache pages. | tdeval | 2005-07-07 | 1 | -58/+136 |
* | use "www" as the service name in the example instead of "http" since "www" | dlg | 2005-07-05 | 1 | -5/+5 |
* | whitespace; | jmc | 2005-07-01 | 1 | -4/+4 |
* | More robust example of numeric argument handling. The old example | millert | 2005-07-01 | 1 | -11/+23 |
* | K&R -> ANSI | espie | 2005-06-19 | 22 | -120/+79 |
* | Remove a check about whether sa->sa_len is equal to salen from | marcm | 2005-06-19 | 1 | -4/+1 |
* | no longer a need for the free(malloc(1)) hack, because the brk stuff | deraadt | 2005-06-17 | 1 | -9/+5 |
* | remove netns stuff, ok millert | henning | 2005-06-17 | 5 | -459/+4 |
* | bye bye whiteouts | millert | 2005-06-15 | 2 | -9/+2 |
* | remove references to ns(4); | jmc | 2005-06-09 | 1 | -2/+1 |
* | Make gethostbyaddr() prototype match POSIX. This means len is now | millert | 2005-06-08 | 2 | -16/+15 |
* | RC4 is a trademark. Rest of text left intact. | kjell | 2005-06-07 | 1 | -2/+2 |
* | no need to insert spacing between list members; | jmc | 2005-06-07 | 1 | -13/+1 |
* | adding pointer protection to 'G' was too heavyweight. Since malloc guard | tedu | 2005-06-07 | 2 | -7/+14 |
* | Change email address for author, at his request. | kjell | 2005-06-06 | 1 | -2/+2 |
* | Change license to standard OpenBSD boilerplate, with permission | kjell | 2005-06-06 | 1 | -6/+15 |
* | sort sections; | jmc | 2005-06-05 | 1 | -5/+5 |
* | s/-p1003.1-2003/-p1003.1-2004/g | jmc | 2005-06-05 | 2 | -4/+4 |
* | use the new fat random sysctl to get initial state. (fallback to looping). | tedu | 2005-06-04 | 1 | -12/+14 |
* | set jumbo flag on the listener, too. consolidate some common code. | marius | 2005-05-28 | 1 | -28/+29 |
* | Experimental support for opportunitic use of jumbograms where only some hosts | mcbride | 2005-05-27 | 1 | -8/+22 |
* | sync setkey prototype with reality | millert | 2005-05-26 | 1 | -2/+2 |
* | Merge common functionality of __strsignal and strerror_r. | otto | 2005-05-26 | 3 | -129/+50 |
* | style nit from hshoexer@ | avsm | 2005-05-26 | 1 | -1/+2 |
* | avoid spurious ld evil string func warning, spotted by david@; | djm | 2005-05-25 | 1 | -3/+3 |
* | Switch atomicio to a simpler interface which returns size_t and uses | avsm | 2005-05-24 | 4 | -55/+78 |
* | add a note describing latest guard feature | tedu | 2005-05-24 | 1 | -1/+3 |
* | handle sizeof(void *) allocations specially when using malloc guard. | tedu | 2005-05-24 | 1 | -1/+31 |
* | no need to byteswap for AES_ASM, from tom@ | markus | 2005-05-23 | 2 | -2/+18 |
* | Teach the SOCKS5 code more of the protocol, so it can send domain names | djm | 2005-05-20 | 1 | -56/+102 |
* | HTTP proxy doesn't need an address lookup - saves some time and avoids a | djm | 2005-05-20 | 1 | -2/+4 |
* | cross reference proxy example to relevant ssh option; | jmc | 2005-05-20 | 1 | -3/+11 |
* | fix SOCKS5 code for case where data comes in the same packet as the response; | djm | 2005-05-19 | 1 | -2/+2 |
* | KNF, no binary change; ok jaredy@ | djm | 2005-05-19 | 1 | -44/+44 |
* | Add tests for __strsignal(). Put here since the tests are very similar | otto | 2005-05-13 | 2 | -1/+32 |
* | Update HISTORY fixing some facts, while it is not clear if the | otto | 2005-05-11 | 1 | -2/+8 |
* | major abi changes: | espie | 2005-05-11 | 1 | -1/+1 |
* | import i386 AES asm code from openssl.org; ok and help with testing djm@ | markus | 2005-05-10 | 5 | -4/+3107 |
* | kill strcpy; ok hshoexer@, prodded by david@ | djm | 2005-05-10 | 2 | -2/+2 |
* | Try to catch some more errors and adapt to slightly changed strerror. | otto | 2005-05-08 | 2 | -26/+27 |
* | Only append number when it fits to avoid truncation and return | otto | 2005-05-08 | 1 | -14/+11 |
* | be more careful with snprintf. ok millert@ | moritz | 2005-05-02 | 1 | -2/+2 |
* | Tidy up __strtosignal(): pass a buffer and length to its itoa() and | tom | 2005-05-01 | 1 | -8/+12 |
* | fixes/updates from openssl-0.9.7g; | jmc | 2005-04-29 | 1 | -2/+22 |
* | typo; from grunk AT pestilenz.org via markus@ | djm | 2005-04-29 | 1 | -2/+1 |
* | remove this junk that snuck in the import; spotted by markus@ | djm | 2005-04-29 | 1 | -0/+0 |