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