| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compiler warnings. | hrs | 2013-07-15 | 2 | -2/+6 |
* | Fix a wrong memcpy of struct sockaddr. | hrs | 2013-07-12 | 1 | -3/+2 |
* | Fix socket calls on error post-r243965. | kevlo | 2012-12-21 | 1 | -1/+1 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 1 | -2/+0 |
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | dim | 2012-02-07 | 1 | -1/+1 |
* | Revert changes in r228790. It prevented the ypserv daemon from working with | hrs | 2012-01-17 | 1 | -3/+1 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | - Fix style(9) bug I introduced in the last commit | eadler | 2011-12-21 | 1 | -1/+1 |
* | - Remove extraneous null ptr deref checks | eadler | 2011-12-21 | 1 | -2/+5 |
* | Protect NIS server with madvise(2) since this daemon is required | glebius | 2011-10-25 | 1 | -0/+4 |
* | Add missing argument for -h in usage. | kuriyama | 2011-06-20 | 1 | -1/+1 |
* | Spelling fixes. | joel | 2010-08-01 | 1 | -1/+1 |
* | 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 |