| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Rework error reporting/logging: although the SunOS documentation says | Bill Paul | 1995-03-31 | 7 | -44/+140 |
| * | Ack... clean up the logfile name generation that I botched in the last | Bill Paul | 1995-03-30 | 1 | -3/+2 |
| * | Fix up the way _PATH_YP is used to put together the pathname to the | Bill Paul | 1995-03-30 | 2 | -13/+30 |
| * | Removed annoying changelog entries from ypclnt.c, added usage() function | Bill Paul | 1995-02-06 | 2 | -61/+25 |
| * | Wrote manual page for ypxfr, modified Makefile to install it. | Bill Paul | 1995-02-06 | 2 | -5/+198 |
| * | Added subdir entry for ypxfr | Bill Paul | 1995-01-31 | 1 | -2/+2 |
| * | Obtained from: The NYS project | Bill Paul | 1995-01-31 | 7 | -0/+1694 |
| * | Rewrite based on send-pr/Makefile. The old Makefiles used ${PROG}, | Bruce Evans | 1995-01-24 | 2 | -19/+18 |
| * | NOOBJS -> NOOBJ - it's more consistent. | Jordan K. Hubbard | 1995-01-24 | 1 | -2/+2 |
| * | No object here. | Jordan K. Hubbard | 1995-01-24 | 1 | -2/+3 |
| * | Deal with this not having an object file. | Jordan K. Hubbard | 1995-01-24 | 1 | -2/+3 |
| * | Fix the bogus depend rule - boy, NetBSD's make catches a lot of | Jordan K. Hubbard | 1995-01-23 | 1 | -2/+2 |
| * | Use new bsd.info.mk to avoid local rules and fix bugs in `all' and `depend' | Bruce Evans | 1995-01-02 | 1 | -7/+2 |
| * | Add doc to subdirs | Andrey A. Chernov | 1995-01-01 | 1 | -3/+3 |
| * | Install info pages now | Andrey A. Chernov | 1995-01-01 | 1 | -0/+8 |
| * | Changed one occurence of rmail(1) to rmail(8). | Andreas Schulz | 1994-12-11 | 1 | -2/+2 |
| * | From Johannes Stille: | David Greenman | 1994-11-06 | 2 | -24/+32 |
| * | Allow '#' in address in rmail arguments | Andrey A. Chernov | 1994-10-22 | 3 | -12/+21 |
| * | Make ~%take work: ignore \r | Andrey A. Chernov | 1994-10-02 | 1 | -1/+4 |
| * | Make -a option optional, uux fails in other case with new sendmail-style | Andrey A. Chernov | 1994-10-02 | 1 | -2/+2 |
| * | We do have <dirent.h>, and it was harmful to pretend that we don't. | Bruce Evans | 1994-08-28 | 1 | -1/+1 |
| * | New 2.0 specific changes. | Jordan K. Hubbard | 1994-08-08 | 1 | -0/+5 |
| * | Make uucp compile again in 2.0. A little perturbed about the comment | Jordan K. Hubbard | 1994-08-08 | 1 | -3/+3 |
| * | Back out previous change and allow uucico to run by others, | Andrey A. Chernov | 1994-05-31 | 1 | -3/+2 |
| * | Don't need to restrict cu, it can be able to check permissions by itself | Andrey A. Chernov | 1994-05-31 | 1 | -3/+2 |
| * | Allow uux and uucp to run by others, | Andrey A. Chernov | 1994-05-31 | 2 | -6/+4 |
| * | I forget to add BINGRP=$(group) | Andrey A. Chernov | 1994-05-31 | 5 | -6/+11 |
| * | Disallow uucp execution to others. | Andrey A. Chernov | 1994-05-31 | 1 | -2/+3 |
| * | Allow group "dialer" to run cu | Andrey A. Chernov | 1994-05-31 | 1 | -2/+3 |
| * | Don't allow others to run uuconv | Andrey A. Chernov | 1994-05-31 | 1 | -1/+2 |
| * | Don't allow others run uuchk | Andrey A. Chernov | 1994-05-31 | 1 | -1/+2 |
| * | Don't allow others run uuxqt | Andrey A. Chernov | 1994-05-31 | 1 | -2/+2 |
| * | Don't allow others run uucico | Andrey A. Chernov | 1994-05-31 | 1 | -2/+2 |
| * | Change group to uucp group | Andrey A. Chernov | 1994-05-31 | 1 | -1/+1 |
| * | Fix -z key, patch from Taylor | Andrey A. Chernov | 1994-05-25 | 1 | -21/+20 |
| * | Documentation added | Andrey A. Chernov | 1994-05-25 | 1 | -0/+4036 |
| * | Fix multiply slash problem | Andrey A. Chernov | 1994-05-20 | 1 | -1/+4 |
| * | We have BROKEN_SETREUID by Taylor point of view | Andrey A. Chernov | 1994-05-17 | 1 | -1/+1 |
| * | Upgrade to version 1.05 | Andrey A. Chernov | 1994-05-07 | 230 | -3672/+14733 |
| * | 1) Add \p\c after CONNECT for modems which give CONNECT before | Andrey A. Chernov | 1994-05-03 | 1 | -1/+5 |
| * | Back my earlier BSD_TTY change out of -current. | Jordan K. Hubbard | 1994-04-26 | 1 | -2/+2 |
| * | From: stark!gene@newsserv.cs.sunysb.edu (Gene Stark) | Jordan K. Hubbard | 1994-04-25 | 9 | -2/+320 |
| * | From: Marko Teiste <mte@tigger.cirion.fi> | Jordan K. Hubbard | 1994-04-25 | 1 | -2/+2 |
| * | Fix gross spelling and typographical errors pointed out by Keith Bostic. | Jordan K. Hubbard | 1994-04-24 | 1 | -4/+4 |
| * | Back out previous change. | Jordan K. Hubbard | 1994-04-02 | 1 | -4/+3 |
| * | Fix from Gene for bogus destinations. | Jordan K. Hubbard | 1994-04-01 | 1 | -3/+4 |
| * | Partially undo prevoius fix from Ian Taylor, VTIME must be 0 here | Andrey A. Chernov | 1994-02-07 | 1 | -3/+3 |
| * | Patches from Gunter Jung to make xchat work properly. | Jordan K. Hubbard | 1994-02-06 | 1 | -40/+36 |
| * | Update for new organization of gnu tree. | Rodney W. Grimes | 1994-01-30 | 2 | -0/+8 |
| * | remove HAVE_SETPGRP, because it doesn't detach terminal | Andrey A. Chernov | 1993-11-18 | 1 | -1/+1 |