| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes for Macintosh implementation | Keith Vetter | 1995-07-06 | 3 | -2/+4 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -3/+5 |
* | Add support for building shared libraries | Theodore Tso | 1995-05-27 | 3 | -1/+23 |
* | Rearrange #include files so that krb5.h gets included first, so that | Theodore Tso | 1995-05-23 | 2 | -1/+8 |
* | Lint cleanup; explicitly declare that daemon() returns an int | Theodore Tso | 1995-04-28 | 2 | -0/+6 |
* | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 1 | -0/+45 |
* | Windows global stuff: | Keith Vetter | 1995-04-14 | 2 | -4/+9 |
* | * configure.in (AC_REPLACE_FUNCS): Add getuid to the list. | John Gilmore | 1995-03-29 | 4 | -4/+14 |
* | * Makefile.in (LDFLAGS): Zap duplicate. | John Gilmore | 1995-03-18 | 2 | -2/+6 |
* | * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referenced | Mark Eichin | 1995-03-08 | 2 | -1/+4 |
* | Ported the posix directory for the PC--one file | Keith Vetter | 1995-03-07 | 3 | -1/+27 |
* | * daemon.c, memmove.c, strcasecmp.c, strdup.c: Avoid <krb5/...> | John Gilmore | 1995-02-28 | 5 | -7/+12 |
* | Add .cvsignore file so that cvs ignores the autoconf-built configure file | Theodore Tso | 1995-02-03 | 1 | -0/+1 |
* | configure.in: | Theodore Tso | 1994-12-22 | 5 | -1/+130 |
* | Add check for HAS_SETSID test for daemon.c | Theodore Tso | 1994-12-13 | 2 | -0/+5 |
* | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 1 | -1/+1 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 6 | -18/+6 |
* | Stamp Out Imake in Our Lifetimes.. | Mark Eichin | 1994-08-09 | 1 | -72/+0 |
* | * daemon.c: <fcntl.h>, not <sys/fcntl.h> | Tom Yu | 1994-07-16 | 2 | -1/+5 |
* | Add BSD daemon library routine | Theodore Tso | 1994-07-16 | 2 | -1/+95 |
* | Reduced Makefile.in, using pre/post | Mark Eichin | 1994-07-02 | 1 | -20/+0 |
* | more improvements to clean rules | Mark Eichin | 1994-06-23 | 1 | -1/+1 |
* | improve clean rules | Mark Eichin | 1994-06-23 | 1 | -0/+3 |
* | Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com) | Mark Eichin | 1994-06-21 | 1 | -0/+1 |
* | support to allow --with-ccopts= | Tom Yu | 1994-06-21 | 2 | -0/+2 |
* | add AC_CONST for bsd | Mark Eichin | 1994-06-21 | 2 | -0/+5 |
* | Included krb5/config.h so that things will work under imake as well as | Theodore Tso | 1994-06-20 | 2 | -0/+5 |
* | Fri Jun 17 19:54:00 1994 Mark Eichin (eichin at cygnus.com) | Mark Eichin | 1994-06-18 | 1 | -1/+1 |
* | support to calculate BUILDTOP in makeaclocals | Tom Yu | 1994-06-17 | 2 | -1/+2 |
* | step 3: bcopy->memcpy or memmove (chose by hand), twiddle args | Mark Eichin | 1994-06-15 | 1 | -1/+1 |
* | since we only need this on non BSD-4.4 systems, do not use BSD-4.4-specific h... | Mark Eichin | 1994-06-10 | 1 | -1/+5 |
* | autoconf enhancements for kerberos | Mark Eichin | 1994-06-09 | 2 | -0/+29 |
* | Added support for memmove() routine for systems that don't have it | Theodore Tso | 1994-01-17 | 2 | -6/+154 |
* | Added strerror to the release; fixed usage of Has* in the config Imakefile | Theodore Tso | 1994-01-17 | 1 | -0/+67 |
* | Added strerror to the release; fixed usage of Has* in the config Imakefile | Theodore Tso | 1994-01-17 | 1 | -6/+9 |
* | Make vfprintf() and vsprintf() match the standard function prototypes | Theodore Tso | 1993-12-24 | 2 | -2/+3 |
* | Change export warning notice from "is assumed to require an export license" | Theodore Tso | 1993-09-01 | 1 | -2/+2 |
* | Library directory reorganization; there are now crypto and krb5 directories, | Theodore Tso | 1993-08-04 | 1 | -0/+62 |
* | strdup(0) now returns 0 | Theodore Tso | 1992-06-09 | 1 | -0/+2 |
* | Use fork() when vfork() isn't available. | John Carr | 1992-02-23 | 1 | -1/+11 |
* | malloc() is already declared in include files | John Kohl | 1991-04-30 | 1 | -1/+1 |
* | include file changes for krb5 | John Kohl | 1991-04-30 | 1 | -6/+4 |
* | Initial revision | John Kohl | 1991-04-30 | 1 | -0/+41 |
* | strerror may be a #define on some systems | John Kohl | 1991-04-23 | 1 | -2/+4 |
* | use string.h | John Kohl | 1990-10-29 | 1 | -2/+2 |
* | Declare vsyslog and openlog to make this compile on the RT | Jon Rochlis | 1990-10-01 | 1 | -0/+2 |
* | include sys/wait.h to get prototype | John Kohl | 1990-05-11 | 1 | -1/+2 |
* | Initial revision | John Kohl | 1990-05-02 | 2 | -0/+86 |
* | fix name of argument for non-STDC varargs | John Kohl | 1990-05-02 | 1 | -1/+1 |
* | Initial revision | John Kohl | 1990-05-02 | 1 | -0/+225 |