krb5.git
1995-09-25 Mark Eichin(this may have caused the spin-looping I saw...)
1995-09-25 Keith VetterPick up Mac ReadMe file
1995-09-25 Keith VetterFixed kb_seal_size prototype
1995-09-25 Keith VetterUpdate of kconfig project file
1995-09-24 Keith VetterChange password for the Mac
1995-09-24 Keith VetterRemoving mac/build directory
1995-09-24 Keith VetterRemove mac/build directory
1995-09-24 Mark Eichin(change has no real effect, but I found the inconsisten...
1995-09-24 Mark Eichin * logger.c (klog_com_err_proc): pass whoami in failure...
1995-09-23 Theodore TsoAdded preauth numbers for KRB5_CYBERSAFE_SECUREID and
1995-09-23 Theodore TsoExclude the MAC and DOS tar/zip files when creating...
1995-09-23 Theodore TsoDefine PROTOTYPE if it is not defined elsewhere
1995-09-23 Theodore Tsogss-clie.c: turned const_gss_OID into const gss_OID.
1995-09-23 Theodore Tsokeysalt.c: 16/32 bit integer mismatch.
1995-09-23 Theodore TsoChange length field in krb5_alt_method and krb5_etype_i...
1995-09-23 Theodore TsoRemove the (int) cast, since you can't take address...
1995-09-23 Theodore Tsoacquire_.c: changed int to size_t.
1995-09-23 Theodore Tsooid_ops.c: signed/unsigned mismatch, removed unused...
1995-09-23 Theodore TsoPut back in all:: all-$(WHAT) rule--PC needs it
1995-09-23 Theodore TsoRemoved ^M's from DOS integration. (Oops!)
1995-09-23 Theodore TsoPut back in all:: all-$(WHAT) rule--PC needs it
1995-09-23 Theodore TsoMakefile.in: PC needs sscanf.c
1995-09-23 Theodore Tsohad to define away DBFLAGS for the PC
1995-09-23 Theodore Tsoget_in_t.c: removed unused variable.
1995-09-23 Theodore TsoAdded MSDOS to wherever MACINTOSH was used
1995-09-23 Theodore Tsosigned/unsigned mismatch
1995-09-23 Theodore Tso32 bit word being passed as an int
1995-09-23 Theodore TsoMakefile.in: moved shared rule to all-unix:: target
1995-09-23 Theodore TsoMakefile.in: PC builds all C files because of function...
1995-09-23 Theodore Tsomd5crypt.c: put function prototype back in, fixed signe...
1995-09-23 Theodore Tsomd4crypt.c: put function prototype back in, fixed signe...
1995-09-23 Theodore Tsoput function prototype back in
1995-09-23 Theodore Tsoprof_int.h: added SIZEOF defines for the PC, and added...
1995-09-22 Theodore TsoOnly define sys_nerr if we're on a Macintosh. On those...
1995-09-22 Theodore Tsoadded windows value for SRCTOP
1995-09-22 Theodore Tso(from Keith Vetter's windows changes); define THREEPARA...
1995-09-22 Theodore TsoBuild the error table header files into include, not...
1995-09-20 Ezra PeisachDeclare cleanup function as void and propogate thoughou...
1995-09-18 Theodore TsoDon't modify a const input variable val; copy it to...
1995-09-18 Mark Eichin * main.c (init_realm): strdup KRB5_KDB_M_NAME if we...
1995-09-18 Ezra PeisachMakefile.in (check): Only build libdb.a when making...
1995-09-18 Ezra PeisachInitialize the service name to SAMPLE_SERVICE instead...
1995-09-18 Ezra Peisachkdb5_edit.c (show_principal): Show key version and...
1995-09-18 Ezra PeisachFix typo error in checkin
1995-09-16 Theodore TsoProgram for testing if getsockname() works like the...
1995-09-16 Theodore TsoFix optional host parsing so that host is recognized...
1995-09-16 Theodore TsoFree the context and auth_context before exiting
1995-09-16 Theodore TsoAdd an optional third argument which allows the user...
1995-09-16 Theodore TsoAllow the user to specify the service instance using...
1995-09-16 Theodore Tso(sign_server): Only try using gss_export_context and
1995-09-16 Theodore TsoLots of memory leaks and other fixes...
1995-09-16 Theodore Tsosendauth.c (krb5_sendauth): Make sure the scratch crede...
1995-09-15 Theodore Tsoklist.M: Updated the man page to include all of the...
1995-09-15 Theodore TsoImproved (and changed) input argument handling, to...
1995-09-15 Theodore TsoUse separate definitions for the Kerberos instance...
1995-09-15 Theodore TsoAdd DES_CBC_MD5 and DES_CBC_CRC with the V4 salt as...
1995-09-15 Theodore TsoUpdate production rule of kerbsrc-nt.zip to be like...
1995-09-15 Theodore Tsosim_client.c (main): Added better options parsing for...
1995-09-15 Theodore TsoStop after finding the first TGS key which matches...
1995-09-14 Mark Eichin * krb524d.c (usage): needs to get context to pass to
1995-09-14 Mark EichinWed Sep 13 23:53:19 1995 Mark Eichin <eichin@cygnus...
1995-09-14 Mark EichinWed Sep 13 23:50:02 1995 Mark Eichin <eichin@cygnus...
1995-09-14 Theodore Tso(key_encrypt_keys): Remove equally errneous krb5_use_en...
1995-09-14 Mark Eichinmoderately clean handling of allocated storage on error...
1995-09-14 Theodore TsoKeys are encrypted in the key of the master key encrypt...
1995-09-13 Theodore Tso(tgt_keysalt_iterate): Don't bash the master key encblo...
1995-09-13 Theodore TsoClear the buffer before calling the SIOCGIFCONF ioctl...
1995-09-13 Theodore TsoRemove definition of the profile field, which is being...
1995-09-13 Theodore TsoFix memory leak. Free the default realm when we're...
1995-09-13 Theodore TsoFix memory leaks and lint flames
1995-09-13 Theodore Tsofetch_mkey.c (krb5_db_fetch_mkey): This routine now...
1995-09-13 Theodore TsoSave the key used to generate the database files. ...
1995-09-13 Theodore TsoFree the auth context when freeing the GSSAPI context...
1995-09-13 Theodore TsoFix fencepost error; use argv[1] to test for a specfied...
1995-09-13 Keith VetterMinor updates in generation of kerbsrc.mac
1995-09-13 Keith VetterAdded inclusion of des_int.h
1995-09-13 Keith VetterRemoved duplicate definitions of KRB5_REALM_CANT_RESOLVE,
1995-09-12 Ezra PeisachRevert keytype -> emctype changes.
1995-09-12 Ezra PeisachUndo MACINTOSH changes to path in these files - theye...
1995-09-12 Ezra PeisachReintegrate the keytab -> enctype changes
1995-09-12 Ezra PeisachPut back in the keytype -> enctype changes
1995-09-12 Ezra PeisachReintegrate Macintosh changes
1995-09-12 Ezra PeisachDocument that Makefile.in has changed.
1995-09-12 Ezra PeisachIntegrate Macintosh changes into previous sources
1995-09-12 Ezra PeisachReintegrate changes lost during Macintosh checkin
1995-09-12 Ezra PeisachReinstate previous changes that were lost
1995-09-12 Ezra PeisachReinstate the keytype -> enctype changes and keep the...
1995-09-12 Ezra PeisachRvert lost changes
1995-09-12 Ezra PeisachReintegrate the keytype->enctype changes
1995-09-12 Theodore TsoInitial version of a sscanf() replacement, for those...
1995-09-12 Ezra PeisachReplace nuked history in ChangeLog
1995-09-12 Ezra PeisachReintegrate the keytype->enctype changes
1995-09-12 Ezra PeisachReintegrate the keytype -> enctype changes
1995-09-12 Ezra PeisachRevert back proven's changes which were removed
1995-09-11 Ezra PeisachReintegrate Macintosh changes while keeping Proven...
1995-09-11 Ezra PeisachReplace function declaration back to taking an int...
1995-09-11 Ezra PeisachConvert C+ comment to older 'standard' C style comment
1995-09-11 Keith VetterMac Beta 1 submission
1995-09-10 Ezra PeisachWhen checking for master in tthe list of valid encrypti...
1995-09-10 Ezra PeisachAdd des-cbc-crc to supported_enctypes as krb5_edit...
next