summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-20From 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-20exit and the prognameMichael Shalayeff
2001-05-20Convert from tdbi to packet tags.Angelos D. Keromytis
2001-05-20Use packet tags instead of tdbi.Angelos D. Keromytis
2001-05-20Record outgoing SA processing, do loop detection.Angelos D. Keromytis
2001-05-20Use packet tags to signal input IPsec processing to upper layer protocols.Angelos D. Keromytis
2001-05-20tdbi->tags cleanupsAngelos D. Keromytis
2001-05-20Convert from tdbi to tags.Angelos D. Keromytis
2001-05-20m_tag_* routines, plus minor changes (convert from tdbi to tags)Angelos D. Keromytis
2001-05-20Packet tags (similar to NetBSD m_pkthdr.aux structure) -- ok deraadt@ niklas@Angelos D. Keromytis
2001-05-20exit and use __prognameMichael Shalayeff
2001-05-20trade 3 exits for returnMichael Shalayeff
2001-05-20assym.s -> assym.hMiod Vallat
2001-05-20Replace genassym.c with a .cf one; also remove unused defines.Miod Vallat
2001-05-20Generate assym from a genassym.cf file instead of a C program.Miod Vallat
Rename the generated file to assym.h. Minor cleanup.
2001-05-20Correct interval notation (<= vs. <); tadayuki@mediaone.netTodd C. Miller
2001-05-20Rename entry so it fits in the vmstat -m output.Angelos D. Keromytis
2001-05-19make it compile for DEBUGNiels Provos
2001-05-19typo in error messageKevin Steves
2001-05-19sshd command-line arguments and configuration file options thatKevin 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-19document MACs defaults with .DqMarkus Friedl
2001-05-19change preferredauthentication order toMarkus Friedl
publickey,hostbased,password,keyboard-interactive document that hostbased defaults to no, document order
2001-05-19sort options; Matthew.Stier@fnc.fujitsu.comMarkus Friedl
2001-05-19ftruncate() instead of open()+O_TRUNC like rcp.c doesMarkus Friedl
allows scp /path/to/file localhost:/path/to/file
2001-05-19Use an explicit memcpy() to copy a stat struct. Fixes a mysteriousTodd 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-19oopsArtur Grabowski
2001-05-19When zeroing out the parition table, make 'c' the entire disk, not justTodd C. Miller
the OpenBSD portion of the disk. This is conistent with the idea of 'c' throughout the program.
2001-05-19Make this actually compileTodd C. Miller
2001-05-19Disable X11 forwarding if xauth binary is not found. Patch from NalinDamien Miller
Dahyabhai <nalin@redhat.com>; ok markus@
2001-05-18Use pool_page_alloc_nointr() and pool_page_free_nointr() since theyTodd 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-18oopsMichael Shalayeff
2001-05-18Typo; karma@altern.orgAaron Campbell
2001-05-18Typo; karma@altern.orgAaron Campbell
2001-05-18stupidous debug was left enabledMichael Shalayeff
2001-05-18wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru>Michael Shalayeff
2001-05-18wscons.conf no more; pointed out by Alexander Yurchenko <grange@rt.mipt.ru>Michael Shalayeff
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-05-18Convert lseek/{read,write} pairs into pread and pwrite.Artur Grabowski
from my todo list, work by Jonathon Fletcher <jonathon.fletcher@pobox.com>.
2001-05-18treat two exits for a returnMichael Shalayeff
2001-05-18Remove a duplicate variable initialization in vunmapbuf(), and removeMiod Vallat
unncessary lint /*ARGSUSED*/ hint. art@ ok
2001-05-18why exit if returnsMichael Shalayeff
2001-05-18why exit if returnsMichael Shalayeff
2001-05-18return(0) is less than exit(0)Michael Shalayeff
2001-05-18a few harmless cleanupsMichael Shalayeff
2001-05-18adapt to use poolNiels Provos
2001-05-17no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.deMarkus Friedl
2001-05-17Repair 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 driverBrad 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-17don't copy past end of record in readdir_r (ok by art)Jim Rees
2001-05-17Insert comma missing from r1.11 commit; found by beck@.Aaron Campbell