Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-16 | Correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via | Federico G. Schwindt | |
PR/2822. Submited to binutils as well. | |||
2002-07-16 | typos / double words | Jan-Uwe Finck | |
2002-07-16 | fix $OpenBSD Tag | Markus Friedl | |
2002-07-16 | remove more junk | Theo de Raadt | |
2002-07-16 | by now, this README is way out of date | Theo de Raadt | |
2002-07-16 | minor tweaks of no consequence | Theo de Raadt | |
2002-07-16 | ERROR2() is not used | Theo de Raadt | |
2002-07-16 | let BSS work to our advantage | Theo de Raadt | |
2002-07-16 | delint | Theo de Raadt | |
2002-07-16 | minor cleanup, and toast -V | Theo de Raadt | |
2002-07-16 | delete public key | Markus Friedl | |
2002-07-16 | test ssh-keygen -p (change passphrase for key) | Markus Friedl | |
2002-07-16 | add new commercial versions | Markus Friedl | |
2002-07-16 | URL to soekris | Theo de Raadt | |
2002-07-16 | Update to document use of CRYPTO_ALGORITHM_ALL in crypto_unregister(). | Angelos D. Keromytis | |
2002-07-16 | Double-pass over drivers, first hardware only, then software (if we | Angelos D. Keromytis | |
are interested in software). | |||
2002-07-16 | Fix a typo, cleanup on session migration code in crypto_invoke(), and | Angelos 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-16 | Add CRYPTO_ALGORITHM_ALL | Angelos 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 we | Jason 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-16 | add 2 operand variants for shld and shrd. this makes possible to compile | Federico G. Schwindt | |
gnupg with in tree gas. | |||
2002-07-16 | sync | Theo de Raadt | |
2002-07-16 | ansi | Theo de Raadt | |
2002-07-16 | internal uid/gid tracking. permit can not detach systrace, useful for | Niels Provos | |
sshd. | |||
2002-07-15 | 5 new uid/gid sets; millert ok | Theo de Raadt | |
2002-07-15 | The default value for MDTERM is vt220, so you don't need to explicitly set | Kenneth R Westerback | |
it so. | |||
2002-07-15 | minor tweaks | Theo de Raadt | |
2002-07-15 | ansi | Theo de Raadt | |
2002-07-15 | fix typo (pw vs. pwd) in unused code | Todd C. Miller | |
2002-07-15 | Add sshd to the list of fake users whose mail goes to root; Sam Smith | Todd C. Miller | |
2002-07-15 | ansi | Theo de Raadt | |
2002-07-15 | Pass e->pwd to auth_setpwd() to avoid extra passwd lookup in BSD auth routines | Todd C. Miller | |
2002-07-15 | Move login_close() out of #ifdef BSD_AUTH block | Todd C. Miller | |
2002-07-15 | make the des_read/write routines take void * | Theo de Raadt | |
2002-07-15 | ansi and some bug fixes | Theo de Raadt | |
2002-07-15 | Remove 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-15 | repair tags building (due to obj dirs in /sys) | Michael Shalayeff | |
2002-07-15 | Suggest vt220 as terminal type, not sun, since we are running wscons on | Miod Vallat | |
alpha... | |||
2002-07-15 | space to tab cleanup. Nothing but whitespace changes in this commit. | Marco S Hyman | |
2002-07-15 | suppress ctags warnings; millert@ ok | Michael Shalayeff | |
2002-07-15 | atrun is now part of cron(8) | Todd C. Miller | |
2002-07-15 | -Wall was for testing | Todd C. Miller | |
2002-07-15 | don't built atrun | Todd C. Miller | |
2002-07-15 | Move atrun(8) functionality into cron(8) proper. This fixes the | Todd 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-15 | No need to disestablish the startuphook. | Artur Grabowski | |
It's done automatically now. | |||
2002-07-15 | test "on ! interface" | Henning Brauer | |
2002-07-15 | add support for | Henning 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-15 | add u_int8_t ifnot to struct pf_rule to support matching packets on any | Henning Brauer | |
interface except the given one. adjust the pf_test_* functions and pf_skip_step accordingly. ok dhartmei@ | |||
2002-07-15 | remove duplicated interface check in test_icmp | Henning Brauer | |
ok dhartmei@ | |||
2002-07-15 | license change from William LeFebvre <wnl@groupsys.com>; top is now BSD | Theo de Raadt | |
licensed. this same license will show up on his next release as well. |