summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-25display correct direction in logjasoni
2001-06-25millert didn't compile this.Hans Insulander
2001-06-25Don't build conflicting programs when KERBEROS5 == "yes".Hans Insulander
2001-06-25Set "login" and "notickets" BSD auth options. We don't need to getTodd C. Miller
a kerb ticket but we do need AFS tokens.
2001-06-25Add a "login" option to allow differentiation between authenticationTodd C. Miller
that creates a login session vs. a simple identity check. Gets passed as a -v option to the login scripts. To be used by kerberos to know when to create new tickets.
2001-06-25pfctl now has a manpage. likely needs fleshing out.Kjell Wooding
2001-06-25Add login_krb5-or-pwd.Hans Insulander
2001-06-25Support for checking local passwords, for login_krb5-or-pwd.Hans Insulander
Support the response protocol, used for terminal locking etc.
2001-06-25-Wall -WerrorHans Insulander
2001-06-25Convert to new timeouts; miod@ okAaron Campbell
2001-06-25add `.Nm pccom` to .Sh NAMEMike Pechkin
request by aaron@.
2001-06-25Move the password checking into a separare function to make the code moreHans Insulander
readable, and easier to extend.
2001-06-25more sync against kernel changesTheo de Raadt
2001-06-25catch up, might have introduced bugs, but there is a next pass...Theo de Raadt
2001-06-25Rename the rest of the structs to be consistent.Artur Grabowski
2001-06-25unsmoke drugs.Artur Grabowski
2001-06-25fix -> cksum_fixupArtur Grabowski
2001-06-25No c++ comments.Artur Grabowski
2001-06-25catch up to Art changes in the kernelTheo de Raadt
2001-06-25Even more global variables with too common names.Artur Grabowski
2001-06-25More renaming.Artur Grabowski
2001-06-25Avoid common names. Needs more work.Artur Grabowski
2001-06-25just one more, fresh shiny one, Mon Jun 25 05:10:29 EDT 2001Michael Shalayeff
2001-06-25rename tree_node -> pf_tree_nodeArtur Grabowski
2001-06-25Pavlin Ivanov Radoslavov <pavlin@catarina.usc.edu> writes:Theo de Raadt
> I received an email that the USC's General Counsel's Office > has approved that the software license to pimd can be changed to the > 3-clause BSD-like license! > [...] This is various other bits of software that is also covered by this.
2001-06-25moreArtur Grabowski
2001-06-25no point using a char here.Artur Grabowski
2001-06-25update copyright for 2001Markus Friedl
2001-06-25had not noticed the atexit() handler; pointed out by dima@unixfreak.org; ↵Theo de Raadt
also use writev to increase atomicity
2001-06-25Build without IPSEC.Artur Grabowski
2001-06-25Fix dhclient build.Artur Grabowski
2001-06-25Remove old workaround. probably not needed anymore.Artur Grabowski
2001-06-25Mention M_COPY_HDR/M_COPY_PKTHDR vs. M_DUP_HDR/M_DUP_PKTHDR wrt. tagsAngelos D. Keromytis
2001-06-25Better wording.Angelos D. Keromytis
2001-06-25Detect loops, itojun@ okAngelos D. Keromytis
2001-06-25IF_DROP()Angelos D. Keromytis
2001-06-25Use tags to detect loops. In the future, perhaps we'll use them toAngelos D. Keromytis
actually also send the packet out the right interface.
2001-06-25implement bus_space_set_multi_*, based on netbsd code; drahn@ okMichael Shalayeff
2001-06-25PENDING_TDB tag handling (same as ip_output)Angelos D. Keromytis
2001-06-25Check the length of the tag (diagnostic)Angelos D. Keromytis
2001-06-25Apply pending TDBs (as indicated by tags). This will be used to handleAngelos D. Keromytis
the case of both the socket and system-wide IPsec policy specifying TDBs to be applied to the same packet.
2001-06-25Alpha order for SEE ALSO references.Angelos D. Keromytis
2001-06-25sync usage message with reality, alphabetize option order; ok pjanzenPeter Valchev
2001-06-25The need to to statically link this on alpha seemed to beArtur Grabowski
some kind of transient problem.
2001-06-25IPsec->ipsec for .Xr (mpech@prosoft.org.lv)Angelos D. Keromytis
2001-06-25fix copyright, for what it is worthKjell Wooding
2001-06-25Update.Angelos D. Keromytis
2001-06-25Rename checksum tag.Angelos D. Keromytis
2001-06-25Skeleton of a manpage for pf, dhartmei's shiny new packet filter.Kjell Wooding
This is a little sparse yet.
2001-06-25packetfilter -> pf in messagesKjell Wooding