Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | trash some old leftover macros and replace them with -mdoc macros | aaron | 1999-07-04 | 1 | -5/+2 | |
| | ||||||
* | clarify trade secret issue | deraadt | 1999-06-30 | 1 | -4/+9 | |
| | ||||||
* | if /dev/arandom is not available for seeding, use data from sysctl | provos | 1999-06-29 | 1 | -5/+22 | |
| | | | | kern.arandom. | |||||
* | punctuation | aaron | 1999-05-25 | 1 | -2/+2 | |
| | ||||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | aaron | 1999-05-23 | 2 | -4/+4 | |
| | | | | is used instead; kwesterback@home.com | |||||
* | spelling | deraadt | 1999-05-17 | 1 | -3/+3 | |
| | ||||||
* | Cleanup xrefs under SEE ALSO. Specifically: | alex | 1999-05-16 | 2 | -4/+4 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||||
* | CBC bug reported by Juergen Nickelsen <ni@tellique.de> | niklas | 1999-05-14 | 1 | -2/+2 | |
| | ||||||
* | use stdlib; millert | deraadt | 1999-03-26 | 1 | -2/+2 | |
| | ||||||
* | typo; nash@mcs.net | aaron | 1999-03-18 | 1 | -2/+2 | |
| | ||||||
* | skipjack in libc; isakmpd and such will want it | deraadt | 1999-02-26 | 2 | -2/+260 | |
| | ||||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | d | 1998-11-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||||
* | More man page fixes. Particularly fix uses of it's/its, affect/effect, | aaron | 1998-09-07 | 1 | -2/+2 | |
| | | | | | then/than and such. Other miscellaneous problems fixed across these source files. | |||||
* | Fix UA cases in a MI way | niklas | 1998-08-30 | 1 | -57/+59 | |
| | ||||||
* | doc UA faulting code | deraadt | 1998-08-22 | 1 | -1/+4 | |
| | ||||||
* | for new functions, fix BE & UA cases. LE UA case is still busted | deraadt | 1998-08-21 | 1 | -14/+16 | |
| | ||||||
* | add ECB and CBC encryption for octet streams | provos | 1998-08-10 | 2 | -5/+163 | |
| | ||||||
* | fix base64 encoding, this problem was reported by | provos | 1998-08-10 | 1 | -6/+6 | |
| | | | | Solar Designer <solar@false.com> some time ago. | |||||
* | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include | provos | 1998-07-21 | 1 | -25/+564 | |
| | | | | header files from the correct path. | |||||
* | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. | provos | 1998-07-21 | 2 | -2/+242 | |
| | | | | Man pages will come soon, I hope. | |||||
* | add .Xr's for all the random functions in libc | millert | 1998-07-05 | 1 | -1/+2 | |
| | ||||||
* | $OpenBSD$ | niklas | 1998-03-22 | 3 | -3/+7 | |
| | ||||||
* | #if 0 | deraadt | 1998-03-04 | 1 | -2/+2 | |
| | ||||||
* | improve performance of blowfish encryption, also speeds up blowfish passwords. | provos | 1998-03-02 | 1 | -77/+34 | |
| | ||||||
* | extra commas go foom foom foom | deraadt | 1998-02-27 | 1 | -2/+2 | |
| | ||||||
* | clarify about possible password lengths. | provos | 1998-02-25 | 1 | -6/+9 | |
| | ||||||
* | #if __STDC__ -> #ifdef __STDC__, now all of them. | provos | 1998-02-18 | 1 | -4/+4 | |
| | ||||||
* | 2**8 is normally 256 and not 64, I should resign from applied math it seems. | provos | 1997-11-30 | 1 | -2/+2 | |
| | ||||||
* | kill bad .Os line | deraadt | 1997-11-30 | 1 | -2/+2 | |
| | ||||||
* | explain about MD5 and Blowfish passwords. | provos | 1997-11-05 | 1 | -5/+56 | |
| | ||||||
* | indentation cleanup | deraadt | 1997-09-10 | 2 | -9/+10 | |
| | ||||||
* | #if __STDC__ --> #ifdef __STDC__ | mickey | 1997-07-25 | 2 | -4/+4 | |
| | ||||||
* | tabify | kstailey | 1997-07-23 | 3 | -54/+53 | |
| | ||||||
* | Clean up some -Wall flowers. | millert | 1997-07-09 | 3 | -5/+8 | |
| | ||||||
* | fix that repeating passwords yield same hash + increment minor | provos | 1997-07-01 | 1 | -12/+32 | |
| | ||||||
* | surely not long! | deraadt | 1997-06-29 | 1 | -5/+5 | |
| | ||||||
* | Be more careful about possible type promotion | tholo | 1997-04-30 | 2 | -5/+57 | |
| | ||||||
* | Typo and return value for arc4random(). | angelos | 1997-04-27 | 1 | -3/+3 | |
| | ||||||
* | typo | deraadt | 1997-04-16 | 1 | -2/+2 | |
| | ||||||
* | documentation for arc4random. this is out of memory, might need | provos | 1997-04-15 | 2 | -2/+85 | |
| | | | | some corrections. | |||||
* | salt is an int32_t | deraadt | 1997-03-31 | 1 | -2/+2 | |
| | ||||||
* | delete the unaligned code | deraadt | 1997-03-30 | 2 | -22/+2 | |
| | ||||||
* | Err, umm. | downsj | 1997-03-27 | 1 | -3/+3 | |
| | ||||||
* | Make this code sane. | downsj | 1997-03-27 | 1 | -3/+4 | |
| | ||||||
* | yet another random() converted to arc4random() | provos | 1997-03-27 | 1 | -4/+3 | |
| | ||||||
* | prelim manpage, cleanup, fixed crippled plaintext: sed does a nice | provos | 1997-02-16 | 4 | -20/+99 | |
| | | | | job on replacing everything, just wouldnt skip it | |||||
* | header update | provos | 1997-02-14 | 2 | -15/+59 | |
| | ||||||
* | added bcrypt + blowfish | provos | 1997-02-13 | 1 | -2/+3 | |
| | ||||||
* | added hook for bcrypt | provos | 1997-02-13 | 1 | -4/+10 | |
| | ||||||
* | password hashing algorithm using blowfish | provos | 1997-02-13 | 1 | -0/+300 | |
| |