summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv
Commit message (Expand)AuthorAgeFilesLines
* MFC r314451,r314452,r314453,r314456,r314457,r314458,r314459,r314460,r314461,r...ngie2017-05-301-3/+2
* MFC r311469:ngie2017-02-041-2/+7
* Delay calling yp_malloc_dnsent() until after some additional sanitytruckman2016-05-251-3/+3
* Call free(cur) if strdup(dirp->d_name) fails to avoid a memory leak.truckman2016-05-251-0/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-12/+0
* Generate ipnodes.by{addr,name} from /etc/hosts for compatibility withume2015-12-181-12/+5
* - Keep hosts.by{name,addr} IPv4 only.ume2015-12-181-2/+13
* Don't need cast malloc.araujo2015-11-163-5/+5
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* Sync ypwhich(1) code with the OpenBSD version that is more modern.araujo2015-08-253-2/+413
* Serve /etc/eui64 via NIS.asomers2015-08-183-5/+42
* Staticfy and constify some variables and clean up the code a bit to make itaraujo2015-07-284-12/+10
* Add META_MODE support.sjg2015-06-131-0/+34
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-192-3/+3
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| * | Updated dependenciessjg2014-05-101-0/+2
| * | Merge from headsjg2013-09-053-5/+8
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| * | | Sync with HEAD.obrien2013-02-081-1/+1
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+35
* | | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-202-3/+3
| |_|/ |/| |
* | | Fix compiler warnings.hrs2013-07-152-2/+6
* | | Fix a wrong memcpy of struct sockaddr.hrs2013-07-121-3/+2
| |/ |/|
* | Fix socket calls on error post-r243965.kevlo2012-12-211-1/+1
|/
* Remove superfluous paragraph macro.joel2012-03-251-2/+0
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
* Revert changes in r228790. It prevented the ypserv daemon from working withhrs2012-01-171-3/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* - Fix style(9) bug I introduced in the last commiteadler2011-12-211-1/+1
* - Remove extraneous null ptr deref checkseadler2011-12-211-2/+5
* Protect NIS server with madvise(2) since this daemon is requiredglebius2011-10-251-0/+4
* Add missing argument for -h in usage.kuriyama2011-06-201-1/+1
* Spelling fixes.joel2010-08-011-1/+1
* Simply ignore unsupported protocols listed in /etc/netconfig andhrs2010-01-201-4/+10
* Try a privileged port for binding whenever possible because thehrs2010-01-201-7/+12
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-2/+2
* To remove a server, one should use double backslash, and half of themmarck2009-12-271-1/+1
* - Fix main() to use two separated sockets for the two transportshrs2009-12-132-116/+300
* - In ypproc_all_2_svc(), yp_fork() is called only when !debug case.kuriyama2009-12-041-1/+4
* - Replace magic number with YPOLDVERS macro (which may be missed inkuriyama2009-12-041-1/+1
* Support shadow.byname and shadow.byuid maps, protecting them bybrian2009-06-253-27/+81
* Add -P <port> option to allow binding to a specific port.matteo2008-02-032-3/+61
* o Re-arrange parentheses and fix a conition logic for !do_dns case.maxim2006-06-091-2/+2
* o Add /etc/shells to a source files list.maxim2006-06-081-0/+2
* o NIS clients ask for "shells" map not "shells.list".maxim2006-06-081-2/+1
OpenPOWER on IntegriCloud