summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2000-04-24properly label whole disk partition; op21@squish.orgTheo de Raadt
2000-04-22Remove extra space from usage.Angelos D. Keromytis
2000-04-22Slight clarification in usage.Angelos D. Keromytis
2000-04-22-keyfile/-authkeyfile flags, for reading keys from a file.Angelos D. Keromytis
2000-04-22Document -authkeyfile/-keyfileAngelos D. Keromytis
2000-04-21more readableTheo de Raadt
2000-04-21fix some usage glitchesTheo de Raadt
2000-04-20use scoped address notation (fe80::1%de0) for IPv6 linklocal unicast/multicast.Jun-ichiro itojun Hagino
2000-04-18Favor BIOS geometry over physical. This should fix MANY problems withKjell Wooding
hard drives >8G sharing partitions with other operating systems. Also, support extended partition type 0x0F, which is quite common now.
2000-04-18Typo: sytem -> systemAaron Campbell
2000-04-17Move some misplaced periods outside of the parentheses.Aaron Campbell
2000-04-16Restore some required trailing whitespace that alex's script bonked.Aaron Campbell
2000-04-16Typo: specfied -> specifiedAaron Campbell
2000-04-15i gust forgot about this file...; noted by gluk@ptci.ruMichael Shalayeff
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-14use getifaddrs, instead of SIOCGIFCONF.Jun-ichiro itojun Hagino
XXX ifr/ifr6 manipulation is kind of ugly.
2000-04-14recover "ifconfig -a" and "ifconfig -A" behavior for inet (least surprise).Jun-ichiro itojun Hagino
2000-04-13Long overdue documentation update for IPFilter. TheseKjell Wooding
are taken directly from the ipf distribution, and are not mandoc'ed. ipf(8), ipfstat(8), and ipnat(8) are yet to go and must be done manually. (sigh)
2000-04-13Add a note regarding bimap and ipnat's "First Match" policy.Kjell Wooding
This question comes up fairly regularly. from mep@netsec.net
2000-04-13example fstab entryTheo de Raadt
2000-04-12remove unnecessary kernel dependency - mep@netsec.netKjell Wooding
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12Remove all arguments to the .Os macro so that all of 2.7's man pages willAaron Campbell
correctly say "OpenBSD 2.7".
2000-04-11If realpath() fails, just use the old name and don't make it a fatal error.Todd C. Miller
Closes PR #1185
2000-04-11add 802.11's nwid command; add mtu commandMichael Shalayeff
2000-04-10this is how rnd stats are printed out nowMichael Shalayeff
2000-04-07Merge with EOM 1.23Niklas Hallqvist
author: angelos Typo... author: angelos *_ike_address -> *_negotiation_address (so it's not IKE specific) author: angelos No need to use log_fatal...
2000-04-07Merge with EOM 1.14Niklas Hallqvist
author: angelos *_ike_address -> *_negotiation_address (so it's not IKE specific)
2000-04-07Merge with EOM 1.45Niklas Hallqvist
author: niklas Remove the log_fatal point
2000-04-07apps/certpatch/certpatch.8: Merge with EOM 1.5Niklas Hallqvist
isakmpd.8: Merge with EOM 1.20 isakmpd.conf.5: Merge with EOM 1.40 isakmpd.policy.5: Merge with EOM 1.13 author: niklas Changes from OpenBSD
2000-04-07Bring up to date with EOM versionNiklas Hallqvist
2000-04-07Merge with EOM 1.13Niklas Hallqvist
author: niklas (c) 2000 author: niklas FEATURES does not belong here, and let GMP go author: ho Add FEATURES definition, fix comment.
2000-04-07conf.c: Merge with EOM 1.22Niklas Hallqvist
gmp_util.c: Merge with EOM 1.5 gmp_util.h: Merge with EOM 1.3 math_mp.h: Merge with EOM 1.2 sa.c: Merge with EOM 1.101 ui.c: Merge with EOM 1.40 author: niklas (c) 2000
2000-04-07Merge with EOM 1.48Niklas Hallqvist
author: niklas Style and correct error reporting author: provos remove double free(buf), caused skeyid to point to skeyid_d when using USER_FQDN author: niklas More braindamage with USE_ macros
2000-04-07Merge with EOM 1.119Niklas Hallqvist
author: niklas log_fatal is only OK during initialization author: ho Missing #ifdef USE_X509 added author: ho Add #ifdef USE_X509
2000-04-07Merge with EOM 1.10Niklas Hallqvist
author: ho Revert to manual OS selection, and make sure USE_X509 is set as needed. author: ho Another way to do multiple OSes
2000-04-07Merge with EOM 1.16Niklas Hallqvist
author: ho Missing #ifdef USE_X509 added
2000-04-07Merge with EOM 1.39Niklas Hallqvist
author: angelos Add text on CAs and policies.
2000-04-07conf.c: Merge with EOM 1.21Niklas Hallqvist
isakmpd.c: Merge with EOM 1.46 sa.c: Merge with EOM 1.100 ui.c: Merge with EOM 1.39 author: niklas error message style
2000-04-07Merge with EOM 1.6Niklas Hallqvist
author: ho Revert to manual OS selection. author: ho multiple OSes, sync with other Makefiles author: ho sysdep fixes, new def for OS variable
2000-04-07Merge with EOM 1.68Niklas Hallqvist
author: niklas Make gmp a feature, which we do not use normally author: niklas I am probably breaking the other OSes now, but FEATURES really belong here. Also add MP_FLAVOUR setting. author: ho Revert to manual OS selection. Remove FEATURES definition. author: ho Removed unused stuff. author: ho Another way to do multiple OSes author: ho Work around missing :U for features, get OS from uname.
2000-04-07libcrypto.c: Merge with EOM 1.13Niklas Hallqvist
libcrypto.h: Merge with EOM 1.14 author: ho Name change for 0.9.5; {SSLeay,OpenSSL}_add_all_algorithms. author: ho Missing #ifdef USE_X509 added
2000-04-07regress/crypto/Makefile: Merge with EOM 1.7Niklas Hallqvist
regress/ec2n/Makefile: Merge with EOM 1.8 regress/exchange/Makefile: Merge with EOM 1.8 regress/prf/Makefile: Merge with EOM 1.6 regress/x509/Makefile: Merge with EOM 1.12 author: ho Revert to manual OS selection. author: ho Another way to do multiple OSes
2000-04-07Merge with EOM 1.12Niklas Hallqvist
author: angelos Add phase_1 attribute.
2000-04-07Merge with EOM 1.25Niklas Hallqvist
author: niklas wording
2000-04-07Merge with EOM 1.27Niklas Hallqvist
author: ho Add log_init() to properly initialize log_output variable.
2000-04-07Merge with EOM 1.20Niklas Hallqvist
author: provos Do not require Remote-ID in connection_record_passiv, make lookup_by_ids deal with it. This helps road warrior support. okay ho@ angelos@
2000-04-07Merge with EOM 1.121Niklas Hallqvist
author: niklas log_fatal is only OK during initialization author: ho Missing #ifdef USE_X509 added author: ho typo author: ho Add #ifdef USE_X509
2000-04-07init.c: Merge with EOM 1.25Niklas Hallqvist
log.h: Merge with EOM 1.19 author: ho Add log_init().