summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Expand)Author
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-06-29force the dns buffers to be aligned using a union, until the retardedTheo de Raadt
2010-01-20Make ypserv(8) reread its YP maps on SIGHUPIngo Schwarze
2009-12-20zap trailing whitespace;Jason McIntyre
2009-12-20Make use of the new mknetid(8) -P flag.Ingo Schwarze
2009-12-20When a passwd(5) file is not available, fall back to master.passwd(5).Ingo Schwarze
2009-11-21MIN_UID in yp make removes root, so look for something that isIan Darwin
2009-11-06Correct and shorten the instructions what to do after accidentallyIngo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-10-20the flags -h and -u are mutually exclusive; we do not need enclosingIgor Sobrado
2009-10-20improve the synopsis of mkalias(8) and sort the list of flags onIgor Sobrado
2009-10-16sort flags in synopsis, usage, and description.Igor Sobrado
2009-04-12restrict YP UID and GID rangesIngo Schwarze
2009-04-04Do not run make in /var/yp at the end of ypinit -m.Ingo Schwarze
2009-03-27getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)Ingo Schwarze
2008-10-22man page for Makefile.yp, and associated bits; from Ingo SchwarzeJason McIntyre
2008-06-02sort options in DESCRIPTION.Igor Sobrado
2008-06-01sort flags; synchronize synopsis and usage; style(9).Igor Sobrado
2008-06-01synchronize synopsis and usage.Igor Sobrado
2008-02-23correct pathnames reported; pr#5742Theo de Raadt
2007-09-04use memrchr; ok millert@.Federico G. Schwindt
2007-09-04Use err(3) functions. input and ok millert.Federico G. Schwindt
2007-08-05use memchr and a memrchr like implementation on non C strings. fixesFederico G. Schwindt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29Remove clause 3 and 4. Ok with Chuck. -mojMats O Jansson
2007-05-27use macros from sys/queue.hPierre-Yves Ritschard
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2007-02-19- simply synopsis and usage()Jason McIntyre
2007-02-18tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2006-11-22Outsource fgets line reading, newline continuation, and commentRay Lai
2006-11-10`elminate' etc. is not really the right way to spell `eliminate'.Michael Knudsen
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-04-03spreading the lint love (very minimal things..)Theo de Raadt
2006-03-18do not leak on re-insert; ok pvalchevTheo de Raadt
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-10-15Use queue macros instead of directly accessing fields. ok miod@ pat@ millert@Otto Moerbeek
2005-09-16use poll() instead of select(), pr4505, alexander.farber@gmail.comTheo de Raadt
2005-09-16use poll() instead of select(), pr4503, alexander.farber@gmail.comTheo de Raadt
2005-05-14knfTheo de Raadt
2005-05-14bug introduced by me in 1.4Theo de Raadt
2005-05-13some Xr's from jason ackley;Jason McIntyre
2005-03-28add some const to ether_*. remove bonus prototypes this brought out.Ted Unangst
2004-07-08Don't close the database too early. ok deraadt@, millert@.Matthieu Herrb
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2004-01-20explicit .x.[ch] rules to avoid accidental bad matches in /usr/include.Matthieu Herrb
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-07-18add missing includesDavid Krause
2003-07-15protos and repairsTheo de Raadt