summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-30Correct address parsingbrian
Pointed out by: Maxim Sobolev <sobomax@altavista.net>
2000-03-30Pedantic .Xr fixes.Hans Insulander
2000-03-30Sync with recent update in the original kerberos tree:Hans Insulander
Don't mention toehold as it's not available in KTH.KRB... (from Assar)
2000-03-30no buffer.3, instead, cp before pod2manTheo de Raadt
2000-03-30add manpage kafs(3)Hans Insulander
2000-03-30Fix a couple of manpage errorsHans Insulander
2000-03-30instrument bad crp's and bad crp callbacks, tooJason Wright
2000-03-30Add a sample commented out net.inet.ip.ipsec-acl=0 entry.Angelos D. Keromytis
2000-03-30Temporary work around until pcvt is fixed.Todd C. Miller
vt220 -> vt220-new vt220-old -> vt220
2000-03-30Only allocate space for a copy of the authenticator if authenticationAngelos D. Keromytis
is in use.
2000-03-30add some instrumentation for tracking input (commands/bytes) and outputJason Wright
(results/bytes) as well as "ring full" and "other" errors rework hifn_process so that in the event of a ring full or other error, the error type is set in the descriptor and the callback is executed.
2000-03-30Set re_rt to NULL, so we don't double free.Angelos D. Keromytis
2000-03-30auto detect the size of the seeprom; from freebsd (from NetBSD (from Linux?))Jason Wright
2000-03-29timeout-driven heartbeat.Michael Shalayeff
right thing would be to pass beat count as an argument to timeout routine (casted to (void *)) avoiding static counter, but doing timeout_set() every timeout_add() sounds kinda uncool. well, pondering in the struct timeout guts would be even more ugly.
2000-03-29- update copyrightsJason Wright
- remove all ability to block (no more tsleep/wakeup)
2000-03-29even more man page improvements! yowsa!Theo de Raadt
2000-03-2913 not 12Theo de Raadt
2000-03-29name is incorrect: openssl people please noteTheo de Raadt
2000-03-29Uncomment ulpt targets.Aaron Campbell
2000-03-29you missed a bunch of thingsTheo de Raadt
2000-03-29vos.1 -> vos.8Hans Insulander
2000-03-29Add manpage vos(1). (ok deraadt@)Hans Insulander
2000-03-29Add manpage pts(1). (ok deraadt@)Hans Insulander
2000-03-29Add manpage fs(1)Hans Insulander
2000-03-29remove round-robin use of the boards. We're depending on the upper layerJason Wright
being more intelligent about allocation in the future.
2000-03-29syncTheo de Raadt
2000-03-29more intel 840 stuffTheo de Raadt
2000-03-29Long over due checkpoint:Jason Wright
o register the hifn as handling DES and 3DES (no md5 or sha1 yet) depending on whether the board is unlocked (none, half, or full) o Fix many KNF nits o print the amount of memory correctly and don't print the number of sessions o set command and result buffer sizes correctly o reclaim the descriptor rings so new commands and buffers can be added o remove some bogus checks on the command buffer o add new variables mac_process_len and crypt_process_len to hifn_command_t o fix calculation in hifn_mbuf to generate the pa/len array for src/dst o simplify the code for setting up the jump descriptor o rework the hifn_intr routine to interrupt at IPL_IMP and simplify it's results processing o more to come...
2000-03-29addr(8) goes away, no man page, and uselessTheo de Raadt
2000-03-29ifmedia for rayMichael Shalayeff
2000-03-29typoTheo de Raadt
2000-03-29oopsTheo de Raadt
2000-03-29use kerberos(3) instead of krb(3)Theo de Raadt
2000-03-29Xr most important ssl pod2man pagesTheo de Raadt
2000-03-29record ntpd pid on startupMichael Shalayeff
2000-03-29Add missing d2i_DHparams.cat3 to MANALLTodd C. Miller
2000-03-29Run pod2man with the basename of the pod page so the heading is normal.Todd C. Miller
2000-03-29Be consistent about packet properties.Angelos D. Keromytis
2000-03-29Fix problem with TCP/UDP and ACLs.Angelos D. Keromytis
2000-03-29Log information about packets being dropped (probably due tobrian
``nat deny_incoming yes'') by libalias.
2000-03-29Allow the use of hostnames instead of (and as well as) IPbrian
numbers in all commands. If people use hostnames and have dodgy resolvers or try to resolve the hostname before the link is up, they get what they deserve.... Requested by: ru
2000-03-29initial attempt at a complete set of ssl/crypto man pages as part of the ↵Theo de Raadt
base system, oh this is going to hurt
2000-03-29Minor cleanup.Angelos D. Keromytis
2000-03-29Note to self: test before committing.Angelos D. Keromytis
2000-03-29reorder Xr to avoid cuttingTheo de Raadt
2000-03-29Conform to crypto framework changes for IVs.Angelos D. Keromytis
2000-03-29Better support for weird IV schemes (like ESP half-IV, or the swapAngelos D. Keromytis
encryption block-number IV).
2000-03-29missing man pageTheo de Raadt
2000-03-29no adduser_proc(8) anymoreTheo de Raadt
2000-03-29gifconfig died an early deathTheo de Raadt