Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-17 | clarify that even internal-sftp needs /dev/log for logging to work; ok | Kevin Steves | |
markus@ | |||
2009-04-17 | use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server; | Kevin Steves | |
ok djm@ markus@ | |||
2009-04-17 | move the lastr = r assignment behind the anchor rule check so we don't | Henning Brauer | |
ever try to aplly options from the anchor rule if it was the last matching one but the last matching real rule. it is right but despite begging nobody has the balls to ok it ;( | |||
2009-04-17 | a scrub was hiding here when nfs was enabled. since we want the no-df | Henning Brauer | |
behaviour here replace by an explicit set reassemble yes no-df. noticed by Valery Masiutsin <val.masutin at gmail dot com> | |||
2009-04-17 | handle case when no input is provided, fixes confusing error: | Jacek Masiulaniec | |
$ echo -n | sendmail root sendmail: write: connection closed $ | |||
2009-04-17 | cannot create a hash for bsd.rd, obviously. well, some media could since | Theo de Raadt | |
they have their own bsd.rd, but not not bsd.rd or installXX.iso, so punt on this. | |||
2009-04-17 | silence delete of hash output file | Theo de Raadt | |
2009-04-17 | further minor unification | Theo de Raadt | |
2009-04-17 | sync | Theo de Raadt | |
2009-04-17 | bpf0 can be created by MAKEDEV; ok krw | Theo de Raadt | |
2009-04-17 | Remove unused function proc_isunder() | Bret Lambert | |
"go for it" tedu@ | |||
2009-04-17 | - enable libstdc++ pthread regresses | Kurt Miller | |
- fix g++ regress so it can find libstdc++ in the objdir okay espie@ kettenis@ | |||
2009-04-17 | Add device ranking support for future sleep/wake developments. | Paul Irofti | |
okay marco@ | |||
2009-04-17 | Correctly handle packets that are leaving the MPLS cloud and | Michele Marchetto | |
joining the ipv4/ipv6 stack. Get also rid of the dependency on mpe(4) for packets not belonging to VPN traffic. ok laurent@, ok and input claudio@ | |||
2009-04-17 | close filedescriptors with closefrom(STDERR_FILENO + 1) before executing | Reyk Floeter | |
the script to prevent access to internal processes. From jacekm@ | |||
2009-04-17 | keep the parent relations of hosts after reloading the configuration. | Reyk Floeter | |
From Camiel Dobbelaar, closes PR 6066 | |||
2009-04-17 | add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1 | Reyk Floeter | |
servers claiming keepalive sessions. From Camiel Dobbelaar | |||
2009-04-17 | further steps towards unification | Theo de Raadt | |
2009-04-17 | er, wrong path | Theo de Raadt | |
2009-04-17 | more syncronization steps.. | Theo de Raadt | |
2009-04-17 | Another case of locking just to read uvmexp.free. Kill the locking, not | Owain Ainsworth | |
needed. "of course" art@. | |||
2009-04-17 | unify some more pieces | Theo de Raadt | |
2009-04-17 | undesireable tabs (waste space on the media) | Theo de Raadt | |
2009-04-17 | tweak PACKET FILTERING; | Jason McIntyre | |
2009-04-17 | remove some junk | Theo de Raadt | |
2009-04-17 | bye bye md5 | Theo de Raadt | |
2009-04-17 | For SHA256 hashes to be ready to go onto the install media, we must | Theo de Raadt | |
build the sets before we build the media. While there we can get rid of DESTDIR/snapshot too, and simply install straight into RELEASEDIR. (This also ends up saving an astounding amount of traffic/latency in a nfs environment) | |||
2009-04-17 | Put bin/sha256 and build a hash directory onto the media that can fit | Theo de Raadt | |
them | |||
2009-04-17 | we now ship SHA256 files, not MD5 files | Theo de Raadt | |
2009-04-17 | all the install media now have a /var/hash directory | Theo de Raadt | |
2009-04-17 | A new directive HASH, which fills a a hash directory (on the media) | Theo de Raadt | |
with the SHA256 hashes of the various install sets | |||
2009-04-17 | A very small sha256 program for the base media. Use it by piping data | Theo de Raadt | |
through it... input | sha256 outfile | output, then check the contents of outfile after. | |||
2009-04-17 | Pull sha2.c from libc into libstubs, but compile it with -DSHA256_ONLY | Theo de Raadt | |
so that it is a lot smaller. | |||
2009-04-16 | Change some parameter types from int to u_int8_t since the | Michael Knudsen | |
bus_space_.. API uses that. | |||
2009-04-16 | fix a few more typos found by spell(1); rectify a double "with" pointed out | Igor Sobrado | |
by jmc@ while looking at this diff. ok jmc@, reyk@ (for the hostapd part) | |||
2009-04-16 | Notify the rde when a neighbor goes down. | Michele Marchetto | |
When this happens we have to rebuild the list of downstream interfaces. ok claudio@ | |||
2009-04-16 | make TKIP TSC start at 1 (instead of 0) to match the standard. | Damien Bergamini | |
many implementations (including ours) will drop frames with a TSC equal to 0 (they are considered replayed frames.) | |||
2009-04-16 | Update kernel forwarding informations when a neighbor reports we are | Michele Marchetto | |
its nexthop to a particular multicast source. ok claudio@ | |||
2009-04-16 | sync | Theo de Raadt | |
2009-04-16 | Total rewrite of the sendmail interface. Adds support for -t, -v, | Jacek Masiulaniec | |
and -F cmdline args. Also, date and Message-Id headers are added when missing. The main trouble with the current enqueue code is that it requires dealing with problems in the control process that are already solved in the smtp process, ie. duplicating a lot of code which interacts with untrusted clients. This diff solves this by making sendmail obtain a SMTP socket from smtp via smtpd.sock, and using that socket to deliver the message. For smtpd it looks as if connection was made from the network, only difference being the F_MESSAGE_ENQUEUED message flag, handy when differentation between local and remote deliveries is wanted. Most of the features come from the femail program, created by henning@. Additional testing by Nigel J. Taylor. ok gilles@, henning@ happy with smtpd using femail code | |||
2009-04-16 | Update SMART attributes list. From kirill.timofeev@gmail.com. | Alexander Yurchenko | |
2009-04-16 | tweak TRANSLATION; | Jason McIntyre | |
2009-04-16 | Really turn fragment reassembly on by default. pfctl must handle this | David Krause | |
since the DIOCSETREASS ioctl is called on every ruleset load and was overriding the initial setting in pfattach(). Fix setting of the global no-df bitmask as well. ok henning@ | |||
2009-04-15 | The current iommu code only touches the hardware if the bios did not | Owain Ainsworth | |
enable it (I have found the code that does enable it problematic on quite a few machines, however, that's a different issue). So provide some code that so if the bios initialised the iommu for us, we'll use what it gave us. Makes iommu work on a machine of todd's. while i'm here, we don't need to scan all pci functoins to find the hypertransport bridge. the gart is always on function 3, so just scan for all the bridges and not iterate over the functions too. Thanks to todd for his infinite patience while I gave him diffs that went ``Boom!''. | |||
2009-04-15 | don't call setproctitle for parent, at least one process should | Jacek Masiulaniec | |
display cmdline arguments the daemon was started with; ok gilles@ | |||
2009-04-15 | s/ssmtp/smtps/; ok gilles@ | Jacek Masiulaniec | |
2009-04-15 | Remove some unused symbolic constants. | Michael Knudsen | |
2009-04-15 | Replace variadic macros with real functions, so that this compiles on | Miod Vallat | |
platforms still using gcc 2. ok deraadt@ | |||
2009-04-15 | fix a bug where after all MX-es were found to be non-contactable, | Jacek Masiulaniec | |
smtpd would treat the delivery as successful; ok gilles@ | |||
2009-04-15 | Disable DEBUG now, it floods too much information. | Miod Vallat | |