Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-05 | pf_key_v2_set_spi now sets the Phase 1 IDs on the Phase 2 SAs; | Angelos D. Keromytis | |
credentials to follow. Dynamic configuration entries are garbage-collected. Default-Phase-2-Suites entry in the [General] section may be used to specify Phase 2 default Suites (overriding the default 3DES-SHA-PFS). | |||
2001-05-05 | Pass the Phase 1 SA to the set_spi routine, so the IDs (and eventually | Angelos D. Keromytis | |
any credentials) can be associated with the Phase 2 SA. | |||
2001-05-05 | Adhere to the new set_spi prototype. | Angelos D. Keromytis | |
2001-05-05 | Change the set_spi prototype so that it gets the Phase 1 SA passed as well. | Angelos D. Keromytis | |
2001-05-05 | Change set_spi prototype. | Angelos D. Keromytis | |
2001-05-05 | Document default-phase2-suites tag. | Angelos D. Keromytis | |
2001-05-05 | Add comment about finalize routine processing. | Angelos D. Keromytis | |
2001-05-04 | Typo in error string; grange@rt.mipt.ru | Todd C. Miller | |
2001-05-02 | T doesnt take an arg | Eric Jackson | |
2001-05-02 | implement "deletetunnel" (removes tunnel outer IP address pair) | Jun-ichiro itojun Hagino | |
rename "giftunnel" intto "tunnel", to reduce diffs with netbsd. (giftunnel is still usable for backward compat) markus and niels ok'ed. | |||
2001-05-01 | Remove PCVT cruft. | Aaron Campbell | |
2001-04-30 | the -> to | Brad Smith | |
2001-04-30 | Assure that we always close the socket, and that the default behavior | Eric Jackson | |
is always chosen. Cleanup the documentation and add a security section about WEP taken from FreeBSD. | |||
2001-04-30 | Mention the sample configuration directory. Cleanup some .Nm usage. | Hakan Olsson | |
2001-04-30 | Add a FILES section describing default and sample file locations. | Hakan Olsson | |
2001-04-30 | mention how to generate extended attributes for certs with openssl; | Niels Provos | |
from tim newsham; okay niklas@ ho@ | |||
2001-04-30 | Be more verbose about fifo ui operations. | Hakan Olsson | |
2001-04-24 | Correct SA refcounting. Fixes a bug where isakmpd could die when a peer was | Niklas Hallqvist | |
discovered to have rebooted, and old now invalid SAs had to be garbage- collected. | |||
2001-04-23 | Various man page fixes and improvements from gluk@ | Aaron Campbell | |
2001-04-23 | fasion -> fashion; spotted by ericj@ | Aaron Campbell | |
2001-04-22 | Update pdisk manpage to match formatting for other manpages, corrections | Dale Rahn | |
appropriate for openbsd. | |||
2001-04-19 | PF_KEY identity extensions are NUL-terminated. Do not forget neither to | Niklas Hallqvist | |
allocate for the NUL, nor to actually transfer it. | |||
2001-04-19 | Cleanup dirpref and synhronize superblock with freebsd. | Grigoriy Orlov | |
From FreeBSD with little changes. art@ ok. | |||
2001-04-17 | Match quoting on this... | Dale Rahn | |
2001-04-17 | Add pdisk to list of programs to build for powerpc, all other archs | Dale Rahn | |
will build the manpage, with the proper destination. | |||
2001-04-16 | check for 'i' before the getopt. (idea from freebsd) | Eric Jackson | |
this allows us to call the functions directly from the switch, which lets us now put all options on ONE command line, instead of separating them out into several command's. ok tholo@, deraadt@ | |||
2001-04-16 | We default to infrastructure mode now; say so in the man page instead of | Thorsten Lockert | |
claiming we do ad-hoc by default. ok ericj@ | |||
2001-04-16 | much more cleanup. | Eric Jackson | |
- Only create the socket for ioctl()'s once. - get rid of gratuitous argument passing - treat an_dump* function different than the regular options - fix the -T option, it doesnt take an arguement. deraadt@, tholo@ ok | |||
2001-04-16 | Actually permit setting the transmit key in WEP mode; from Kurt Miller. | Thorsten Lockert | |
Correctly display number and order of WEP keys; from Kurt Miller. Fixes part of PR 1754; ok deraadt@ | |||
2001-04-15 | start some cleanup to ancontrol | Eric Jackson | |
- alphabetize the argument list - get rid of unused vars deraadt@ ok | |||
2001-04-15 | Style. | Hakan Olsson | |
2001-04-14 | Forgot remove 'U' from optstring; millert@ ok. ;) | Grigoriy Orlov | |
2001-04-14 | Minor cleanup. | Hakan Olsson | |
2001-04-13 | Remove softdep and add avgfilesize/avgfpdir in printfs(). | Grigoriy Orlov | |
Pointed out by fgs@. deraadt@ ok. | |||
2001-04-13 | typo. ok deraadt@ | Jakob Schlyter | |
2001-04-13 | Fix overflow in superblock. From FreeBSD. | Grigoriy Orlov | |
FreeBSD's log: > The ffs superblock includes a 128-byte region for use by temporary > in-core pointers to summary information. An array in this region > (fs_csp) could overflow on filesystems with a very large number of > cylinder groups (~16000 on i386 with 8k blocks). When this happens, > other fields in the superblock get corrupted, and fsck refuses to > check the filesystem. > > Solve this problem by replacing the fs_csp array in 'struct fs' > with a single pointer, and add padding to keep the length of the > 128-byte region fixed. Update the kernel and userland utilities > to use just this single pointer. > > With this change, the kernel no longer makes use of the superblock > fields 'fs_csshift' and 'fs_csmask'. Add a comment to newfs/mkfs.c > to indicate that these fields must be calculated for compatibility > with older kernels. art@ ok. | |||
2001-04-12 | More. | Hakan Olsson | |
2001-04-12 | Correct various faulty x509 deallocations. By Niklas and me. | Hakan Olsson | |
2001-04-12 | Don't put the same message on the sendq twice. By niklas and me. | Hakan Olsson | |
2001-04-10 | Disable optimization on sparc; ok deraadt@ | Christian Weisgerber | |
If tape.c is compiled with -O or higher, dump runs on _some_ systems will _sometimes_ become stuck. All five dump processes (tty, master, slaves) will just sleep. This has been observed on some sun4c and sun4m systems. | |||
2001-04-09 | More style fixes... | Hakan Olsson | |
2001-04-09 | Only set BINDIR if undefined. From NetBSD's isakmpd port (itojun, presumably). | Hakan Olsson | |
2001-04-09 | isakmpd can now capture un-encrypted IKE negotiation packets to a | Hakan Olsson | |
file. In pcap(3) format, so tcpdump(8) can read it. Idea by Tim Newsham <newsham@lava.net>, work by him and me. Ok angelos@, niklas@ | |||
2001-04-09 | Style police a'la niklas@. | Hakan Olsson | |
2001-04-09 | fix typo | Markus Friedl | |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert | |
2001-04-08 | log_print, not log_error | Hakan Olsson | |
2001-04-08 | Updates from gluk@ that describe new options that can be used to tweak the | Aaron Campbell | |
new directory allocation policy. | |||
2001-04-08 | Remove soft updates. Warn users about how to enable softdep. | Grigoriy Orlov | |
art, deraadt ok. | |||
2001-04-07 | Add missing filename argument. | Hakan Olsson | |