summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2010-07-20opration -> operationMiod Vallat
2010-07-20two iterators should be u_int; ok jsgTheo de Raadt
2010-07-18get the markup right for [-]commandJason McIntyre
2010-07-16fix up the mini synopses in the subsections; fix from ingoJason McIntyre
2010-07-14handle printing of RTM_DESYNC in route monitor.David Gwynne
2010-07-13Fix (pflow) display in rule printing. Spotted by dhill@, ok henning@Stuart Henderson
2010-07-10Eliminate some unnecessary #include lines.Matthew Dempsky
2010-07-09kill redundant docheck() function; ok deraadt@Otto Moerbeek
2010-07-09Avoid crashes by using correct types for block numbers, which can growOtto Moerbeek
2010-07-08802.1X is unsupported; from Christopher Zimmermann (tweakedJason McIntyre
2010-07-05improve description for -i; as a consequence of recent changes,Igor Sobrado
2010-07-04make ^D handling consistant in fdisk by just bailing out instead ofAlexander Hall
2010-07-03Better non-debug logging messages when a session is established/closed.Reyk Floeter
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2010-07-03Fix a couple of problems with printing of anchors, in particular recursiveRyan Thomas McBride
2010-07-03Use our own enum here rather than abusing the PF rule type enums, whichRyan Thomas McBride
2010-07-02make lint a bit happierTheo de Raadt
2010-07-02garbage collect an unused function; ok claudioTheo de Raadt
2010-07-02garbage collect an unused variableTheo de Raadt
2010-07-02some data structures were still present when NOKVM was definedTheo de Raadt
2010-07-02add missing header needed by ioctl()Charles Longeau
2010-07-02on error, getuint() will return UINT_MAX. Instead of actually usingAlexander Hall
2010-07-01Learn wsconsctl to handle more than the first keyboard, mouse and display.Mats O Jansson
2010-07-01Fix 'pfctl -a anchor -Fa' segfault introduced in r1.298.Stefan Sperling
2010-07-01Use opendev(3) when handling key disks so that disklabel UIDs areJoel Sing
2010-07-01Remove two useless nul characters. -mojMats O Jansson
2010-07-01add screen types and emulations to things to be shown for displays.Mats O Jansson
2010-07-01Add support for the tap extension (ikev2 ... tap "enc1") that willReyk Floeter
2010-07-01support dumping the new SADB_X_EXT_TAP extension.Reyk Floeter
2010-06-30allow uppercase A-F in the uid inputAlexander Hall
2010-06-30Make 'fdisk -i' start the OpenBSD partition on a power of 2 512-byteKenneth R Westerback
2010-06-30make the disklabel editor not crash when pressing ^D in the uid promptAlexander Hall
2010-06-29Replace enc(4) with a new implementation as a cloner device. We stillReyk Floeter
2010-06-29add code to lookup the RSA public keys in /etc/iked/pubkeys/ as anReyk Floeter
2010-06-29Replace the hand-crafted Diffie-Hellman implementation in isakmpd withReyk Floeter
2010-06-29Add missing frees.Reyk Floeter
2010-06-29Fix use after free. Found by regress tests.Charles Longeau
2010-06-29list kern.rthreads as a knob you can but shouldn't turnTed Unangst
2010-06-28Clean up iterface stats handling:Ryan Thomas McBride
2010-06-28A long time ago when wsconsctl was written it expected that ksym was uniq.Mats O Jansson
2010-06-27tweak previous; ok claudioJason McIntyre
2010-06-27Make 'route exec' emit error messages like xargs when execve() fails does.Philip Guenthe
2010-06-27When a peer requests a certificate from the local gateway, we firstReyk Floeter
2010-06-27fix possible double free of the initiator certReyk Floeter
2010-06-27fix the length check for ASN1_ID Ids.Reyk Floeter
2010-06-27Verify that the subjectAltName extension is present and matches theReyk Floeter
2010-06-27Instead of modifying and fiddling with the IKE SA in the payloadReyk Floeter
2010-06-27print the required bits as a stringReyk Floeter
2010-06-27cycle static buffers in print_bits()Reyk Floeter
2010-06-26malloc/strlcpy -> strdup. Apparently I forgot to commit this one withKenneth R Westerback