Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-15 | Print 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-15 | Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is | Miod Vallat | |
more comfortable. Reminded by brad@ | |||
2014-04-15 | catch directories we don't have the right to enter instead of letting Find | Marc Espie | |
do it (shorter/better message) | |||
2014-04-15 | reply with correct imsg when using non-system auth. | Eric Faurot | |
reported by Stefan Sieg ok gilles@ | |||
2014-04-14 | tweak the file system walker to be able to walk from /, assuming -s src | Marc 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-14 | switch 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-14 | Calculate the length of name and value for parameters the right way | Florian 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-14 | sundry macro chop; | Jason McIntyre | |
2014-04-14 | macro fixes for previous; | Jason McIntyre | |
2014-04-14 | No need to include ber.h here, probably overlooked while importing. | andre | |
ok blambert@ | |||
2014-04-14 | remove 'restricted' symbol from yacc parser, overlooked in previous | Bret Lambert | |
commit found by andre@ | |||
2014-04-14 | Adapt relayd to use AgentX protocol to send traps | Bret Lambert | |
ok reyk@ benno@ | |||
2014-04-14 | Adapt snmpctl to use AgentX protocol to send traps | Bret Lambert | |
ok reyk@ benno@ | |||
2014-04-14 | Make 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-14 | missed man, and X is somewhat quaint... | Marc Espie | |
2014-04-14 | extract the code that walks setlist, to be able to use it in pkg_check | Marc Espie | |
(waiting for theo to synch sets to commit the rest) | |||
2014-04-14 | Fix 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-13 | fix language/spelling in error string | Bret Lambert | |
ok claudio@ | |||
2014-04-13 | httpd(8) did a chdir(2) to the directory containing the cgi script. As | Florian Obser | |
there might be scripts depending on this do the same in slowcgi(8). pointed out and OK ratchov@ | |||
2014-04-13 | remove a 'RCSId[]' which was missed in the rcsid[] removal from 2009. | Jonathan Gray | |
2014-04-12 | fix a bit test | Jonathan Gray | |
from FreeBSD rev 241829 | |||
2014-04-11 | fix a use after free in an error path | Jonathan Gray | |
ok gilles@ | |||
2014-04-09 | display correct imsg when profiling is on and if the type was changed | Eric Faurot | |
2014-04-09 | Zap the mfa process. It is not currently doing anything, and content filtering | Eric Faurot | |
will be done at session level anyway. ok gilles@ | |||
2014-04-09 | need to change imsg type before forwarding. | Eric Faurot | |
reported by jturner@ ok gilles@ | |||
2014-04-09 | remove useless define for banner | Eric Faurot | |
ok gilles@ | |||
2014-04-08 | use correct imsg | Eric Faurot | |
ok gilles@ | |||
2014-04-08 | Use VM_UVMEXP instead of VM_METER for memory usages and directly | Martin 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-08 | zero-fill static buffer before use in DSN code | Gilles Chehade | |
diff from Sunil Nimmagadda, ok eric@ | |||
2014-04-07 | To win the startup race on the control socket we need to listen to it as | Claudio 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-05 | fix writing of multiline To and Cc headers | Gilles Chehade | |
issue spotted, fix tested and okayed krw@ | |||
2014-04-04 | fix header parsing issue in enqueuer leading to From: header being stripped | Gilles Chehade | |
in some cases ok eric@ | |||
2014-04-04 | Merge the mda, mta and smtp processes into a single unprivileged | Eric 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-04 | start the purge task after events are set, or we can miss SIGCHLD | Eric Faurot | |
ok gilles@ | |||
2014-04-04 | remove some duplicate text, | Ingo Schwarze | |
and some remains of the template not pertinent to section 8; ok yasuoka@ jmc@ | |||
2014-04-03 | various macro cleanup and tweaks; | Jason McIntyre | |
ok yasuoka schwarze | |||
2014-04-03 | use asr helpers after libevent update. | Eric Faurot | |
2014-04-03 | add mention about "monitor" command. | YASUOKA Masahiko | |
2014-04-03 | calucuation of response message size was wrong. | YASUOKA Masahiko | |
2014-04-02 | use setresgid() | Theo de Raadt | |
ok guenther millert | |||
2014-04-01 | Remove -ggdb -g3, this shouldn't be here | Federico G. Schwindt | |
Requested by deraadt@ | |||
2014-04-01 | cleanup forkmda() and get rid of a useless seteuid()-based dance | Gilles Chehade | |
prompted by deraadt@, ok eric@ | |||
2014-03-29 | bugfix 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-29 | use deltaT to calculate time intervalls; reduces diff to traceroute6 | Florian Obser | |
OK benno@, lteo@ | |||
2014-03-29 | use iovec in wait_for_reply; reduces diff to traceroute6 | Florian Obser | |
OK benno@ | |||
2014-03-27 | one more Xr to smtpd; | Jason McIntyre | |
2014-03-27 | switch smtpd and sendmail examples now that smtpd is the default | Gilles Chehade | |
ok jmc@ tedu@ | |||
2014-03-27 | adjust 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-27 | zap dead code; OK lteo@ | Florian Obser | |
2014-03-27 | restore_sum: remove newly created sum file(s). | Antoine Jacoutot | |