summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
1999-02-17ipsec skipjack, based on free .fi code (some .gov type will test this for me)Theo de Raadt
1999-02-17try harder to match the mntonname with the name we are trying to unmountArtur Grabowski
1999-02-17make quoted strings work; erh@netbsdTheo de Raadt
1999-02-16merge from netbsd 990213 + make compile with our includesNiklas Hallqvist
1999-02-13Verify that keys and IVs are in hex.Angelos D. Keromytis
1999-02-10Xr repairsTheo de Raadt
1999-02-09do same for the second /dev/urandom exampleKjell Wooding
1999-02-09minor fix to /dev/urandom exampleKjell Wooding
1999-02-09BeOS/i386; ura@yamato.ibm.co.jpTheo de Raadt
1999-02-08back out last change, there was a reason for the dual getopt, ugly as it is...Todd C. Miller
1999-02-08no real point in calling getopt() twiceTodd C. Miller
1999-02-08If you are going to set optreset, you need to set optind to 1 as well.Todd C. Miller
1999-02-07tweakTheo de Raadt
1999-02-07convert to mdocTodd C. Miller
1999-02-07add usage() support using optresetTheo de Raadt
1999-02-07man pages belong in section 8Theo de Raadt
1999-02-05ipf 3.2.10; work by kjellTheo de Raadt
1999-02-05Example of generating a key using random(4)Angelos D. Keromytis
1999-02-05Stress the importance of random keys.Angelos D. Keromytis
1999-02-01Allow for arc machines to install boot blocksPer Fogelstrom
1999-01-16add missing -tag type to .BlTodd C. Miller
1999-01-12use pid_tAaron Campbell
1999-01-11pids should be pid_tNiklas Hallqvist
1999-01-11Control RAIDframeNiklas Hallqvist
1999-01-08remove ortentry reliance; cmetzTheo de Raadt
1999-01-04use TCP_NODELAY; giannici@neomedia.itTheo de Raadt
1998-12-30Exit if nlist fails with ENOENT. Also replace strerror(errno) in syslog with %mTodd C. Miller
1998-12-29add isakmpd(8) referencesTheo de Raadt
1998-12-28some cleanup, in preperation for a rewrite of the racy gutsTheo de Raadt
1998-12-22Size the fd sets from the descriptor tableNiklas Hallqvist
1998-12-22Generalize udp port decoding. Remove unneeded decls.Niklas Hallqvist
1998-12-22My former hack lost, better solutionNiklas Hallqvist
1998-12-22Build generated .c & .h files before .o generation alwaysNiklas Hallqvist
1998-12-22Remove obsolete connection code. Use strtol instead of atoiNiklas Hallqvist
1998-12-21Remove bogus check of printableness of the config fileNiklas Hallqvist
1998-12-21df(struct statfs) free/total decryption by d@Michael Shalayeff
1998-12-21compiling before commit would be niceMichael Shalayeff
1998-12-21nice error message when mount(2) returns EOPNOTSUPPArtur Grabowski
1998-12-21use MOUNT_XFS, not "xfs" as the type of filesystem to mountArtur Grabowski
1998-12-21Nice error message when mount(2) returns EOPNOTSUPPArtur Grabowski
1998-12-21return 0 instead of exit(0) in main()Artur Grabowski
1998-12-21Write a nice error message when we get EOPNOTSUPP from mount(2)Artur Grabowski
1998-12-21enable isakmpd -- far overdue!Theo de Raadt
1998-12-21Last months worth of work on isakmpd, lots doneNiklas Hallqvist
1998-12-20add forward decl of struct in_addr to shut up gccTodd C. Miller
1998-12-20RCS ID fixNiklas Hallqvist
1998-12-16more .Nm fixesAaron Campbell
1998-12-15clean; formTheo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell