| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | update NAME and MLINKS for previous; | jmc | 2014-05-16 | 2 | -5/+7 |
* | document crypt_checkpass | tedu | 2014-05-16 | 1 | -1/+14 |
* | use $2b in the bcrypt example, ok tedu | sthen | 2014-05-16 | 1 | -3/+3 |
* | stop flushing streams in abort(). it's hackish and unsafe, and no longer | tedu | 2014-05-14 | 2 | -21/+13 |
* | remove md5crypt. | tedu | 2014-05-12 | 5 | -195/+65 |
* | change to having four freelists per size, to reduce another source of | tedu | 2014-05-12 | 1 | -16/+20 |
* | fix MALLOC_STATS code that was broken in rev 1.159, not compiled in by default | otto | 2014-05-10 | 1 | -2/+2 |
* | Add a bit more detail about dot notation from the old inet(3) manpage. | guenther | 2014-05-09 | 1 | -3/+11 |
* | move reallocarray() to a seperate file so that -portable applications | deraadt | 2014-05-08 | 3 | -18/+46 |
* | comment style fix | halex | 2014-05-07 | 1 | -2/+3 |
* | missing NULL checks to see if init is needed. found hard way by deraadt. | tedu | 2014-05-06 | 1 | -3/+3 |
* | fix stupid commit | tedu | 2014-05-06 | 1 | -5/+5 |
* | use explicit_bzero | tedu | 2014-05-06 | 1 | -5/+5 |
* | clear a stack buffer with explicit_bzero | tedu | 2014-05-06 | 1 | -2/+2 |
* | move chacha context and buffer out of bss and allow mmap to place them | tedu | 2014-05-06 | 1 | -6/+16 |
* | delete useless test code | deraadt | 2014-05-04 | 1 | -23/+1 |
* | now that 5.5 has been released with compatibility for 2b hashes, | tedu | 2014-05-03 | 1 | -2/+2 |
* | 1. Drop support for no minor. This variant doesn't exist anymore. | tedu | 2014-05-03 | 1 | -44/+30 |
* | tweak previous; ok sthen | jmc | 2014-05-01 | 1 | -3/+3 |
* | nibbles aren't enough random, use bytes. does a better job of picking | tedu | 2014-05-01 | 1 | -14/+14 |
* | first cut at documenting the change to malloc doing a partial 'junk' by | sthen | 2014-04-30 | 1 | -2/+7 |
* | Implement AI_ADDRCONFIG | sperreault | 2014-04-28 | 1 | -3/+14 |
* | uses ssh these days, not rsh; ok tedu | jmc | 2014-04-24 | 1 | -2/+2 |
* | remove Z option and default to something halfway to J. | tedu | 2014-04-23 | 1 | -32/+22 |
* | explain a bit more what's going on for stupid me. | espie | 2014-04-23 | 1 | -1/+4 |
* | Better, cleaner hash function that computes the same on be and le archs. | otto | 2014-04-23 | 1 | -10/+8 |
* | - one more mallocarray -> reallocarray | jmc | 2014-04-22 | 1 | -3/+3 |
* | change mallocarray to reallocarray. useful in a few more situations. | tedu | 2014-04-22 | 3 | -17/+14 |
* | correct man page section | deraadt | 2014-04-21 | 1 | -2/+2 |
* | Introducing: void *mallocarray(size_t nmemb, size_t size); | deraadt | 2014-04-21 | 3 | -10/+36 |
* | Correctly document the return value of getenv(3) | guenther | 2014-04-21 | 1 | -6/+8 |
* | change some rsh references to ssh. poke by jmc | tedu | 2014-04-19 | 2 | -9/+9 |
* | tweak previous; | jmc | 2014-04-19 | 1 | -3/+2 |
* | zap trailing whitespace; | jmc | 2014-04-19 | 1 | -2/+2 |
* | one small tweak to avoid ever going off the end of a string. | tedu | 2014-04-19 | 1 | -4/+6 |
* | improved checking for invalid hashes. from solar designer | tedu | 2014-04-19 | 1 | -6/+10 |
* | kill a stray \ | deraadt | 2014-04-19 | 1 | -2/+2 |
* | Use somewhat harsher language and better examples; demonstrate that | deraadt | 2014-04-19 | 4 | -109/+88 |
* | Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3), | guenther | 2014-04-19 | 4 | -183/+320 |
* | remove references to rshd; | jmc | 2014-04-18 | 2 | -15/+6 |
* | print pid in error messages; ok reyk@ | otto | 2014-04-14 | 1 | -14/+18 |
* | use char * for strings, saving casts. add return codes to base64 functions | tedu | 2014-04-08 | 1 | -15/+26 |
* | Add some missing names to the NAME sections. | schwarze | 2014-04-07 | 5 | -15/+19 |
* | Update Copyright notice; ok otto@ beck@ deraadt@. | schwarze | 2014-04-03 | 1 | -2/+4 |
* | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | beck | 2014-04-03 | 1 | -8/+17 |
* | Poul-Henning Kamp informed me he is allright with this licensing change. | beck | 2014-03-25 | 1 | -11/+4 |
* | oops, merge error | tedu | 2014-03-24 | 1 | -2/+2 |
* | clear stack variables, suggested by djm | tedu | 2014-03-23 | 1 | -1/+4 |
* | some improvements suggested by djm. | tedu | 2014-03-23 | 1 | -4/+6 |
* | two functions don't need to be exported | tedu | 2014-03-23 | 1 | -3/+3 |