Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Move the check up with the other sanity checks and unlock the vnode
properly and jump to abortit, not bad when >= LINK_MAX.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Call uvmspace_exec instead of manually cleaning up.
|
|
argument)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vm_fault -> uvm_fault
|
|
|
|
cnt.foo -> uvmexp.bar
kmem allocation changes for uvm
|
|
|
|
|
|
|
|
|
|
We should consider switching to those some day.
|
|
|
|
Different allocation and deallocation for uvm.
|
|
|
|
| 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
| =============================================================================
|
|
| 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
| =============================================================================
|
|
| 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
| =============================================================================
|
|
| 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.
| =============================================================================
|
|
| 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.
| =============================================================================
|
|
| 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.
| =============================================================================
|
|
| 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.
| =============================================================================
|
|
| 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.
| =============================================================================
|
|
| 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.
| =============================================================================
|
|
| 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.
| =============================================================================
|
|
| 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
| =============================================================================
|
|
| 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
| =============================================================================
|
|
| revision 1.1
| date: 1999/02/25 14:18:39; author: niklas; state: Exp;
| Better OS-dependency layout
| =============================================================================
|
|
| 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
| =============================================================================
|
|
| revision 1.1
| date: 1999/02/25 14:18:42; author: niklas; state: Exp;
| Better OS-dependency layout
| =============================================================================
|
|
| revision 1.1
| date: 1999/02/25 14:18:41; author: niklas; state: Exp;
| Better OS-dependency layout
| =============================================================================
|
|
| revision 1.1
| date: 1999/02/25 15:53:39; author: niklas; state: Exp;
| sysdep Makefile fragments
| =============================================================================
|