Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen | |
2002-05-31 | do not try to update rmx_mtu if rmx_mtu == 0 (obey ifmtu) | Jun-ichiro itojun Hagino | |
2002-05-31 | Per-socket policies and authentication. Finally. | Angelos D. Keromytis | |
2002-05-31 | Socket-related IPsec sockoptions --- cleanups etc. | Angelos D. Keromytis | |
2002-05-31 | Move some common code to separate routines; also, fix the problem of | Angelos D. Keromytis | |
using the same SA for different traffic classes. Now, different SAs will be renegotiated as needed. XXX It's a sub-optimal (but correct) solution, as it looks for an exact match -- it should be checking for subset/subnet. One of these days... | |||
2002-05-31 | New fields in policy and TDB. | Angelos D. Keromytis | |
2002-05-31 | Keep an policy attached to each socket (that needs it), and cleanup as | Angelos D. Keromytis | |
needed on socket tear-down. | |||
2002-05-31 | Fix a DoS attack whereby an attacker could cause the replay counter to | Angelos D. Keromytis | |
advance with unauthenticated packets, thereby causing valid packets to be discarded as replays. This has been sitting in my tree for a while, and I've forgotten who it was that pointed out the problem. | |||
2002-05-31 | Look for the authentication info from the kernel in the correct message. | Angelos D. Keromytis | |
2002-05-31 | Pass authentication information (if available) in ACQUIRE message. | Angelos D. Keromytis | |
2002-05-31 | Add support for passphrase authentication, all sorts of new attributes | Angelos D. Keromytis | |
to check for. Verified that it works well with mod_dav (not in the tree). | |||
2002-05-31 | import_flow() prototype | Angelos D. Keromytis | |
2002-05-31 | Move code out of pfkeyv2.c into import_flow() | Angelos D. Keromytis | |
2002-05-31 | Allow auth payloads in ACQUIRE messages. Part of a larger commit to come. | Angelos D. Keromytis | |
2002-05-31 | clarify comment when nreceived > ntransmitted. from deraadt | Jun-ichiro itojun Hagino | |
2002-05-31 | undo until i find my #line bug | Theo de Raadt | |
2002-05-30 | Add a german keymap for iBook. Based on "Key Caps" on Mac OS X 10.1.4. | Mats O Jansson | |
Created by me and tested by Peter Janze <janze@digitalblue.de>. -moj | |||
2002-05-30 | missing "%s". from netbsd | Jun-ichiro itojun Hagino | |
2002-05-30 | __attribute__((sentinel)) | Marc Espie | |
for now, just check that a function with an ellipsis is always called with the last parameter a null pointer (sentinel may take parameters in the future, if I figure out how to check a specific value and its type). okay millert@ | |||
2002-05-30 | move build/host/target fragment to a separate file. | Marc Espie | |
Idea taken from recent gcc's. - unobfuscate the code, since config.gcc does not go through m4. - no synch problems, since config.gcc is the file that changes the most, and configure no longer needs to be re-gen'ed. ok millert@ | |||
2002-05-30 | separate main.c into a separate libfrtbegin.a. | Marc Espie | |
Handle that in g77spec. Taken from gcc 3.1 (apart from the Makefile.bsd-wrapper changes). This allows one to link fortran code with other languages on ELF platforms: putting main.c in libg2c.so would make libg2c insist it got a MAIN__ symbol. Okay fgs@, pval@. | |||
2002-05-30 | a grammar knit; from Aidan Kehoe <kehoea@parhasard.net> | Michael Shalayeff | |
2002-05-30 | fallout from the radio attachment fix | Michael Shalayeff | |
2002-05-30 | First pass of get/setprogname() cleanup. Much more to come later. | Hans Insulander | |
ok deraadt@, pval@ | |||
2002-05-30 | minor KNF | Theo de Raadt | |
2002-05-30 | minor tweaks | Theo de Raadt | |
2002-05-30 | various repairs; jason@ackley.net | Theo de Raadt | |
2002-05-30 | missing refs to sfr0 and other man fixes; from jumbo@ | Michael Shalayeff | |
2002-05-30 | typo | Theo de Raadt | |
2002-05-30 | remove silly ifdef's; mickey@ jason@ ok. | Federico G. Schwindt | |
2002-05-30 | typo | Theo de Raadt | |
2002-05-30 | fix segfault when using just-one-space on an empty line; from | Vincent Labrecque | |
dkm_holdings@hotmail.com ok art@ | |||
2002-05-30 | power management and microwave over robustness are booleans | Todd C. Miller | |
2002-05-30 | iff pcibios is enabled, record _every_ established pci interrupt | Michael Shalayeff | |
for it will not get reprogrammed for isa later. should help lost and hanging pci interrupts. testing by fries@, krw@, mordin@, philipp@ and others | |||
2002-05-30 | vt8233 is supported | Michael Shalayeff | |
2002-05-30 | make radio attach, not steal other audio attachments | Michael Shalayeff | |
2002-05-30 | add WSKBD_TYPE_SUN5 here, too | Jason Wright | |
2002-05-30 | proper support for vt8233; from freebsd; tested by Jolan Luff ↵ | Michael Shalayeff | |
<jolan@encryptedemail.net> | |||
2002-05-30 | protect biodone with splbio. | Artur Grabowski | |
miod@ ok. | |||
2002-05-30 | use strlcpy and snprintf | Theo de Raadt | |
2002-05-30 | Avoid spinning poll, and while we're at it more closely reproduce the | Hugh Graham | |
original netcat's timeout behaviour. Theo says go. | |||
2002-05-30 | Do not allow user to run authpf if user's shell is not /usr/sbin/authpf to | Oleg Safiullin | |
prevent users from playing with $SSH_CLIENT. | |||
2002-05-30 | use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of | Markus Friedl | |
our own implementation. allow use of AES hardware via libcrypto, ok deraadt@ | |||
2002-05-30 | snprintf in .y files | Theo de Raadt | |
2002-05-30 | spaces | Theo de Raadt | |
2002-05-30 | -4 and -6 options; kanai@big.or.jp; itojun ok | Theo de Raadt | |
2002-05-30 | space nits | Theo de Raadt | |
2002-05-30 | space nits | Theo de Raadt | |
2002-05-30 | spelling errors; moritz@jodeit.org | Theo de Raadt | |
2002-05-30 | typo; moritz@jodeit.org | Theo de Raadt | |