summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to give the same action to several daemons at once.ajacoutot2015-10-041-43/+72
* remove stale comment. there is no need to avoid side effects from a "list"tedu2015-10-041-4/+2
* add "usage: " to usage(); from michael reedjmc2015-10-041-2/+2
* There is no need to keep a global array of sysconf(_SC_OPEN_MAX) elementstedu2015-10-034-34/+20
* Enable eigrpd(8) and eigrpctl(8) in the buildsrenato2015-10-032-6/+4
* Nuke trailing whitespace to avoid cluttering possible upcoming diffs.krw2015-10-035-13/+13
* unifdef some features we will always have. ok benno zhuktedu2015-10-035-86/+5
* Properly indent usage() output.ajacoutot2015-10-031-2/+2
* the ntp dns process only needs tame "dns rw" to operate. at least,deraadt2015-10-031-1/+4
* In the ntpctl(1) case, after it has connect()'d to ntpd we can tame "stdio"deraadt2015-10-031-1/+4
* arp uses a non-privileged sockraw to look at the kernel arp tables.deraadt2015-10-031-3/+7
* like ping, traceroute is a setuid root priv-drop which holds a sockraw.deraadt2015-10-031-1/+9
* acpidump is used as root and opens /dev/mem readonly, to dig outderaadt2015-10-031-4/+12
* tcpdump is two-process privsep.deraadt2015-10-032-2/+6
* Adopt smtpd's imsg_read_nofd() to mitigate the risk of user-injectedreyk2015-10-021-2/+26
* add missing El;jmc2015-10-021-1/+2
* Controller for the recently imported eigrpd(8) daemon.renato2015-10-025-0/+1456
* Welcome eigrpdrenato2015-10-0229-0/+11539
* detect that a certificate chain will not fit in imsg calls before passinggilles2015-10-022-73/+162
* in secure_file(), make uid checking on .forward files more strict to avoidgilles2015-10-021-5/+2
* prevent users from playing hardlink/symlink/mkfifo games with their offlinegilles2015-10-021-14/+32
* introduce imsg_read_nofd() to allow reading imsg while discarding fd's whengilles2015-10-021-2/+31
* fix a stack-based buffer overflow in the token expansion code of the lookupgilles2015-10-021-1/+5
* reset static pointer to NULL after we free it, just in case another buggilles2015-10-021-1/+3
* do not allow connid to wrap and collide with another active connection id.gilles2015-10-021-3/+7
* remove a bsdi ifdef pathjsg2015-10-011-14/+1
* include ctype.h for the isspace(3) using _NG_ISSPACEjsg2015-10-011-1/+2
* sync proc.c with httpd. no functional change, only switching to C99 types.reyk2015-10-011-18/+19
* makemap(8) should Xr table(5); OK gilles@millert2015-09-291-2/+3
* unbreak tree.deraadt2015-09-291-0/+250
* Delete the final, inscrutable NOSTRICT and VARARGS lint commentsguenther2015-09-291-3/+2
* Replace call to __ivaliduser_sa() with a pared down version thatmillert2015-09-293-10/+8
* strcat -> strlcat. last time i checked, this was the last remainingderaadt2015-09-281-1/+3
* include <unistd.h> unconditionallyderaadt2015-09-271-3/+1
* As done for bgpd recently, rename if_mediatype to if_type in ripd.stsp2015-09-274-24/+24
* As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.stsp2015-09-2712-52/+52
* As done for bgpd recently, rename if_mediatype to if_type in ldpd.stsp2015-09-275-30/+30
* As done for bgpd recently, rename if_mediatype to if_type in dvrmpd.stsp2015-09-274-37/+16
* lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */guenther2015-09-271-3/+1
* Output the contents of the environment in debug mode which ismillert2015-09-251-1/+2
* Use .Cm rather than .Ar for fixed strings on the command lineschwarze2015-09-251-12/+12
* avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .Bkschwarze2015-09-251-13/+4
* drop useless .Xo and .Bk, and shorten by avoiding some .Smschwarze2015-09-251-8/+3
* exec.c provided indirection for multiple exec formats. ELF-only now, so...guenther2015-09-253-95/+8
* typo.sobrado2015-09-221-3/+3
* Make UKC handle device locators as longsguenther2015-09-212-79/+77
* typo in documentation.sobrado2015-09-211-3/+3
* sort;jmc2015-09-211-4/+4
* Let us log all updates sent from an individual peer. Since this can bephessler2015-09-215-7/+29
* Allow for empty blocks for peers. While this is bad style for permantphessler2015-09-211-2/+2