Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-25 | lightweight do_setusercontext after chroot() | Markus Friedl | |
2002-06-25 | Now that we don't have a trailing newline we need to explicitly check | Todd C. Miller | |
that the first char in the line is not NUL after killing comments. | |||
2002-06-25 | IEEE1394 infrastructure part. | Jun-ichiro itojun Hagino | |
IP-over-FW and SCSI over FW are being worked on. | |||
2002-06-25 | add ARP hardware type for IEEE1394 | Jun-ichiro itojun Hagino | |
2002-06-25 | protos and macros are only for _KERNEL, malliciously pollutes the user name ↵ | Michael Shalayeff | |
space otherwise | |||
2002-06-25 | unnecessary cast | Markus Friedl | |
2002-06-25 | rcsids | Michael Shalayeff | |
2002-06-25 | typos. Patch from bk@rt.fr | Mike Pechkin | |
millert@ ok | |||
2002-06-25 | Add LIBEVENT; pointed out by Brian J. Kifiak | Todd C. Miller | |
2002-06-25 | Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish(). | Todd C. Miller | |
It screws up printing in dmesg and doesn't actually help anything since interupts in "vmstat -i" show up as pcmcia*, not wi* or an*. | |||
2002-06-25 | display readonly/modified combination just like emacs. | Vincent Labrecque | |
ok deraadt@ | |||
2002-06-25 | regression tests for options in pf.conf | Henning Brauer | |
ok dhartmei@, kjell@ | |||
2002-06-25 | hooks for options. | Henning Brauer | |
we don't support setting pf options via authpf, but need the hooks here, too. ok dhartmei@, kjell@ | |||
2002-06-25 | move pfctl options -t, -m, -O and -l to pf.conf. These are set using the | Henning Brauer | |
"set" keyword. example rulefile: set optimization aggressive set timeout { tcp.closing 6, tcp.opening 6 } set limit { states 1000, frags 1000 } set loginterface wi0 pass out all keep state label "$nr:$srcaddr:$srcport:$dstaddr:$dstport" block in all fries@ is working on an updated pf.conf(5) discussed at c2k2 and on icb ok dhartmei@, kjell@ | |||
2002-06-25 | hpux emu is to do; from david krause | Michael Shalayeff | |
2002-06-25 | Add RID to get the DBM adjustment factor; imp@freebsd.org | Todd C. Miller | |
2002-06-25 | Handle REASREQ packets earlier when processing an association | Todd C. Miller | |
request. We need to eat the MAC address of the packet before we go looking at the SSID and such. Doing do is sufficient to make Cisco cards associate with HostAP. From FreeBSD (jhay). | |||
2002-06-25 | Forgot variable. | Angelos D. Keromytis | |
2002-06-25 | Complete yet more of the c2k2 initiated changes. In this round: | Kenneth R Westerback | |
1) Centralize selection of install/upgrade media rather than ask separately for mounted filesystem. Eliminate separate calls to get_localdir in install.sh and upgrade.sh. In install.sh this call occurred only if a diskless system was detected, which millert@ agreed was a historical relic, i.e. what exactly would a diskless workstation be installing to? 2) Check for the presence of any mounted filesystems at the expected mount point (/mnt or /mnt2) and emit an error message if none found. 3) Add a '?' option to the pathname question so you can see what filesystems are mounted at/below the expected mount point. 4) Rework logic in get_localdir to make flow more logical. e.g. only do sane_install() check after the user says to install no more sets; if sane_install() fails ask a slightly different question and make the default 'y' to install more sets. 5) Rework install_sets() to simplify logic. Don't try to tailor list of install media to system, just warn that some may not be available and emit useful error messages if the user tries a non-available source. Some verbiage still needs work (amoung other things). fgsch@ noticed problems with installing from mounted filesystems, forcing me to finish these changes. | |||
2002-06-25 | Ifdef the function proto as well. | Angelos D. Keromytis | |
2002-06-25 | Make udp_input() a bit more readable by farming out the IPsec input | Angelos D. Keromytis | |
policy checking to a separate routine. Also, add missing checks for multicast sockets, pointed out by sam@errno.com | |||
2002-06-25 | Handle correctly return values from xf_input methods --- since the | Angelos D. Keromytis | |
return value was ignored anyway, this wasn't a problem so far. From sam@errno.com | |||
2002-06-24 | skip routing table lookup if multicasting/broadcasting and the outgoing | Jun-ichiro itojun Hagino | |
interface is specified by setsockopt. from freebsd4, sync with kame (it makes difference when you run routed with RIPv2 enabled - no need for 224/4 route) | |||
2002-06-24 | Provide dummy d_kqfilter() routine so that this compiles, until this driver | Miod Vallat | |
is rewritten to use the MI audio framework. | |||
2002-06-24 | opcode aliases, mostly taken from recent binutils. | Marc Espie | |
ok miod@ | |||
2002-06-24 | move cdev_decl() for usb devices into one place. | Michael Shalayeff | |
usage of cdev_decl() in the driver code is more tricky since i have kqueue mods here and there and will fix that on that way through. | |||
2002-06-24 | Properly install links for debug libraries; ok deraadt@ | Thorsten Lockert | |
2002-06-24 | oops. don't initialize wi_flags and wi_hostap_info here; fixes sparc. | Federico G. Schwindt | |
somehow i didn't commit this. from denver airport. | |||
2002-06-24 | explicit (u_int) for uid and gid | Theo de Raadt | |
2002-06-24 | KERN_POOL_POOL, not KERN_POOL_NPOOLS --- I wonder how this was not | Angelos D. Keromytis | |
observed. From dfa@solo.ee and dsb@nt.pin.dvgu.ru | |||
2002-06-24 | sort out the yemen's history a bit (with spelling corrections!). | Michael Shalayeff | |
assume south yemen where "democratic" is mentioned and "arab republic" otherwise, except for the united yemen. partially suggested by danimal@danimal.org | |||
2002-06-24 | printf type pedant | Jun-ichiro itojun Hagino | |
2002-06-24 | cat to (void) when output from buffer_get_X is ignored | Markus Friedl | |
2002-06-24 | move channel counter to u_int | Markus Friedl | |
2002-06-24 | the socket name contains ssh-agent's ppid; via mpech@ from form@ | Markus Friedl | |
2002-06-24 | clean copy.[12]. | Wilbern Cobb | |
ok markus@ | |||
2002-06-24 | prevent potential unaligned access error; ok espie@, pval@ | Christian Weisgerber | |
2002-06-24 | scrub on <if> works now, update regress tests. | Daniel Hartmeier | |
2002-06-24 | Redo the logic of reading of proc arguments to be more readable. | Artur Grabowski | |
kjell@ says that it fixes his problems, noone else responded. | |||
2002-06-24 | Use interface when specified in scrub rule. No support for ! or {} yet. | Daniel Hartmeier | |
2002-06-24 | Add xfs device; seems to work. | Hugh Graham | |
2002-06-24 | hello missing cdevsw entries | Hugh Graham | |
2002-06-24 | Fix more example rules | Daniel Hartmeier | |
2002-06-24 | Fix more example rules | Daniel Hartmeier | |
2002-06-24 | When the man page contains such obvious stupid TRIVIAL bugs as this | Theo de Raadt | |
which I am fixing, it makes me wonder why the hell is the shown example not something that someone has actually TRIED? Is it not possible people are yammering so much about it on the mailing lists about problems because the people who wrote this don't even check if the man page is CORRECT? But No! Instead of fixing it, the they get email replies on the damned mailing list, and 8 hours later, someone ELSE pipes up with another problem! Why don't you lame asses take responsibility for the problem at hand, CHECK IF THE MAN PAGE IS RIGHT, and instead of replying to the people who post, instead JUST FIX THE DOCUMENTATION PROBLEMS? Or should I remove authpf before you get the idea? | |||
2002-06-24 | "quick log" -> "log quick" in example rules, from Rudolfo Munguia | Daniel Hartmeier | |
2002-06-24 | correct ftp relay functionality. | Jun-ichiro itojun Hagino | |
2002-06-24 | KNF | Jun-ichiro itojun Hagino | |
2002-06-23 | g/c last remains of old ipv6 prefix management | Jun-ichiro itojun Hagino | |
2002-06-23 | committed by mistake | Jun-ichiro itojun Hagino | |