Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-16 | Fix a long standing problem on vax: on "arithmetic fault" exceptions, | Miod Vallat | |
we schedule a SIGFPE signal delivery to the faulting process. However, arithmetic faults come in two flavors: "traps" that are "regular" exceptions, and "faults" that are restartable exceptions. In the "fault" case, the frame pc points to the faulting instruction, instead of the next instruction, in case we could save the world by tweaking memory and make the instruction not fault again when restarted. In practice, this led to processes blocked in a SIGFPE loop madness. To avoid this, add a skip_opcode() routine to compute the address of the next opcode, effectively skipping the offending instruction ; this routine is a very stripped-down db_disasm(). While there, enhance the ddb disassembler to correctly recognize and disassemble two-byte opcodes. ok hugh@, deraadt@ | |||
2002-05-16 | more french ones | Matthieu Herrb | |
2002-05-16 | No longer needs to be setuid root. | Todd C. Miller | |
2002-05-16 | Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory | Todd C. Miller | |
where each user gets their own file, which is owned by that user. An old S/Key database may be converted by running "skeyinit -C" as root. Programs that need to access the S/Key database no longer need to be setuid root. They must now be setgid auth instead. | |||
2002-05-16 | Re-enable RNG on the 5601 (it needs to be disabled on some 5805 variants, | Jason Wright | |
but I'm not sure which revisions yet). | |||
2002-05-16 | o Bump the version number | brian | |
o Tidy up includes o Fix macros in auth.h o Insist on context for ``set mru'' in MP mode o Usage -> usage o Don't intialise after processing config requests o Show FSM values for ConfigAcks o Make ident output prettier o Fix some Id keywords o Handle RADIUS pool address 255.255.255.254 o Support RADIUS Session-Timeout attributes o Support RADIUS Reply-Message attributes o Support RADIUS CHAP-Error attributes o Store RADIUS Filter-Id attributes o Provide a NAS-Port-Type attribute to RADIUS servers o Provide a better NAS-Port attribute to RADIUS servers o Support MS-CHAP with RADIUS o Improve FSM decode functions o Support an OCTETSIN variable o Support an OCTETSOUT variable o Support an PACKETSIN variable o Support an PACKETSOUT variable o Support an IPOCTETSIN variable o Support an IPOCTETSOUT variable o Support an IPPACKETSIN variable o Support an IPPACKETSOUT variable o Support an IPV6OCTETSIN variable o Support an IPV6OCTETSOUT variable o Support an IPV6PACKETSIN variable o Support an IPV6PACKETSOUT variable o Support a SOCKNAME variable | |||
2002-05-16 | sprinkle some splassert(IPL_BIO) in some functions that are commented as ↵ | Artur Grabowski | |
"should be called at splbio()" | |||
2002-05-15 | typo in comment. | Artur Grabowski | |
From Sam Smith S at mSmith.net | |||
2002-05-15 | Kill commented out stubs for swapoff. | Artur Grabowski | |
2002-05-15 | kill the reference to swapoff. | Artur Grabowski | |
2002-05-15 | Document splassert. | Artur Grabowski | |
2002-05-15 | Implement splassert() for sparc - a tool for finding problems related to | Artur Grabowski | |
spl handling (already found 3 problems). Man page in a few seconds. deraadt@ ok. | |||
2002-05-15 | Remove the assembler kludges to allow altivec support without assembler help | Dale Rahn | |
now that binutils is updated. As hoped, resulting .o file was identical. | |||
2002-05-15 | re-enable privsep and disable setuid for post-3.2.2 | Markus Friedl | |
2002-05-15 | add lofn and nofn | Jason Wright | |
2002-05-15 | Some drivers are just nofn to write documentation for. | Jason Wright | |
2002-05-15 | Driver for the Hifn 7814/7851/7854 HIPP1 processors; currently only supports | Jason Wright | |
the public key engine (very much like the 6500, surprise) and the rng. | |||
2002-05-15 | enter OpenSSH_3.2.2 | Markus Friedl | |
2002-05-15 | disable privsep and enable setuid for the 3.2.2 release | Markus Friedl | |
2002-05-15 | uimove(9) from NetBSD with minor changes for OpenBSD. We should | Todd C. Miller | |
consider changing the size parameter to uiomove() from int to size_t. | |||
2002-05-15 | install cross-links for objdumpc,objcopy,strings | Michael Shalayeff | |
2002-05-15 | 'monitor' variable clashes with at least one lame platform (NeXT). Renamed | mouring | |
to 'pmonitor'. provos@ | |||
2002-05-15 | Rework MODEXP: | Jason Wright | |
5805 (and 5601) require the modulus and base to be normalized to the right of one of several different register lengths. The result is also normalized to the same length. Provide functions for shifting the bits back and forth as appropriate. Note: for consistencies sake the exponent is NOT normalized. | |||
2002-05-15 | Insert entry for /var/tmp to /etc/fstab like /tmp one,i.e. nosuid and nodev | Mike Pechkin | |
Idea from form@. millert@, krw@ ok | |||
2002-05-15 | splvm, not splimp | Artur Grabowski | |
2002-05-15 | sync | Theo de Raadt | |
2002-05-15 | more quiet | Theo de Raadt | |
2002-05-15 | sync | Theo de Raadt | |
2002-05-15 | use -ldes | Theo de Raadt | |
2002-05-15 | more stuff from the weissman dude | Michael Shalayeff | |
2002-05-15 | Damn my rush to make it build again. | Bob Beck | |
2002-05-15 | order better | Theo de Raadt | |
2002-05-15 | Dammit. I'm an idiot. | Bob Beck | |
2002-05-15 | god these guys have low quality control | Theo de Raadt | |
2002-05-15 | basic change to make kerbV build with OpenSSL 0.9.7 - | Bob Beck | |
since the newer OpenSSL's wish to depreciate the libdes api, and now do not have symbol conflicts with libdes, we change the build here so that we use the libdes <des.h> and use libdes rather than libcrypto (this is the same thing kerberosIV uses) | |||
2002-05-15 | Tweak to make this work with OpenSSL 0.9.7 | Bob Beck | |
2002-05-15 | Build and run openssl regress tests in addition to our own. | Bob Beck | |
2002-05-15 | Changes for OpenSSL 0.9.7 | Bob Beck | |
2002-05-15 | import openssl-0.9.7-beta1 | Bob Beck | |
2002-05-15 | OpenSSL 0.9.7 stable 2002 05 08 merge | Bob Beck | |
2002-05-15 | import 0.9.7b (without idea and rc5) | Bob Beck | |
2002-05-15 | import openssl-0.9.7-stable-SNAP-20020911 (without idea) | Bob Beck | |
2002-05-15 | OpenSSL 0.9.7 | Bob Beck | |
2002-05-14 | this shouldn't be here; reported by wcobb@. | Federico G. Schwindt | |
2002-05-14 | sync. | Jason Wright | |
2002-05-14 | vendors go in numeric order | Jason Wright | |
2002-05-14 | sync | Jason Wright | |
2002-05-14 | Remove duplicate MOT block and duplicate MPC106 defn | Jason Wright | |
2002-05-14 | sync | Theo de Raadt | |
2002-05-14 | make resettodr() save the clock (per the pdc manual), tested | Michael Shalayeff | |