Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-06 | openssh-4.6; "please" deraadt@ | Damien Miller | |
2007-03-06 | since we dont overwrite the dva of the cmd_table in the cmd_hdr now, we | David Gwynne | |
dont have to carry the cmd_tables dva around in the ccb anymore. | |||
2007-03-06 | tweak -c; sort FILES; | Jason McIntyre | |
2007-03-06 | dont do pointer maths with void * | David Gwynne | |
2007-03-06 | - move LOGGING into the main body | Jason McIntyre | |
- move some relevant bits of SYNCHRONISATION into -Yy descriptions - tweaks for SYNCHRONISATION ok reyk beck | |||
2007-03-06 | Apply a SG segment size limit and remove the length check. | Christopher Pascoe | |
2007-03-06 | No need to continually assign the control table addresses, provided we don't | Christopher Pascoe | |
ever zero out the whole command header. Also add some diagnostic checks to ensure we don't violate any of the controller's DMA address/size restrictions. | |||
2007-03-06 | dlg@ advises that the bus_space operations will endian convert the DMA base | Christopher Pascoe | |
addresses for me when it writes to the registers. Don't swap them manually. | |||
2007-03-06 | Make the 1:1 mapping of command slot to command header/table entries | Christopher Pascoe | |
explicit by including pointers to both of them in the ccb. Inspired by dlg@ | |||
2007-03-06 | Since our ftp client opportuniticly tries EPSV, then falls back to PASV for | Bob Beck | |
older clients, dont' spew out "500 unimplimented" when a sever that doesn't do EPSV doesn't like it, just notice, and fall back to PASV, then complain if that fails. ok deraadt@ | |||
2007-03-06 | Add and fix /* FALLTHROUGH */ comments. | Ray Lai | |
From Jim Razmus. OK millert@ and otto@. | |||
2007-03-06 | - Pass full buffer to fgets(). | Ray Lai | |
- Use sizeof(buf) instead of BUFSIZ. - Only overwrite '\n'. From Charles Longeau. OK millert@ and moritz@. | |||
2007-03-06 | Remove code that's been commented out since '96. | Ray Lai | |
From Charles Longeau. OK millert@. | |||
2007-03-06 | document allowing -c to increase to within 200 of kern.maxfiles | Bob Beck | |
2007-03-06 | Make the maximum number of connections dependant on kern.maxfiles rather | Bob Beck | |
than a hardcoded value. ok reyk@, deraadt@ with knfisms and saner variable names | |||
2007-03-06 | another completely bogus route entry, this time openface in their own RR: | Henning Brauer | |
route: 198.73.251.0 no prefixlen... overhaul error handling in prefixset_addmember(). for prefixes without prefixlen or ones where inet_net_pton reports an invalid format, complain and ignore the prefix, but don't err out completely. | |||
2007-03-05 | RPSL spec says route: is single-valued... nontheless, in the APNIC db: | Henning Brauer | |
route: 203.94.216.0/21, origin: AS17813 so we need to cut trailing ',' away | |||
2007-03-05 | better diagnostics on inet_net_pton failing | Henning Brauer | |
2007-03-05 | sync | Theo de Raadt | |
2007-03-05 | Add pmap_prefer() for SH4, from NetBSD; ok drahn@ | Miod Vallat | |
2007-03-05 | Prevent a NULL pointer dereference in __pmap_kptp_lookup(); from NetBSD | Miod Vallat | |
2007-03-05 | Lower the ipl to what it was at the time of the trap in general_exception, | Miod Vallat | |
instead of remaining at splhigh; from NetBSD ok drahn@ | |||
2007-03-05 | Work around a virtual aliasing conflict issue. Basically allow multiple | Dale Rahn | |
readers but only one writer on a physical page. Not the most optimal, but has been tested. ok miod@ | |||
2007-03-05 | remove -r option that didn't work anyway. | Bob Beck | |
ok jmc@, reyk@ | |||
2007-03-05 | correctly deal with hierarchical as-set names. | Henning Brauer | |
everything we run into as members that is hierarchical (contains :) has to be an as-set. RPSL requires one component to have the AS- prefix; we check that. now the huge AS-TELIANET correctly resolves - into 15128 unique ASes, takes 12m47.11s real 0m8.62s user 0m1.07s system | |||
2007-03-05 | Remove _err() calls from getnetgrent.c. This is a minor API change | Todd C. Miller | |
as _ng_sl_add() now returns a value. The only consumer of that interface is netgroup_mkdb(8). Adapted from NetBSD. OK deraadt@ | |||
2007-03-05 | Set pointer to NULL after freeing it, so callers of | Moritz Jodeit | |
key_from_printable() are not fooled into using it afterwards. OK hshoexer@ | |||
2007-03-05 | convert all members of an as-set to uppercase on the fly. | Henning Brauer | |
do the same in asset_expand() for the head as-set or aut-num reference from the policy. fixes duplicate ASes with mixed case seen after set resolution and saves some str(n)casecmp on the way (or rather allows a whole bunch of strcmp to stay) | |||
2007-03-05 | Add mmap for upa(4). Makes the X wsfb(4) driver actually work instead of | Mark Kettenis | |
crashing the machine on UltraSPARC-III machines with creator(4) framebuffers. ok jason@, tsi@ | |||
2007-03-05 | KNF | Henning Brauer | |
2007-03-05 | need to eat whitespace at both ends of val | Henning Brauer | |
2007-03-05 | KNF | Henning Brauer | |
2007-03-05 | proper check for [non]user returns to syscall gate page; found by miod@ | Michael Shalayeff | |
2007-03-05 | better dd options for the spamd.key generation example. | Reyk Floeter | |
2007-03-05 | document spamd.key better. what format does the file take? how do i | Reyk Floeter | |
create one? and so on... help from jmc@ | |||
2007-03-05 | back out, reyk is not paying attention | Theo de Raadt | |
2007-03-05 | gremlins keep putting tiny KNF violations in my code in the hope I don't | Henning Brauer | |
spot 'em | |||
2007-03-05 | better error msg | Henning Brauer | |
2007-03-05 | loop over the list calling prefix_aggregate until nothing can be aggregated | Henning Brauer | |
any more. since aggregated entries might be further aggregatable... shaves of another 1200 lines (of ~16900) from the generated ruleset for my AS | |||
2007-03-05 | Add some HAL functions. | Reyk Floeter | |
From madwifi-old-openhal via Nick Kossifidis (mickflemm at gmail dot com) Bump copyright while I'm here. | |||
2007-03-05 | don't make everything a sync once we see one, reset this once | Bob Beck | |
we save the entry. ok reyk@ | |||
2007-03-05 | lint happiness | Henning Brauer | |
2007-03-05 | unused vars, lint | Henning Brauer | |
2007-03-05 | nuke annoying debug log | Bob Beck | |
ok henning@ | |||
2007-03-05 | Make spamlogd log inbound/outbound like it did before. | Bob Beck | |
ok henning@ | |||
2007-03-05 | in prefix_aggregate(), when we look at two neighbor prefixes, see wether | Henning Brauer | |
they can be expressed as one with shorter prefixlen. if so, adjust the first prefix accordingly and return 1 so the second gets removed. shrinks the ruleset for my AS from 19533 to 16892 rules. | |||
2007-03-05 | do the prefix masking in network byte order | Henning Brauer | |
2007-03-05 | sort out more specifics and mark the less specific covering them in a way | Henning Brauer | |
that the resulting rule allows more specifics. i. e. 10.0.0.0/16, 10.0.1/24, 10.0.128/17 -> prefix 10.0.0.0/16 prefixlen <= 24 implementation: sort prefixes per AS by address family, prefix, prefixlen. for every entry, check wether the prefix with the previous entry's mask applied matches the previous entry's prefix & mask. Only move the previous pointer forward if not so. Fill the holes we create in the process on the fly; shrink the array afterwards. shrinks the generated filters for our AS from over 100k to under 20k lines. | |||
2007-03-05 | switch to whois.radb.net. The RIPE whois server shows problems, indefinately | Henning Brauer | |
hanging connection for a specific query (which works find against radb, investigating with ripe pplz), and ripe doesn't mirror some important RRs like ALTDB. | |||
2007-03-05 | do not strip the header for expect, hash, and log actions. | Reyk Floeter | |
since we have a tristate in relay_handle_http(), use nicer return codes defined to make it better readble (no function change). |