Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-06-30 | clarify trade secret issue | Theo de Raadt | |
1999-06-29 | if /dev/arandom is not available for seeding, use data from sysctl | Niels Provos | |
kern.arandom. | |||
1999-05-25 | punctuation | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-17 | spelling | Theo de Raadt | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-14 | CBC bug reported by Juergen Nickelsen <ni@tellique.de> | Niklas Hallqvist | |
1999-03-26 | use stdlib; millert | Theo de Raadt | |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1999-02-26 | skipjack in libc; isakmpd and such will want it | Theo de Raadt | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
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 | |||
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-08-30 | Fix UA cases in a MI way | Niklas Hallqvist | |
1998-08-22 | doc UA faulting code | Theo de Raadt | |
1998-08-21 | for new functions, fix BE & UA cases. LE UA case is still busted | Theo de Raadt | |
1998-08-10 | add ECB and CBC encryption for octet streams | Niels Provos | |
1998-08-10 | fix base64 encoding, this problem was reported by | Niels Provos | |
Solar Designer <solar@false.com> some time ago. | |||
1998-07-21 | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include | Niels Provos | |
header files from the correct path. | |||
1998-07-21 | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. | Niels Provos | |
Man pages will come soon, I hope. | |||
1998-07-05 | add .Xr's for all the random functions in libc | Todd C. Miller | |
1998-03-22 | $OpenBSD$ | Niklas Hallqvist | |
1998-03-04 | #if 0 | Theo de Raadt | |
1998-03-02 | improve performance of blowfish encryption, also speeds up blowfish passwords. | Niels Provos | |
1998-02-27 | extra commas go foom foom foom | Theo de Raadt | |
1998-02-25 | clarify about possible password lengths. | Niels Provos | |
1998-02-18 | #if __STDC__ -> #ifdef __STDC__, now all of them. | Niels Provos | |
1997-11-30 | 2**8 is normally 256 and not 64, I should resign from applied math it seems. | Niels Provos | |
1997-11-30 | kill bad .Os line | Theo de Raadt | |
1997-11-05 | explain about MD5 and Blowfish passwords. | Niels Provos | |
1997-09-10 | indentation cleanup | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-23 | tabify | kstailey | |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller | |
1997-07-01 | fix that repeating passwords yield same hash + increment minor | Niels Provos | |
1997-06-29 | surely not long! | Theo de Raadt | |
1997-04-30 | Be more careful about possible type promotion | Thorsten Lockert | |
1997-04-27 | Typo and return value for arc4random(). | Angelos D. Keromytis | |
1997-04-16 | typo | Theo de Raadt | |
1997-04-15 | documentation for arc4random. this is out of memory, might need | Niels Provos | |
some corrections. | |||
1997-03-31 | salt is an int32_t | Theo de Raadt | |
1997-03-30 | delete the unaligned code | Theo de Raadt | |
1997-03-27 | Err, umm. | Jason Downs | |
1997-03-27 | Make this code sane. | Jason Downs | |
1997-03-27 | yet another random() converted to arc4random() | Niels Provos | |
1997-02-16 | prelim manpage, cleanup, fixed crippled plaintext: sed does a nice | Niels Provos | |
job on replacing everything, just wouldnt skip it | |||
1997-02-14 | header update | Niels Provos | |
1997-02-13 | added bcrypt + blowfish | Niels Provos | |
1997-02-13 | added hook for bcrypt | Niels Provos | |
1997-02-13 | password hashing algorithm using blowfish | Niels Provos | |