summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-02document net.inet.tcp.reasslimitMarkus Friedl
2004-03-02avoid memleak if parse_string() fails, Patrick Latifi <pat@eyeo.org>Henning Brauer
2004-03-02A better place for sshd; pointed out by millertTheo de Raadt
2004-03-02use daemon(3) instead of homebrown gunkHenning Brauer
2004-03-02start sshd earlier, ok from variousTheo de Raadt
2004-03-02Better wording for the longjmp(X, 0) case. OK otto@, deraadt@Todd C. Miller
2004-03-02zap unused and empty functions and some glorious very much needed commentsHenning Brauer
that explain us that "if (foo > 255) { error() } " ensures that foo is not bigger than 255
2004-03-02zap interface flagsHenning Brauer
2004-03-02use arc4random(), markus okHenning Brauer
2004-03-02we deal with one interface at a time, so remove the interface list gunk.Henning Brauer
2004-03-02here as well: when our interface vanishes, exitHenning Brauer
PR3648, test & ok pb
2004-03-02if our interface vanishes (pcmcia and such), exit.Henning Brauer
fixes PR3648, test & ok pb
2004-03-02remove dummy_interfaces and fallback_interface gunkHenning Brauer
2004-03-02limit total number of queued out-of-order packets to NMBCLUSTERS/2; ok mcbrideMarkus Friedl
2004-03-02our interface discovery is so quiet now (nonexistant) that we don't need aHenning Brauer
quiet_interface_discovery flag any more
2004-03-02mixing memcpy and bcopy in the same function is highly confusingHenning Brauer
2004-03-02since we're dealing with one interface and not quite a few ones we can giveHenning Brauer
this one onterface as parameter to discove_interfaces and get rid of quite some of the multiple-interface-discover logic
2004-03-02do not record all these interfaces we don't care aboutHenning Brauer
2004-03-02skip test if machdep.userldt sysctl is not enabledDavid Krause
help from and ok tedu@
2004-03-02fix path; ok espie@David Krause
2004-03-02correct answer file to meet gai_strerror() output on openbsd. David KrauseJun-ichiro itojun Hagino
2004-03-02call fifo_reclaim here tooTed Unangst
2004-03-02silly fifos aren't a real fs, so we have to be sure to call reclaimTed Unangst
in the host fs.
2004-03-02prevent memory leak on revoke by freeing resources in a real reclaimTed Unangst
function. also check fifoinfo is valid before deref. ok millert@
2004-03-02disable COMPAT_25; ok miod millertTheo de Raadt
2004-03-02bad openlog call; andrushock@korovino.netTheo de Raadt
2004-03-02oops, committed wrong version. thanks pedro.Ted Unangst
2004-03-01spellingTheo de Raadt
2004-03-01don't print empty descrHenning Brauer
2004-03-01make sure AS doesn't exceed upper bound, issue pointed out byHenning Brauer
Brent Graveland <brent@graveland.net>
2004-03-01oopsTheo de Raadt
2004-03-01rewrite featuring IP6 support from Pedro Martelletto <pbastos@rdc.puc-rio.br>Ted Unangst
ok deraadt@
2004-03-01Initialize the frame buffer when the PROM did not do this on our behalf.Miod Vallat
2004-03-01looks like powerpc will not do W^X for some time..Theo de Raadt
2004-03-01Correctly compute pc-relative relocation addend for amd64.Mark Kettenis
ok deraadt@
2004-03-01do not recommend a format string error..; pbastos@rdc.puc-rio.brTheo de Raadt
2004-03-01zap extra spaces. From a PR by Jared Yanovich.Marc Espie
2004-03-01Be explicit about the return value of setjmp() when longjmp(..., 0) is called.Otto Moerbeek
ok tedu@ deraadt@
2004-03-01typo; we do have spamlogd(8) not spamlog(8);Xavier Santolaria
ok beck@
2004-03-01longjmp should not return 0, if longjmp(..., 0) is invoked return 1.Dale Rahn
ok miod@ deraadt@
2004-03-01paranoia and cleanup, document output formatBob Beck
ok millert@
2004-03-01support "tagged <name>" on anchor rules, suggested by vd@vmunix.lt,Daniel Hartmeier
ok henning@, cedric@
2004-03-01tweaks from miodTheo de Raadt
2004-03-01KNFHenning Brauer
2004-03-01uset inet_pton(3) instead of home grown address validator; some other cleanupOtto Moerbeek
ok beck@
2004-03-01Arrrg. Not my day. Sync printconfig with parser here too.Claudio Jeker
2004-03-01Forgotten in the last commit. Sync printconfig and parser.Claudio Jeker
2004-03-01Sync printconfig.c with parse.y. OK henning@Claudio Jeker
2004-03-01Unbreak file truncation handling. Resolves PR 3689.Otto Moerbeek
ok tdeval@ millert@
2004-03-01Make it possible to diable the decision process. This is a feature only usefulClaudio Jeker
for route-collectors. OK henning@