Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-02 | install sc7816.h to /usr/includes (used by usr.bin/sectok) | Markus Friedl | |
2001-07-02 | sc7816 compatibility | Jim Rees | |
2001-07-02 | separate sectok from sc7816 and give each its own include file | Jim Rees | |
change status word to a single word instead of two bytes add sc7816 layer for backward compatibility other minor changes | |||
2001-07-02 | Convert warn/warnx -> _warn/_warnx | Todd C. Miller | |
Should not really spew to stderr from libc but right now there is no other way to get a sensible error message to the user. | |||
2001-07-02 | esetenv prototype | Todd C. Miller | |
2001-06-30 | missing freeaddrinfo(). PR 1907 | Jun-ichiro itojun Hagino | |
2001-06-29 | Move esetenv() to misc.c since it is not specific to kerberized | Todd C. Miller | |
telnet. | |||
2001-06-28 | remove printfs and add return codes | Jim Rees | |
2001-06-28 | remove printfs and add return codes | Jim Rees | |
2001-06-28 | -Wall -Wno-unused | Hans Insulander | |
2001-06-28 | fix one-byte overflows | Paul Janzen | |
2001-06-27 | add cyberflex_fill_key_block, root_fid | Jim Rees | |
2001-06-27 | typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@ | Damien Miller | |
2001-06-27 | no more vm/swap_pager.h | Theo de Raadt | |
2001-06-27 | Use .Pp, not a blank line. | Aaron Campbell | |
2001-06-27 | Make the functions (which get linked in if <ctype.h> isn't #included) behave | Paul Janzen | |
correctly. Also, don't let them segfault. | |||
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-27 | Bye bye! | Artur Grabowski | |
2001-06-27 | kill libkvm.old | Artur Grabowski | |
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 | |