Age | Commit message (Expand) | Author |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-20 | knf found while fixing another bug | Theo de Raadt |
2007-02-19 | tweak; | Jason McIntyre |
2007-02-19 | tweak; | Jason McIntyre |
2007-02-19 | Document NULL encryption. | Hans-Joerg Hoexer |
2007-02-19 | isakmpd bits for ESP+NULL encryption. This is useful, when AH can | Hans-Joerg Hoexer |
2007-02-19 | Bits for ESP+NULL encryption. This is useful, when AH can not be | Hans-Joerg Hoexer |
2007-02-19 | do not display empty authkey/enckey line when -k option is not | Hans-Joerg Hoexer |
2007-02-19 | undo previous commit and keep the original behaviour of the parser. | Hans-Joerg Hoexer |
2007-02-18 | Use sizeof(buf) instead of magic numbers. | Ray Lai |
2007-02-18 | Pass correct buffer size. (sizeof(cfgPtr->spare_names[c]) != 256) | Ray Lai |
2007-02-18 | Don't ignore buffer size argument. | Ray Lai |
2007-02-17 | silence fsck_{e2fs,ffs} when being put to work on non-existing filenames | Alexander von Gernler |
2007-02-16 | Address PR 5380: refer to DH MODP well-known group numbers. | Chad Loder |
2007-02-16 | Do not accept '\n' in quoted strings. Addresses issues noticed by | Hans-Joerg Hoexer |
2007-02-16 | Fix a row of bugs in the code that computes the alternate superblock | Otto Moerbeek |
2007-02-15 | make read connection closed message a debug(); ok henning@ | Kevin Steves |
2007-02-14 | spacing and a typo that fell out of the read | Theo de Raadt |
2007-02-14 | use errwarn functions vs. syslog(); ok henning@ krw@ | Kevin Steves |
2007-02-13 | move includes only needed in dhclient.c; ok henning@ | Kevin Steves |
2007-02-13 | "Fix" a horrible signal handler. ckfini() breaks all the rules for | Otto Moerbeek |
2007-02-13 | Do some extra validation of the superblock, otherwise a corrupt | Otto Moerbeek |
2007-02-13 | error check socket() return; ok henning@ | Kevin Steves |
2007-02-12 | remsize must be signed to avoid wrapping around to some huge number. | Otto Moerbeek |
2007-02-12 | detect truncation of block number, which can happen which trashed | Otto Moerbeek |
2007-02-12 | max partition letter is 'a' + MAXPARTITIONS - 1, not 'h'. ok (and | Otto Moerbeek |
2007-02-09 | fix a fd leak that happens whe checking multiple file systems and some | Otto Moerbeek |
2007-02-09 | pfctl_clear_rule_counters() is not needed any more | Henning Brauer |
2007-02-09 | use DIOCGETRULE ioctl & action set to PF_GET_CLR_CNTR to clear counters | Henning Brauer |
2007-02-08 | Plug some mem leaks that occur when checking multiple file systems in a | Otto Moerbeek |
2007-02-08 | A corrrup inode might lead to preposterous dir sizes. So check the | Otto Moerbeek |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-02-06 | remove -j from usage(); | Jason McIntyre |
2007-02-03 | in decide_address_family(), only limit a rule to a specific address family | Daniel Hartmeier |
2007-02-01 | Don't count ethernet as overhead for UDP packet constuction. Gives | Kenneth R Westerback |
2007-01-30 | document -sI -v; | Jason McIntyre |
2007-01-29 | sort FILES; | Jason McIntyre |
2007-01-29 | sort FILES; | Jason McIntyre |
2007-01-29 | add /fastboot to FILES, since these pages discuss that file; | Jason McIntyre |
2007-01-29 | Don't malloc memory to store option data in leases, just appropriate | Kenneth R Westerback |
2007-01-28 | Remove cross references between fstab(5) and umount(8). | Alexander Bluhm |
2007-01-28 | Remove #include <fstab.h> as there is no fstab in umount anymore. | Alexander Bluhm |
2007-01-27 | We only poll on the bpf fd and the routing socket fd. No need for | Kenneth R Westerback |
2007-01-25 | Cleanup some more code. Eliminate dhcp(), bootp(), parse_options() by | Kenneth R Westerback |
2007-01-24 | A reallocated root directory gets ownership of the fsck process. | Alexander Bluhm |
2007-01-19 | add an EXAMPLES section; | Jason McIntyre |
2007-01-18 | implement -T expire. | Henning Brauer |
2007-01-16 | More cleanup. Eliminate 'struct packet' by cleverly passing as | Kenneth R Westerback |
2007-01-15 | reference ripd(8) vs. routed(8) and remove routed statement in BUGS | Kevin Steves |