summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2005-08-11document recent changes, with jmc@Hans-Joerg Hoexer
2005-08-10print session time in fixed widthNikolay Sturm
ok henning, deraadt
2005-08-10Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATUREJonathan Gray
when listing information about it. ok grange@
2005-08-10- typoJason McIntyre
- generate a backslash using `\e', not `\\'
2005-08-09Document how to read keys from a file.Hans-Joerg Hoexer
2005-08-09Normalize attribute values before comparison. Unbreaks interop with netscreen.Hans-Joerg Hoexer
Noticed by Sean Knox. Testing by msf@, Sean Knox and others. Thanks! ok cloder@ msf@
2005-08-09Rewrite handling of transforms. Now both ah and esp can be specified andHans-Joerg Hoexer
validated correctly. Unbreaks ah.
2005-08-09Correct keysize for 3des-cbcHans-Joerg Hoexer
2005-08-09sort options;Jason McIntyre
2005-08-09align a columnTheo de Raadt
2005-08-09verbose output optionTheo de Raadt
2005-08-08More informative error message when trying to create a filesystemOtto Moerbeek
larger than 1TB. ok deraadt@
2005-08-08print information about ses/safte for each device; ok marcoTheo de Raadt
2005-08-08print out target as channel:target.lunTheo de Raadt
2005-08-08re-add write() error check in buf_close(). ok henning@Moritz Jodeit
2005-08-08pfkey pieces for static keying, enable static keyingHans-Joerg Hoexer
2005-08-08add crypto transforms and static keying rulesHans-Joerg Hoexer
2005-08-08prepare for static keyingHans-Joerg Hoexer
2005-08-08lots of cleanup, print lots of information based on new linkages betweenTheo de Raadt
devices provided by marco; ok marco
2005-08-07Simplify code by calling error() from inside buf_* functions ratherKenneth R Westerback
than always testing the return code and calling error() from the caller. From a diff by moritz@, ok henning@.
2005-08-05remove duplicate privsep prototypes and put allMoritz Jodeit
of them into privsep.h. ok krw@ henning@
2005-08-05more key handling stuff.Hans-Joerg Hoexer
2005-08-05prepare for authentication and encryption keys, not used yet.Hans-Joerg Hoexer
2005-08-05simplify a bit.Hans-Joerg Hoexer
2005-08-05add a sensor type that can report percentageDavid Gwynne
ok deraadt@
2005-08-05sync usage to man pageTheo de Raadt
2005-08-05flash up the man pageTheo de Raadt
2005-08-05if no command specified, assume -iTheo de Raadt
2005-08-04HW_PHYSMEM and HW_USERMEM should be unsigned; ok tdeval marcoTheo de Raadt
2005-08-04buf_* was taken from the framework I wrote for bgpd (also used by ntpd, ospfdHenning Brauer
and some more). Here, however, we have a blocking socket for the IPC. buf_close (writes out) and buf_read can be simplified due to that, and they can just error out on short writes/reads. ok krw moritz
2005-08-04Support for SENSOR_INTEGER.Jonathan Gray
ok grange@, dlg@, henning@
2005-08-04a quick diff for marco, who wanted to see if his power supplies were on orDavid Gwynne
off. adds printing of the INDICATOR sensor type ok deraadt@
2005-08-03device is not optional; spotted by jmcTheo de Raadt
2005-08-03clarify device vs drive; marco okTheo de Raadt
2005-08-03Fix usage.Marco Peereboom
2005-08-03be more careful when using struct ipsec_auth, might be NULL now.Hans-Joerg Hoexer
2005-08-03link back to ciss from here as wellMichael Shalayeff
2005-08-03extend the sensors framework to allow it to report the state of theDavid Gwynne
sensor, not just its value. ok henning@ marco@ deraadt@ beck@ fixes and tweaks grange@
2005-08-03be more sure about what is a drive vs controller; ok marcoTheo de Raadt
2005-08-03various cleanups, the way i like it, ok marcoTheo de Raadt
2005-08-02add -a properly to SYNOPSIS; sync usage();Jason McIntyre
ok marco@
2005-08-02add missing break; ok henning@Moritz Jodeit
2005-08-02sort SEE ALSO;Jason McIntyre
2005-08-02Make use of struct ipsec_auth dynamic.Hans-Joerg Hoexer
Do not pass IDs to kernel when deleting flows.
2005-08-02Reflect new reality. Lots of help and ok jmc@Marco Peereboom
2005-08-02$TAPE Ev may refer to a number of things, not just a physical tape device:Jason McIntyre
- for -f description, point people to TAPE - for TAPE description, point people to -f - use `file' to describe these differing forms, as that is consistent with the rest of the page this is based on -r1.71 from freebsd, from ceri davies, which was in turn based on pr #84200 from gary w. swearingen; ok otto@
2005-08-02Make sure to always load at least the default configuration values. Fixes aHans-Joerg Hoexer
problem noticed by Yaron Wahl, who also pointed out that problem. Thanks! ok mpf@
2005-08-02Rip out code dealing with multiple/nested interfaces. Each instance ofKenneth R Westerback
dhclient is responsible for one interface. Simply skip interface declarations for other interfaces and store all info in the one interface structure. tested by dlg@, ok henning@
2005-08-01Add alarm support.Marco Peereboom
2005-07-29Fix erroneous use of '=' instead of '+' that caused infinite loopsKenneth R Westerback
when skipping packets. Use BPF_WORDALIGN() to properly skip packets. From Brooks Davis at FreeBSD. ok deraadt@ henning@