summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* more fixes to make spec up to dateMichael Shanzer1994-01-171-3/+10
* 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
* Increased margins so there's room for the marginparsTheodore Tso1994-01-142-8/+8
* Fix to make it use the new ncs style option in stead of newcenTheodore Tso1994-01-141-1/+1
* Use IN/OUT instead of INOUTTheodore Tso1994-01-142-2/+2
* 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
* fixed desc. of get_{policy,principal}Michael Shanzer1994-01-141-0/+2
* 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
* Fix bug in checking argc countTheodore Tso1994-01-131-1/+1
* Fixed memory deallocation/cleanup on error returnsTheodore Tso1994-01-137-108/+118
* Make sure the routines return the correct error codeTheodore Tso1994-01-132-2/+2
* Use the POSIX names for the permission bitsTheodore Tso1994-01-131-2/+2
* Fixed for newly enforced memory handling convention in the KerberosTheodore Tso1994-01-131-6/+3
* Fixed crypto_system table entries; added raw DES cryptosystemTheodore Tso1994-01-134-33/+106
* Added #define to provide the Raw DES interfaceTheodore Tso1994-01-131-0/+1
* Added definition for Raw DES cbc modeTheodore Tso1994-01-131-1/+1
* Don't use static character arrays!!! This results in those strings duplicatedTheodore Tso1994-01-131-0/+13
* Install now creates a selection of directories firstTheodore Tso1994-01-131-1/+11
* Change code to use krb5_sname_to_principal() function, instead of trying toTheodore Tso1994-01-131-85/+13