| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Change types of krb5_max_enctype and krb5_max_cksumtype to be | Theodore Tso | 1995-10-06 | 2 | -4/+10 |
| * | Added DEFAULT_KDC_PORTLIST | Theodore Tso | 1995-10-06 | 2 | -0/+3 |
| * | Change the name of the kdc configuration file to be kdc.conf, to match | Theodore Tso | 1995-10-06 | 2 | -1/+6 |
| * | Fix logic if #ifdefs for HAVE_STRERROR and HAVE_SYS_ERRLIST. | Theodore Tso | 1995-10-05 | 2 | -4/+13 |
| * | If the log file can't be opened, print an intelligent error message | Theodore Tso | 1995-10-05 | 2 | -10/+14 |
| * | * alt_prof.c (krb5_read_realm_params): If secure flag is set in | Ezra Peisach | 1995-10-05 | 2 | -0/+9 |
| * | * init_os_ctx.c (krb5_secure_config_files): New function that | Ezra Peisach | 1995-10-05 | 2 | -19/+60 |
| * | * k5-int.h: Add profile_secure to context | Ezra Peisach | 1995-10-05 | 3 | -0/+10 |
| * | Move declaration of std_ks_tuple from kdb5_edit.h to cpw.c (extern part) | Ezra Peisach | 1995-10-05 | 3 | -3/+9 |
| * | Use the kdc.conf file to determine the default list of keysalt tuples | Theodore Tso | 1995-10-04 | 4 | -18/+29 |
| * | Put back in the KRB5_CONFIG getenv that was accidentally removed | Ezra Peisach | 1995-10-02 | 2 | -0/+6 |
| * | * prof_init.c (profile_init_path): Add const declarations | Ezra Peisach | 1995-10-02 | 2 | -2/+6 |
| * | fix typo | Mark Eichin | 1995-10-02 | 1 | -1/+1 |
| * | * default.exp: set timeout to 100 since the default of 10 is | Mark Eichin | 1995-10-02 | 2 | -0/+7 |
| * | * adm_conn.c (kadm_get_creds): zero out creds->server after | Mark Eichin | 1995-10-02 | 2 | -1/+8 |
| * | * kinit.c (KRB5_DEFAULT_LIFE): default life should be 10 hours, | Mark Eichin | 1995-10-02 | 2 | -1/+5 |
| * | * kadmin5.c (kadmin_startup): initialize action before strcat'ing | Mark Eichin | 1995-10-02 | 2 | -0/+6 |
| * | * krb5_encode.c (krb5_cleanup): If asn1buf_destroy fails, don't | Mark Eichin | 1995-10-02 | 2 | -1/+5 |
| * | * osconf.h (DEFAULT_PROFILE_PATH): look in $(prefix)/lib/krb5.conf | Mark Eichin | 1995-10-02 | 2 | -1/+6 |
| * | * init_os_ctx.c (krb5_os_init_context): use profile_init_path for | Mark Eichin | 1995-10-02 | 2 | -4/+11 |
| * | * prof_init.c (profile_init_path): takes a single string entry | Mark Eichin | 1995-10-02 | 3 | -0/+77 |
| * | Changes to work under OSF/1 - changes of longs to KRB4_32. | Ezra Peisach | 1995-10-02 | 2 | -25/+10 |
| * | Makefile.in (check-unix): Changed building of library from check to check-unix | Ezra Peisach | 1995-10-02 | 2 | -1/+6 |
| * | * configure.in (V5_MAKE_SHARED_LIB): Change rule to install | Ezra Peisach | 1995-10-02 | 3 | -19/+17 |
| * | * configure.in (V5_MAKE_SHARED_LIB): Change rule to install | Ezra Peisach | 1995-10-02 | 3 | -17/+13 |
| * | configure.in (V5_MAKE_SHARED_LIB): Change rule to install | Ezra Peisach | 1995-10-02 | 3 | -17/+13 |
| * | * configure.in (V5_MAKE_SHARED_LIB): Change for version 0.1 of | Ezra Peisach | 1995-10-02 | 2 | -17/+6 |
| * | * configure.in (V5_MAKE_SHARED_LIB): Add version number 0.1 for library | Ezra Peisach | 1995-10-02 | 3 | -16/+9 |
| * | * makeshlib.sh: For solaris, if you are not using gcc, add the -h | Ezra Peisach | 1995-10-02 | 2 | -2/+13 |
| * | * aclocal.m4 (DO_SUBDIRS): Add make Makefiles for broken versions | Ezra Peisach | 1995-10-02 | 3 | -14/+80 |
| * | #ifdef the entire file so it's not built under Windows | Theodore Tso | 1995-09-29 | 2 | -0/+7 |
| * | If krb5/autoconf.h doesn't exist, cd to krb5 and make it | Theodore Tso | 1995-09-29 | 2 | -11/+24 |
| * | Don't use krb5_lname_file; instead, use DEFAULT_LNAME_FILENAME | Theodore Tso | 1995-09-29 | 2 | -2/+5 |
| * | Remove krb5_lname_file; it's not used any more | Theodore Tso | 1995-09-29 | 2 | -3/+4 |
| * | Remove autoconf.h on make clean | Theodore Tso | 1995-09-29 | 2 | -2/+6 |
| * | Remove trval on a make clean | Theodore Tso | 1995-09-29 | 2 | -1/+5 |
| * | Remove the dejagnu temporary files | Theodore Tso | 1995-09-29 | 2 | -0/+6 |
| * | Use the SubdirLibraryRule defined in aclocal.m4 to create the DONE | Theodore Tso | 1995-09-29 | 3 | -4/+7 |
| * | Clean up make clean procedures. The files to be removed are defined | Theodore Tso | 1995-09-29 | 2 | -9/+12 |
| * | * Makefile.in (clean-unix): Remove krb5-pro.h | Ezra Peisach | 1995-09-29 | 2 | -1/+10 |
| * | For MS-DOS, use the brute force method of defining the size of | Theodore Tso | 1995-09-29 | 2 | -9/+17 |
| * | gss-client.c (main): Set display_file to be stdout | Theodore Tso | 1995-09-29 | 4 | -24/+37 |
| * | #include "osconf.h" all the time, at the beginning of the file | Theodore Tso | 1995-09-29 | 2 | -3/+7 |
| * | Don't include autoconf.h under Windows, since it doesn't exist | Theodore Tso | 1995-09-29 | 2 | -3/+8 |
| * | Copy stock/osconf.h to osconf.h in include/krb5, and clean it up when | Theodore Tso | 1995-09-29 | 2 | -31/+49 |
| * | #include autoconf.h instead of osconf.h, because that's the file we | Theodore Tso | 1995-09-29 | 2 | -1/+6 |
| * | More Mac project file cleanup | Keith Vetter | 1995-09-29 | 3 | -1424/+1377 |
| * | Only check the returned starttime to make sure it matches the | Theodore Tso | 1995-09-29 | 2 | -1/+8 |
| * | Rename verify.c to t_verify.c to remove conflict with | Keith Vetter | 1995-09-29 | 3 | -3/+8 |
| * | Only convert instances which don't have a '.' in them. If they have a | Theodore Tso | 1995-09-29 | 2 | -1/+7 |