summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2001-03-24Make the apple code compile for OpenBSD. These changes are mostly from maja.Dale Rahn
2001-03-24Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 Dale Rahn
This is a HFS partition editing tool.
2001-03-23bsdi support, ok niklas@Markus Friedl
2001-03-23atactl SMART support; wouter@yourcreativesolutions.nlTheo de Raadt
2001-03-22use mkstemp()Theo de Raadt
2001-03-22sprintf -> snprintfGrigoriy Orlov
2001-03-22BSD/OS make treats ${A:S/a/x/} like ${A:S/a/x/1}, so we use ${A:S/a/x/g}.Markus Friedl
this works on both systems (for this special case).
2001-03-22Update.Angelos D. Keromytis
2001-03-22Allow srcid/dstid for manually-set SAs as well (mostly for debugAngelos D. Keromytis
purposes).
2001-03-19examples. suggested by deraadt. sync with kameJun-ichiro itojun Hagino
2001-03-160x9f == BSDI, ok millert@Markus Friedl
2001-03-15KNFTheo de Raadt
2001-03-15override file creation, do not assume umask is enough. of course, ld mayTheo de Raadt
generate temp files which have umask mode.. so this is not really a sane change to even bother with.
2001-03-14Make these compile again...Thorsten Lockert
2001-03-14Indentation and style fascismNiklas Hallqvist
2001-03-14might as well throw a few crumbs at the anal compilerTheo de Raadt
2001-03-14incorrect TAILQ management; chris@stallion.oz.au, pr#1723Theo de Raadt
2001-03-13Somewhere along the line we stopped using the configuration file defaultsHakan Olsson
properly. Make them work again. (niklas@ ok)
2001-03-13Add logging classes for Negotiation and Policy, and change a number ofHakan Olsson
debug messages to use these instead. Change a number of 'log_print' to debug messages to keep the noise down. Use 'log_error' instead of 'log_print' in some cases when we have errno. Some indentation fixes. (niklas@ ok)
2001-03-12correct warning; maurice@maurice.wan.nlTheo de Raadt
2001-03-12-Q is not there. NetBSD PR 12384. sync with kameJun-ichiro itojun Hagino
2001-03-12typo; maurice@maurice.wan.nlTheo de Raadt
2001-03-11- No need to repeat the name of a parameter: just use [...].Aaron Campbell
- Xr reboot(8) in SEE ALSO since it is referenced in the DESCRIPTION.
2001-03-09add missing sub-headerMarco S Hyman
2001-03-09Don't list available keyboard encodings here, they may change often. Instead,Aaron Campbell
refer people to kbd(8) which now supports wscons.
2001-03-09missing \n for MARKED FREE messages, some spacesMichael Shalayeff
2001-03-09PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they ↵Theo de Raadt
just got cranked a little while ago. discussion with millert
2001-03-08whack exit(-#)Theo de Raadt
2001-03-08Add support for wscons. Support for PC, USB and ADB keyboards.Mats O Jansson
Enabled for i386 and powerpc. This makes it possible to list which encodings are known by the kernel. kbd_wscons.c needs struct wscons_keydesc from the newly commited <dev/wscons/wsksymvar.h>. -moj ok @aaron
2001-03-07Oops, use the right legnth for the key id.Angelos D. Keromytis
2001-03-07Add KEY_ID support (mostly from roland@digitalvampire.org)Angelos D. Keromytis
2001-03-06Print the name of the marked SA (if available).Angelos D. Keromytis
2001-03-06Don't use the source for both sides!Angelos D. Keromytis
2001-03-03complete wscons support for abd keyboard. -moj ok @deraadtMats O Jansson
2001-03-02Simpler algorithm or calculating inomapsizeConstantine Sapuntzakis
2001-03-02When doing last second fixes before a commit, it's a good ideaArtur Grabowski
to check if it builds.
2001-03-02Make fsck aware of soft updates.Artur Grabowski
We had this in the tree 1997, but it went away because it was too close to release. Ok: csapuntz@ (as a size note: It's really good to test fsck when you are torture testing the filesystems)
2001-03-01on "giftunnel" configuration, use specified address familyJun-ichiro itojun Hagino
2001-02-28Make sure the default lifetimes in the General section are taken intoAngelos D. Keromytis
consideration.
2001-02-27consistent printfJason Wright
2001-02-27Match realityThorsten Lockert
2001-02-26spellingTodd T. Fries
2001-02-26Allow configuration of WEP. From FreeBSD; ok aaron@Thorsten Lockert
2001-02-24Make DES a feature, so isakmpd can compile on Linux (most of the fixedAngelos D. Keromytis
by newsham@lava.net)
2001-02-24For the GETSPI PFKEY message, use the sequence number from the ACQUIREAngelos D. Keromytis
message.
2001-02-23give cp_time a proper treatmentMichael Shalayeff
2001-02-23Allocate larger buffer for generated policies.Angelos D. Keromytis
2001-02-20provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation.Jun-ichiro itojun Hagino
sync with kame. old ioctls are kept but not really recommended.
2001-02-19passphrase-md5-hex: and passphrase-sha1-hex: formats for passphrases.Angelos D. Keromytis
2001-02-18Move default protocol setting of TCP into the redir-specific codeTodd C. Miller
so it doesn't affect the "map" entries. Fixes a problem introduced in last commit where protocols other than TCP were not being mapped correctly.