Age | Commit message (Expand) | Author |
1997-02-13 | if i find one more little problem, and have to make one more little | Theo de Raadt |
1997-02-13 | option handling is a bitch | Theo de Raadt |
1997-02-13 | ok, i finally learned about struct ipoption | Theo de Raadt |
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 |
1997-02-13 | Unpatended fast block cipher for new password hashing. | Niels Provos |
1997-02-13 | permit 32-bit uid/gid, help from millert | Theo de Raadt |
1997-02-13 | Mention that certain fields are accessible to the super-user only. | Todd C. Miller |
1997-02-12 | more XXXX for mktemp | Theo de Raadt |
1997-02-11 | is we were set[ug]id an unitialized ptr bit us | Niklas Hallqvist |
1997-02-10 | Pull in stdlib.h for arc4random prototype. | Todd C. Miller |
1997-02-10 | Make printf's match actual type (%lu -> %u). | Todd C. Miller |
1997-02-09 | Make this 64-bit safe again | Thorsten Lockert |
1997-02-09 | do not make changes here that hide a problem which needs fixing | Theo de Raadt |
1997-02-09 | do not print extra \n | Theo de Raadt |
1997-02-07 | pre-pad with random alphabetic letters instead of digit 0 | Theo de Raadt |
1997-02-07 | destroy everything with source routes | Theo de Raadt |
1997-02-05 | clarify more why this is needed | Theo de Raadt |
1997-02-05 | i like my sentences to end with periods | Theo de Raadt |
1997-02-05 | that cannot be right | Theo de Raadt |
1997-02-03 | wimpy docs for SA_SIGINFO | Theo de Raadt |
1997-02-03 | Back out stringlist | Todd C. Miller |
1997-02-02 | ++minor_version | Todd C. Miller |
1997-02-02 | stringlist routines are now public (ftp uses them) | Todd C. Miller |
1997-02-02 | Correct type of brk(), use <unistd.h>, reference mmap(2); from NetBSD | Thorsten Lockert |
1997-02-01 | mem leak, from lidl@va.pubnix.com | Theo de Raadt |
1997-01-30 | careful about MAXADDRS, abrown@eecs.harvard.edu | Theo de Raadt |
1997-01-30 | proto; felix@mamba.pond.sub.org | Theo de Raadt |
1997-01-28 | encourage a few more udp whacks at the server | Theo de Raadt |
1997-01-26 | Add a link for lchown.2 | Jason Downs |
1997-01-26 | Add lchown(), increment minor number. | Jason Downs |
1997-01-25 | never hand over a nonresv port, even if asked. problem reported by gmeinerj@Z... | Theo de Raadt |
1997-01-25 | sync with NetBSD, changes from PR#3114, Michael.Eriksson@era-t.ericsson.se | Jason Downs |
1997-01-24 | SIOCGIFCONF nicely | Theo de Raadt |
1997-01-22 | xref manual pages via SEE ALSO | kstailey |
1997-01-22 | add docs about EHOSTUNREACH; from hwr@pilhuhn.de | Theo de Raadt |
1997-01-22 | handle SIOCGIFCONF for as many interfaces as provided | Theo de Raadt |
1997-01-22 | SIOCGIFCONF more carefully | Theo de Raadt |
1997-01-21 | More sprintf -> snprintf. | Todd C. Miller |
1997-01-21 | Remove unnecesary local changes. The strncpy()'s are safe because | Todd C. Miller |
1997-01-20 | back out my last change to avoid the __warn_references on the mips - it's | Thomas Graichen |
1997-01-20 | documents algorithm used. | Todd C. Miller |
1997-01-19 | define NO_WARN_REFERENCES for mips - because the mips linker can't handle | Thomas Graichen |
1997-01-19 | put all the __warn_references behind a #ifndef NO_WARN_REFERENCES which | Thomas Graichen |
1997-01-19 | Make function decl match prototype in stdlib.h | Todd C. Miller |
1997-01-19 | zlib 1.0.4 | Todd C. Miller |
1997-01-17 | frexp version from m68k, both are IEEE so should be fine. | Dale S. Rahn |
1997-01-17 | r?index -> strr?chr | Todd C. Miller |
1997-01-17 | Final fix to make fts(3) spoof-proof. | Todd C. Miller |