summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-05-21Use int16_t for the type and length of ipsec_ref objects.Angelos D. Keromytis
2001-05-21Avoid structure auto-padding (from Theo)Angelos D. Keromytis
2001-05-21Use a reference-counted structure for IPsec IDs and credentials, so weAngelos D. Keromytis
2001-05-20fix comments.Grigoriy Orlov
2001-05-20Remove varargs from ipv4_input; cmetz@ deraadt@ ok.Federico G. Schwindt
2001-05-20configurable authorized_keys{,2} location; originally from peter@; ok djm@Markus Friedl
2001-05-20From NetBSD:Hugh Graham
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
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
2001-05-19document MACs defaults with .DqMarkus Friedl
2001-05-19change preferredauthentication order toMarkus Friedl
2001-05-19sort options; Matthew.Stier@fnc.fujitsu.comMarkus Friedl
2001-05-19ftruncate() instead of open()+O_TRUNC like rcp.c doesMarkus Friedl
2001-05-19Use an explicit memcpy() to copy a stat struct. Fixes a mysteriousTodd C. Miller
2001-05-19oopsArtur Grabowski
2001-05-19When zeroing out the parition table, make 'c' the entire disk, not justTodd C. Miller
2001-05-19Make this actually compileTodd C. Miller
2001-05-19Disable X11 forwarding if xauth binary is not found. Patch from NalinDamien Miller
2001-05-18Use pool_page_alloc_nointr() and pool_page_free_nointr() since theyTodd C. Miller
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
2001-05-18treat two exits for a returnMichael Shalayeff
2001-05-18Remove a duplicate variable initialization in vunmapbuf(), and removeMiod Vallat
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