Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-15 | import apache 1.3.27 and mod_ssl 2.8.11 | Bob Beck | |
2000-12-15 | Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE} | Artur Grabowski | |
2000-12-15 | oops, forgot top level makefile.bsd-wrapper on merge | Bob Beck | |
2000-12-15 | send messages to all registered listeners. makes multiple keying daemons | Niels Provos | |
work. | |||
2000-12-15 | Oops, missed makefile change, and must crank major on these, some | Bob Beck | |
routines which used to be externally used are now macros. ugh. | |||
2000-12-15 | ITE_INGRF checks needed, from NetBSD. | Marc Espie | |
Reported by Lars Hecking. | |||
2000-12-15 | compute diffie-hellman in parallel between server and client. okay markus@ | Niels Provos | |
2000-12-15 | sync | Jason Wright | |
2000-12-15 | natsemi 83820 | Jason Wright | |
2000-12-15 | Grow the number of reserved pt pages. | Artur Grabowski | |
Solves the 64MB problem. Somewhat based on NetBSD. | |||
2000-12-15 | If there was a syntax error and the user just wants to exit, unlink | Todd C. Miller | |
sudoers if it is zero length since visudo probably just created it. From the sudo cvs repo. | |||
2000-12-15 | Give sensible error messaage for a zero-length sudoers file. | Todd C. Miller | |
From the sudo cvs repo. | |||
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | Aaron Campbell | |
this is consistent. | |||
2000-12-15 | .Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it | Aaron Campbell | |
belongs. Closes PR/1554 from bk@rt.fm. | |||
2000-12-15 | return resource exhaustion message on memory allocation error. poll on | Niels Provos | |
the pfkey fd so that we dont block when a message gets lossed. | |||
2000-12-15 | only create new exchange on SA expires, when there has been used. | Niels Provos | |
okay angelos@ | |||
2000-12-15 | send expire messages also for sa's that do not have been used. | Niels Provos | |
okay angelos@ | |||
2000-12-15 | openssl-engine0.9.6 merge | Bob Beck | |
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds | |||
2000-12-15 | 'Q' means ignore parse error, not 'q' | Todd C. Miller | |
2000-12-15 | When opening /etc/sudoers for writing, use SUDOERS_MODE for the mode. | Todd C. Miller | |
Otherwise if the user creates a new sudoers file, makes a syntax error, and quits, sudoers will have a random file mode. However, since it is also zero-length, there is no information exposed. Closes PR 1559. | |||
2000-12-15 | openssl-engine 0.9.6 merge | Bob Beck | |
Note that the library changes will mean that you will need to blow away /usr/obj/lib/libssl if you are building, or things will probably get mucked up. | |||
2000-12-15 | openssl-engine-0.9.6 merge | Bob Beck | |
2000-12-15 | import openssl-0.9.7-beta1 | Bob Beck | |
2000-12-15 | remove section talking about photuris limitations | Niels Provos | |
2000-12-15 | update email address in copyright. | Niels Provos | |
2000-12-15 | more cleanup; send SPI needed message if we have state but no SPI on | Niels Provos | |
acquire. | |||
2000-12-15 | more cleanup. remove last vestiges of gmp. | Niels Provos | |
2000-12-15 | Correct documented defaults for mppe, chap80 and chap81 | brian | |
2000-12-15 | handle pfkey soft updates. only update when SA has been used. | Niels Provos | |
2000-12-14 | queue pfkey acquire and expire messages if we are currently waiting for | Niels Provos | |
another pfkey transaction to return. some cleanup. | |||
2000-12-14 | cleanup tailq examples | Niels Provos | |
2000-12-14 | Compile in non-INET6 kernels. | Angelos D. Keromytis | |
2000-12-14 | setup soft lifetimes, handle hard expirations, deal with changed pfkey | Niels Provos | |
supported extensions. some problems pointed out by Hans-Joerg.Hoexer@rommelwood.de | |||
2000-12-14 | sync with pfkey rfc. you need to rebuild ipsecadm and isakmpd after this. | Niels Provos | |
okay angelos@ | |||
2000-12-14 | NATIVE_ELF -> NATIVE_EXEC_ELF (this is what userland uses and | Artur Grabowski | |
what is defined in machine/exec.h | |||
2000-12-14 | native ELF and ELF for nlist | Artur Grabowski | |
2000-12-14 | Enable loading of ELF kernels. | Artur Grabowski | |
2000-12-14 | First shot at making ELF compile. | Artur Grabowski | |
2000-12-14 | Document additions to EXTRACT_CASES | Marc Espie | |
2000-12-14 | Display MSCHAP as CHAP80 in ``show cpp'' | brian | |
Display the interface mtu in ``show iface'' | |||
2000-12-14 | Always look for a suitable TDB if the gateway is left unspecified. | Angelos D. Keromytis | |
2000-12-14 | Add option CRYPTO. | Angelos D. Keromytis | |
2000-12-14 | make patch -f and -b actually skip patches for which the file can't be | Bob Beck | |
found, instead of claiming it will and erroring out anyway. | |||
2000-12-13 | fatal already adds \n; from stevesk@pobox.com | Markus Friedl | |
2000-12-13 | remove redundant spaces; from stevesk@pobox.com | Markus Friedl | |
2000-12-13 | have add set locks, too. okay itojun@ | Niels Provos | |
2000-12-13 | new timeouts | Michael Shalayeff | |
2000-12-13 | better new timeouts | Michael Shalayeff | |
2000-12-13 | new timeouts; hmm why it's not in generic? | Michael Shalayeff | |
2000-12-13 | Bytecounter stats. (-b switch) | Camiel Dobbelaar | |
From NetBSD. ok itojun@ |