Age | Commit message (Expand) | Author |
1997-05-22 | getopt returns int | Theo de Raadt |
1997-05-14 | mention svnd | Niklas Hallqvist |
1997-05-07 | Disable "version.bind" hack since it makes mass info gathering | Todd C. Miller |
1997-05-06 | fcntl right | Theo de Raadt |
1997-05-01 | Umm, fix signedness error in my last commit, be explicit | Niklas Hallqvist |
1997-05-01 | Fix grammar | Niklas Hallqvist |
1997-05-01 | mkstemp called incompatibly. Buffer overflow fixed. 64-bit dirt cleaned up. | Niklas Hallqvist |
1997-04-29 | To get the manpages installed, you can't override the install | Niklas Hallqvist |
1997-04-27 | buf oflow paranoia | Theo de Raadt |
1997-04-27 | better failure msg; martin@rumolt.teuto.de | Theo de Raadt |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller |
1997-04-27 | More includes for library prototypes. | Jason Downs |
1997-04-24 | extra " in -s initialization | Theo de Raadt |
1997-04-24 | wrong mode, oops | Theo de Raadt |
1997-04-23 | NONBINMODE | Theo de Raadt |
1997-04-21 | defined(YP) -> ${YP} == "yes" | Todd C. Miller |
1997-04-20 | Added scripts to be used from cron to make sure a slave server is up to date. | Mats O Jansson |
1997-04-20 | Added man page, support for amd.home and ypservers. | Mats O Jansson |
1997-04-20 | sendmail 8.9.1 | Thorsten Lockert |
1997-04-20 | My new toy | Thorsten Lockert |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller |
1997-04-19 | getopt() returns an int, not a char. [thorpej] | kstailey |
1997-04-19 | getopt() returns an int, not a char. (thorpej) | kstailey |
1997-04-19 | thorpej: | kstailey |
1997-04-17 | timeout is in minutes; msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-04-17 | add SCRIPTS = ... | kstailey |
1997-04-15 | Added revnetgroup in ypserv's Makefile and added support for netgroup. -moj | Mats O Jansson |
1997-04-15 | Add revnetgroup from FreeBSD, written by Bill Paul <wpaul@ctr.columbia.edu>. | Mats O Jansson |
1997-04-15 | for callit, let nop through. rpcinfo -b, ya know; adam@math.tau.ac.il | Theo de Raadt |
1997-04-15 | handle \\ at start of line; christos | Theo de Raadt |
1997-04-14 | i was not the brightest here either | Theo de Raadt |
1997-04-14 | fix the indentation | Theo de Raadt |
1997-04-14 | do not whine about new directories; reported by briggs | Theo de Raadt |
1997-04-13 | use special random number generator to create less predictable and non | Niels Provos |
1997-04-13 | use res_random.c for ids | Niels Provos |
1997-04-13 | Fixed socket permissions race at startup; corrected error message to | bitblt |
1997-04-13 | check host information more carefully | Theo de Raadt |
1997-04-12 | waitpid() can return -1 -- give a useful error message if it does. | Todd C. Miller |
1997-04-12 | careful about bad domain/mapnames | Theo de Raadt |
1997-04-12 | bit more careful with mapnames; adam@math.tau.ac.il | Theo de Raadt |
1997-04-12 | botched strncpy, adam@math.tau.ac.il | Theo de Raadt |
1997-04-12 | ign some signals for editor | Theo de Raadt |
1997-04-12 | support SIGSTOP in editor, I cannot believe this has always been busted! | Theo de Raadt |
1997-04-12 | -1 flag enables v1 YP, otherwise it is disabled; from maja | Theo de Raadt |
1997-04-12 | bit more care with domainnames, adam@math.tau.ac.il | Theo de Raadt |
1997-04-09 | spelling | kstailey |
1997-04-09 | spelling | kstailey |
1997-04-06 | Use a size_t as arg 4 to sysctl(3). | Todd C. Miller |
1997-04-06 | Use a size_t when necesary. | Todd C. Miller |
1997-04-06 | #include stdlib.h to get malloc(3) and calloc(3) definitions. | Todd C. Miller |