summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* configure.in: Fix typo in test below; fixed name of the autoconf cacheTheodore Tso1999-04-152-2/+7
* t_imp_name.c: Initialize display_file variable in main(), instead ofTheodore Tso1999-04-142-2/+10
* svc.c (svc_getreq, svc_getreqset): Avoid using internal, privateTheodore Tso1999-04-142-7/+20
* configure.in: Check for setupterm() in libncurses in addition toTheodore Tso1999-04-142-3/+17
* configure.in: Check for setupterm() in libncurses in addition toTheodore Tso1999-04-142-2/+8
* update_wtmp.c: Don't use updwtmpx() even if it exists for glibc 2.1,Theodore Tso1999-04-142-0/+14
* configure.in: Check to see if we need to pull in the util library inTheodore Tso1999-04-142-0/+7
* prof_init.c (profile_abandon): New function which frees the profileTheodore Tso1999-04-145-6/+41
* Updated for 1.1b20Miro Jurisic1999-04-132-4/+9
* Added gss_krb5_ccache_name and GSSAPILibrarySupportsCCacheNameMiro Jurisic1999-04-133-1/+9
* kconfig.c: Update to use newer (and proper profile calls)Theodore Tso1999-04-102-7/+12
* post.in (Makefile): Don't try to run autoconf with $(SHELL), sinceTheodore Tso1999-04-102-1/+8
* gic.c (gic_prompter), vardlg.c (vardlg_build), gic.h, vardlg.h: UpdateTheodore Tso1999-04-105-8/+19
* kfree.c (krb5_free_sam_challenge, krb5_free_sam_challenge_contents,Theodore Tso1999-04-104-23/+154
* prompter.c (krb5_prompter_posix): Update to use new prompter prototypeTheodore Tso1999-04-102-4/+17
* k5-int.h: Add new prototypes and #define's provided by Frank Cusack'sTheodore Tso1999-04-103-0/+39
* kdb.h: Add new TL types provided by Frank Cusack's preauth patchTheodore Tso1999-04-102-0/+9
* Rename CHANGELOG to CHANGELOG.db2 to avoid messing up things under WindowsTheodore Tso1999-04-081-0/+0
* Changed fragment names to new MITAthena conventionMiro Jurisic1999-04-084-0/+0
* Updated to 1.1b13Miro Jurisic1999-04-082-4/+8
* Updated to 2.0b5Miro Jurisic1999-04-086-6/+6
* Workaround the fact that Windows has really poor emulation of POSIXTheodore Tso1999-04-062-10/+38
* typo in a commentDan Winship1999-04-031-1/+1
* * rpc_commondata.c: Add initializers to prevent lossage on systemsTom Yu1999-04-022-5/+13
* Fix silly typoTheodore Tso1999-03-311-1/+1
* ccdefops.c: Change the default ccache type under windows to beTheodore Tso1999-03-312-2/+13
* init_ctx.c (krb5_init_context): Call krb5_win_ccdll_load() to load theTheodore Tso1999-03-312-0/+7
* win_glue.c (control): Call krb5_stdcc_shutdown when detaching the krb5Theodore Tso1999-03-313-5/+14
* winccld.c, winccld.h, stdcc.c: Add files to dynamically loadTheodore Tso1999-03-315-3/+251
* * sys_term.c (getptyslave): Under AIX, ignore I_PUSH pcktTom Yu1999-03-312-1/+9
* * termios-tn.c: Include termio.h under AIX due to brokennessTom Yu1999-03-312-0/+7
* * update_wtmp.c: Define WTMPX_FILE to be _PATH_WTMPX in case we'reTom Yu1999-03-282-0/+8
* Changed stat.h typedefs to not be included if building with CodeWarrior, to p...Miro Jurisic1999-03-271-1/+1
* acquire_cred.c (krb5_gss_acquire_cred): Don't use strcmp to compareTheodore Tso1999-03-272-6/+21
* * ftpd.c (login): Check that the luid is not the uid we want toTom Yu1999-03-262-1/+8
* gssapi_krb5.c: Rearrange OID's so that the V1V2 mechanism set returnsTheodore Tso1999-03-267-19/+51
* disp_major_status.c (display_unknown): Fix the length of the buffer toTheodore Tso1999-03-262-1/+7
* * promptusr.c (krb5_os_get_tty_uio): getchar() returns int, notTom Yu1999-03-252-1/+6
* * configure.in: Check for sys/sockio.h for systems that need itTom Yu1999-03-242-1/+6
* * ftpcmd.y (urgsafe_getc): New function; like getc() except itTom Yu1999-03-242-4/+39
* Checked in Danilo's changes to fix Makefile case for windows, and toTheodore Tso1999-03-241-76/+78
* Move the definition of DLL_DEF_FILE from windows.in to win-post.in, so thatTheodore Tso1999-03-232-9/+10
* Add information for the profile library (which is now a separate library)Theodore Tso1999-03-231-0/+11
* Don't use cc_uint4 since the Windows include file apparently doesn'tTheodore Tso1999-03-231-2/+2
* 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