Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-08 | Don't close the database too early. ok deraadt@, millert@. | Matthieu Herrb | |
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt | |
2004-01-20 | explicit .x.[ch] rules to avoid accidental bad matches in /usr/include. | Matthieu Herrb | |
ok millert@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-07-15 | protos and repairs | Theo de Raadt | |
2003-06-22 | Remove files without copyright. Add a yp v1 protocol specification and | Mats O Jansson | |
generate files at compile time. -moj ok @deraadt | |||
2003-06-12 | ansify | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | remove clause 3 and 4. -moj | Mats O Jansson | |
2003-06-02 | more term cleanup by me | Theo de Raadt | |
2003-05-10 | typos; | Jason McIntyre | |
2003-05-05 | -Wall cleanup: trim unused vars, better err() message in stdhosts, | Anil Madhavapeddy | |
and constify rcsid[] deraadt@ ok | |||
2003-04-05 | simplify a loop, convert it to strlcat; tedu@ ok | Anil Madhavapeddy | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-02-17 | typos; | Jason McIntyre | |
2003-02-13 | This files are not used anymore since librpcsvc is fixed. -moj | Mats O Jansson | |
2003-02-13 | This 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-11 | typos; | Jason McIntyre | |
raidctl(8) ok millert@ mknetid(8) help maja@ | |||
2003-02-11 | Fix bug 3088 in a different way. Reported by bob at cemetery dot homeunix | Mats O Jansson | |
dot org. -moj ok deraadt@ | |||
2003-01-23 | typos; | Jason McIntyre | |
ok millert@ | |||
2003-01-04 | Remove some debug output. -moj | Mats O Jansson | |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-11-21 | crap in getopt; margarida | Theo de Raadt | |
2002-11-09 | yet another round of SEE ALSO fixes. | Federico G. Schwindt | |
2002-11-07 | fix typo; Nick Nauwelaerts | Todd C. Miller | |
2002-11-01 | add a comment how to get secure maps built; millert@ ok. | Federico G. Schwindt | |
2002-10-28 | fix typo: regulary -> regularly; from Margarida Sequeira <niness@devilness.org> | Peter Valchev | |
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt | |
2002-09-06 | get correct parameter type to res_search. -moj | Mats O Jansson | |
2002-09-06 | no , at end of enum; maja ok | Theo de Raadt | |
this file should not exist. the code should be using <rpcsvc/yp.h> ones the differences are removed. | |||
2002-09-06 | use socklen_t | Theo de Raadt | |
2002-09-06 | no comma at end of enum | Theo de Raadt | |
2002-08-30 | domains -> domain's | Hugh Graham | |
2002-08-19 | Typo | Ian Darwin | |
2002-07-19 | bunch more careful tweaks | Theo de Raadt | |
2002-07-19 | Remove swedish comment. -moj | Mats O Jansson | |
2002-07-19 | 4344 lines of KNF diff | Theo de Raadt | |
2002-06-09 | use strchr() instead of index(), strrchr() instead of rindex() | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-05-22 | more strcpy/sprintf death; mpech ok | Theo de Raadt | |
2002-03-28 | unbreak; deraadt@ ok. | Federico G. Schwindt | |
2002-03-27 | instead 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-26 | remove unexistant option 'b'; commented by pval@, maja@ ok. | Federico G. Schwindt | |
2002-03-26 | o -Wall cleanup. | Federico G. Schwindt | |
o fix usage. o don't call ypdb_cloes() if db is never open. maja@ pval@ ok. | |||
2002-03-26 | check that the fopen didnt fail | Eric Jackson | |
deraadt@ OK | |||
2002-03-23 | \\ not \. needs doubling. wngdn@src.uchicago.edu, pr 2475 | Theo de Raadt | |
2002-03-20 | Improve error message in makedbm. -moj | Mats O Jansson | |
from Kenneth Ingham <ingham@i-pi.com> |