Age | Commit message (Expand) | Author |
2014-02-24 | fix a memory leak in an error path | Jonathan Gray |
2013-12-05 | In lookup_host(), return to caller a properly calculated message length | Jeremie Courreges-Anglas |
2013-12-05 | Properly initialize 'transp' to appease the compiler. ok millert@ | Jeremie Courreges-Anglas |
2013-12-05 | Provide a prototype for ngstore() and include <unistd.h> for getopt(). | Jeremie Courreges-Anglas |
2013-12-05 | In split_address(), make 'i' a size_t. ok millert@ | Jeremie Courreges-Anglas |
2013-12-04 | opt_map CIRCLEQ -> TAILQ. | Kenneth R Westerback |
2013-12-04 | ctype improvements; checked by okan | Theo de Raadt |
2013-11-12 | ensure there are prototypes | Theo de Raadt |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-08-18 | Fix calls to printf-like functions which passed a non-fixed string | Philip Guenther |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2011-12-24 | formatting errors, found using freebsd's "igor"; | Jason McIntyre |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-06-29 | force the dns buffers to be aligned using a union, until the retarded | Theo de Raadt |
2010-01-20 | Make ypserv(8) reread its YP maps on SIGHUP | Ingo Schwarze |
2009-12-20 | zap trailing whitespace; | Jason McIntyre |
2009-12-20 | Make use of the new mknetid(8) -P flag. | Ingo Schwarze |
2009-12-20 | When a passwd(5) file is not available, fall back to master.passwd(5). | Ingo Schwarze |
2009-11-21 | MIN_UID in yp make removes root, so look for something that is | Ian Darwin |
2009-11-06 | Correct and shorten the instructions what to do after accidentally | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-20 | the flags -h and -u are mutually exclusive; we do not need enclosing | Igor Sobrado |
2009-10-20 | improve the synopsis of mkalias(8) and sort the list of flags on | Igor Sobrado |
2009-10-16 | sort flags in synopsis, usage, and description. | Igor Sobrado |
2009-04-12 | restrict YP UID and GID ranges | Ingo Schwarze |
2009-04-04 | Do not run make in /var/yp at the end of ypinit -m. | Ingo Schwarze |
2009-03-27 | getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5) | Ingo Schwarze |
2008-10-22 | man page for Makefile.yp, and associated bits; from Ingo Schwarze | Jason McIntyre |
2008-06-02 | sort options in DESCRIPTION. | Igor Sobrado |
2008-06-01 | sort flags; synchronize synopsis and usage; style(9). | Igor Sobrado |
2008-06-01 | synchronize synopsis and usage. | Igor Sobrado |
2008-02-23 | correct pathnames reported; pr#5742 | Theo de Raadt |
2007-09-04 | use memrchr; ok millert@. | Federico G. Schwindt |
2007-09-04 | Use err(3) functions. input and ok millert. | Federico G. Schwindt |
2007-08-05 | use memchr and a memrchr like implementation on non C strings. fixes | Federico G. Schwindt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | Remove clause 3 and 4. Ok with Chuck. -moj | Mats O Jansson |
2007-05-27 | use macros from sys/queue.h | Pierre-Yves Ritschard |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai |
2007-02-19 | - simply synopsis and usage() | Jason McIntyre |
2007-02-18 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre |
2006-11-22 | Outsource fgets line reading, newline continuation, and comment | Ray Lai |
2006-11-10 | `elminate' etc. is not really the right way to spell `eliminate'. | Michael Knudsen |
2006-09-25 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-04-03 | spreading the lint love (very minimal things..) | Theo de Raadt |
2006-03-18 | do not leak on re-insert; ok pvalchev | Theo de Raadt |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller |
2005-10-15 | Use queue macros instead of directly accessing fields. ok miod@ pat@ millert@ | Otto Moerbeek |