| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new routine krb5_input_flag_to_string to allow an application to | Ezra Peisach | 1995-12-10 | 2 | -0/+16 |
* | Moved most string-type conversion routines from libkadm to libkrb5 to | Richard Basch | 1995-12-05 | 1 | -618/+0 |
* | Moved most string-type conversion routines from libkadm to libkrb5 to | Richard Basch | 1995-12-05 | 1 | -1/+1 |
* | Added 3-DES string translation | Richard Basch | 1995-12-01 | 1 | -0/+3 |
* | Free the realm_kdc_ports element of the structure | Theodore Tso | 1995-11-08 | 2 | -0/+7 |
* | Remove ##DOS!include of config/windows.in. config/windows.in is now | Theodore Tso | 1995-10-07 | 2 | -1/+3 |
* | Make the logs less verbose, by omitting the hostname, pid, etc. | Theodore Tso | 1995-10-06 | 2 | -1/+14 |
* | Remove the profile relation, since it's really a bad idea. Removed | Theodore Tso | 1995-10-06 | 2 | -33/+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 |
* | * adm_conn.c (kadm_get_creds): zero out creds->server after | Mark Eichin | 1995-10-02 | 2 | -1/+8 |
* | #ifdef the entire file so it's not built under Windows | Theodore Tso | 1995-09-29 | 2 | -0/+7 |
* | Working telnet authentication module and project consolidations | Keith Vetter | 1995-09-28 | 3 | -0/+12 |
* | alt_prof.c (krb5_read_realm_params): On an error, initialize the | Theodore Tso | 1995-09-27 | 2 | -2/+8 |
* | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 2 | -4/+6 |
* | Change password for the Mac | Keith Vetter | 1995-09-24 | 2 | -5/+10 |
* | * logger.c (klog_com_err_proc): pass whoami in failure messages | Mark Eichin | 1995-09-24 | 2 | -2/+7 |
* | keysalt.c: 16/32 bit integer mismatch. | Theodore Tso | 1995-09-23 | 3 | -10/+22 |
* | Fix memory leak. Free the default realm when we're done. Remove the | Theodore Tso | 1995-09-13 | 2 | -132/+157 |
* | Revert keytype -> emctype changes. | Ezra Peisach | 1995-09-12 | 6 | -175/+75 |
* | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 6 | -76/+183 |
* | Use KRB5_ADM_SERVICE_INSTANCE for the instance name, instead of | Theodore Tso | 1995-09-07 | 2 | -2/+7 |
* | * adm_kt_dec.c, adm_kt_enc.c, alt_prof.c, keysalt.c, str_conv.c : | Chris Provenzano | 1995-09-06 | 6 | -70/+74 |
* | * adm_kt_dec.c, adm_kt_enc.c, alt_prof.c, str_conv.c: | Chris Provenzano | 1995-09-06 | 5 | -125/+26 |
* | Add description of strings recognized by str_conv.c | Paul Park | 1995-08-29 | 3 | -0/+255 |
* | Update file list | Theodore Tso | 1995-08-24 | 2 | -0/+5 |
* | Add timestamp_to_sfstring() | Paul Park | 1995-08-21 | 2 | -0/+67 |
* | Fix Purify complaint | Paul Park | 1995-08-08 | 2 | -0/+5 |
* | Restore input strings to their original state after parsing | Paul Park | 1995-08-07 | 2 | -9/+16 |
* | Add new key/salt tuple handling modules | Paul Park | 1995-08-04 | 5 | -76/+222 |
* | Fix krb5_aprof_get_deltat() | Paul Park | 1995-08-03 | 2 | -2/+6 |
* | Describe previous changes | Paul Park | 1995-07-31 | 1 | -0/+11 |
* | Update to new kadmin protocol | Paul Park | 1995-07-31 | 3 | -362/+634 |
* | Add str_conv.c | Paul Park | 1995-07-31 | 1 | -0/+1 |
* | Update read_realm_params() to use string conversion routines | Paul Park | 1995-07-31 | 1 | -71/+128 |
* | Add new string conversion routines | Paul Park | 1995-07-31 | 3 | -5/+832 |
* | Include adm_proto.h for prototypes. Compiling with -Wmissing_prototypes | Ezra Peisach | 1995-07-21 | 7 | -1/+11 |
* | Add KDC profile handling routines | Paul Park | 1995-07-17 | 2 | -5/+173 |
* | Remove LDFLAGS | Paul Park | 1995-07-07 | 2 | -3/+7 |
* | * adm_conn.c (kadm_get_creds): Pass kcontext to os_localaddr | Tom Yu | 1995-07-06 | 2 | -1/+4 |
* | Compiler warning cleanup | Paul Park | 1995-06-27 | 2 | -5/+9 |
* | Add alternate profile routines | Paul Park | 1995-06-23 | 3 | -2/+311 |
* | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 3 | -4/+10 |
* | Fix up places in tests where return type of getopt demoted to | Sam Hartman | 1995-06-14 | 3 | -2/+7 |
* | Only defining DEVICE_OPEN et al when unix was defined breaks | Sam Hartman | 1995-06-13 | 2 | -2/+10 |
* | (clean-unix): Remove $(UNIX_OBJS) | Ezra Peisach | 1995-06-11 | 2 | -1/+5 |
* | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 3 | -10/+14 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -5/+5 |
* | $($(WHAT)_OBJS) is not accepted by all Makes! We assume for now that | Theodore Tso | 1995-06-09 | 2 | -8/+12 |
* | Add new logging control routines | Paul Park | 1995-06-08 | 4 | -5/+951 |