summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/unix/socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL).krw2016-04-161-1/+1
| | | | | | No functional change. ok millert@
* pledge bind(1), dig(1), and nslookup(1). This modifies the underlyingderaadt2015-10-251-2/+2
| | | | | | | ISC library to use socket(2) with the SOCK_DNS flag. As a result, the port commands are disabled (such practice is rare in the wild these days, and pretty incompatible with the DNS vs regular socket concept in pledge..) ok bluhm phessler reyk, etc
* Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@millert2008-08-041-134/+302
|
* Dynamically allocate fd_sets so we are not limited to FD_SETSIZEmillert2008-07-161-49/+137
| | | | connections. With help from djm@. OK djm@
* msg_controllen has to be CMSG_SPACE so that the kernel can account forderaadt2008-03-241-27/+15
| | | | | | | each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis
* CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if youderaadt2008-03-191-15/+27
| | | | | | are going to allocate/free a block of memory for the message contents, you have to calculate and track the sizes seperately. This change is just like all the other CMSG changes...
* more strcpy fixesjakob2007-12-091-3/+3
|
* resolve conflictsjakob2007-12-091-51/+339
|
* resolve conflicts and regen configure scriptjakob2007-01-101-5/+27
|
* resolve conflictsjakob2006-04-051-41/+64
|
* resolve conflictsjakob2005-03-221-11/+9
|
* resolve conflictsjakob2004-09-281-126/+245
|
* Privilege seperation for named. Allows named to handle address/interfacecanacar2004-03-121-1/+12
| | | | | | | | | changes without restart. If you use non-standard ports in named configuration make sure they are > 1024. Also /var/named/etc/rndc.key (if any) must be readable by group named. Initial work and testing by itojun@, jakob@, hints, help from henning@, avsm@, beck@. ok henning, beck, avsm, deraadt
* update to BIND v9.2.3. ok todd@jakob2003-11-181-5/+34
|
* update to BIND 9.2.2-release. ok millert@jakob2003-03-051-7/+7
|
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+3357