summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2011-10-23fsqueue no longer stores envelopes by dumping the structure, instead use aGilles Chehade
couple of load/dump functions to convert to and from a human readable fmt. while at it kill struct delivery and merge back its fields to the envelope. this basically means we shouldn't require users to flush their queues every time we make a change to struct envelope. work is not done, but we're at a better state than the binary fsqueue so we'll improve it in-tree. has been running on my own box for the last 12 hours or so ok eric@, chl@
2011-10-22correctly set relay when expanding envelopesEric Faurot
ok gilles@
2011-10-22tweak previous;Jason McIntyre
2011-10-22Add a log_trace() call to toggle logging of specific debugging info inEric Faurot
verbose mode, and an associated -T command line option. Use it for the imsg traces. Requested by gilles@ who doesn't like verbose to be too verbose. ok gilles@ chl@
2011-10-21small optimization: tell pkg_create to skip !libs if LIBS_ONLY (to beMarc Espie
used in make print-plist-libs)
2011-10-18delay daemon fork() until after initialisation has completed to fixDamien Miller
rc race that caused X11 to fail to open /dev/wsmouse; ok stsp miod
2011-10-15Added "provision for rewound PPP frames" that allows receivingYASUOKA Masahiko
reorder packets to pass to the upper layer without reorder. It will improve performance (throughput or loss rate) for PPTP or L2TP(/IPesc) on networks that latency is unstable such as mobile network. As our test environment (bandwidth: 6Mbps, latency: 50ms for 97% of traffic and 52ms for rest of traffic), throughput has changed from 0.76MB to 2.17MB on file upload by PPTP connected Windows Vista ftp.exe. Developed by UMEZAWA Takeshi at IIJ. ok jmatthew@ tested jmatthew@ and myself.
2011-10-15Delete unused field s_first in 'struct pppoe_session' that is assignedYASUOKA Masahiko
1 in session_new(), but it is never used. Diff from Michael W. Bombardieri henning@ claudio@ sthen@ fgsch@ deraadt@
2011-10-13Teach some userland tools about NAT64. I think this is mostly from mikeb@Claudio Jeker
OK mcbride@
2011-10-13Drop a reference to the client SSL_CTX after SSL_new(), so that it isEric Faurot
correctly freed by SSL_free() at the end of the session. Plug a leak in the mta. ok! gilles@
2011-10-11We don't need to break after calling err(3) because this function willYASUOKA Masahiko
not return. This diff produces no binary change. diff from Michael W. Bombardieri. ok dlg@, claudio@ CV: Enter eog. Lines beginning with `CVS:' are removed automatically
2011-10-11Add a flag for nginx (-u) to be able to disable chroot and use a betterRobert Nagy
method for modifying the document root if chrooted, so currently this allows the user to run the same configuration file with a chrooted and an non-chrooted setup.
2011-10-11fix parsing of :include: aliasesGilles Chehade
2011-10-10document that virtual maps require a domain keyGilles Chehade
2011-10-09show messages sent between processes in debug modeEric Faurot
ok gilles@ chl@
2011-10-09don't be too hasty, we can choose to syslog (OR NOT) *after* we parse theMarc Espie
command line options. Problem noticed by Markus Lude.
2011-10-09add a missing newline when you merge login.conf if login.conf.db doesn't existStuart Henderson
ok aja@
2011-10-08our root is /var/www/htdocs and not /var/www/htmlRobert Nagy
2011-10-08only strip the full path once and remove any / chars from the begining ofRobert Nagy
the path
2011-10-05make sure that the pcre from ports never gets picked up as a dependencyRobert Nagy
and make sure that we link the missing object file since we skip this codepath now in the configuration script
2011-10-05Since the worker process of nginx is chrooted on OpenBSD, let's removeRobert Nagy
down the prefix of nginx which is /var/www from the file paths when the worker process tries to reopen files (access.log, error.log, etc.). This fixes the 'nginx -s reopen' issue which was reported by some users.
2011-10-04- sync usage() and SYNOPSISJason McIntyre
- document "flag", for I2C devices - "pin" is not optional ok matthieu
2011-10-03Add a 'flag' locator to gpioiic(4), and define a first flagMatthieu Herrb
value to swap the SDA and SCL pins assigment during attach. Mostly from work with mbalmer@NetBSD. ok miod@
2011-10-03- fix a segv caused by a deep recursion introduced with a recent quick-fixGilles Chehade
and triggering if clients sent a large number of DATA lines in one write
2011-10-03clarify that network sources are to be specified in CIDR notationGilles Chehade
by David Walker, ok jmc@
2011-10-03update to nginx 1.0.14Robert Nagy
SECURITY fix: contents of previously freed memory might be sent to a client if backend returned specially crafted response. ok robert@
2011-10-03update to nginx-1.0.8 which includes many bugfixesRobert Nagy
for a complete list please check the CHANGES file
2011-10-02Fix some minor things in config(8):Edd Barrett
* As haesbaert suggests, correctly order include files. * Found some old style function defs. Updated. * Found a prototype inside a function. Moved. OK nicm@
2011-10-02When using `config -e`:Edd Barrett
* Don't print a NULL pointer if binary loaded is not a kernel. * Don't segfault of binary loaded is not a kernel. * Report non-existent kernel via a preliminary stat(). * Make a warning look like the rest. OK haesbaert@, nicm@
2011-10-02Delete unused variables, from Michael W Bombardieri.Nicholas Marriott
2011-09-29ssl.8: Certifying Authority -> Certificate AuthorityJason McIntyre
isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo
2011-09-28removing annoying debug logGilles Chehade
2011-09-27check closefrom() return valueCharles Longeau
use STDERR_FILENO instead of hard coded value ok gilles@
2011-09-26tweak previous; ok claudioJason McIntyre
2011-09-25remove hack, ask for SUBDIRs with FULLPATH setMarc Espie
2011-09-24generate and install the correct manual page, noted by deraadt@Robert Nagy
2011-09-22unconditionally chroot to the www user's homedir by defaultRobert Nagy
2011-09-22fix two signed/unsigned comparsionsRobert Nagy
2011-09-22pick the internal pcre up and use thatRobert Nagy
2011-09-22thank you CVS for missing the "core" directoryRobert Nagy
2011-09-22import of nginx 1.0.6 with a bundled libpcre needed for pcre to workRobert Nagy
properly. this is not yet linked to the build but we would like to work on it in tree to provide an apache replacement for base
2011-09-22Let tcpdump use the same format for printing IPv6 fragments as forAlexander Bluhm
IPv4. Now it is id:len@off+more for both. ok jsing
2011-09-22purge the rcsidTheo de Raadt
2011-09-22Revert r1.29. Now that the "C" locale is ASCII-only, this workaroundStefan Sperling
is no longer needed. ok naddy
2011-09-21fix missing err.h includesJonathan Gray
2011-09-21missing err.h includeJonathan Gray
ok maja@
2011-09-21include err.h for warnxJonathan Gray
2011-09-21During socket splicing the relayd session timeouts could not beAlexander Bluhm
measured exactly in user land. Use the new idle timeout for socket splicing in the kernel to make it correct. Also do splicing with http if relayd does not check headers. ok mikeb
2011-09-21fix an |= that should have been !=Jonathan Gray
this could cause a log message to trigger when it shouldn't have reported to isc (RT #24053) and now included in current bind releases
2011-09-21fix the two most offensive indentation violations in here.Peter Hessler
pointed out by sthen@