Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | display correct direction in log | jasoni | |
2001-06-25 | millert didn't compile this. | Hans Insulander | |
2001-06-25 | Don't build conflicting programs when KERBEROS5 == "yes". | Hans Insulander | |
2001-06-25 | Set "login" and "notickets" BSD auth options. We don't need to get | Todd C. Miller | |
a kerb ticket but we do need AFS tokens. | |||
2001-06-25 | Add a "login" option to allow differentiation between authentication | Todd 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-25 | pfctl now has a manpage. likely needs fleshing out. | Kjell Wooding | |
2001-06-25 | Add login_krb5-or-pwd. | Hans Insulander | |
2001-06-25 | Support for checking local passwords, for login_krb5-or-pwd. | Hans Insulander | |
Support the response protocol, used for terminal locking etc. | |||
2001-06-25 | -Wall -Werror | Hans Insulander | |
2001-06-25 | Convert to new timeouts; miod@ ok | Aaron Campbell | |
2001-06-25 | add `.Nm pccom` to .Sh NAME | Mike Pechkin | |
request by aaron@. | |||
2001-06-25 | Move the password checking into a separare function to make the code more | Hans Insulander | |
readable, and easier to extend. | |||
2001-06-25 | more sync against kernel changes | Theo de Raadt | |
2001-06-25 | catch up, might have introduced bugs, but there is a next pass... | Theo de Raadt | |
2001-06-25 | Rename the rest of the structs to be consistent. | Artur Grabowski | |
2001-06-25 | unsmoke drugs. | Artur Grabowski | |
2001-06-25 | fix -> cksum_fixup | Artur Grabowski | |
2001-06-25 | No c++ comments. | Artur Grabowski | |
2001-06-25 | catch up to Art changes in the kernel | Theo de Raadt | |
2001-06-25 | Even more global variables with too common names. | Artur Grabowski | |
2001-06-25 | More renaming. | Artur Grabowski | |
2001-06-25 | Avoid common names. Needs more work. | Artur Grabowski | |
2001-06-25 | just one more, fresh shiny one, Mon Jun 25 05:10:29 EDT 2001 | Michael Shalayeff | |
2001-06-25 | rename tree_node -> pf_tree_node | Artur Grabowski | |
2001-06-25 | Pavlin 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-25 | more | Artur Grabowski | |
2001-06-25 | no point using a char here. | Artur Grabowski | |
2001-06-25 | update copyright for 2001 | Markus Friedl | |
2001-06-25 | had not noticed the atexit() handler; pointed out by dima@unixfreak.org; ↵ | Theo de Raadt | |
also use writev to increase atomicity | |||
2001-06-25 | Build without IPSEC. | Artur Grabowski | |
2001-06-25 | Fix dhclient build. | Artur Grabowski | |
2001-06-25 | Remove old workaround. probably not needed anymore. | Artur Grabowski | |
2001-06-25 | Mention M_COPY_HDR/M_COPY_PKTHDR vs. M_DUP_HDR/M_DUP_PKTHDR wrt. tags | Angelos D. Keromytis | |
2001-06-25 | Better wording. | Angelos D. Keromytis | |
2001-06-25 | Detect loops, itojun@ ok | Angelos D. Keromytis | |
2001-06-25 | IF_DROP() | Angelos D. Keromytis | |
2001-06-25 | Use tags to detect loops. In the future, perhaps we'll use them to | Angelos D. Keromytis | |
actually also send the packet out the right interface. | |||
2001-06-25 | implement bus_space_set_multi_*, based on netbsd code; drahn@ ok | Michael Shalayeff | |
2001-06-25 | PENDING_TDB tag handling (same as ip_output) | Angelos D. Keromytis | |
2001-06-25 | Check the length of the tag (diagnostic) | Angelos D. Keromytis | |
2001-06-25 | Apply pending TDBs (as indicated by tags). This will be used to handle | Angelos D. Keromytis | |
the case of both the socket and system-wide IPsec policy specifying TDBs to be applied to the same packet. | |||
2001-06-25 | Alpha order for SEE ALSO references. | Angelos D. Keromytis | |
2001-06-25 | sync usage message with reality, alphabetize option order; ok pjanzen | Peter Valchev | |
2001-06-25 | The need to to statically link this on alpha seemed to be | Artur Grabowski | |
some kind of transient problem. | |||
2001-06-25 | IPsec->ipsec for .Xr (mpech@prosoft.org.lv) | Angelos D. Keromytis | |
2001-06-25 | fix copyright, for what it is worth | Kjell Wooding | |
2001-06-25 | Update. | Angelos D. Keromytis | |
2001-06-25 | Rename checksum tag. | Angelos D. Keromytis | |
2001-06-25 | Skeleton of a manpage for pf, dhartmei's shiny new packet filter. | Kjell Wooding | |
This is a little sparse yet. | |||
2001-06-25 | packetfilter -> pf in messages | Kjell Wooding | |