Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -1/+1 |
| | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> | ||||
* | Fixed two bugs, first not allowing '.' as a valid login name character | pirzyk | 2001-05-30 | 2 | -3/+7 |
| | | | | | | | | | | in okname() in util.c and second, returning != 0 when you do have an error from okname in two places in rcp.c. Thanks to Garrett for the POSIX defintion of valid login and group names. PR: bin/25757 MFC after: 3 weeks | ||||
* | Use PATH_MAX instead of MAXPATHLEN. | imp | 2001-05-30 | 1 | -3/+4 |
| | | | | Also use sizeof(path) in preference to PATH_MAX. | ||||
* | -Wnon-const-format sweep: make format strings const char *'s, add | kris | 2001-04-17 | 2 | -2/+3 |
| | | | | | | __printflike()/__printf0like() to function prototypes, as appropriate. Reviewed by: bde, -audit | ||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -4/+4 |
| | |||||
* | more removal of trailing periods from SEE ALSO. | ben | 2000-11-15 | 1 | -1/+1 |
| | |||||
* | Use libcrypto inst=ead if libdes. | markm | 2000-02-24 | 2 | -3/+3 |
| | |||||
* | . mdoc(7)'fy | phantom | 2000-01-07 | 1 | -4/+9 |
| | | | | | | | | . add Xrs to hosts.equiv(5), auth.conf(5), services(5) to some pages . sort Xrs in SEE ALSO sections Patches based on PR: docs/15680 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> | ||||
* | Fix for new Kerberos4. | markm | 1999-09-19 | 2 | -3/+6 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 6 | -6/+6 |
| | |||||
* | Improved error handling in rev.1.18: don't ignore failure of execve(). | bde | 1999-07-04 | 1 | -5/+4 |
| | | | | Fixed some style bugs in rev.1.18. | ||||
* | Quick fix to allow transfer files >2GB. | dt | 1999-04-25 | 1 | -3/+3 |
| | |||||
* | Don't put compiler warning flags in leaf Makefiles. | bde | 1998-12-07 | 1 | -2/+1 |
| | |||||
* | Add JKH's auth.conf-file parser to turn Kerberos on/off in userland. | markm | 1998-10-09 | 3 | -5/+17 |
| | |||||
* | Fix LIBDIR (for aout/ELF). | markm | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Fixed printf format errors (time_t is not necessarily long). | bde | 1998-08-02 | 1 | -3/+5 |
| | |||||
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-18 | 3 | -27/+24 |
| | |||||
* | Rats. I was too quick. Work needs to be done on the non-Kerberos | markm | 1998-03-26 | 1 | -3/+3 |
| | | | | case. Re-enable SUID mode. | ||||
* | KTH announced a weakness in their implementation of KerberosIV. | markm | 1998-03-26 | 3 | -15/+30 |
| | | | | | | FreeBSD was not vulnerable, but their fix had some useful features. Incorporate the best of those - rcp(1) no longer needs to be SUID to root. | ||||
* | Add -P option to cp(1) for local to local copying. | wosch | 1997-12-08 | 1 | -2/+2 |
| | | | | Pointed out by: bde | ||||
* | Use `cp -R' instead `cp -r' for local to local coping | wosch | 1997-12-07 | 1 | -2/+2 |
| | | | | (e.g.: rcp -r /tmp/1 /tmp/2). See the cp(1) manpage for more details. | ||||
* | Change to use the new KTH Kerberos. | markm | 1997-09-28 | 2 | -11/+13 |
| | | | | Also make -Wall a bit quieter. | ||||
* | Bury this properly. | bde | 1997-07-01 | 1 | -13/+0 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r27159, | bde | 1997-07-01 | 1 | -0/+13 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import this unwanted file from Lite-original so that it doesn't | bde | 1997-07-01 | 1 | -0/+13 |
| | | | | | get imported with Lite2 (there was only one missing file in src/bin, other than tags files and obj links). | ||||
* | Correct usage string. Man page don't reflect reality for now. | charnier | 1997-06-06 | 1 | -7/+8 |
| | |||||
* | Ensure string termination after strncpy(). | joerg | 1997-05-09 | 1 | -2/+3 |
| | | | | | PR: 2997 Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | ||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-28 | 1 | -2/+2 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 6 | -6/+6 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 6 | -6/+6 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Sort cross references. | wosch | 1997-01-13 | 1 | -3/+3 |
| | |||||
* | -Wall cleaning. | steve | 1996-12-14 | 2 | -5/+5 |
| | |||||
* | ts_sec -> tv_sec | nate | 1996-09-20 | 1 | -3/+3 |
| | | | | ts_nsec -> tv_nsec | ||||
* | #include <kerberosIV/des.h> -> #include <des.h> | markm | 1996-02-11 | 1 | -2/+2 |
| | |||||
* | Close bin/937 - handle negative timestamps | pst | 1996-02-08 | 1 | -10/+9 |
| | |||||
* | Updating /usr/include/kerberosIV/des.h so eBones will build breaks | markm | 1995-09-10 | 1 | -1/+3 |
| | | | | | | | rcp and rlogin. (patch supplied) Submitted by: John Capo <jc@irbs.com> | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -10/+10 |
| | | | | Reviewed by: phk | ||||
* | You will find enclosed some changes to make gcc -Wall more happy in | joerg | 1995-03-19 | 2 | -7/+7 |
| | | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier) | ||||
* | Add DISTRIBUTION=krb for Kerberos case. | wollman | 1994-11-20 | 1 | -1/+2 |
| | |||||
* | First level of changes for bringing in eBones (kerberos). | csgr | 1994-09-29 | 1 | -5/+13 |
| | | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware. | ||||
* | Added $Id$ | dg | 1994-09-24 | 6 | -0/+8 |
| | |||||
* | Disable Kerberos for now. | wollman | 1994-08-06 | 1 | -4/+4 |
| | |||||
* | BSD 4.4 Lite bin Sources | rgrimes | 1994-05-26 | 6 | -0/+1352 |