aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
Commit message (Expand)AuthorAgeFilesLines
* Delay calling yp_malloc_dnsent() until after some additional sanityDon Lewis2016-05-251-3/+3
* Call free(cur) if strdup(dirp->d_name) fails to avoid a memory leak.Don Lewis2016-05-251-0/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-12/+0
* Generate ipnodes.by{addr,name} from /etc/hosts for compatibility withHajimu UMEMOTO2015-12-181-12/+5
* - Keep hosts.by{name,addr} IPv4 only.Hajimu UMEMOTO2015-12-181-2/+13
* Don't need cast malloc.Marcelo Araujo2015-11-163-5/+5
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Sync ypwhich(1) code with the OpenBSD version that is more modern.Marcelo Araujo2015-08-253-2/+413
* Serve /etc/eui64 via NIS.Alan Somers2015-08-183-5/+42
* Staticfy and constify some variables and clean up the code a bit to make itMarcelo Araujo2015-07-284-12/+10
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+34
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-192-3/+3
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge from headSimon J. Gerraty2013-09-053-5/+8
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+35
* | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-202-3/+3
| |_|/ |/| |
* | | Fix compiler warnings.Hiroki Sato2013-07-152-2/+6
* | | Fix a wrong memcpy of struct sockaddr.Hiroki Sato2013-07-121-3/+2
| |/ |/|
* | Fix socket calls on error post-r243965.Kevin Lo2012-12-211-1/+1
|/
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-2/+0
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
* Revert changes in r228790. It prevented the ypserv daemon from working withHiroki Sato2012-01-171-3/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* - Fix style(9) bug I introduced in the last commitEitan Adler2011-12-211-1/+1
* - Remove extraneous null ptr deref checksEitan Adler2011-12-211-2/+5
* Protect NIS server with madvise(2) since this daemon is requiredGleb Smirnoff2011-10-251-0/+4
* Add missing argument for -h in usage.Jun Kuriyama2011-06-201-1/+1
* Spelling fixes.Joel Dahl2010-08-011-1/+1
* Simply ignore unsupported protocols listed in /etc/netconfig andHiroki Sato2010-01-201-4/+10
* Try a privileged port for binding whenever possible because theHiroki Sato2010-01-201-7/+12
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-2/+2
* To remove a server, one should use double backslash, and half of themDmitry Morozovsky2009-12-271-1/+1
* - Fix main() to use two separated sockets for the two transportsHiroki Sato2009-12-132-116/+300
* - In ypproc_all_2_svc(), yp_fork() is called only when !debug case.Jun Kuriyama2009-12-041-1/+4
* - Replace magic number with YPOLDVERS macro (which may be missed inJun Kuriyama2009-12-041-1/+1
* Support shadow.byname and shadow.byuid maps, protecting them byBrian Somers2009-06-253-27/+81
* Add -P <port> option to allow binding to a specific port.Matteo Riondato2008-02-032-3/+61
* o Re-arrange parentheses and fix a conition logic for !do_dns case.Maxim Konovalov2006-06-091-2/+2
* o Add /etc/shells to a source files list.Maxim Konovalov2006-06-081-0/+2
* o NIS clients ask for "shells" map not "shells.list".Maxim Konovalov2006-06-081-2/+1
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]Colin Percival2006-05-311-15/+22
* - Let make(1) track dependencies and regen netid map when needed.Ruslan Ermilov2006-04-131-8/+1