Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-26 | configrom input failover + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | 3.4 | Markus Friedl | |
2002-06-26 | make sure # of response matches # of queries, fixes int overflow; from ISS | Markus Friedl | |
2002-06-26 | pointer safeguards + some KNF | Thierry Deval | |
ok itojun@ | |||
2002-06-26 | disclose less information from environment files; based on input from djm, ↵ | Theo de Raadt | |
and dschultz@uclink.Berkeley.EDU | |||
2002-06-26 | typo; found by Jean-Francois Brousseau <krapht@secureops.com> | Todd T. Fries | |
2002-06-26 | be careful in mm_zalloc | Theo de Raadt | |
2002-06-26 | Kill __FUNCTION__. | Marc Espie | |
2002-06-26 | Actually use m68k-aliases (forgot to commit this...) | Marc Espie | |
ok miod@ | |||
2002-06-26 | limit # of env vars to 1000; ok deraadt/djm | Markus Friedl | |
2002-06-26 | limit # of channels to 10000 | Markus Friedl | |
2002-06-26 | limit append to 1MB and buffers to 10MB | Markus Friedl | |
2002-06-26 | limit size of BNs to 8KB; ok provos/deraadt | Markus Friedl | |
2002-06-26 | Bump i386 kvm size to 768M. | Artur Grabowski | |
deraadt@ ok. | |||
2002-06-26 | Another great quote. | Miod Vallat | |
2002-06-26 | correct bad practice in the code - it uses two changing variables | Jun-ichiro itojun Hagino | |
to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is NOT critical. | |||
2002-06-26 | avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> | Jun-ichiro itojun Hagino | |
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical. | |||
2002-06-26 | correct bad practice in the code - it uses two changing variables | Jun-ichiro itojun Hagino | |
to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is NOT critical. | |||
2002-06-26 | avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl> | Jun-ichiro itojun Hagino | |
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical. | |||
2002-06-26 | sync | Theo de Raadt | |
2002-06-26 | sendmail 8.12.5 | Todd C. Miller | |
2002-06-26 | rm duplicated decl of fwohci/fwlynx | Jun-ichiro itojun Hagino | |
2002-06-26 | forgot to commit - IEEE1394 bits | Jun-ichiro itojun Hagino | |
2002-06-26 | Update correct statistic if m_inject() fails --- from sam@errno.com | Angelos D. Keromytis | |
2002-06-25 | un __P() -ify. | Jun-ichiro itojun Hagino | |
2002-06-25 | and kill a now bogus comment | Michael Shalayeff | |
2002-06-25 | o Kill queue groups stuff; we can do a better job using qtool | Todd C. Miller | |
o Wait at least 27 minutes before trying to redeliver a message o Drop confTO_QUEUERETURN from 4d to 3d o No point in blacklist_recipients or commented RBL stuff o Remove some old Windoze worm stuff checks | |||
2002-06-25 | this monkey has not been a mbr for a couple of years already | Michael Shalayeff | |
2002-06-25 | Minor fixes, including duplicate and missing words; Brian Poole | Todd C. Miller | |
2002-06-25 | No \n at the end of a panic() message... I thought all occurences had been | Miod Vallat | |
squashed already. | |||
2002-06-25 | More details on booting from a secondary scsi controller, from feedback | Miod Vallat | |
on alpha@. | |||
2002-06-25 | undef the timeout_*(), this is still WRONG it does allow using both event.h ↵ | Michael Shalayeff | |
and sys/timeout.h in the same source (which is a valid use for both), proper fix is to rename the timeout_*() api here | |||
2002-06-25 | still export the macros, some userland uses it | Michael Shalayeff | |
2002-06-25 | Unbreak config on pci architectures without firewire devices. | Miod Vallat | |
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 | |