Age | Commit message (Collapse) | Author |
|
|
|
that is, use PAGER rather than "more" if it is defined and non-null, not
just if it is defined.
|
|
|
|
|
|
|
|
|
|
|
|
author: ho
Remove early variable initialization.
|
|
not given, but Listen-on is.
|
|
|
|
|
|
author: niklas
More error checking of certs
|
|
author: niklas
Add some error checking
|
|
author: niklas
style
author: niklas
strdup error checking
|
|
|
|
|
|
|
|
|
|
|
|
|
|
author: niklas
As PF_KEY per the specs is a best-effort service, expect messages to get lost.
That means both replies in PF_KEY "RPCs" and expirations, the latter we
solve with extra paranoia and sets timeouts in isakmpd too.
|
|
author: niklas
Doc fixes from OpenBSD
author: niklas
Some extra error checking, documentation and style wrt connections
author: niklas
Initial text for Passive-Connections
author: niklas
Doc fix from OpenBSD
|
|
author: niklas
Some restructuring of ID checks, but still no coupling to names.
|
|
timer.c: Merge with EOM 1.12
author: ho
Logging nitpicks
|
|
author: niklas
Double dots squashed
author: ho
Updated. Minor typos.
|
|
author: ho
Expand the passive connection mechanism.
author: niklas
Some more #if 0 stuff for passive connections
author: ho
Add connections_report and connection_reinit
|
|
author: niklas
Initial stab at Oakley group 5, still an XXX though.
|
|
author: niklas
Style nits
author: ho
Perhaps look into IPCOMP soon?
|
|
author: ho
We do not require flags on implicit passive connections.
author: ho
Fix bug in matching IDs. Cleanup debugging.
author: ho
bug fix of decode_id function.
author: ho
Temp. add some more debugging around setup of passive connection
author: ho
Add more debugging output and correct connection_report
author: niklas
Some extra error checking, documentation and style wrt connections
author: ho
More passive connection support
author: niklas
Small bugfixes and style nits
author: ho
Expand the passive connection mechanism.
author: niklas
Some more #if 0 stuff for passive connections
author: ho
Commit to embryonic code for passive connections
author: niklas
Some type pedantery. Comment style nits.
author: ho
Add connections_report and connection_reinit
|
|
author: ho
New flag
|
|
author: niklas
Style nits
author: ho
Describe debug logging classes in some detail.
|
|
author: niklas
Some extra error checking, documentation and style wrt connections
author: niklas
Some more #if 0 stuff for passive connections
author: niklas
Error handling looked over. Some restructuring of ID checks, but still no
coupling to names.
|
|
author: niklas
Oakley group 5 is of 102 bit ops strength
author: niklas
Initial stab at Oakley group 5, still an XXX though.
|
|
author: ho
Add connection_report
|
|
author: niklas
Some extra error checking, documentation and style wrt connections
author: ho
New flag
author: niklas
SA expiration randomization is really only good on the soft timeout, early
hard expires may break more if we have a situation where our peer only
wants to act as initiator, and trusts the negotiated lifetime.
|
|
author: ho
Add missing #include
author: ho
Add connection_reinit to SIGHUP handler. Add comments.
|
|
|
|
fstatfs(2), and getfsstat(2) so you will need to build a new kernel
before doing a "make build" or you will get "unimplemented syscall" errors.
The new struct statfs has the following featuires:
o Has a u_int32_t flags field--now softdep can have a real flag.
o Uses u_int32_t instead of longs (nicer on the alpha). Note: the man
page used to lie about setting invalid/unused fields to -1. SunOS does
that but our code never has.
o Gets rid of f_type completely. It hasn't been used since NetBSD 0.9
and having it there but always 0 is confusing. It is conceivable
that this may cause some old code to not compile but that is better
than silently breaking.
o Adds a mount_info union that contains the FSTYPE_args struct. This
means that "mount" can now tell you all the options a filesystem was
mounted with. This is especially nice for NFS.
Other changes:
o The linux statfs emulation didn't convert between BSD fs names
and linux f_type numbers. Now it does, since the BSD f_type
number is useless to linux apps (and has been removed anyway)
o FreeBSD's struct statfs is different from our (both old and new)
and thus needs conversion. Previously, the OpenBSD syscalls
were used without any real translation.
o mount(8) will now show extra info when invoked with no arguments.
However, to see *everything* you need to use the -v (verbose) flag.
|
|
the default trasport for NFSV3 be TCP like most other OS's.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is used instead; kwesterback@home.com
|
|
|
|
|
|
|