Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-29 | We need ipsec_decode_ids regardless of DEBUG feature now. | Hakan Olsson | |
2001-03-28 | Take into consideration the IDs when determining whether two Phase 1 | Angelos D. Keromytis | |
SAs match. | |||
2001-03-28 | Fix range checking on SPIs (Jean-Jacques.Bernard@hsc.fr) | Angelos D. Keromytis | |
2001-03-28 | +.Xr mount_ext2fs | Marc Espie | |
Yet another obscure filesystem that no-one ever uses... (found out by Sebastien Desreux <seb@liafa.jussieu.fr>) | |||
2001-03-27 | Fix another memory leak, found by boehm-gc. While not required, | Hakan Olsson | |
also keep what I think is a cleanup of pf_key_v2_msg_free(). | |||
2001-03-27 | Plug one memory leak. Found with boehm-gc. | Hakan Olsson | |
2001-03-27 | Allocate a buffer large enough to contain the generated assertion. | Hakan Olsson | |
Found with ElectricFence. | |||
2001-03-27 | (c)-2001 | Hakan Olsson | |
2001-03-26 | Typo: paramters -> parameters | Aaron Campbell | |
2001-03-24 | Make the apple code compile for OpenBSD. These changes are mostly from maja. | Dale Rahn | |
2001-03-24 | Import of pdisk from apple, BSD licensed code. Archive dated Feb 18 1998 | Dale Rahn | |
This is a HFS partition editing tool. | |||
2001-03-23 | bsdi support, ok niklas@ | Markus Friedl | |
2001-03-23 | atactl SMART support; wouter@yourcreativesolutions.nl | Theo de Raadt | |
2001-03-22 | use mkstemp() | Theo de Raadt | |
2001-03-22 | sprintf -> snprintf | Grigoriy Orlov | |
2001-03-22 | BSD/OS make treats ${A:S/a/x/} like ${A:S/a/x/1}, so we use ${A:S/a/x/g}. | Markus Friedl | |
this works on both systems (for this special case). | |||
2001-03-22 | Update. | Angelos D. Keromytis | |
2001-03-22 | Allow srcid/dstid for manually-set SAs as well (mostly for debug | Angelos D. Keromytis | |
purposes). | |||
2001-03-19 | examples. suggested by deraadt. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-16 | 0x9f == BSDI, ok millert@ | Markus Friedl | |
2001-03-15 | KNF | Theo de Raadt | |
2001-03-15 | override file creation, do not assume umask is enough. of course, ld may | Theo de Raadt | |
generate temp files which have umask mode.. so this is not really a sane change to even bother with. | |||
2001-03-14 | Make these compile again... | Thorsten Lockert | |
2001-03-14 | Indentation and style fascism | Niklas Hallqvist | |
2001-03-14 | might as well throw a few crumbs at the anal compiler | Theo de Raadt | |
2001-03-14 | incorrect TAILQ management; chris@stallion.oz.au, pr#1723 | Theo de Raadt | |
2001-03-13 | Somewhere along the line we stopped using the configuration file defaults | Hakan Olsson | |
properly. Make them work again. (niklas@ ok) | |||
2001-03-13 | Add logging classes for Negotiation and Policy, and change a number of | Hakan Olsson | |
debug messages to use these instead. Change a number of 'log_print' to debug messages to keep the noise down. Use 'log_error' instead of 'log_print' in some cases when we have errno. Some indentation fixes. (niklas@ ok) | |||
2001-03-12 | correct warning; maurice@maurice.wan.nl | Theo de Raadt | |
2001-03-12 | -Q is not there. NetBSD PR 12384. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-12 | typo; maurice@maurice.wan.nl | Theo de Raadt | |
2001-03-11 | - No need to repeat the name of a parameter: just use [...]. | Aaron Campbell | |
- Xr reboot(8) in SEE ALSO since it is referenced in the DESCRIPTION. | |||
2001-03-09 | add missing sub-header | Marco S Hyman | |
2001-03-09 | Don't list available keyboard encodings here, they may change often. Instead, | Aaron Campbell | |
refer people to kbd(8) which now supports wscons. | |||
2001-03-09 | missing \n for MARKED FREE messages, some spaces | Michael Shalayeff | |
2001-03-09 | PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they ↵ | Theo de Raadt | |
just got cranked a little while ago. discussion with millert | |||
2001-03-08 | whack exit(-#) | Theo de Raadt | |
2001-03-08 | Add support for wscons. Support for PC, USB and ADB keyboards. | Mats O Jansson | |
Enabled for i386 and powerpc. This makes it possible to list which encodings are known by the kernel. kbd_wscons.c needs struct wscons_keydesc from the newly commited <dev/wscons/wsksymvar.h>. -moj ok @aaron | |||
2001-03-07 | Oops, use the right legnth for the key id. | Angelos D. Keromytis | |
2001-03-07 | Add KEY_ID support (mostly from roland@digitalvampire.org) | Angelos D. Keromytis | |
2001-03-06 | Print the name of the marked SA (if available). | Angelos D. Keromytis | |
2001-03-06 | Don't use the source for both sides! | Angelos D. Keromytis | |
2001-03-03 | complete wscons support for abd keyboard. -moj ok @deraadt | Mats O Jansson | |
2001-03-02 | Simpler algorithm or calculating inomapsize | Constantine Sapuntzakis | |
2001-03-02 | When doing last second fixes before a commit, it's a good idea | Artur Grabowski | |
to check if it builds. | |||
2001-03-02 | Make fsck aware of soft updates. | Artur Grabowski | |
We had this in the tree 1997, but it went away because it was too close to release. Ok: csapuntz@ (as a size note: It's really good to test fsck when you are torture testing the filesystems) | |||
2001-03-01 | on "giftunnel" configuration, use specified address family | Jun-ichiro itojun Hagino | |
2001-02-28 | Make sure the default lifetimes in the General section are taken into | Angelos D. Keromytis | |
consideration. | |||
2001-02-27 | consistent printf | Jason Wright | |
2001-02-27 | Match reality | Thorsten Lockert | |