Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-30 | add a sensor type for drive status and hook esm up with it. | David Gwynne | |
ok marco@ grange@ deraadt@ | |||
2005-11-30 | handle that pfkey_ipsec_flush() can fail. | Hans-Joerg Hoexer | |
2005-11-28 | do not overflow ifr.ifr_addr; ok mpf, henning, hshoexer, deraadt | Markus Friedl | |
2005-11-27 | BINMODE not needed | Theo de Raadt | |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-11-27 | .Xr vnconfig 8 | Jason McIntyre | |
2005-11-27 | sanity check constraints for transforms. | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2005-11-27 | truly permit auth/enc/comp expressions to be in any order | Theo de Raadt | |
hshoexer will add back in the contraint language | |||
2005-11-26 | allow specficiation of encryption and authentication algorithms to be swapped. | Hans-Joerg Hoexer | |
Ie. both "enc 3des-cbc auth hmac-sha1" and " auth hmac-sha1 enc 3des-cbc" are valid. | |||
2005-11-26 | get rid of some leftovers from a cleanup during c2k5. From Andrey Matveev | Hans-Joerg Hoexer | |
<evol at online dot ptt dot ru>, thanks! | |||
2005-11-26 | enable the bpf filter-drop option in dhclient | Reyk Floeter | |
ok henning@, tested by many others (tech@) | |||
2005-11-24 | "hmac" not "hmc", notice by <gwyllion at ulyssis dot org> | Hans-Joerg Hoexer | |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-11-24 | Make clear we only have "hmac-sha1" and "hmac-md5". | Hans-Joerg Hoexer | |
2005-11-24 | Remove old-style keyed sha1/md5. We only support hmac-sha1/md5. | Hans-Joerg Hoexer | |
Noticed the hard way by <raff at brodewicz dot pl> | |||
2005-11-21 | Accept and pass through -b option for fsck_ffs and fsck_ext2fs | Todd C. Miller | |
OK mickey@ | |||
2005-11-21 | Fix memory leaks. From Andrey Matveev <evol at online dot ptt dot ru>, | Hans-Joerg Hoexer | |
thanks! | |||
2005-11-21 | Replace default DEV_BSIZE sector conversion factor with disklabel's | Kenneth R Westerback | |
sector size when possible. Fixes the "[ XX Sectors ]" size display. Pointed out by Robert Szasz while playing with his Sony Hi-MD device. Apply input conversion fixes similar to those recently applied to disklabel(8). Use correct sector size in the conversions. It is still *not* possible to use unusual sector sizes for non-ISO9660 filesystems! ok millert@ | |||
2005-11-17 | typo, ok hshoexer@ | Alexander von Gernler | |
2005-11-17 | for pfctl -f rules, open the file before resetting options. when opening | Daniel Hartmeier | |
the file fails, produce only the error message and leave options unchanged. reported by Tamas TEVESZ, ok deraadt@ | |||
2005-11-17 | add a free() which got lost in r1.104. ok hshoexer@ deraadt@ | Moritz Jodeit | |
2005-11-16 | Avoid printing a NULL string. ok hshoexer | Chad Loder | |
2005-11-16 | Fix conversion of K units to handle case where sector size > 1024. e.g. | Kenneth R Westerback | |
Sony Hi-MD usb drive. ok millert@ | |||
2005-11-15 | Add support for light sensors. | Mark Kettenis | |
ok dlg@ | |||
2005-11-15 | Be cleaner about signed vs. unsigned when it's easy to do so. OK hshoexer | Chad Loder | |
2005-11-15 | Add a new raw2hex function and yank out several pieces of code in other | Chad Loder | |
places that were doing this. Prodding deraadt. OK hshoexer. | |||
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat | |
2005-11-15 | add "-description" to usage(); | Jason McIntyre | |
ok henning@ | |||
2005-11-14 | use snprintf; ok cloder. also looked at by a few other people | Theo de Raadt | |
2005-11-14 | use asprintf | Theo de Raadt | |
and do fstat() on the opened fd, instead of stat() before open() from dhill@mindcry.org | |||
2005-11-14 | add -descr / -description to clear the interface description, noticed todd | Henning Brauer | |
2005-11-13 | missing fclose(); from dhill@mindcry.org | Theo de Raadt | |
2005-11-13 | missing fclose(); dhill@mindcry.org | Theo de Raadt | |
2005-11-13 | spacing | Theo de Raadt | |
2005-11-13 | fclose() file descriptor of the rule file when we are done with it. | Hans-Joerg Hoexer | |
From David Hill <dhill at mindcry dot org>, thanks! | |||
2005-11-13 | zap unused variable and silence gcc. | Hans-Joerg Hoexer | |
From Mike Belopuhov <mkb at crypt dot org dot ru> Thanks! | |||
2005-11-12 | spacing | Hans-Joerg Hoexer | |
2005-11-12 | add support for interface names as host specifications | Hans-Joerg Hoexer | |
2005-11-12 | FILE * leak, missing fclose(); evol@online.ptt.ru | Theo de Raadt | |
2005-11-12 | return; at end of function is dorky | Theo de Raadt | |
2005-11-12 | left a free() behind, spotted by cloder | Theo de Raadt | |
2005-11-12 | permit TO/FROM to be swapped (symmetry is good); ok hshoexermk | Theo de Raadt | |
2005-11-12 | simplify TAILQ walking code; ok hshoexer | Theo de Raadt | |
2005-11-12 | spacing | Theo de Raadt | |
2005-11-12 | spacing | Theo de Raadt | |
2005-11-12 | do not stat() before open(); instead -- use fstat(); ok hshoexer | Theo de Raadt | |
2005-11-12 | more asprintf; ok dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | more memleaks plugged; evol@online.ptt.ru | Theo de Raadt | |
2005-11-12 | use snprintf; dhill@mindcry.org | Theo de Raadt | |
2005-11-12 | use snprintf; ok cloder dhill@mindcry.org | Theo de Raadt | |