summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert GPT change. Breaks non-GPT install/upgrade.krw2015-10-281-7/+1
* add pledge to main process, though it needs a few more optionstedu2015-10-281-1/+4
* use an rb tree for the cache too. modelled after the reqtree.tedu2015-10-281-13/+27
* In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case.stsp2015-10-281-5/+5
* use an rb tree for finding requests. from Dimitris Papastamostedu2015-10-281-15/+21
* Remove a few more NULL-checks before free.mmcc2015-10-281-11/+5
* While I'm in here, drop a NULL-check before free.mmcc2015-10-281-3/+2
* masquerade and senders map require being able to lookup mailaddr structuresgilles2015-10-282-1/+150
* Remove support for lpd.pid file. OK deraadt@millert2015-10-284-51/+24
* pcap_stat fields are unsigned, print them as suchjca2015-10-281-3/+3
* By hoisting sysctl hw.cpuspeed towards the top, it is possible toderaadt2015-10-281-5/+8
* Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can nowflorian2015-10-281-3/+2
* pid removal; from jan staryjmc2015-10-285-36/+12
* various macro fixes;jmc2015-10-281-4/+4
* remove old check on username length that simply makes no sense nowadaysgilles2015-10-281-9/+1
* dns_lookup_host() needs to remove brackets and IPv6: prefix when receivinggilles2015-10-281-1/+15
* aliases support resolving to maildir:/pathgilles2015-10-284-6/+55
* Remove dead code.sunil2015-10-281-6/+1
* add a rcpt-to parameter to be able to use the original (probably expanded)jung2015-10-274-9/+39
* delivery lmtp gets fed with a message file as input which is guaranted to havejung2015-10-271-5/+3
* enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpathgilles2015-10-272-4/+5
* aliases_virtual_check() has been unneeded for a whilegilles2015-10-273-56/+4
* calloc -> malloc when the memory is immediately overwritten with memcpy.mmcc2015-10-272-4/+4
* Use AF_UNIX instead of AF_LOCAL.millert2015-10-272-7/+7
* Fix manpage for empty pidfile. Pointed out by millert@sthen2015-10-271-10/+1
* Don't use a pidfile in unbound by default. Retain the ability in unbound.confsthen2015-10-271-2/+2
* Remove wrong line.renato2015-10-271-2/+1
* change cipher-server-preference to be on by default. It can be disabled withbenno2015-10-272-5/+5
* Consistency in error messages.jca2015-10-271-3/+3
* Fix nsd and unbound's error checking with SSL_CTX_set_options().doug2015-10-275-12/+24
* tweak previous;jmc2015-10-271-13/+11
* tweak previous;jmc2015-10-271-2/+2
* Free the received radius packet when it is duplicated.yasuoka2015-10-271-2/+2
* Initialize module_radius_req before use it.yasuoka2015-10-271-2/+2
* Set O_NONBLOCK for UDP sockets not to block on recv(). Actuallyyasuoka2015-10-272-4/+31
* Fix radiusd module to set O_NONBLOCK properly.yasuoka2015-10-272-9/+14
* Add a man page for eigrpd.conf.renato2015-10-271-0/+291
* Minor tweaks.renato2015-10-272-7/+17
* Whenever a summary route is activated, install a respective blackholerenato2015-10-272-8/+48
* Introduce a new flag to identify "self" neighbors attached to local interfaces.renato2015-10-273-17/+16
* Print a missing "metric" before the actual metric when printing arenato2015-10-271-2/+4
* Put repquota in line with other utilities: you either wants list everyting,zhuk2015-10-262-6/+9
* Fix makemap(8) for values containing a '#'.sunil2015-10-261-6/+6
* Remove TMPDIR support, it is not really useful in crontab.millert2015-10-262-18/+6
* Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls.millert2015-10-262-19/+6
* Remove some useless defines and the set_cron_uid() function.millert2015-10-266-29/+14
* rip6query goes to the attic. Hopefully route6d (rip6d?) will get somederaadt2015-10-264-295/+3
* one second amnesty for timeouts so we don't spin with short timeoutstedu2015-10-261-1/+3
* set listening sockets to nonblocking, then handle as many incoming requeststedu2015-10-261-9/+7
* Kernel got fixed we no longer need to check if rtm_pid is 0 to filter outclaudio2015-10-261-3/+2