summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix window's get_from_os() call so that gets the default cache name ifTheodore Tso1999-03-231-1/+1
* Fix up makefile so that it correctly builds the DLL's under windowsTheodore Tso1999-03-231-6/+9
* 68K builds gone; updated to 1.1b12Miro Jurisic1999-03-233-24/+30
* updated to CCache 2.0b4Miro Jurisic1999-03-236-6/+6
* Fix stupid typo in defining the DLL_FILE_DEF macroTheodore Tso1999-03-221-2/+2
* Fixed krb5globals __initialize to use existing default cache instead of creat...Miro Jurisic1999-03-163-6/+10
* * profile.hin: Fix GSS_DLLIMPTom Yu1999-03-152-0/+5
* * com_err.h: Fix GSS_DLLIMPTom Yu1999-03-152-0/+5
* * des.h: Fix GSS_DLLIMPTom Yu1999-03-152-0/+5
* * k5-int.h: Fix GSS_DLLIMPTom Yu1999-03-152-0/+5
* Added extern "C" to gssapi_krb5.hMiro Jurisic1999-03-152-0/+13
* Fixed GSS_* macros for the MacMiro Jurisic1999-03-152-0/+5
* Added new exports and upped to b10Miro Jurisic1999-03-154-5/+14
* Now actually compilesMiro Jurisic1999-03-152-3/+9
* Fix = vs == bug in krb5_stdcc_next_credTheodore Tso1999-03-141-3/+16
* Commit updated changelogTheodore Tso1999-03-141-0/+5
* Fix obviously missing variable declarationTheodore Tso1999-03-141-0/+2
* Changes to allow building the profile routines as their own separate DLLTheodore Tso1999-03-144-6/+81
* Makefile.in (DLL_FILE_DEF): Tell the Makefile template that we areTheodore Tso1999-03-142-0/+7
* Check in prototype for gss_krb5_ccache_name()Theodore Tso1999-03-141-0/+4
* * Makefile.in (kshd): Add $(LOGINLIBS)Tom Yu1999-03-132-1/+5
* * main.c (main): Fix cleanup code for setluid() failureTom Yu1999-03-122-1/+6
* Back out prototype changes which should haven't gotten checked in yetTheodore Tso1999-03-121-2/+0
* Don't blow away Krbcc32.lib by accidentTheodore Tso1999-03-122-1/+6
* Check to make sure the context is valid and return an error if itTheodore Tso1999-03-121-1/+9
* Sample the ccdefault name at the time when we create the context.Theodore Tso1999-03-122-0/+22
* Add definition for GSS_DLLIMP for non-Windows platformsTheodore Tso1999-03-122-0/+4
* * ftpd.c (user): Remove extra "%s" in call to sprintf() to avoidTom Yu1999-03-122-1/+6
* Updated for 1.1b9Miro Jurisic1999-03-122-4/+9
* set_ccache.c (gss_krb5_ccache_name): Added new Krb5 specific interfaceTheodore Tso1999-03-123-0/+32
* Change K5_OUTPUT_FILES to be K5_AC_OUTPUTTheodore Tso1999-03-121-2/+1
* windows.in (DLL_FILE_DEF): Add makefile controls to set eitherTheodore Tso1999-03-122-2/+19
* win-mac.h: Define GSS_DLLIMP to be __declspec(dllimport) orTheodore Tso1999-03-122-12/+28
* Makefile.in (DLL_FILE_DEF): Tell the Makefile template that we areTheodore Tso1999-03-125-54/+65
* Makefile.in (DLL_FILE_DEF): Tell the Makefile template that we areTheodore Tso1999-03-123-40/+49
* Makefile.in (DLL_FILE_DEF): Tell the Makefile template that we areTheodore Tso1999-03-114-8/+18
* Added modification counterMiro Jurisic1999-03-116-0/+24
* Updated to 2.0b3Miro Jurisic1999-03-117-10/+10
* Added function krb5_free_cc_cred_union(), a local version of cc_free_creds() ...Scott McGuire1999-03-103-48/+97
* * ftpd.M: Resync with realityTom Yu1999-03-094-29/+105
* add PR number to logTom Yu1999-03-091-1/+1
* * sendauth.c (krb5_sendauth): Set credspout to NULL if it'sTom Yu1999-03-092-2/+11
* * kshd.M: Resync manpageTom Yu1999-03-093-36/+100
* * profile.hin: Fix prototype of profile_flush() to use long ratherTom Yu1999-03-092-1/+7
* * prof_tree.c (profile_node_iterator): Fix bug where it will loopTheodore Tso1999-03-083-3/+15
* * heuristic.c (get_authorized_princ_names): Fix to not callTom Yu1999-03-042-5/+13
* prof_file.c (profile_flush_file): On the Macintosh, fopen() doesn'tTheodore Tso1999-03-033-2/+19
* test_profile.c: Added ability to test profile set functions, and in aTheodore Tso1999-03-0314-81/+531
* prof_tree.c: Add new functions profile_get_node_name,Theodore Tso1999-03-039-134/+620
* * ovsec_kadmd.c (log_badverf): Actually make a real lookup tableTom Yu1999-03-022-17/+51