summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added krb5_principal2salt_norealmTheodore Tso1994-03-241-0/+2
* Add krb5_principal_to_salt_norealm()Theodore Tso1994-03-241-6/+27
* If a timestamp is given, the usec is sent by definition...Theodore Tso1994-03-231-3/+0
* Fixed memory allocation strategy in get_in_tkt.c, so that all memory is freedTheodore Tso1994-03-121-102/+89
* KDC wasn't handling postdated tickets requested via an initial ticketTheodore Tso1994-03-121-0/+1
* Fix return from a signal handler, depending on POSIX_SIGTYPETheodore Tso1994-03-111-0/+4
* Include <sys/select> for AIX machinesTheodore Tso1994-03-111-0/+3
* Suppressed extraneous log messageTheodore Tso1994-03-111-1/+1
* Fixed krb5-bugs [0437]:Theodore Tso1994-03-113-7/+6
* Fixed krb5-bugs [0437]:Theodore Tso1994-03-111-2/+0
* not using gmake anymore..Tom Yu1994-02-231-3/+0
* fixed bogus reference to kerberos_admTom Yu1994-02-041-1/+1
* fixed to refer to actual services listed in internet assigned numbersTom Yu1994-02-041-2/+2
* Look in the right place for krb.hTheodore Tso1994-01-191-1/+1
* #include <sys/time.h> needed for AIXTheodore Tso1994-01-191-0/+1
* Example site.def which should be renamed to site.def for releasesTheodore Tso1994-01-192-0/+279
* Use #if instead of #ifdef for HasHashLibraryTheodore Tso1994-01-181-1/+1
* Add default for HasHashLibraryTheodore Tso1994-01-181-0/+3
* Add safety check to get_credentialsTheodore Tso1994-01-171-0/+3
* Add error checking to krb5_sname_to_principalTheodore Tso1994-01-171-2/+8
* Use direct pathnames instead of the -L dir -l xxx when linking directoriesTheodore Tso1994-01-171-5/+5
* Use LinkFile so that the old target gets deleted first, to avoid errorsTheodore Tso1994-01-171-2/+3
* Added ln command definitionTheodore Tso1994-01-171-0/+1
* libcrypto needs the memmove routineTheodore Tso1994-01-171-2/+12
* Added support for HasMemmoveTheodore Tso1994-01-172-0/+4
* Added support for memmove() routine for systems that don't have itTheodore Tso1994-01-172-6/+154
* Fixed Config.generic for all platformsTheodore Tso1994-01-171-64/+62
* Renaming Makefile to Makefile.originalTheodore Tso1994-01-172-0/+0
* Added strerror to the release; fixed usage of Has* in the config ImakefileTheodore Tso1994-01-171-0/+67
* Added strerror to the release; fixed usage of Has* in the config ImakefileTheodore Tso1994-01-172-6/+22
* Rename Makefile to Makefile.originalTheodore Tso1994-01-171-0/+0
* Fix to make sure subdirMakefiles is created if UseSedHack is definedTheodore Tso1994-01-151-1/+3
* Don't use V4 Kerberos routines unless compiled with V4 compatibility modeTheodore Tso1994-01-142-2/+12
* Create the include/gssapi directory if necessaryTheodore Tso1994-01-141-0/+3
* Don't build GSSAPI library unless BuildGssapi is onTheodore Tso1994-01-141-2/+11
* Missing login.krb -> login.krb5 changeTheodore Tso1994-01-141-1/+1
* Added support for the KRB5_KRB4_COMPAT flagTheodore Tso1994-01-141-1/+6
* Added support for KRB5_KRB4_COMPAT flagTheodore Tso1994-01-141-0/+4
* Conditionalize on KRB5_KRB4_COMPATTheodore Tso1994-01-141-10/+4
* Don't reference mit_des_cryptosystem_entry directlyTheodore Tso1994-01-142-2/+2
* Added depend targetTheodore Tso1994-01-141-0/+2
* Added support for systems that don't have the hash libraryTheodore Tso1994-01-142-5/+97
* Set for release BETA_3Theodore Tso1994-01-141-1/+1
* Fixed for newly enforced memory handling convention in the KerberosTheodore Tso1994-01-131-7/+8
* Fix typo's in original setupTheodore Tso1994-01-131-4/+4
* Don't include validate.c, since it doesn't compile and seems to beTheodore Tso1994-01-131-7/+7
* Don't install crypto library; it's not built here!Theodore Tso1994-01-131-1/+0
* Don't declare bcopy and bzero if they are macrosTheodore Tso1994-01-131-1/+7
* Don't clear the key and alt_key structures prematurely when adding a principalTheodore Tso1994-01-131-17/+17
* Change in how cryptosystem table entries are declaredTheodore Tso1994-01-131-2/+3