Age | Commit message (Expand) | Author |
2001-06-26 | Rewrite ipsp_clear_acquire() to be more readable, after all the KNF'ing | Angelos D. Keromytis |
2001-06-26 | add rule pointer and log option to states | Daniel Hartmeier |
2001-06-26 | rename variable, as not to conflict | Eric Jackson |
2001-06-26 | Remove space. | Angelos D. Keromytis |
2001-06-26 | get rid of another printf | Niels Provos |
2001-06-26 | Update to reflect the fact that kerberosV is now default. | Hans Insulander |
2001-06-26 | Add support for the new iBook. from netbsd. ok @drahn. -moj | Mats O Jansson |
2001-06-26 | print reason sub codes. | Niels Provos |
2001-06-26 | Enable Kerberos 5 | Hans Insulander |
2001-06-26 | USB is still somewhat flakey on alpha. disable by default. | Nathan Binkert |
2001-06-26 | use reasons in pull_hdr, default log if pull_hdr fails. okay deraadt@ | Niels Provos |
2001-06-26 | Use pool(9) for IPsec acquires too. | Angelos D. Keromytis |
2001-06-26 | Use pool(9) for IPsec policy structures. | Angelos D. Keromytis |
2001-06-26 | Lazy binding for shared libraries. | Artur Grabowski |
2001-06-26 | Add pf.conf and nat.conf. ok theo | Kjell Wooding |
2001-06-26 | Keep the PFKEY sequence number at the TDB, plus a little bit of KNF | Angelos D. Keromytis |
2001-06-26 | Cleanup of interrupt configuration, move prototypes to header file, | Dale Rahn |
2001-06-26 | Print statistics in a human readable format. ok dhartmei | Kjell Wooding |
2001-06-26 | no longer pass around **m | Theo de Raadt |
2001-06-26 | Hey, what did ya expect... more reg defs? | Jason Wright |
2001-06-26 | how pathetic | Bob Beck |
2001-06-26 | bye bye MIPS related bits and pieces. | Brad Smith |
2001-06-26 | only build Kerberos v5 support with KERBEROS5=yes | Dug Song |
2001-06-26 | Clarify what the -l option does. | Kjell Wooding |
2001-06-26 | use errx() | Theo de Raadt |
2001-06-26 | deal with NULL rule being passed to logging | Niels Provos |
2001-06-26 | #include <kafs.h> | Dug Song |
2001-06-26 | add smartcard support to the makefiles (commented out); | Markus Friedl |
2001-06-26 | whoops | Kjell Wooding |
2001-06-26 | Default NAT configuration file is now nat.conf. ok theo | Kjell Wooding |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-06-26 | document SSH_ASKPASS; fubob@MIT.EDU | Markus Friedl |
2001-06-26 | language | Theo de Raadt |
2001-06-26 | change config file names to pf.conf and nat.conf | Kjell Wooding |
2001-06-26 | change default pf configuration files to pf.conf and nat.conf. ok theo | Kjell Wooding |
2001-06-26 | There should be a way of automating register defines from databooks *sigh* | Jason Wright |
2001-06-26 | compile cleanly | Theo de Raadt |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-26 | print reason nr and text. | Niels Provos |
2001-06-26 | fix logging. the ip header is contained in the first mbuf. itojun and me. | Niels Provos |
2001-06-26 | Max (and default) RTS threshold is 2347 not 2047; biorn@chips.chalmers.se | Todd C. Miller |
2001-06-26 | print out reason code, unless it is just a match | Niels Provos |
2001-06-26 | forgot htons | Niels Provos |
2001-06-26 | Build kerberosV when enabled. | Hans Insulander |
2001-06-26 | add a subreason to the link header to allow us to determine why a packet was | Niels Provos |
2001-06-26 | Install kerberosV includefiles | Hans Insulander |
2001-06-26 | symbolic names for icmp-type and codes, ok deraadt@ | Peter Stromberg |
2001-06-26 | really use strlcpy. | lebel |
2001-06-26 | more ipf to go; from jsyn | Niels Provos |
2001-06-26 | really use strlcpy vs strncpy+a[len-1]='\0' | lebel |