Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | |
2001-06-26 | add sectok_parse_fname() | Jim Rees | |
add cyberflex_create_file() add cyberflex_delete_file() | |||
2001-06-26 | add sectok_parse_fname() | Jim Rees | |
2001-06-26 | Put m88k-related files in the correctly named directory. | Miod Vallat | |
2001-06-26 | Correctly handle mvme88k settings here. | Miod Vallat | |
2001-06-26 | add cyberflex_inq_class() | Jim Rees | |
2001-06-26 | crank minor version | Dug Song | |
2001-06-26 | crank minor number, for new getpeereid() syscall | Dug Song | |
2001-06-26 | implement djb's getpeereid(2), to allow local-domain servers to determine ↵ | Dug Song | |
client credentials. mostly from superscript.com. deraadt@ ok | |||
2001-06-26 | compile cleanly | Theo de Raadt | |
2001-06-25 | add cyberflex_verify_AUT0() | Markus Friedl | |
2001-06-25 | -Wall | Markus Friedl | |
2001-06-25 | DLT_PFLOG | Niels Provos | |
2001-06-25 | add Cyberflex public key loading function | Jim Rees | |
2001-06-25 | add key Cyberflex key loading functions | Jim Rees | |
2001-06-25 | Refer to siginterrupt(3) rather than to a nonexistant part of intro(2) | Paul Janzen | |
2001-06-25 | fix long arg for alpha | Jim Rees | |
2001-06-25 | Document that behaviour is undefined if the argument isn't EOF or an unsigned | Paul Janzen | |
char. | |||
2001-06-25 | grammar | Paul Janzen | |
2001-06-24 | remove double space after comma | jasoni | |
2001-06-24 | When splitting instance from username, treat '/' as a separator as | Todd C. Miller | |
well (for Kerb5). | |||
2001-06-24 | grammar | jasoni | |
2001-06-23 | sync skeyzero proto with recent changes | Todd C. Miller | |
2001-06-23 | skeyzero() never uses its 2nd arg so remove it. Since the only thing | Todd C. Miller | |
that calls skeyzero() is skeyinit and I just updated the libskey major I am not going to bump the major again here... | |||
2001-06-23 | Document our S/Key library. | Todd C. Miller | |
2001-06-23 | getskeyprompt() is gone | Todd C. Miller | |
2001-06-23 | Get rid of f_HASH() and fold its functionality into keycrunch_HASH(). | Todd C. Miller | |
This means we now only need to add one new function when adding a new hash type. Somehow missed from last S/Key commit (changes are static to skeysubr.c). | |||
2001-06-23 | document ll, depreciate q | Niels Provos | |
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-06-22 | openssl-engine-0.9.6a merge | Bob Beck | |
2001-06-22 | import openssl-0.9.7-beta1 | Bob Beck | |
2001-06-21 | Use symbolic names for MMU flavours, and correctly handle 68060 | Miod Vallat | |
in _kvm_kvatop(). | |||
2001-06-20 | major number bump | Todd C. Miller | |
2001-06-20 | We don't need an f() for each hash, just overload the per-hash | Todd C. Miller | |
keycrunch() function to do this. | |||
2001-06-20 | o Do per-record locking instead of whole file locking | Todd C. Miller | |
o Use said locking to prevent a partial guess race as required by RFC 2289. We now lock the record in skeylookup(), skeygetnext(), and skeyverify(). o A little KNF o Kill deprecated getskeyprompt() function o Provide a function to unlock a record, skey_unlock() o Timeout reading of the passphrase in skey_authenticate() and skey_passcheck() since we have the record locked (uses select, not alarm). o Convert old-style md4 entries (that lack an explicit hash) into new-style ones with the hash specified if there is space on the line. | |||
2001-06-20 | o Add a length parameter to struct skey and rearrange some other structs | Todd C. Miller | |
o Protect from duplicate inclusion and use __{BEGIN,END}_DECLS o Prototype new skey_unlock() function and remove proto for getskeyprompt() which has been removed. | |||
2001-06-18 | Clarify that if strlcat() does not find a NUL within siz byte it | Todd C. Miller | |
will not NUL terminate either. | |||
2001-06-18 | o move passwd.conf variables into login.conf | Todd C. Miller | |
o no longer install passwd.conf (but it is used if it exists and the needed info is not in login.conf) o added passwordtime and minpasswordlen login.conf variables | |||
2001-06-18 | Add new cgetusedb() function to toggle reading of .db files in getcap(3). | Todd C. Miller | |
Needed for cap_mkdb to really DRT when given several input files or an output file with a different name from the input file. cvs: ---------------------------------------------------------------------- | |||
2001-06-18 | compile libc with -Werror since any warnings gcc produces without extra ↵ | Todd C. Miller | |
-Wfoo directives is something we care about | |||
2001-06-18 | Fix a char vs. u_char problem I introduced in the last commit. | Todd C. Miller | |
2001-06-18 | PalmOS fixes | Jim Rees | |
2001-06-16 | Disable the STATUS character when reading passwords -- people seem to | Todd C. Miller | |
expect to be able to use ^T in a password. | |||
2001-06-16 | sysarch() takes a void * | Theo de Raadt | |
2001-06-16 | typo | Theo de Raadt | |
2001-06-14 | Fix a buf oflow in EXAMPLES code; millert@ ok | Aaron Campbell | |
2001-06-13 | SYSLEAF, not LEAF. shared libc_r builds now on alpha. | Artur Grabowski | |
2001-06-13 | pretty | Artur Grabowski | |