summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2014-04-15Print hashkey to debug output, this helps hash-action use cases to be tested.andre
Use log_debug() instead of log_info(). ok reyk@
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ isMiod Vallat
more comfortable. Reminded by brad@
2014-04-15catch directories we don't have the right to enter instead of letting FindMarc Espie
do it (shorter/better message)
2014-04-15reply with correct imsg when using non-system auth.Eric Faurot
reported by Stefan Sieg ok gilles@
2014-04-14tweak the file system walker to be able to walk from /, assuming -s srcMarc Espie
and -X xenocara to get at the distrib/sets. Somewhat experimental for now, good enough at figuring out files to scrape after a major update
2014-04-14switch to using common SetList code (this fixes the xfont sets btw)Marc Espie
rename -x into -X, as -x is commonly "no progress meter". Even though this doesn't apply to pkg_mklocatedb, this applies to pkg_check.
2014-04-14Calculate the length of name and value for parameters the right wayFlorian Obser
around for the 4 byte encoding. With this QUERY_STRING can be longer than 127 bytes. Found the hard way while playing with smokeping. OK benno@
2014-04-14sundry macro chop;Jason McIntyre
2014-04-14macro fixes for previous;Jason McIntyre
2014-04-14No need to include ber.h here, probably overlooked while importing.andre
ok blambert@
2014-04-14remove 'restricted' symbol from yacc parser, overlooked in previousBret Lambert
commit found by andre@
2014-04-14Adapt relayd to use AgentX protocol to send trapsBret Lambert
ok reyk@ benno@
2014-04-14Adapt snmpctl to use AgentX protocol to send trapsBret Lambert
ok reyk@ benno@
2014-04-14Make snmpd use the AgentX protcol for accepting trap requests.Bret Lambert
AgentX notifications are the only portion implemented right now; get in the tree to flesh out the remainder. ok reyk@ benno@
2014-04-14missed man, and X is somewhat quaint...Marc Espie
2014-04-14extract the code that walks setlist, to be able to use it in pkg_checkMarc Espie
(waiting for theo to synch sets to commit the rest)
2014-04-14Fix the following idiom in the following way:Bret Lambert
arc4random_buf(seed, sizeof(seed)); RAND_seed(seed, sizeof(seed)); + explicit_bzero(seed, sizeof(seed)); ok reyk@
2014-04-13fix language/spelling in error stringBret Lambert
ok claudio@
2014-04-13httpd(8) did a chdir(2) to the directory containing the cgi script. AsFlorian Obser
there might be scripts depending on this do the same in slowcgi(8). pointed out and OK ratchov@
2014-04-13remove a 'RCSId[]' which was missed in the rcsid[] removal from 2009.Jonathan Gray
2014-04-12fix a bit testJonathan Gray
from FreeBSD rev 241829
2014-04-11fix a use after free in an error pathJonathan Gray
ok gilles@
2014-04-09display correct imsg when profiling is on and if the type was changedEric Faurot
2014-04-09Zap the mfa process. It is not currently doing anything, and content filteringEric Faurot
will be done at session level anyway. ok gilles@
2014-04-09need to change imsg type before forwarding.Eric Faurot
reported by jturner@ ok gilles@
2014-04-09remove useless define for bannerEric Faurot
ok gilles@
2014-04-08use correct imsgEric Faurot
ok gilles@
2014-04-08Use VM_UVMEXP instead of VM_METER for memory usages and directlyMartin Pieuchot
include <sys/vmmeter.h> where it is needed instead of relying on it being included by <uvm/uvm_extern.h>. miod@ likes it, ok guenther@
2014-04-08zero-fill static buffer before use in DSN codeGilles Chehade
diff from Sunil Nimmagadda, ok eric@
2014-04-07To win the startup race on the control socket we need to listen to it asClaudio Jeker
well only then the connect() call from iscsictl will not fail. Move listen() into the init function and rename control_listen() to control_event_init() since it is now only doing that.
2014-04-05fix writing of multiline To and Cc headersGilles Chehade
issue spotted, fix tested and okayed krw@
2014-04-04fix header parsing issue in enqueuer leading to From: header being strippedGilles Chehade
in some cases ok eric@
2014-04-04Merge the mda, mta and smtp processes into a single unprivilegedEric Faurot
process managing message reception, delivery and transfer. Mostly mechanical, but very intrusive as it required to rewamp all IMSG to fix ambiguities. with and ok gilles@
2014-04-04start the purge task after events are set, or we can miss SIGCHLDEric Faurot
ok gilles@
2014-04-04remove some duplicate text,Ingo Schwarze
and some remains of the template not pertinent to section 8; ok yasuoka@ jmc@
2014-04-03various macro cleanup and tweaks;Jason McIntyre
ok yasuoka schwarze
2014-04-03use asr helpers after libevent update.Eric Faurot
2014-04-03add mention about "monitor" command.YASUOKA Masahiko
2014-04-03calucuation of response message size was wrong.YASUOKA Masahiko
2014-04-02use setresgid()Theo de Raadt
ok guenther millert
2014-04-01Remove -ggdb -g3, this shouldn't be hereFederico G. Schwindt
Requested by deraadt@
2014-04-01cleanup forkmda() and get rid of a useless seteuid()-based danceGilles Chehade
prompted by deraadt@, ok eric@
2014-03-29bugfix and security update to 1.4.7:Robert Nagy
CVE-2014-0133 does not affect OpenBSD because SPDY is not enabled ok florian@
2014-03-29use deltaT to calculate time intervalls; reduces diff to traceroute6Florian Obser
OK benno@, lteo@
2014-03-29use iovec in wait_for_reply; reduces diff to traceroute6Florian Obser
OK benno@
2014-03-27one more Xr to smtpd;Jason McIntyre
2014-03-27switch smtpd and sendmail examples now that smtpd is the defaultGilles Chehade
ok jmc@ tedu@
2014-03-27adjust commented-out sample blocks for PHP and SSL configurations:Stuart Henderson
- add a small shared SSL session cache - disable rc4 ciphers in sample config - switch to a unix socket for php-fpm - use try_files to avoid passing non-existing files to php http://wiki.nginx.org/Pitfalls#Passing_Uncontrolled_Requests_to_PHP ok robert@
2014-03-27zap dead code; OK lteo@Florian Obser
2014-03-27restore_sum: remove newly created sum file(s).Antoine Jacoutot