summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Fixed for newly enforced memory handling convention in the KerberosTheodore Tso1994-01-132-8/+1
* Added show_principal requestTheodore Tso1994-01-131-133/+293
* Added show_principal requestTheodore Tso1994-01-131-0/+3
* Fixed declaration of struct saltblockTheodore Tso1994-01-131-1/+5
* Fixed bug in the load routine, so that the alternative salt is loaded onlyTheodore Tso1994-01-131-1/+1
* krb5_close_rcache() now frees rcacheTheodore Tso1993-12-241-1/+0
* Make sure memory is freed on errors in krb5_rc_io_fetchTheodore Tso1993-12-241-11/+27
* krb5_close_rcache() now frees rcacheTheodore Tso1993-12-244-4/+0
* krb5_close_rcache will now free rcacheTheodore Tso1993-12-241-2/+10
* krb5_free_rcache now free's replay cacheTheodore Tso1993-12-241-5/+0
* As donated from GZATheodore Tso1993-12-241-0/+13
* Make sure memory is freed on errorsTheodore Tso1993-12-242-43/+54
* Lots of cleanup. V4/V5 compatibility recvauth moved to separateTheodore Tso1993-12-248-1263/+967
* Make vfprintf() and vsprintf() match the standard function prototypesTheodore Tso1993-12-242-2/+3
* Lots of cleanupTheodore Tso1993-12-241-15/+51