Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-20 | From NetBSD: | Hugh Graham | |
> date: 2000/05/08 18:51:17; author: ragge; state: Exp; lines: +6 -2 > branches: 1.4.2; > Get correct MAC address out of rom on VAX 4000/200. From Michael Kukat. | |||
2001-05-20 | exit and the progname | Michael Shalayeff | |
2001-05-20 | Convert from tdbi to packet tags. | Angelos D. Keromytis | |
2001-05-20 | Use packet tags instead of tdbi. | Angelos D. Keromytis | |
2001-05-20 | Record outgoing SA processing, do loop detection. | Angelos D. Keromytis | |
2001-05-20 | Use packet tags to signal input IPsec processing to upper layer protocols. | Angelos D. Keromytis | |
2001-05-20 | tdbi->tags cleanups | Angelos D. Keromytis | |
2001-05-20 | Convert from tdbi to tags. | Angelos D. Keromytis | |
2001-05-20 | m_tag_* routines, plus minor changes (convert from tdbi to tags) | Angelos D. Keromytis | |
2001-05-20 | Packet tags (similar to NetBSD m_pkthdr.aux structure) -- ok deraadt@ niklas@ | Angelos D. Keromytis | |
2001-05-20 | exit and use __progname | Michael Shalayeff | |
2001-05-20 | trade 3 exits for return | Michael Shalayeff | |
2001-05-20 | assym.s -> assym.h | Miod Vallat | |
2001-05-20 | Replace genassym.c with a .cf one; also remove unused defines. | Miod Vallat | |
2001-05-20 | Generate assym from a genassym.cf file instead of a C program. | Miod Vallat | |
Rename the generated file to assym.h. Minor cleanup. | |||
2001-05-20 | Correct interval notation (<= vs. <); tadayuki@mediaone.net | Todd C. Miller | |
2001-05-20 | Rename entry so it fits in the vmstat -m output. | Angelos D. Keromytis | |
2001-05-19 | make it compile for DEBUG | Niels Provos | |
2001-05-19 | typo in error message | Kevin Steves | |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves | |
specify time may be expressed using a sequence of the form: time[qualifier], where time is a positive integer value and qualifier is one of the following: <none>,s,m,h,d,w Examples: 600 600 seconds (10 minutes) 10m 10 minutes 1h30m 1 hour 30 minutes (90 minutes) ok markus@ | |||
2001-05-19 | document MACs defaults with .Dq | Markus Friedl | |
2001-05-19 | change preferredauthentication order to | Markus Friedl | |
publickey,hostbased,password,keyboard-interactive document that hostbased defaults to no, document order | |||
2001-05-19 | sort options; Matthew.Stier@fnc.fujitsu.com | Markus Friedl | |
2001-05-19 | ftruncate() instead of open()+O_TRUNC like rcp.c does | Markus Friedl | |
allows scp /path/to/file localhost:/path/to/file | |||
2001-05-19 | Use an explicit memcpy() to copy a stat struct. Fixes a mysterious | Todd C. Miller | |
Memory fault on my hp300 boxes. This is more than a little worrisome (and it doesn't show up on i386). The problem may actually be related to struct alignment and the recent fts struct changes. | |||
2001-05-19 | oops | Artur Grabowski | |
2001-05-19 | When zeroing out the parition table, make 'c' the entire disk, not just | Todd C. Miller | |
the OpenBSD portion of the disk. This is conistent with the idea of 'c' throughout the program. | |||
2001-05-19 | Make this actually compile | Todd C. Miller | |
2001-05-19 | Disable X11 forwarding if xauth binary is not found. Patch from Nalin | Damien Miller | |
Dahyabhai <nalin@redhat.com>; ok markus@ | |||
2001-05-18 | Use pool_page_alloc_nointr() and pool_page_free_nointr() since they | Todd C. Miller | |
are exported wheras pool_page_alloc() and pool_page_free() are static. In the non-UVM case these just call pool_page_alloc() and pool_page_free() anyway. | |||
2001-05-18 | oops | Michael Shalayeff | |
2001-05-18 | Typo; karma@altern.org | Aaron Campbell | |
2001-05-18 | Typo; karma@altern.org | Aaron Campbell | |
2001-05-18 | stupidous debug was left enabled | Michael Shalayeff | |
2001-05-18 | wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru> | Michael Shalayeff | |
2001-05-18 | wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru> | Michael Shalayeff | |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl | |
2001-05-18 | Convert lseek/{read,write} pairs into pread and pwrite. | Artur Grabowski | |
from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>. | |||
2001-05-18 | treat two exits for a return | Michael Shalayeff | |
2001-05-18 | Remove a duplicate variable initialization in vunmapbuf(), and remove | Miod Vallat | |
unncessary lint /*ARGSUSED*/ hint. art@ ok | |||
2001-05-18 | why exit if returns | Michael Shalayeff | |
2001-05-18 | why exit if returns | Michael Shalayeff | |
2001-05-18 | return(0) is less than exit(0) | Michael Shalayeff | |
2001-05-18 | a few harmless cleanups | Michael Shalayeff | |
2001-05-18 | adapt to use pool | Niels Provos | |
2001-05-17 | no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.de | Markus Friedl | |
2001-05-17 | Repair a fprintf message lacking one parameter. | Miod Vallat | |
Found by having a look at the recent TPE patches, which fixes libkvm but not libkvm.old... | |||
2001-05-17 | - don't claim to register to accelerate ipsec functions when this driver | Brad Smith | |
does not do so at the moment. - for now remove man page crossreferences for crypto related functions. -- Pointed out by: jason@ & deraadt@ | |||
2001-05-17 | don't copy past end of record in readdir_r (ok by art) | Jim Rees | |
2001-05-17 | Insert comma missing from r1.11 commit; found by beck@. | Aaron Campbell | |