summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Collapse)Author
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
ok millert@
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-07-18add missing includesDavid Krause
ok tedu@
2003-07-15protos and repairsTheo de Raadt
2003-06-22Remove files without copyright. Add a yp v1 protocol specification andMats O Jansson
generate files at compile time. -moj ok @deraadt
2003-06-12ansifyTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-04fix some more UCB term 3Theo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2003-06-02more term cleanup by meTheo de Raadt
2003-05-10typos;Jason McIntyre
2003-05-05-Wall cleanup: trim unused vars, better err() message in stdhosts,Anil Madhavapeddy
and constify rcsid[] deraadt@ ok
2003-04-05simplify a loop, convert it to strlcat; tedu@ okAnil Madhavapeddy
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-02-17typos;Jason McIntyre
2003-02-13This files are not used anymore since librpcsvc is fixed. -mojMats O Jansson
2003-02-13This fixes the problem with ypxfr switching key and value on map transfer.Mats O Jansson
This will make librpcsvc follow the real protocol and not the incorrect specification in yp.x. The changes in yp.x is from FreeBSD. A make build is the simplest way to get things working but the following five step is an alternative 1) make depend && make && make install in lib/librpcsvc 2) make includes in lib/librpcsvc 3) make depend && make && make install in lib/libc 4) make depend && make && make install in usr.sbin/ypserv/ypserv 5) make depend && make && make install in usr.sbin/ypserv/ypxfr -moj ok niklas@ ho@
2003-02-11typos;Jason McIntyre
raidctl(8) ok millert@ mknetid(8) help maja@
2003-02-11Fix bug 3088 in a different way. Reported by bob at cemetery dot homeunixMats O Jansson
dot org. -moj ok deraadt@
2003-01-23typos;Jason McIntyre
ok millert@
2003-01-04Remove some debug output. -mojMats O Jansson
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-11-21crap in getopt; margaridaTheo de Raadt
2002-11-09yet another round of SEE ALSO fixes.Federico G. Schwindt
2002-11-07fix typo; Nick NauwelaertsTodd C. Miller
2002-11-01add a comment how to get secure maps built; millert@ ok.Federico G. Schwindt
2002-10-28fix typo: regulary -> regularly; from Margarida Sequeira <niness@devilness.org>Peter Valchev
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-09-06get correct parameter type to res_search. -mojMats O Jansson
2002-09-06no , at end of enum; maja okTheo de Raadt
this file should not exist. the code should be using <rpcsvc/yp.h> ones the differences are removed.
2002-09-06use socklen_tTheo de Raadt
2002-09-06no comma at end of enumTheo de Raadt
2002-08-30domains -> domain'sHugh Graham
2002-08-19TypoIan Darwin
2002-07-19bunch more careful tweaksTheo de Raadt
2002-07-19Remove swedish comment. -mojMats O Jansson
2002-07-194344 lines of KNF diffTheo de Raadt
2002-06-09use strchr() instead of index(), strrchr() instead of rindex()Theo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-22more strcpy/sprintf death; mpech okTheo de Raadt
2002-03-28unbreak; deraadt@ ok.Federico G. Schwindt
2002-03-27instead of using mkstemp() to get a temporary name, use the created file,Federico G. Schwindt
so we don't end with ypdbXXXXXX files around; maja@ ok.
2002-03-26remove unexistant option 'b'; commented by pval@, maja@ ok.Federico G. Schwindt
2002-03-26o -Wall cleanup.Federico G. Schwindt
o fix usage. o don't call ypdb_cloes() if db is never open. maja@ pval@ ok.
2002-03-26check that the fopen didnt failEric Jackson
deraadt@ OK
2002-03-23\\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475Theo de Raadt
2002-03-20Improve error message in makedbm. -mojMats O Jansson
from Kenneth Ingham <ingham@i-pi.com>