Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-02 | add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list; | Jason McIntyre | |
2005-05-26 | sync setkey prototype with reality | Todd C. Miller | |
2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, | Chad Loder | |
termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | |||
2004-04-06 | some of these functions are prototyped in pwd.h; ok deraadt@ | Damien Miller | |
2003-08-07 | unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt | Theo de Raadt | |
things in crypt.3, and create MLINKS | |||
2003-05-30 | - section reorder in crypt(3) | Jason McIntyre | |
- use .An/.Aq for authors | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin | |
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | |||
2000-04-28 | type decl error | Theo de Raadt | |
2000-04-18 | Repairs. | Aaron Campbell | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-03-18 | typo; nash@mcs.net | Aaron Campbell | |
1998-02-27 | extra commas go foom foom foom | Theo de Raadt | |
1998-02-25 | clarify about possible password lengths. | 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-03-31 | salt is an int32_t | Theo de Raadt | |
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-11-01 | explain better how to make exportable bins | Theo de Raadt | |
1996-08-07 | Document where the prototypes are. | Jason Downs | |
1996-06-03 | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | Niklas Hallqvist | |
1995-12-16 | non-USA crypto code by davidb@werj.com.au. The source has been split | Theo de Raadt | |
& copied into two pieces so that use of crypt() pulls in a crypt.o that contains only that one programmer interface -- this permits USA export of binaries that use crypt() for authentication purposes. morecrypt.c contains the other DES programmer interfaces commonly used. |