summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1999-05-31clarify "secure" flag in /etc/ttysTodd C. Miller
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
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.
1999-05-31Use connection-oriented transport (ie: TCP) when possible. This makesTodd C. Miller
the default trasport for NFSV3 be TCP like most other OS's.
1999-05-30Output style nit. From ho@Tobias Weingartner
1999-05-29remove Xr to mkfs(8), since it is long goneAaron Campbell
1999-05-28more .El madnessAaron Campbell
1999-05-26Xr st(4); from NetBSDAaron Campbell
1999-05-24bye-bye, swapctl does the same thing.Tobias Weingartner
1999-05-23don't build swapon since swapctl gets linked to swaponTodd C. Miller
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-22Add swapctlTobias Weingartner
1999-05-22Initial import of swapctl(8).Tobias Weingartner
1999-05-21typoMarc Espie
1999-05-21do not much with COPTS; wd@ics.nara-wu.ac.jpTheo de Raadt
1999-05-19document tcp.sack and tcp.mssdflt for sysctlNiels Provos
1999-05-19Use fprintf/exit in place of errx for usage display.Alex Feldman
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-15ethernet -> Ethernet, other repairsAaron Campbell
1999-05-14Merge with EOM 1.134Niklas Hallqvist
author: niklas We forgot to remove messages in-transit from the send queue when freeing it due to the other side acknowledging it.
1999-05-14Merge with EOM 1.92Niklas Hallqvist
author: ho seconds should have initial value
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
1999-05-06Merge with EOM 1.17Niklas Hallqvist
author: niklas diagnostic
1999-05-06Merge with EOM 1.91Niklas Hallqvist
author: niklas Do not decrease SA lifetime if we cannot act as initiator
1999-05-06Merge with EOM 1.111Niklas Hallqvist
author: niklas Reversed a condition by mistake author: niklas Another part of the former commit. author: niklas Do not add HASH to informational exchanges if we have no ISAKMP SA.
1999-05-03Merge with EOM 1.37Niklas Hallqvist
author: niklas Mention flow cleanup
1999-05-03Merge with EOM 1.133Niklas Hallqvist
author: niklas Plug a message leak
1999-05-02Merge with EOM 1.108Niklas Hallqvist
author: niklas Correct allocation of contacts
1999-05-02BUGS: Merge with EOM 1.31Niklas Hallqvist
doi.h: Merge with EOM 1.27 ike_auth.c: Merge with EOM 1.30 ike_quick_mode.c: Merge with EOM 1.85 ipsec.c: Merge with EOM 1.107 ipsec.h: Merge with EOM 1.36 isakmp_doi.c: Merge with EOM 1.39 author: niklas Factor out keyed hashing of all payloads with SKEYID_a, and make DOI hooks for informational exchanges to add such hashing. Use it from QM and the IKE authentication module too. Remove some bogus XXX comments. Add error reporting
1999-05-02Merge with EOM 1.132Niklas Hallqvist
author: niklas Use new informational exchange hooks. Never bind incoming phase 2 messages to ISAKMP SAs that are not ready. It is not clear just yet what to do in that case, for now just drop such messages.
1999-05-02Merge with EOM 1.22Niklas Hallqvist
author: niklas Talk about the config file
1999-05-02Merge with EOM 1.105Niklas Hallqvist
author: niklas Free SAs left in the exchange's SA list always when freeing the exchange. author: niklas disconnect SAs from the exchange when they are ready author: ho Don't create SAs for informational exchanges.
1999-05-02ike_phase_1.c: Merge with EOM 1.4Niklas Hallqvist
prf.c: Merge with EOM 1.7 author: niklas Remove bogus XXXes, add allocation error reporting.
1999-05-02Merge with EOM 1.69Niklas Hallqvist
author: niklas Remove bogus XXXes, add allocation error reporting. author: ho Typo. author: ho Do not automatically check connections at HARD_EXPIRE. Also check for existing exchanges in pf_encap_connection_check. author: ho Cut'n'paste typo fix.
1999-05-02oppurtinity -> opportunityBruno Rohee
1999-05-02There is two 'm' in communicationBruno Rohee
1999-05-02RCS IDsNiklas Hallqvist
1999-05-02New files I forgot to commit when adding the new connection abstractionNiklas Hallqvist
1999-05-01TO-DO: Merge with EOM 1.36Niklas Hallqvist
sa.c: Merge with EOM 1.90 message.c: Merge with EOM 1.131 message.h: Merge with EOM 1.47 author: niklas Send DELETE payloads in informational exchanges
1999-05-01Merge with EOM 1.65Niklas Hallqvist
author: niklas Forgot one change in last commit
1999-05-01Merge with EOM 1.102Niklas Hallqvist
author: niklas Remove larval SAs if an exchange dies. Also use the DOI from the isakmp_sa if doing an informational exchange in phase 2.
1999-05-01Lost connection commit snippetNiklas Hallqvist
1999-05-01sysdep/openbsd/sysdep.c: Merge with EOM 1.7Niklas Hallqvist
DESIGN-NOTES: Merge with EOM 1.42 Makefile: Merge with EOM 1.51 app.c: Merge with EOM 1.6 conf.c: Merge with EOM 1.18 init.c: Merge with EOM 1.14 isakmpd.conf.5: Merge with EOM 1.19 pf_encap.c: Merge with EOM 1.64 pf_encap.h: Merge with EOM 1.12 pf_key_v2.h: Merge with EOM 1.3 sysdep.h: Merge with EOM 1.16 transport.c: Merge with EOM 1.40 ui.c: Merge with EOM 1.32 author: niklas A new connection abstraction
1999-05-01Merge with EOM 1.15Niklas Hallqvist
author: niklas typo in debug output author: niklas A new connection abstraction
1999-05-01Merge with EOM 1.13Niklas Hallqvist
author: niklas Sigh, tunnel mode needs a special flag.
1999-05-01Merge with EOM 1.30Niklas Hallqvist
author: niklas INITIAL-CONTACT bug
1999-04-30Merge with EOM 1.106Niklas Hallqvist
author: niklas Informational exchanges do not have SAs
1999-04-30Merge with EOM 1.39Niklas Hallqvist
author: niklas Unused var removed
1999-04-30Merge with EOM 1.101Niklas Hallqvist
author: niklas Do not free a message twice
1999-04-30Merge with EOM 1.130Niklas Hallqvist
author: niklas Try to get the right DOI in notifications author: niklas Revert last change author: niklas Informational exchanges reaches their end immediately. author: niklas Keep track of messages in the send queue from the exchange point of view. author: niklas Only retransmit if we have something to retransmit author: niklas New message_drop API. Generate real INVALID_COOKIE notification. Generate informational exchanges in phase 1 too. Really get these messages to the wire