summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use #if instead of #ifdef for HasHashLibraryTheodore Tso1994-01-181-1/+1
* Add safety check to get_credentialsTheodore Tso1994-01-171-0/+3
* libcrypto needs the memmove routineTheodore Tso1994-01-171-2/+12
* Added support for memmove() routine for systems that don't have itTheodore Tso1994-01-172-6/+154
* 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-171-6/+9
* 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
* 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
* Conditionalize on KRB5_KRB4_COMPATTheodore Tso1994-01-141-10/+4
* Added support for systems that don't have the hash libraryTheodore Tso1994-01-142-5/+97
* 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
* 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
* 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
* Make sure memory is freed on errorsTheodore Tso1993-12-242-43/+54
* Make vfprintf() and vsprintf() match the standard function prototypesTheodore Tso1993-12-242-2/+3
* Free all memory on errorsTheodore Tso1993-12-241-15/+25
* Declare the input buffer to be constTheodore Tso1993-12-241-1/+1
* Fix credentials cache handling..Theodore Tso1993-12-241-10/+24
* Free memory on errorTheodore Tso1993-12-241-4/+6
* Free keyblock on errorTheodore Tso1993-12-241-1/+4
* Added dependencies for machine generated filesTheodore Tso1993-12-241-1/+3
* New Imakefile for new gssapi libraryTheodore Tso1993-12-241-0/+39
* New Imakefiles for new gssapi libraryTheodore Tso1993-12-242-0/+192
* Spliced in new gssapi libraryTheodore Tso1993-12-241-1/+2
* As submitted by Openvision Technologies:Theodore Tso1993-12-1849-0/+5808
* Removing old gssapi implementationTheodore Tso1993-12-1832-6620/+0
* Added function which does V4/V5 compatibility for sendauth/recvauthTheodore Tso1993-12-152-0/+325
* Added dependencies for the machine generated DES filesTheodore Tso1993-12-151-0/+4
* Preprend "FILE:" when converting from V4 ticket file name to V5Theodore Tso1993-12-152-10/+32
* Added install productions for the des425 and krb425 librariesTheodore Tso1993-12-151-0/+2
* Added flags argument to krb5_recvauth(), and added support for flags whichTheodore Tso1993-12-011-17/+15
* Declare statically used procedure (previously and incorrectly defined in .hTheodore Tso1993-12-012-1/+9
* Free cred->server before overwriting itTheodore Tso1993-12-011-0/+4
* Fixed typo in copy_addrs; a set of curly braces was missingTheodore Tso1993-12-011-1/+2
* Declare statically used procedures before they're used, to keep lint/gcc happyTheodore Tso1993-12-011-0/+3