summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-26PNIC IIJason Wright
1999-02-26deal with uvm. Mostly name changes.Artur Grabowski
1999-02-26change pmap_{de,}activate to take a struct proc *.Artur Grabowski
XXX - This should be done to other archs, but since nothing (except uvm) uses it right now, the interface will be changed there when support for uvm is added.
1999-02-26Print warning when using DES or Skipjack for encryption.Angelos D. Keromytis
1999-02-26Use .Fn for dbopen() declaration and add from Dv for NULLTodd C. Miller
1999-02-26.Ar -> .Fa and NULL is DvTodd C. Miller
1999-02-26Better fix for i_nlink oflow from imp@openbsd.orgTodd C. Miller
Move the check up with the other sanity checks and unlock the vnode properly and jump to abortit, not bad when >= LINK_MAX.
1999-02-26add OpenBSD tagsArtur Grabowski
1999-02-26adapt to uvm vnode pagerArtur Grabowski
1999-02-26a new way of mapping in exec for uvmArtur Grabowski
1999-02-26mostly name changes and allocation chnges for uvmArtur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26uvm allocation and name changesArtur Grabowski
1999-02-26vm allocation changes for uvmArtur Grabowski
1999-02-26vm allocation changes for uvm.Artur Grabowski
Call uvmspace_exec instead of manually cleaning up.
1999-02-26kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra ↵Artur Grabowski
argument)
1999-02-26compat with uvm sysctl, some uvm name changes, cnt.foo -> uvmexp.barArtur Grabowski
1999-02-26uvm uses kcopy when uiomoving from sysspaceArtur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26adaptation to uvm vnode pagerArtur Grabowski
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26initialize uvm, make allocations work with uvm, namchanges for uvm, etcArtur Grabowski
1999-02-26cnt.foo -> uvmexp.barArtur Grabowski
vm_fault -> uvm_fault
1999-02-26some allocation changes, name changes, etc for uvmArtur Grabowski
1999-02-26add kcopy (uvm)Artur Grabowski
cnt.foo -> uvmexp.bar kmem allocation changes for uvm
1999-02-26kmem allocation changes for uvmArtur Grabowski
1999-02-26some uvm constantsArtur Grabowski
1999-02-26cnt.foo -> uvmexp.bar in uvmArtur Grabowski
1999-02-26cnt.foo -> uvmexp.bar in uvmArtur Grabowski
1999-02-26typedefs for {v,p}addr_t and {v,p}size_t needed by uvm.Artur Grabowski
We should consider switching to those some day.
1999-02-26some defines needed by uvmArtur Grabowski
1999-02-26cnt is called uvmexp in uvm and the names of the members have changed.Artur Grabowski
Different allocation and deallocation for uvm.
1999-02-26vm_sysctl -> uvm_sysctl for uvmArtur Grabowski
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.3 | date: 1998/08/21 14:33:12; author: provos; state: Exp; lines: +8 -1 | encode IP into cert. many XXX. | ---------------------------- | revision 1.2 | date: 1998/08/20 14:09:05; author: provos; state: Exp; lines: +3 -3 | rename pkcs_{set,get}_{public,private}_key to something more understandable, | it confused me, so i suppose it will also confuse others. | ---------------------------- | revision 1.1 | date: 1998/08/11 20:29:16; author: provos; state: Exp; | add a tool for generating x509 certificates | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.2 | date: 1998/08/21 15:02:12; author: provos; state: Exp; lines: +1 -1 | generate x509v3 certificates | ---------------------------- | revision 1.1 | date: 1998/08/11 20:29:16; author: provos; state: Exp; | add a tool for generating x509 certificates | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.5 | date: 1999/02/25 15:10:11; author: niklas; state: Exp; lines: +2 -2 | Whoops | ---------------------------- | revision 1.4 | date: 1999/02/25 15:07:36; author: niklas; state: Exp; lines: +6 -4 | Mesing with the new sysdep paths | ---------------------------- | revision 1.3 | date: 1998/12/21 00:41:59; author: niklas; state: Exp; lines: +2 -0 | RCS Ids | ---------------------------- | revision 1.2 | date: 1998/08/14 08:52:19; author: niklas; state: Exp; lines: +3 -2 | Work in objdir setups correctly | ---------------------------- | revision 1.1 | date: 1998/08/11 20:29:16; author: provos; state: Exp; | add a tool for generating x509 certificates | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.5 | date: 1998/10/07 16:40:51; author: niklas; state: Exp; lines: +3 -2 | Clean out warnings on alpha | ---------------------------- | revision 1.4 | date: 1998/08/20 14:09:07; author: provos; state: Exp; lines: +3 -3 | rename pkcs_{set,get}_{public,private}_key to something more understandable, | it confused me, so i suppose it will also confuse others. | ---------------------------- | revision 1.3 | date: 1998/08/11 21:06:20; author: niklas; state: Exp; lines: +1 -2 | Remove unused variables | ---------------------------- | revision 1.2 | date: 1998/08/11 20:30:38; author: provos; state: Exp; lines: +4 -3 | update to reflect recent changes | ---------------------------- | revision 1.1 | date: 1998/08/09 20:04:41; author: provos; state: Exp; | a tool for generating rsa keypair, a spin off of this might be used later | as key generation tool for the daemon. | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.3 | date: 1999/02/25 15:12:01; author: niklas; state: Exp; lines: +6 -3 | More messing with the new sysdep paths | ---------------------------- | revision 1.2 | date: 1998/12/21 00:41:58; author: niklas; state: Exp; lines: +2 -0 | RCS Ids | ---------------------------- | revision 1.1 | date: 1998/08/09 20:04:41; author: provos; state: Exp; | a tool for generating rsa keypair, a spin off of this might be used later | as key generation tool for the daemon. | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.5 | date: 1998/08/20 14:09:04; author: provos; state: Exp; lines: +3 -3 | rename pkcs_{set,get}_{public,private}_key to something more understandable, | it confused me, so i suppose it will also confuse others. | ---------------------------- | revision 1.4 | date: 1998/08/11 20:30:40; author: provos; state: Exp; lines: +4 -3 | update to reflect recent changes | ---------------------------- | revision 1.3 | date: 1998/08/09 19:22:24; author: niklas; state: Exp; lines: +4 -3 | include string.h | ---------------------------- | revision 1.2 | date: 1998/08/04 16:59:33; author: provos; state: Exp; lines: +11 -7 | use log_print instead of log_debug for reporting errors. ASN was missing | length checks, dito for PKCS#1. Make encryption and decryption also allow | public key (random padding) instead of only private key. Both modes are | needed for authentication with ISAKMP/Oakley. | ---------------------------- | revision 1.1 | date: 1998/08/03 19:41:20; author: provos; state: Exp; | read some test BER encoded public and private key from the example sections | of the pkcs.tar.Z and encrypt and decrypt a sample string with it. | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.5 | date: 1999/02/25 15:12:00; author: niklas; state: Exp; lines: +6 -3 | More messing with the new sysdep paths | ---------------------------- | revision 1.4 | date: 1998/12/21 00:41:56; author: niklas; state: Exp; lines: +2 -0 | RCS Ids | ---------------------------- | revision 1.3 | date: 1998/08/11 20:30:39; author: provos; state: Exp; lines: +2 -1 | update to reflect recent changes | ---------------------------- | revision 1.2 | date: 1998/08/04 16:59:32; author: provos; state: Exp; lines: +1 -1 | use log_print instead of log_debug for reporting errors. ASN was missing | length checks, dito for PKCS#1. Make encryption and decryption also allow | public key (random padding) instead of only private key. Both modes are | needed for authentication with ISAKMP/Oakley. | ---------------------------- | revision 1.1 | date: 1998/08/03 19:41:20; author: provos; state: Exp; | read some test BER encoded public and private key from the example sections | of the pkcs.tar.Z and encrypt and decrypt a sample string with it. | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.1 | date: 1998/08/08 23:18:08; author: provos; state: Exp; | regress for ASN.1 decoding, basically only parses the SSH certificate | down until reaching the public key. | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.6 | date: 1998/10/07 16:40:48; author: niklas; state: Exp; lines: +3 -2 | Clean out warnings on alpha | ---------------------------- | revision 1.5 | date: 1998/08/20 14:09:06; author: provos; state: Exp; lines: +2 -2 | rename pkcs_{set,get}_{public,private}_key to something more understandable, | it confused me, so i suppose it will also confuse others. | ---------------------------- | revision 1.4 | date: 1998/08/11 21:06:19; author: niklas; state: Exp; lines: +2 -3 | Remove unused variables | ---------------------------- | revision 1.3 | date: 1998/08/11 20:30:42; author: provos; state: Exp; lines: +64 -15 | update to reflect recent changes | ---------------------------- | revision 1.2 | date: 1998/08/09 21:13:24; author: provos; state: Exp; lines: +1 -3 | Add Support for ANY types, also add OBJECTID to human readable string | functions, which allow to parse the types in e.g. AttributeValueAssertions. | ---------------------------- | revision 1.1 | date: 1998/08/08 23:18:08; author: provos; state: Exp; | regress for ASN.1 decoding, basically only parses the SSH certificate | down until reaching the public key. | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.5 | date: 1999/02/25 15:10:04; author: niklas; state: Exp; lines: +1 -1 | Whoops | ---------------------------- | revision 1.4 | date: 1999/02/25 15:07:29; author: niklas; state: Exp; lines: +5 -3 | Mesing with the new sysdep paths | ---------------------------- | revision 1.3 | date: 1998/08/14 08:52:17; author: niklas; state: Exp; lines: +3 -2 | Work in objdir setups correctly | ---------------------------- | revision 1.2 | date: 1998/08/11 20:30:41; author: provos; state: Exp; lines: +1 -1 | update to reflect recent changes | ---------------------------- | revision 1.1 | date: 1998/08/08 23:18:08; author: provos; state: Exp; | regress for ASN.1 decoding, basically only parses the SSH certificate | down until reaching the public key. | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.2 | date: 1999/02/25 16:21:13; author: niklas; state: Exp; lines: +4 -0 | Make self-contained, define NULL if not set | ---------------------------- | revision 1.1 | date: 1999/02/25 14:59:52; author: niklas; state: Exp; | Move includes up | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.2 | date: 1999/02/25 16:14:24; author: niklas; state: Exp; lines: +3 -1 | Include from freeswan gmp | ---------------------------- | revision 1.1 | date: 1999/02/25 15:53:39; author: niklas; state: Exp; | sysdep Makefile fragments | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.1 | date: 1999/02/25 14:18:39; author: niklas; state: Exp; | Better OS-dependency layout | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.3 | date: 1999/02/25 16:26:49; author: niklas; state: Exp; lines: +9 -53 | Remove more OpenBSDisms | ---------------------------- | revision 1.2 | date: 1999/02/25 16:23:32; author: niklas; state: Exp; lines: +1 -3 | Remove OpenBSDisms | ---------------------------- | revision 1.1 | date: 1999/02/25 14:18:40; author: niklas; state: Exp; | Better OS-dependency layout | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.1 | date: 1999/02/25 14:18:42; author: niklas; state: Exp; | Better OS-dependency layout | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.1 | date: 1999/02/25 14:18:41; author: niklas; state: Exp; | Better OS-dependency layout | =============================================================================
1999-02-26Merge from the Ericsson repositoryNiklas Hallqvist
| revision 1.1 | date: 1999/02/25 15:53:39; author: niklas; state: Exp; | sysdep Makefile fragments | =============================================================================