Age | Commit message (Expand) | Author |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2010-04-02 | fix a potential memory leak found by zinovik@ | Ingo Schwarze |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-11-01 | Two minor bug fixes rotting in my tree: | Ingo Schwarze |
2009-06-12 | YP client functions do not allocate memory when they fail; | Ingo Schwarze |
2009-06-07 | fix a minor memory leak spotted by deraadt@; ok millert@ deraadt@ | Ingo Schwarze |
2009-06-06 | In case of memory exhaustion, ypmatch_add may both leak memory and leave | Ingo Schwarze |
2009-06-05 | malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR; | Ingo Schwarze |
2009-06-05 | improve yp_bind(3) error reporting after clnttcp_create(3) failure: | Ingo Schwarze |
2009-06-05 | An empty sting cannot be used as a YP domain name, | Ingo Schwarze |
2009-06-04 | fix two obvious typos | Ingo Schwarze |
2009-06-03 | Take advantage of the surprise libc bump to bring in | Ingo Schwarze |
2008-12-22 | document yp_maplist(); from Ingo Schwarze | Jason McIntyre |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-24 | typo. | Igor Sobrado |
2007-09-17 | Check snprintf(3) return value for error or truncation. | Moritz Jodeit |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-08-05 | - remove rcsid | Marc Espie |
2003-07-07 | - fix a list | Jason McIntyre |
2003-06-25 | Move static funcion and variable declarations from header to the | Marco S Hyman |
2003-06-02 | remove terms 3 & 4 on my own software | Theo de Raadt |
2003-05-07 | typos; | Jason McIntyre |
2002-09-04 | spelling | Theo de Raadt |
2002-07-31 | if ypmatch_add sees short keys or values, abort early | Theo de Raadt |
2002-07-20 | ansi | Theo de Raadt |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-02 | KNF | Theo de Raadt |
2002-01-02 | more pid_t use | Theo de Raadt |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
2000-03-15 | implimented -> implemented | Todd T. Fries |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
1999-11-30 | fix include list; dogcow@redback.com | Theo de Raadt |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen |
1999-02-27 | make function names the correct case | Theo de Raadt |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-01-20 | for yp_match() and yp_next(), do not permit keys longer than YPMAXRECORD | Theo de Raadt |
1997-06-13 | null/NUL; lukem | Theo de Raadt |
1997-04-29 | possible buf oflow | Theo de Raadt |
1997-02-05 | that cannot be right | Theo de Raadt |
1997-01-28 | encourage a few more udp whacks at the server | Theo de Raadt |
1996-12-28 | an entire an entire | Jason Downs |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert |
1996-12-03 | never bitch about first failure | Theo de Raadt |
1996-09-15 | Remove dead code | Thorsten Lockert |