Age | Commit message (Expand) | Author |
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 |
1997-04-06 | Fix mangling in assignment of np->n_net to ina.s_addr. | Todd C. Miller |
1997-04-06 | Cast pointer to u_long, not u_int32_t (which is too small on alpha) | Todd C. Miller |
1997-04-06 | 16 bit uids suck | Theo de Raadt |
1997-04-04 | with small quantities of beer and pizza i produce fewer bugs. really. | Theo de Raadt |
1997-04-04 | if the user changes an option, spit out a warning telling them they need | Theo de Raadt |
1997-04-04 | when mktemp() is hard to fix, use 10 X | Theo de Raadt |
1997-04-04 | do not whack pid file if run -d; hwr@pilhuhn.de | Theo de Raadt |
1997-04-04 | blow away source routed sockets | Theo de Raadt |
1997-04-04 | wtmp repairs; netbsd | Theo de Raadt |
1997-04-04 | we are a 4.4bsd-style system; correct pathnames | Theo de Raadt |
1997-04-02 | doc /etc/yp/DOMAINNAME server list file better | Theo de Raadt |
1997-04-02 | xid is a u_int32_t | Theo de Raadt |
1997-03-30 | Added support for YP V1. Partly from FreeBSD. -moj | Mats O Jansson |
1997-03-29 | re-init width each time through the loop | Theo de Raadt |
1997-03-29 | Changed definition of 'a' in vfmtmsg from void * to va_list. | dgregor |
1997-03-29 | take a shot at 64-bit clean | Theo de Raadt |
1997-03-26 | correct a typo | Theo de Raadt |
1997-03-26 | clean; netbsd | Theo de Raadt |
1997-03-26 | sync to rwhod.h | Theo de Raadt |
1997-03-26 | no libcrypt, fix DPADD | Theo de Raadt |
1997-03-25 | careful with name lengths and the xid | Theo de Raadt |
1997-03-25 | spelling error | Theo de Raadt |
1997-03-21 | use ${COMPILE.c} even for the custom build | gvf |
1997-03-15 | Fix so yppush will err out if it can't find the ypservers map. This whole | gene |