Age | Commit message (Expand) | Author |
2001-06-06 | Cleanup. | Artur Grabowski |
2001-06-06 | missing bus linkage. ok, niklas@ | David Leonard |
2001-06-06 | Don't bother migrating software sessions, as this might lead to | Angelos D. Keromytis |
2001-06-06 | Don't forget to make it compile. | Angelos D. Keromytis |
2001-06-05 | Allow boot -c to change number of gre devices. -moj ok angelos@ | Mats O Jansson |
2001-06-05 | Call doshutdownhooks() in boot(). Cleanup code path a little. | Miod Vallat |
2001-06-05 | comment out automatic startup of netatalk if installed; pointed out by deraadt@ | Christian Weisgerber |
2001-06-05 | Don't forget to init b_dep. | Artur Grabowski |
2001-06-05 | make kqueue behave like select | Niels Provos |
2001-06-05 | send note_revoke to knotes when vnode goes away, okay art@ | Niels Provos |
2001-06-05 | PF_KEY identity extensions are NUL-terminated. Now, also calculate | Hakan Olsson |
2001-06-05 | make kqueue work on ext2fs | Niels Provos |
2001-06-05 | errx->err where errno is set | Paul Janzen |
2001-06-05 | Fix pasto; kleink@netbsd.org | Paul Janzen |
2001-06-05 | generic kqfilter that just like select returns ready for read and write. | Niels Provos |
2001-06-05 | fix kqueue EVFILT_WRITE; okay art@ | Niels Provos |
2001-06-05 | let session_close() delete the pty. deny x11fwd if xauthfile is set. | Markus Friedl |
2001-06-05 | Use mi round_page() and trunc_page() macros | Todd C. Miller |
2001-06-05 | memset/memcpy -> bzero/bcopy. Some KNF. | Hakan Olsson |
2001-06-05 | Alphabetize SEE ALSO entries; mpech@prosoft.org.lv | Aaron Campbell |
2001-06-05 | Remove unnecessary .Nm arguments; mpech@prosoft.org.lv | Aaron Campbell |
2001-06-05 | gcc generates a lot of unaligned RELATIVE relocations for c++ exception handl... | Artur Grabowski |
2001-06-05 | Add a Makefile that will recurse | Niklas Hallqvist |
2001-06-05 | calloc stats in one-shot case. | Marc Espie |
2001-06-05 | Use Str_concat instead of fixed buffers and snprintf in building paths. | Marc Espie |
2001-06-05 | That DPRINTF() is not needed. | Angelos D. Keromytis |
2001-06-05 | Remove BUGS section, as the only bug mentioned there was removed | Angelos D. Keromytis |
2001-06-05 | Add a few DPRINTF()'s | Angelos D. Keromytis |
2001-06-05 | That debug message was just too chatty, even as a debug message :-) | Angelos D. Keromytis |
2001-06-05 | Correctly initialize remote ID when using prefix. | Angelos D. Keromytis |
2001-06-05 | Print the correct expected Remote ID value | Angelos D. Keromytis |
2001-06-05 | Oops, typo. | Angelos D. Keromytis |
2001-06-05 | Use pf_key_v2_convert_id() instead of repeating code for the IDs; | Angelos D. Keromytis |
2001-06-05 | Back out the make bug workaround that ho@ did. | Hans Insulander |
2001-06-05 | Undo accidentally commited changes. | Hans Insulander |
2001-06-05 | don't delete the auth socket in channel_stop_listening() | Markus Friedl |
2001-06-05 | Undo accidentally commited changes. | Hans Insulander |
2001-06-05 | Style. | Angelos D. Keromytis |
2001-06-05 | log_error() cleanup | Angelos D. Keromytis |
2001-06-05 | Don't spawn unecessary subshell in the "make build" target, a.k.a hin-is-lazy | Hans Insulander |
2001-06-05 | Don't use log_error() in vain. | Angelos D. Keromytis |
2001-06-05 | Don't spawn unecessary subshells. | Hans Insulander |
2001-06-05 | Don't use log_error() if it's an internal error. | Angelos D. Keromytis |
2001-06-05 | Clarify (from art@) | Angelos D. Keromytis |
2001-06-05 | Clear acquires only if TDB was established correctly. | Angelos D. Keromytis |
2001-06-05 | Enforce Remote-ID specified in Phase 1 peer section (whether manually | Angelos D. Keromytis |
2001-06-05 | SADB_IDENTTYPE_PREFIX support (only for fully-specified hosts), plus | Angelos D. Keromytis |
2001-06-05 | Bad niklas, re-committed redundant code. | Angelos D. Keromytis |
2001-06-05 | Correct credential matching logic. | Angelos D. Keromytis |
2001-06-05 | Style issues and commentary | Niklas Hallqvist |