summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-16Correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> viaFederico G. Schwindt
PR/2822. Submited to binutils as well.
2002-07-16typos / double wordsJan-Uwe Finck
2002-07-16fix $OpenBSD TagMarkus Friedl
2002-07-16remove more junkTheo de Raadt
2002-07-16by now, this README is way out of dateTheo de Raadt
2002-07-16minor tweaks of no consequenceTheo de Raadt
2002-07-16ERROR2() is not usedTheo de Raadt
2002-07-16let BSS work to our advantageTheo de Raadt
2002-07-16delintTheo de Raadt
2002-07-16minor cleanup, and toast -VTheo de Raadt
2002-07-16delete public keyMarkus Friedl
2002-07-16test ssh-keygen -p (change passphrase for key)Markus Friedl
2002-07-16add new commercial versionsMarkus Friedl
2002-07-16URL to soekrisTheo de Raadt
2002-07-16Update to document use of CRYPTO_ALGORITHM_ALL in crypto_unregister().Angelos D. Keromytis
2002-07-16Double-pass over drivers, first hardware only, then software (if weAngelos D. Keromytis
are interested in software).
2002-07-16Fix a typo, cleanup on session migration code in crypto_invoke(), andAngelos D. Keromytis
add a convention that if the driver returns ERESTART as an error message of its process method, the crypto framework will unregister the driver and migrate all its sessions. After discussion with Sam Leffler and Jason Wright.
2002-07-16Add CRYPTO_ALGORITHM_ALLAngelos D. Keromytis
2002-07-16-current reality (md5 and sha1 support)Jason Wright
2002-07-16- Add a kthread for handling EA requests so that we have a context where weJason Wright
can call bus_dmamem_{map/unmap} safely, this is because this chip has (you'll love this...) NO support for scatter-gather - implement enough of the crypto(9) api to support the simple/stateless operations: SHA1 and MD5 simple hash - remove debugging EA queue handling
2002-07-16add 2 operand variants for shld and shrd. this makes possible to compileFederico G. Schwindt
gnupg with in tree gas.
2002-07-16syncTheo de Raadt
2002-07-16ansiTheo de Raadt
2002-07-16internal uid/gid tracking. permit can not detach systrace, useful forNiels Provos
sshd.
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-07-15The default value for MDTERM is vt220, so you don't need to explicitly setKenneth R Westerback
it so.
2002-07-15minor tweaksTheo de Raadt
2002-07-15ansiTheo de Raadt
2002-07-15fix typo (pw vs. pwd) in unused codeTodd C. Miller
2002-07-15Add sshd to the list of fake users whose mail goes to root; Sam SmithTodd C. Miller
2002-07-15ansiTheo de Raadt
2002-07-15Pass e->pwd to auth_setpwd() to avoid extra passwd lookup in BSD auth routinesTodd C. Miller
2002-07-15Move login_close() out of #ifdef BSD_AUTH blockTodd C. Miller
2002-07-15make the des_read/write routines take void *Theo de Raadt
2002-07-15ansi and some bug fixesTheo de Raadt
2002-07-15Remove 1024 directory entry limit for tenex-style file completion.Todd C. Miller
This fixes a mysterious segv when doing file completion twice in directories w/ more than 1024 files.
2002-07-15repair tags building (due to obj dirs in /sys)Michael Shalayeff
2002-07-15Suggest vt220 as terminal type, not sun, since we are running wscons onMiod Vallat
alpha...
2002-07-15space to tab cleanup. Nothing but whitespace changes in this commit.Marco S Hyman
2002-07-15suppress ctags warnings; millert@ okMichael Shalayeff
2002-07-15atrun is now part of cron(8)Todd C. Miller
2002-07-15-Wall was for testingTodd C. Miller
2002-07-15don't built atrunTodd C. Miller
2002-07-15Move atrun(8) functionality into cron(8) proper. This fixes theTodd C. Miller
long-standing annoyance that atrun's granularity is 10 minutes. Most at jobs run with a 1 minute granularity. Jobs submitted via "at now" or "batch" will run immediately. Includes a rewritten cron(8) man page. at(1) will be integrated more closely into cron at a future date. Upgrading notes: the atrun job in root's crontab should be removed. the /var/at/spool directory is no longer used
2002-07-15No need to disestablish the startuphook.Artur Grabowski
It's done automatically now.
2002-07-15test "on ! interface"Henning Brauer
2002-07-15add support forHenning Brauer
pass|block on ! $interface ... ok dhartmei@ will be documented in pf.conf(5) by "I'm not slacking!" pb@ who's currently reworking this manpage
2002-07-15add u_int8_t ifnot to struct pf_rule to support matching packets on anyHenning Brauer
interface except the given one. adjust the pf_test_* functions and pf_skip_step accordingly. ok dhartmei@
2002-07-15remove duplicated interface check in test_icmpHenning Brauer
ok dhartmei@
2002-07-15license change from William LeFebvre <wnl@groupsys.com>; top is now BSDTheo de Raadt
licensed. this same license will show up on his next release as well.