| Commit message (Expand) | Author | Age | Files | Lines |
* | Simply ignore unsupported protocols listed in /etc/netconfig and | hrs | 2010-01-20 | 1 | -4/+10 |
* | Try a privileged port for binding whenever possible because the | hrs | 2010-01-20 | 1 | -7/+12 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 1 | -2/+2 |
* | To remove a server, one should use double backslash, and half of them | marck | 2009-12-27 | 1 | -1/+1 |
* | - Fix main() to use two separated sockets for the two transports | hrs | 2009-12-13 | 2 | -116/+300 |
* | - In ypproc_all_2_svc(), yp_fork() is called only when !debug case. | kuriyama | 2009-12-04 | 1 | -1/+4 |
* | - Replace magic number with YPOLDVERS macro (which may be missed in | kuriyama | 2009-12-04 | 1 | -1/+1 |
* | Support shadow.byname and shadow.byuid maps, protecting them by | brian | 2009-06-25 | 3 | -27/+81 |
* | Add -P <port> option to allow binding to a specific port. | matteo | 2008-02-03 | 2 | -3/+61 |
* | o Re-arrange parentheses and fix a conition logic for !do_dns case. | maxim | 2006-06-09 | 1 | -2/+2 |
* | o Add /etc/shells to a source files list. | maxim | 2006-06-08 | 1 | -0/+2 |
* | o NIS clients ask for "shells" map not "shells.list". | maxim | 2006-06-08 | 1 | -2/+1 |
* | Enable inadvertantly disabled "securenet" access controls in ypserv. [1] | cperciva | 2006-05-31 | 1 | -15/+22 |
* | - Let make(1) track dependencies and regen netid map when needed. | ru | 2006-04-13 | 1 | -8/+1 |
* | Remove unused variables. int -> size_t for lenghts. | charnier | 2005-05-20 | 2 | -3/+2 |
* | add targets for ipnodes.byname and ipnodes.byaddr which carries | ume | 2005-05-02 | 1 | -0/+38 |
* | fix typo in previos commit. | ume | 2005-05-02 | 1 | -2/+2 |
* | teach IPv6 to async DNS resolver in ypserv: | ume | 2005-05-02 | 3 | -27/+61 |
* | Use socklen_t where appropriate. | stefanf | 2005-03-11 | 2 | -6/+10 |
* | Expand contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -3/+3 |
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
* | Utilize FILES, SCRIPTS, and SYMLINKS. While here, fixed a bug in | ru | 2004-10-18 | 1 | -9/+8 |
* | Sort SEE ALSO references (in dictionary order, ignoring case). | ru | 2004-07-04 | 1 | -2/+2 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
* | Eliminated two dozens of superfluous cats and two r-cats (sorry, Jordan). | ru | 2003-06-13 | 1 | -73/+51 |
* | Use __FBSDID over rcsid[]. Protect copyright[] where needed. | obrien | 2003-05-03 | 7 | -28/+14 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -2/+2 |
* | Add a target for the creation of a /etc/shells map and add it to | robert | 2003-03-21 | 1 | -2/+12 |
* | ypserv(8) is now started from rc.d | mtm | 2003-01-23 | 1 | -1/+1 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -10/+6 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 1 | -1/+1 |
* | The resolver library does a pretty acceptable set of domain | markm | 2002-09-20 | 1 | -19/+2 |
* | mdoc(7) police: Removed redundant .Ns calls. | ru | 2002-08-13 | 1 | -1/+1 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -2/+2 |
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 1 | -2/+2 |
* | The .Nm utility | charnier | 2002-07-14 | 2 | -16/+24 |
* | Fix a boatload of format errors and constness violations. | des | 2002-05-08 | 2 | -36/+40 |
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 2 | -28/+24 |
* | Sort out the documentation WRT TCP_WRAPPERs, which is now enabled. | markm | 2002-02-06 | 1 | -12/+2 |
* | Fix an inconsistency between what FreeBSD NIS and AMD think the | markm | 2002-02-06 | 1 | -3/+3 |
* | Enable TCP_WRAPPERs for the NIS server. The protection afforded is | markm | 2002-02-06 | 1 | -1/+4 |
* | ANSIfy and remove some dead code. | des | 2002-02-06 | 7 | -140/+93 |
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 6 | -53/+53 |
* | yp(4) -> yp(8). | ru | 2002-01-14 | 2 | -2/+2 |
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -2/+2 |
* | can not -> cannot | sheldonh | 2001-08-08 | 1 | -1/+1 |
* | sprintf -> snprintf | kris | 2001-07-23 | 1 | -4/+4 |