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