| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extensive reworking of the structure of this file to make it possible | Theodore Tso | 1995-10-28 | 2 | -203/+333 |
| * | Fix to properly malloc password buffer, instead of returning a pointer | Theodore Tso | 1995-10-25 | 2 | -6/+18 |
| * | For compatibility with older .conf files, keep the domain name check | Richard Basch | 1995-10-24 | 1 | -4/+6 |
| * | Added new error code KRB5_GET_IN_TKT_LOOP | Theodore Tso | 1995-10-24 | 2 | -0/+7 |
| * | Try to do a best realm match for a hostname, trying all the domain components. | Richard Basch | 1995-10-24 | 1 | -30/+60 |
| * | rd_req_dec.c (krb5_rd_req_decoded): For heirarchal cross-realm, | Ezra Peisach | 1995-10-23 | 3 | -2/+14 |
| * | If secure_profile is set in the context, do not allow the default | Ezra Peisach | 1995-10-10 | 2 | -2/+8 |
| * | Remove ##DOS!include of config/windows.in. config/windows.in is now | Theodore Tso | 1995-10-07 | 24 | -12/+60 |
| * | * init_os_ctx.c (krb5_secure_config_files): New function that | Ezra Peisach | 1995-10-05 | 2 | -19/+60 |
| * | Put back in the KRB5_CONFIG getenv that was accidentally removed | Ezra Peisach | 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 |
| * | * init_os_ctx.c (krb5_os_init_context): use profile_init_path for | Mark Eichin | 1995-10-02 | 2 | -4/+11 |
| * | * configure.in (V5_MAKE_SHARED_LIB): Change rule to install | Ezra Peisach | 1995-10-02 | 3 | -19/+17 |
| * | Remove krb5_lname_file; it's not used any more | Theodore Tso | 1995-09-29 | 2 | -3/+4 |
| * | Only check the returned starttime to make sure it matches the | Theodore Tso | 1995-09-29 | 2 | -1/+8 |
| * | Only convert instances which don't have a '.' in them. If they have a | Theodore Tso | 1995-09-29 | 2 | -1/+7 |
| * | Misc Mac cleanups | Keith Vetter | 1995-09-29 | 2 | -21/+41 |
| * | Working telnet authentication module and project consolidations | Keith Vetter | 1995-09-28 | 1 | -1/+1 |
| * | Systematic rework of all the cleanup code to make the generated object | Theodore Tso | 1995-09-27 | 2 | -143/+155 |
| * | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 26 | -57/+69 |
| * | Change password for the Mac | Keith Vetter | 1995-09-24 | 2 | -7/+24 |
| * | (change has no real effect, but I found the inconsistency when looking for | Mark Eichin | 1995-09-24 | 2 | -2/+6 |
| * | Remove the (int) cast, since you can't take address of a value which | Theodore Tso | 1995-09-23 | 3 | -3/+11 |
| * | Put back in all:: all-$(WHAT) rule--PC needs it | Theodore Tso | 1995-09-23 | 2 | -0/+5 |
| * | Makefile.in: PC needs sscanf.c | Theodore Tso | 1995-09-23 | 3 | -8/+16 |
| * | had to define away DBFLAGS for the PC | Theodore Tso | 1995-09-23 | 2 | -0/+5 |
| * | get_in_t.c: removed unused variable. | Theodore Tso | 1995-09-23 | 5 | -5/+14 |
| * | Added MSDOS to wherever MACINTOSH was used | Theodore Tso | 1995-09-23 | 2 | -4/+8 |
| * | signed/unsigned mismatch | Theodore Tso | 1995-09-23 | 2 | -1/+5 |
| * | 32 bit word being passed as an int | Theodore Tso | 1995-09-23 | 5 | -5/+10 |
| * | Declare cleanup function as void and propogate thoughout the file. This handles | Ezra Peisach | 1995-09-20 | 2 | -10/+16 |
| * | Don't modify a const input variable val; copy it to a scratch variable | Theodore Tso | 1995-09-18 | 2 | -2/+9 |
| * | Fix typo error in checkin | Ezra Peisach | 1995-09-18 | 2 | -2/+6 |
| * | sendauth.c (krb5_sendauth): Make sure the scratch credentials | Theodore Tso | 1995-09-16 | 9 | -25/+46 |
| * | moderately clean handling of allocated storage on error during partial | Mark Eichin | 1995-09-14 | 2 | -95/+209 |
| * | Put back in the keytype -> enctype changes | Ezra Peisach | 1995-09-12 | 2 | -2/+7 |
| * | Reintegrate Macintosh changes | Ezra Peisach | 1995-09-12 | 34 | -309/+293 |
| * | Integrate Macintosh changes into previous sources | Ezra Peisach | 1995-09-12 | 7 | -18/+34 |
| * | Reintegrate changes lost during Macintosh checkin | Ezra Peisach | 1995-09-12 | 6 | -15/+62 |
| * | Reinstate previous changes that were lost | Ezra Peisach | 1995-09-12 | 4 | -15/+30 |
| * | Reinstate the keytype -> enctype changes and keep the new Mac changes | Ezra Peisach | 1995-09-12 | 6 | -18/+24 |
| * | Initial version of a sscanf() replacement, for those platforms (like | Theodore Tso | 1995-09-12 | 3 | -3/+794 |
| * | Revert back proven's changes which were removed | Ezra Peisach | 1995-09-12 | 3 | -2/+6 |
| * | Replace function declaration back to taking an int. SOCKET is defined as | Ezra Peisach | 1995-09-11 | 2 | -2/+9 |
| * | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 85 | -490/+892 |
| * | * scc_gennew.c (krb5_scc_generate_new): don't use automatic | Mark Eichin | 1995-09-07 | 2 | -1/+8 |
| * | * auth_con.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, | Chris Provenzano | 1995-09-06 | 31 | -123/+133 |
| * | * ktf_g_ent.c, ktf_remove.c, ktf_util.c, ktfile.h : | Chris Provenzano | 1995-09-06 | 5 | -13/+18 |
| * | * read_servi.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -4/+7 |
| * | * kdb5_err.et : Change KRB5_KDB_BAD_KEYTYPE to KRB5_KDB_BAD_ENCTYPE | Chris Provenzano | 1995-09-06 | 3 | -2/+6 |