| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Several small changes to get the PC working without warnings | Keith Vetter | 1995-05-25 | 8 | -10/+27 |
* | Mistakenly forgot to convert PC eol into Unix eol while unzipping so this | Keith Vetter | 1995-05-25 | 1 | -0/+6 |
* | For the PC, don't copy profile.h until we make in the include directory | Keith Vetter | 1995-05-25 | 2 | -2/+4 |
* | Windows telnet --fixed eol wrapping and general cleanup | Keith Vetter | 1995-05-25 | 9 | -304/+248 |
* | Fix syntax error in freeing of keyblock | Ezra Peisach | 1995-05-25 | 2 | -1/+6 |
* | Makefile.in, configure.in: Add rules for building shared library | Theodore Tso | 1995-05-24 | 1 | -0/+2 |
* | On an error, free the keyblock | Theodore Tso | 1995-05-24 | 4 | -2/+15 |
* | Remove krb5_encode_ticket prototype as function does not exist | Ezra Peisach | 1995-05-24 | 2 | -5/+5 |
* | Change klog prototype to match source | Ezra Peisach | 1995-05-24 | 2 | -1/+5 |
* | Added for shared library support | Theodore Tso | 1995-05-24 | 3 | -0/+1266 |
* | Fix OSF/1 and Ultrix native make problem | Paul Park | 1995-05-24 | 2 | -5/+16 |
* | Check for string.h and include if present, else include strings.h | Ezra Peisach | 1995-05-24 | 4 | -0/+20 |
* | kerberos5.c: Include string.h/strings.h. Include stdlib.h or | Ezra Peisach | 1995-05-24 | 3 | -6/+26 |
* | ring.c: Include string.h or strings.h | Ezra Peisach | 1995-05-24 | 4 | -1/+25 |
* | Cast sockaddr_in * to sockaddr * in call to bind | Ezra Peisach | 1995-05-24 | 2 | -1/+5 |
* | Include stdlib.h or declare malloc, calloc, realloc | Ezra Peisach | 1995-05-24 | 1 | -0/+6 |
* | Check for stdlib.h and include if present or declare malloc, calloc and realloc | Ezra Peisach | 1995-05-24 | 3 | -2/+13 |
* | Include <stdlib.h> or declare malloc, calloc, or realloc | Ezra Peisach | 1995-05-24 | 8 | -1/+48 |
* | Include k5-sockets.h now that k5-config.h does not include netdb.h. | Ezra Peisach | 1995-05-24 | 2 | -0/+7 |
* | Make clean: Remove libkdb4.a and libkrb4.a symlinks | Ezra Peisach | 1995-05-24 | 2 | -1/+6 |
* | Rearrange #include files so that krb5.h gets included first, so that | Theodore Tso | 1995-05-23 | 20 | -18/+63 |
* | Don't install the error table header files; they shouldn't be needed | Theodore Tso | 1995-05-23 | 2 | -8/+5 |
* | Generate krb5.h from krb5.hin in awk-windows, for the Windows port | Theodore Tso | 1995-05-23 | 2 | -0/+29 |
* | Remove krb5.h, since it's no longer needed | Theodore Tso | 1995-05-23 | 2 | -1911/+1 |
* | k5-config.h, k5-sockets.h: Move the sockets specific setup out | Theodore Tso | 1995-05-23 | 3 | -72/+104 |
* | Makefile.in, configure.in, krb5.hin: Move krb5.h to krb5.hin, | Theodore Tso | 1995-05-23 | 5 | -2/+1951 |
* | Use the POSIX utime instead of utimes. (For hpux) | Ezra Peisach | 1995-05-22 | 2 | -6/+9 |
* | Add gssapi.exp | Paul Park | 1995-05-22 | 3 | -0/+420 |
* | Fix problem when gss_accept_sec_context() fails where error message was lost | Paul Park | 1995-05-22 | 2 | -2/+9 |
* | Add gssapi to list of include subdirectories | Paul Park | 1995-05-22 | 2 | -1/+6 |
* | Add install SUBDIRS | Paul Park | 1995-05-22 | 2 | -0/+5 |
* | Describe previous changes | Paul Park | 1995-05-22 | 1 | -0/+6 |
* | Do not report creds as expired if the expiration time is indefinite | Paul Park | 1995-05-22 | 1 | -2/+6 |
* | Add null install target | Paul Park | 1995-05-22 | 1 | -0/+2 |
* | Install EXPORTED_HEADERS in gssapi subdirectory | Paul Park | 1995-05-22 | 3 | -0/+13 |
* | Install old kadmin targets as <mumble>_old | Paul Park | 1995-05-22 | 6 | -6/+19 |
* | Install kadmind5 and manpage in correct location | Paul Park | 1995-05-22 | 3 | -4/+10 |
* | Fix install target logic | Paul Park | 1995-05-22 | 6 | -17/+25 |
* | * loginpaths.h: Add NetBSD paths | Ezra Peisach | 1995-05-21 | 6 | -0/+37 |
* | Handle problem of O_SYNC not existing on a platform. (for netbsd) | Ezra Peisach | 1995-05-21 | 3 | -0/+14 |
* | Determine the location of RCTMPDIR at configuration time. (netbsd does not have | Ezra Peisach | 1995-05-21 | 5 | -1/+31 |
* | Include k5-int.h before krb.h so that PROTOTYPE is not redefined | Ezra Peisach | 1995-05-21 | 2 | -2/+8 |
* | Check for stdlib.h and if present, include, otherwise declare malloc | Ezra Peisach | 1995-05-21 | 3 | -0/+17 |
* | Port to OSF/1. (deal with the longs that should be 4 bytes) | Ezra Peisach | 1995-05-21 | 2 | -29/+36 |
* | If kpropd invoked with -r option, invoke kdb5_edit with different realm | Ezra Peisach | 1995-05-20 | 2 | -4/+13 |
* | Increment remote_seq_number if KRB5_AUTH_CONTEXT_DO_SEQUENCE is set | Ezra Peisach | 1995-05-20 | 2 | -0/+6 |
* | kprop.M and kpropd.M: Document -P (port) option | Ezra Peisach | 1995-05-20 | 6 | -21/+124 |
* | Use the KRB5_KTNAME environment variable to override the default | Theodore Tso | 1995-05-20 | 2 | -6/+19 |
* | login.c (main): Only try to use TIOCSETD if it is defined | Theodore Tso | 1995-05-20 | 3 | -2/+15 |
* | in_tkt.c: Use HAVE_SETREUID and HAVE_SETRESUID to define setreuid properly | Ezra Peisach | 1995-05-18 | 3 | -3/+13 |