| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Changes to get kadm working on the PC | Keith Vetter | 1995-05-30 | 6 | -10/+45 |
| * | Use sys/cdefs.h if present (e.g. linux) | Paul Park | 1995-05-30 | 6 | -2/+27 |
| * | If the size field of a struct datum != size field of DBT, you need to copy | Ezra Peisach | 1995-05-30 | 3 | -0/+104 |
| * | Check for the signal type in compiling tests | Ezra Peisach | 1995-05-30 | 3 | -1/+9 |
| * | Use syslog instead of com_err when shutting down as output may be closed and | Ezra Peisach | 1995-05-28 | 2 | -2/+11 |
| * | Restore timestamp file which is needed by libupdate.sh | Theodore Tso | 1995-05-27 | 1 | -1/+2 |
| * | Add timestamp check file required by libupdate.sh | Theodore Tso | 1995-05-27 | 1 | -2/+2 |
| * | Export $(CC) for the benefit of config.guess | Theodore Tso | 1995-05-27 | 2 | -1/+4 |
| * | Create kerbsrc-nt.zip with the right filename, and clean up | Theodore Tso | 1995-05-27 | 2 | -3/+8 |
| * | Added new function, des_cblock_print_file(), which is referenced by | Theodore Tso | 1995-05-27 | 4 | -2/+72 |
| * | Remove backward compatibility code for Kerberos V3 (!) which was | Theodore Tso | 1995-05-27 | 4 | -1/+35 |
| * | Add support for building shared libraries | Theodore Tso | 1995-05-27 | 37 | -36/+263 |
| * | Add support for building shared libraries | Theodore Tso | 1995-05-27 | 3 | -2/+18 |
| * | Windows makefile file configuration excludes lines beginning with '@' | Keith Vetter | 1995-05-26 | 2 | -23/+13 |
| * | Fix typo | Paul Park | 1995-05-26 | 2 | -1/+5 |
| * | Change to new Berkeley Database naming convention | Paul Park | 1995-05-26 | 3 | -1/+20 |
| * | kadmind5 depends on libkdb5.a | Paul Park | 1995-05-26 | 2 | -1/+5 |
| * | krb5kdc depends on libkdb5.a | Paul Park | 1995-05-26 | 2 | -0/+5 |
| * | Add berk_db to list of subdirectories | Paul Park | 1995-05-26 | 2 | -1/+5 |
| * | Use new Berkeley Database code and add test | Paul Park | 1995-05-26 | 5 | -26/+993 |
| * | Check in Berkeley Database code version 1.85 | Paul Park | 1995-05-26 | 65 | -0/+9685 |
| * | Prime local shared library registry file for Alpha OSF | Ezra Peisach | 1995-05-26 | 2 | -0/+8 |
| * | For OSF/1, maintain a local shared library registry. (allows for | Ezra Peisach | 1995-05-26 | 2 | -3/+7 |
| * | Added kadm for the PC | Keith Vetter | 1995-05-26 | 2 | -2/+13 |
| * | Disabled some of the shared library stuff for the PC | Keith Vetter | 1995-05-26 | 2 | -2/+17 |
| * | More prototype changes for the PC to get kadm stuff working | Keith Vetter | 1995-05-26 | 3 | -5/+12 |
| * | Added lib/kadm directory and removed lib/krb425 directory for the PC | Keith Vetter | 1995-05-26 | 2 | -1/+7 |
| * | Added shared library support for Alpha OSF | Ezra Peisach | 1995-05-26 | 2 | -0/+11 |
| * | Add support for Dec-alpha. Will currently only work (without warning) | Ezra Peisach | 1995-05-26 | 2 | -0/+16 |
| * | Header file changes needed for kadm on the PC | Keith Vetter | 1995-05-26 | 3 | -3/+7 |
| * | Add support building shared libraries | Theodore Tso | 1995-05-26 | 18 | -14/+120 |
| * | Add variable DO_MAKE_SHLIB | Theodore Tso | 1995-05-26 | 2 | -1/+3 |
| * | Add support for shared libraries | Theodore Tso | 1995-05-26 | 3 | -0/+76 |
| * | pre.in(HOST_TYPE, SHEXT): Added variables filled in by configure | Theodore Tso | 1995-05-26 | 2 | -0/+7 |
| * | Added shell script for creating shared libraries | Theodore Tso | 1995-05-26 | 2 | -0/+29 |
| * | First pass to make the new kadm stuff compile cleanly on the PC. No test | Keith Vetter | 1995-05-26 | 7 | -26/+43 |
| * | 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 |