summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-23knfTheo de Raadt
2003-08-23switch to ether_input_mbuf; krw@ testing and ok.Federico G. Schwindt
2003-08-23a simple page for dcphy and some more phys for dcMichael Shalayeff
2003-08-23allow disabling a emul after enabling it; tedu@ ok.Federico G. Schwindt
2003-08-23syncTheo de Raadt
2003-08-23correct function names; from NetBSD.Federico G. Schwindt
krw@ and tdeval@ ok.
2003-08-23oops, if file is not on ftp server with PKG_PATH, check installed too.Ted Unangst
should resolve han boetes's problem.
2003-08-23under emacs mode, fix the case when the globbed file and the longestFederico G. Schwindt
prefix lenghts are equal ("a .b" and "a ab" by instance). found and tested by otto@.
2003-08-22correct printf arg mismatch (in 64bit arch). dhartmei okJun-ichiro itojun Hagino
2003-08-22pf spelling policeDavid Krause
ok dhartmei@ jmc@
2003-08-22add Simon WilkinsonMarkus Friedl
2003-08-22Enable support for DSN-specific timeouts. This allows you to junkTodd C. Miller
bounces faster than normal messages so they don't clutter up the queue so much. Requested by Chuck Yerkes
2003-08-22need to flip the operands wordwise for big endian machines. modexp worksJason Wright
on ppc now.
2003-08-22- roff indent fix from Max Laier. thanks!Mike Frantzen
- fix an example that became wrong when I switched from p0f v1 fingerprints to p0f v2
2003-08-22in word location, fix forward scanning so it correctly account for anyFederico G. Schwindt
escaped char and not only spaces. for "foo (bar.a)" and "foo (bar a)", cd foo\ \(bar.<tab> will correctly expand to foo\ \(bar.a\). otto@ and pval@ ok.
2003-08-22regenMichael Shalayeff
2003-08-22rework cpu identificationMichael Shalayeff
2003-08-22move pfctl_file_fingerprints() call, table commands can use -f themselvesDaniel Hartmeier
(like pfctl -t spammers -vvTt -f file, causing EPERM on DIOCOSFPFLUSH).
2003-08-22+spamd (oups)Henning Brauer
2003-08-22spamd exampleHenning Brauer
2003-08-22KNFHenning Brauer
2003-08-22KNFHenning Brauer
2003-08-22don't expose pf_osfp_fingerprint() to ! _KERNEL. tcpdump et al useMike Frantzen
pf_osfp_fingerprint_hdr() which doesn't work on mbufs. pointed out by Max Laier
2003-08-22Use the '--no-split' parameter to makeinfo, so that it creates only onHans Insulander
info-file, and suddenly the heimdal info page works as expected.
2003-08-22Make kerberos installation guideline a little bit more streamlined for OpenBSD.Hans Insulander
2003-08-22Add kerberos admin serverHans Insulander
2003-08-22nuke "kerberos-2@ssh.com"Markus Friedl
2003-08-22remove support for "kerberos-2@ssh.com"Markus Friedl
2003-08-22To workaround an early 88100 models problem, gcc explicitely adds checks forMiod Vallat
division by zero in the generated code, and will trap to vector #503 in this case. Make sure that this vector gets handled as the regular divide-by-zero vector.
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
stripped down and tested by Jakob and myself.
2003-08-22Don't age non-gateway host routes. NetBSD PR bin/22568 from Andrew WhiteJun-ichiro itojun Hagino
2003-08-22spelling and kill whitespace at eolDavid Krause
2003-08-22spellingDavid Krause
2003-08-22syncTheo de Raadt
2003-08-22tweak for releaseTheo de Raadt
2003-08-21Bounds checking, prevents ioctls to non-existing dart devices from panic'ingMiod Vallat
the kernel; fixes a ttyflags botch reported by Luke Th. Bullock
2003-08-21die - regenerated during buildHenning Brauer
noriced by theo
2003-08-21Be less verbose in the MVME187 probe, as its CMMU configuration is knownMiod Vallat
2003-08-21Use constants rather than hardcoded values for IPL levels.Miod Vallat
2003-08-21De-obfuscate get_target().Miod Vallat
2003-08-21New keywords: @extra and @extraunexec.Marc Espie
Used to record extra files (configuration) and action, that will only be taken with pkg_delete -c.
2003-08-21Document FAKEOBJDIRMarc Espie
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
as sparc* do not use Xsun-compatible event interface anymore, and alpha only used this for Xtga which we do not ship anymore. Discussed long ago with matthieu@
2003-08-21print the operating system of TCP SYN packets with the -o optionMike Frantzen
2003-08-21stuff needed for passive OS fingerprinting PF rulesMike Frantzen
2003-08-21document passive OS fingerprintingMike Frantzen
2003-08-21Add Michal Zalewski's p0f v2 style passive OS fingerprinting to PF.Mike Frantzen
Exposes the source IP's operating system to the filter language. Interesting policy decisions are now enforceable: . block proto tcp from any os SCO . block proto tcp from any os Windows to any port smtp . rdr ... from any os "Windows 98" to port WWW -> 127.0.0.1 port 8001
2003-08-21Add derivative of Michal Zalewski's p0f v2 passive OS fingerprint databaseMike Frantzen
2003-08-21emulation is now controlled by sysctl. changes:Ted Unangst
add e_flags to struct emul. this stores on/off and native flags. check for emul enabled in check_exec(). gather all the emuls into a emulsw so a sysctl can find them. create sysctl. move maxhdrsiz calcualation into init_main so it cleans up sys_execve codepath. teach sysctl utility to grok kern.emul hierarchy. requested and ok deraadt@ some comments from mickey@
2003-08-21fix the offsets in decoding byte rom dd (verified per manual); miod@ okMichael Shalayeff