Age | Commit message (Expand) | Author |
2016-02-05 | select -> poll in log message; ok bluhm@ florian@ | Jeremie Courreges-Anglas |
2016-02-05 | Bail out if an unknown option is passed. | Jeremie Courreges-Anglas |
2016-02-05 | Fix a possible use-after-free in vmd, forward the result to the | Reyk Floeter |
2016-02-05 | rtadvd used a strncpy with a src interface name from the command line | Reyk Floeter |
2016-02-04 | fix memory leak | Eric Faurot |
2016-02-04 | Make code more readable by putting the message parsing logic in a single place. | Eric Faurot |
2016-02-04 | Minor ldapd -r tweaks | Jeremie Courreges-Anglas |
2016-02-04 | When deleting a message, remove associated envelopes from the cache, | Eric Faurot |
2016-02-04 | Fix an infinite loop when printing a country element in a management | Stefan Sperling |
2016-02-03 | update the font cache by running fc-cache after removing packages | Robert Nagy |
2016-02-03 | Make tcpdump show 802.11 control frames. | Stefan Sperling |
2016-02-03 | be very careful accepting packets via bpf. First check that the | Kenneth R Westerback |
2016-02-03 | Add helpers function to talk to the queue. Make the code simpler. | Eric Faurot |
2016-02-03 | Enable hostctl (only i386 and amd64 for now). | Reyk Floeter |
2016-02-03 | tell filters to rollback the current transaction if MAIL or EOM fails | Eric Faurot |
2015-12-03 | enter new dir | Theo de Raadt |
2016-02-03 | When a filter rejects a message content, report immediatly to the | Eric Faurot |
2016-02-03 | NULL initialize two file pointers to make it more obvious when reading that | Gilles Chehade |
2016-02-03 | Use "esc_class" to classify bounce type instead of "errorline" as | Sunil Nimmagadda |
2016-02-02 | Variables to count seen packets should be unsigned. | Stuart Henderson |
2016-02-02 | Nuke local #define ETHER_HEADER_SIZE and use the identical value'd | Stuart Henderson |
2016-02-02 | Remove unused (a.k.a. always passed NULL) parameter 'data' from | Stuart Henderson |
2016-02-02 | in RSA privsep engine, do not provide methods for rsa_sign / rsa_verify, | Gilles Chehade |
2016-02-02 | Try to be user-friendly and check early that the datadir is somewhat sane. | Jeremie Courreges-Anglas |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-02-02 | tweak previous; | Jason McIntyre |
2016-02-02 | use stat(2) instead of chdir(2) to check if given the directory is valid. | Gleydson Soares |
2016-02-02 | Implement ldapctl -r datadir; ok sthen@ landry@ | Jeremie Courreges-Anglas |
2016-02-02 | Uppecase. | Antoine Jacoutot |
2016-02-02 | Check imsg data size before use. | Sunil Nimmagadda |
2016-02-01 | some -r fixes; | Jason McIntyre |
2016-02-01 | Add -r argument to ldapd, to specify an alternative directory to | Landry Breuil |
2016-02-01 | No need for SRCS, identd.c is deduced from PROG and make(1) rules. | Jeremie Courreges-Anglas |
2016-02-01 | Make tcpdump show 802.11 QoS frames properly. | Stefan Sperling |
2016-01-30 | Actually order matters; I missed it when reviewing previous. | Antoine Jacoutot |
2016-01-30 | Explain how to run multiple copies of the same daemon; | Ingo Schwarze |
2016-01-30 | redo sthen's idea deeper in pkg_add, so that *every* url can be abbreviated | Marc Espie |
2016-01-29 | whitespace fixes; ok ajacoutot | Jason McIntyre |
2016-01-29 | Remove code that has been disabled for almost 20 years: | tb |
2016-01-29 | Use apmd instead of ntpd in the example since the later is on by default. | Antoine Jacoutot |
2016-01-29 | remove unused field | Eric Faurot |
2016-01-29 | Simplify code: hasrun is confusing and useless. There is no way | Eric Faurot |
2016-01-29 | Remove the query queueing mechanism. It's useless since pipelining is | Eric Faurot |
2016-01-29 | Fix err.h uses, reporting errno when available and simplifying error | mmcc |
2016-01-28 | Correct bit flag tests to work as intended. | Jonathan Gray |
2016-01-28 | Simplify the query-chain code now that events are sent through a dedicated loop. | Eric Faurot |
2016-01-27 | Fix typo in comment. From Chris Bennett, thanks! | tb |
2016-01-27 | Don't attempt to kill() the constraint in the wrong process. The | Reyk Floeter |
2016-01-27 | update ntpd log initialization to work like relayd, fix debug log levels | Brent Cook |
2016-01-27 | Allow pkg.conf's installpath to be set to a bare hostname (no /), which | Stuart Henderson |