summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* No need to check for NULL before free().krw2020-04-091-7/+4
* vmm(4): add IOCTL handler to sets the access protections of the eptpd2020-04-081-2/+40
* bump smtpd versioneric2020-04-081-2/+2
* dhcpd could reference freed memory after releasing a lease withkrw2020-04-061-2/+3
* Handle connected routes as ospfd(8) does.denis2020-04-054-18/+31
* "Protocol" keyword no longer used; from martin vahlensieckjmc2020-04-051-3/+2
* Use fopen() and BIO_new_fd() instead of BIO_new_file so that a possibleclaudio2020-04-023-8/+24
* Split the mft file and hash check from the mft parsing. This makes it easierclaudio2020-04-013-57/+87
* Better warning message. Show the filename of the CRL instead of the constantclaudio2020-04-011-2/+2
* Put the interface down if the kernel fails to enable pipex.mpi2020-04-011-3/+7
* Missing semi-colons.ajacoutot2020-03-311-1/+2
* Use defines instead of raw numbers for intervals specified by RFCflorian2020-03-303-17/+19
* Delay failure in mft parsing until all elements of FileAndHash have beenclaudio2020-03-301-22/+30
* Check the hash and with it the presence of a file referenced in a MFT earlyclaudio2020-03-301-2/+46
* Change space to tabdenis2020-03-291-3/+3
* Rework of rde_asext_get()/rde_asext_put().denis2020-03-292-71/+90
* btrace(8): simplify builtin_nsecs(); ok mpi@cheloha2020-03-271-9/+6
* Use the correct math to calculate how many bytes are needed for b64_pton().claudio2020-03-271-2/+2
* Skip first line if it starts with '#!'mpi2020-03-271-3/+5
* Add support for "alpha" suffixes in package versionsjca2020-03-261-3/+6
* Map are printed by default now, document that option "-c" is needed :)mpi2020-03-231-2/+5
* Some architectures require <machine/param.h> to use VM_MIN_KERNEL_ADDRESS.mpi2020-03-231-1/+2
* Document some functions.mpi2020-03-231-1/+8
* Print maps when exiting unless an END rule has been defined.mpi2020-03-231-1/+24
* Spell "status" correctly.patrick2020-03-231-2/+2
* Add 'ikectl show sa' command to print information about the state oftobhe2020-03-223-3/+31
* remove unbound files that aren't really useful here, pointed out by florian@sthen2020-03-202-22/+0
* Document exit, zero and delete functionskn2020-03-201-5/+16
* Reshuffle code more to separate out the output functions into output.c.claudio2020-03-203-612/+621
* merge update to Unbound 1.10.0sthen2020-03-1971-1400/+3439
* import Unbound 1.10.0, ok tb@sthen2020-03-197-25/+1351
* Use bv_name() in debug output and include the hash of a map.mpi2020-03-191-9/+10
* Add support for unnamed map.mpi2020-03-193-5/+20
* When looking at which data should be recorded by the kernel include thempi2020-03-191-39/+55
* Add 'ikectl reset id <ID>' command to reset all SAs from policies withtobhe2020-03-184-7/+33
* time() takes a strftime(3) format stringkn2020-03-181-4/+5
* use CRLF line-ending during the SMTP dialog in the local enqueuereric2020-03-181-17/+18
* Whitelist 'map' type in order to use them in real (non BEGIN/END) rules.mpi2020-03-181-1/+2
* Print IO device names next to path with "list-io"kn2020-03-171-2/+9
* Exit when m_get_string() returns NULL to prevent nullptr dereference intobhe2020-03-171-1/+3
* Initialize session.rcptto to NULL before parsing command line optinos.millert2020-03-161-0/+1
* fix cast in isdigit() calls.benno2020-03-162-6/+6
* The assumption that in roa tables a prefix / source-as combo only appearsclaudio2020-03-161-6/+15
* Fix affectation that should be conditionnal tests inside asserts.mpi2020-03-161-5/+5
* Add missing casts to unsigned char when using ctype(3).millert2020-03-153-6/+6
* Block autoaction after it kicks in, until 60 seconds after resumejca2020-03-132-11/+29
* fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in commentjasper2020-03-111-2/+2
* Make traphandler_parse also set vbinds for SNMPv1 traps.martijn2020-03-111-3/+6
* Narrow the visibility of some functions and variables local to output.cjca2020-03-102-16/+16
* Ensure that we properly flush, close and rename temporary output filesjca2020-03-092-9/+15