Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-04 | nmeaattach - attach serial lines as timedelta sensors. nmeaattach is used | Marc Balmer | |
to designate a serial line with a NMEA 0183 device (i.e. a GPS receiver) as a source of a timedelta sensor. ok deraadt@ | |||
2006-07-02 | Let isakmpd send out a vendor ID announcing isamkpds release version. | Hans-Joerg Hoexer | |
Will be handy for release specific bug fixes, etc. Suggested by markus@ quite some time ago. ok markus@ | |||
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback | |
calls in alpha, hppa, hppa64 and mips63 when accessing the two DOS MBR u_int32_t fields dp_size and dp_start. No functional change. | |||
2006-06-30 | spaces | Theo de Raadt | |
2006-06-30 | -.Xr mpt 4 , | Jason McIntyre | |
2006-06-29 | - special/node may be specified multiple times; from andracs | Jason McIntyre | |
- clean up DESCRIPTION somewhat feedback/ok otto ray | |||
2006-06-29 | [-t ufs | lfs | external_type] -> [-t type] | Jason McIntyre | |
syncs it w/ mount(8) too; suggested by martin usage() update | |||
2006-06-29 | Document that pcap files can only be writen to the /var/run directory. | Hans-Joerg Hoexer | |
2006-06-29 | use strlcpy; nicm__@ntlworld.com | Theo de Raadt | |
2006-06-28 | Use argv[0] where argv[0] is meant, Nicholas Marriott | Pedro Martelletto | |
2006-06-28 | document lists, prodded by david@ | Hans-Joerg Hoexer | |
2006-06-27 | consistency fix and clip some trailing whitespace; | Jason McIntyre | |
2006-06-27 | knf | Reyk Floeter | |
2006-06-27 | add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode | Reyk Floeter | |
and "nwflag nobridge" to prevent inter-station communications. "hidenwid" will also work with wi(4) to replace the old -E 3 option of wicontrol. ok damien@ jmc@ | |||
2006-06-27 | bye bye | Theo de Raadt | |
2006-06-26 | wicontrol goes away, use ifconfig. yes, a few things cannot be done | Theo de Raadt | |
with ifconfig yet, but reyk is writing them now. 3 years ago we said wicontrol had to go away, and noone helped. now they will! | |||
2006-06-23 | allow ifconfig to print the signal quality of the current ap. if the | Reyk Floeter | |
driver reports a RSSI Max value, print the signal quality as a percentage instead of the arbitrary "dB" value, this also applies to the output of ifconfig -M (scan/node list). ok damien@ jsg@ | |||
2006-06-23 | -M clarity, ok jmc@ | Todd T. Fries | |
2006-06-22 | oops! i put -M in the wrong place; | Jason McIntyre | |
2006-06-22 | let's just use "getty" as the plural of `getty', because "getty's" is | Jason McIntyre | |
very painful, and "gettys" is misleading; | |||
2006-06-22 | accept SIGUSR2. Like SIGUSR1, except it makes RB_POWERDOWN mandatory. | Theo de Raadt | |
This will be used by kernel components which are trying to really really power the system down. suggested and tested by jason | |||
2006-06-18 | add group "none"; when choosen, pfs will be disabled. | Hans-Joerg Hoexer | |
ok david msf | |||
2006-06-18 | append to CFLAGS instead of overwriting | David Krause | |
ok kettenis@ miod@ | |||
2006-06-18 | clean up some gotos. Originally from Andrey Matveev <evol at online | Hans-Joerg Hoexer | |
dot ptt dot ru>. Ok and help moritz@ | |||
2006-06-17 | Display multipath and jumbo flags in route get/monitor. | Christopher Pascoe | |
ok claudio@ | |||
2006-06-17 | KNF | Henning Brauer | |
2006-06-17 | Do not leak file descriptor in error path. From Andrey Matveev | Hans-Joerg Hoexer | |
<evol at online dot ptt dot ru>, thanks! | |||
2006-06-16 | Add -DSAVECORE to CFLAGS instead of overriding it. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2006-06-16 | add a missing "force" | Hans-Joerg Hoexer | |
2006-06-16 | make route show work on secondary tables, using the just committed | Henning Brauer | |
extension to the syctl NET_RT_DUMP interface, claudio ok | |||
2006-06-16 | introduce -T <tableid> to work on alternate tables. | Henning Brauer | |
purposefully undocumented for the moment, claudio hshoexer norby ok | |||
2006-06-16 | always change the working directory of the priv child to the root | Reyk Floeter | |
directory ("/"). this fixes a problem when dhclient was called in a working directory like "/mnt" and the user tried to unmount this directory while dhclient was still running. umount failed because the device for "/mnt" was still busy and blocked by the running priv child of dhclient. ok henning@ | |||
2006-06-16 | Make routed no longer use kernel API prototypes for own functions -- this is | Claudio Jeker | |
totaly braindead and will break as soon as we change something in radix.h. Instead pull in the needed defines and prototypes into defs.h. OK henning@, hshoexer@ | |||
2006-06-16 | Don't use rmx_hopcount any longer. The kernel ignores it anyway. | Claudio Jeker | |
OK henning@, norby@, hshoexer@ | |||
2006-06-16 | report the correct line number on an error. Noticed by david@ | Hans-Joerg Hoexer | |
2006-06-15 | be careful when touch the peer component of a rule. It is not | Hans-Joerg Hoexer | |
necessarily set anymore, as now the peer can be left out. | |||
2006-06-15 | unused variable, spotted by pedro | Theo de Raadt | |
2006-06-14 | recover list of key sizes from vpn(8); suggested by markus@, ok hshoexer@ | Christian Weisgerber | |
2006-06-14 | unused var, wrong check for too many keys; mrd@alkemio.org | Theo de Raadt | |
2006-06-14 | indentation. | Hans-Joerg Hoexer | |
2006-06-13 | For IKE, allow main mode SHA2 and quick mode AESCTR transforms, | Christian Weisgerber | |
which were recently added to isakmpd. ok hshoexer@, markus@ | |||
2006-06-12 | Fix a typo that prevented ipsecctl -ss from showing authentication | Christian Weisgerber | |
information for AH SAs. ok markus@, hshoexer@ | |||
2006-06-12 | - make the sub-sections a little more consistent in naming | Jason McIntyre | |
- clarify what sppp is (from reyk) | |||
2006-06-12 | - add the sppp options to pppoe's synopsis | Jason McIntyre | |
- for pppoe, note that it uses the sppp framework, and point to the sppp section for a description of those options - for sppp, avoid referring specifically to sppp devices, as other devices, such as pppoe, may be using these options this after some discussion with reyk | |||
2006-06-11 | the default encryption algorithm with static keying is AES-CBC now; ok hshoexer@ | Christian Weisgerber | |
2006-06-11 | As naddy@ pointed out RFC 3686 discourages use of AESCTR for static | Hans-Joerg Hoexer | |
keying. markus@ seconds this, so use AES CBC as default. ok naddy@ | |||
2006-06-11 | simplify usage(); ok krw deraadt | Jason McIntyre | |
2006-06-11 | options are optional ;) | Jason McIntyre | |
2006-06-11 | split this page up into sections: it was getting too messy to read; | Jason McIntyre | |
feedback/ok deraadt beck krw | |||
2006-06-11 | Adopt to recent changes (mopd3072 is not the default anymore). | Hans-Joerg Hoexer | |
Prodded by david@, thanks! |