Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-11 | document recent changes, with jmc@ | Hans-Joerg Hoexer | |
2005-08-10 | print session time in fixed width | Nikolay Sturm | |
ok henning, deraadt | |||
2005-08-10 | Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATURE | Jonathan Gray | |
when listing information about it. ok grange@ | |||
2005-08-10 | - typo | Jason McIntyre | |
- generate a backslash using `\e', not `\\' | |||
2005-08-09 | Document how to read keys from a file. | Hans-Joerg Hoexer | |
2005-08-09 | Normalize 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-09 | Rewrite handling of transforms. Now both ah and esp can be specified and | Hans-Joerg Hoexer | |
validated correctly. Unbreaks ah. | |||
2005-08-09 | Correct keysize for 3des-cbc | Hans-Joerg Hoexer | |
2005-08-09 | sort options; | Jason McIntyre | |
2005-08-09 | align a column | Theo de Raadt | |
2005-08-09 | verbose output option | Theo de Raadt | |
2005-08-08 | More informative error message when trying to create a filesystem | Otto Moerbeek | |
larger than 1TB. ok deraadt@ | |||
2005-08-08 | print information about ses/safte for each device; ok marco | Theo de Raadt | |
2005-08-08 | print out target as channel:target.lun | Theo de Raadt | |
2005-08-08 | re-add write() error check in buf_close(). ok henning@ | Moritz Jodeit | |
2005-08-08 | pfkey pieces for static keying, enable static keying | Hans-Joerg Hoexer | |
2005-08-08 | add crypto transforms and static keying rules | Hans-Joerg Hoexer | |
2005-08-08 | prepare for static keying | Hans-Joerg Hoexer | |
2005-08-08 | lots of cleanup, print lots of information based on new linkages between | Theo de Raadt | |
devices provided by marco; ok marco | |||
2005-08-07 | Simplify code by calling error() from inside buf_* functions rather | Kenneth R Westerback | |
than always testing the return code and calling error() from the caller. From a diff by moritz@, ok henning@. | |||
2005-08-05 | remove duplicate privsep prototypes and put all | Moritz Jodeit | |
of them into privsep.h. ok krw@ henning@ | |||
2005-08-05 | more key handling stuff. | Hans-Joerg Hoexer | |
2005-08-05 | prepare for authentication and encryption keys, not used yet. | Hans-Joerg Hoexer | |
2005-08-05 | simplify a bit. | Hans-Joerg Hoexer | |
2005-08-05 | add a sensor type that can report percentage | David Gwynne | |
ok deraadt@ | |||
2005-08-05 | sync usage to man page | Theo de Raadt | |
2005-08-05 | flash up the man page | Theo de Raadt | |
2005-08-05 | if no command specified, assume -i | Theo de Raadt | |
2005-08-04 | HW_PHYSMEM and HW_USERMEM should be unsigned; ok tdeval marco | Theo de Raadt | |
2005-08-04 | buf_* was taken from the framework I wrote for bgpd (also used by ntpd, ospfd | Henning 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-04 | Support for SENSOR_INTEGER. | Jonathan Gray | |
ok grange@, dlg@, henning@ | |||
2005-08-04 | a quick diff for marco, who wanted to see if his power supplies were on or | David Gwynne | |
off. adds printing of the INDICATOR sensor type ok deraadt@ | |||
2005-08-03 | device is not optional; spotted by jmc | Theo de Raadt | |
2005-08-03 | clarify device vs drive; marco ok | Theo de Raadt | |
2005-08-03 | Fix usage. | Marco Peereboom | |
2005-08-03 | be more careful when using struct ipsec_auth, might be NULL now. | Hans-Joerg Hoexer | |
2005-08-03 | link back to ciss from here as well | Michael Shalayeff | |
2005-08-03 | extend the sensors framework to allow it to report the state of the | David Gwynne | |
sensor, not just its value. ok henning@ marco@ deraadt@ beck@ fixes and tweaks grange@ | |||
2005-08-03 | be more sure about what is a drive vs controller; ok marco | Theo de Raadt | |
2005-08-03 | various cleanups, the way i like it, ok marco | Theo de Raadt | |
2005-08-02 | add -a properly to SYNOPSIS; sync usage(); | Jason McIntyre | |
ok marco@ | |||
2005-08-02 | add missing break; ok henning@ | Moritz Jodeit | |
2005-08-02 | sort SEE ALSO; | Jason McIntyre | |
2005-08-02 | Make use of struct ipsec_auth dynamic. | Hans-Joerg Hoexer | |
Do not pass IDs to kernel when deleting flows. | |||
2005-08-02 | Reflect 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-02 | Make sure to always load at least the default configuration values. Fixes a | Hans-Joerg Hoexer | |
problem noticed by Yaron Wahl, who also pointed out that problem. Thanks! ok mpf@ | |||
2005-08-02 | Rip out code dealing with multiple/nested interfaces. Each instance of | Kenneth 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-01 | Add alarm support. | Marco Peereboom | |
2005-07-29 | Fix erroneous use of '=' instead of '+' that caused infinite loops | Kenneth R Westerback | |
when skipping packets. Use BPF_WORDALIGN() to properly skip packets. From Brooks Davis at FreeBSD. ok deraadt@ henning@ |