summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove krbini.h (its contents are included in win-mac.h)Richard Basch1997-02-183-38/+4
* Define K4LIB as the krb4 library (win16/win32)Richard Basch1997-02-182-0/+6
* Added support for building krb4 library (win16/win32)Richard Basch1997-02-184-194/+293
* Added support for building krb4 libraryRichard Basch1997-02-182-0/+42
* Fixed variable name for Windows buildRichard Basch1997-02-161-1/+1
* Checked in a debugging version, by accident.Richard Basch1997-02-161-2/+11
* Makefile.in: build comerr dllRichard Basch1997-02-158-43/+149
* Need to link with $(CLIB) - comerr library (win32)Richard Basch1997-02-154-5/+12
* Need to link with $(CLIB) - comerr library (win32)Richard Basch1997-02-153-28/+8
* Need to link with $(CLIB)Richard Basch1997-02-155-3/+11
* Need to link with $(CLIB).Richard Basch1997-02-153-5/+15
* Declare CLIB to the comerr libraryRichard Basch1997-02-152-3/+9
* Added declaration for krb5_finish_etsRichard Basch1997-02-151-0/+2
* Added routine krb5_finish_ets, to complement krb5_initialize_etsRichard Basch1997-02-152-5/+22
* The libhack merge lost all the windows build instructions... fixed..Richard Basch1997-02-152-5/+17
* Removed V2 experimental API previously checked-in.Richard Basch1997-02-159-255/+200
* * aclocal.m4: Add shared library support for IrixTom Yu1997-02-143-2/+21
* com_err.c: Only check if stderr is a tty under Win32; Win16 does notRichard Basch1997-02-141-0/+2
* Removing extraneous \Richard Basch1997-02-141-1/+1
* Makefile.in: Link wsock32.lib (win32)Richard Basch1997-02-133-9/+45
* get_in_tkt.c: Initialize as_reply so that an error in one of the earlyRichard Basch1997-02-132-4/+10
* kinit.c: Added krb5_read_password implementation for win32 console appRichard Basch1997-02-132-0/+92
* Makefile.in: re-enabled the building of kinit under win32Richard Basch1997-02-131-3/+3
* * fwd_tgt.c (krb5_fwd_tgt_creds): Use the client's realm ratherTom Yu1997-02-132-4/+10
* * aclocal.m4: Remove INSTALL_VARIABLE_HACK, as it's no longerTom Yu1997-02-122-16/+5
* * configure.in: Fix DES425_DEPLIBTom Yu1997-02-122-1/+5
* * configure.in: Fix DES425_LIB... missed this in libhack_branch;Tom Yu1997-02-122-2/+8
* com_err.c: display the error via stderr if it is a character deviceRichard Basch1997-02-112-1/+15
* gss.c: initialize/shutdown winsock libraryRichard Basch1997-02-113-5/+29
* Comment out kinit build until it works (win32)Richard Basch1997-02-111-4/+4
* *** empty log message ***Richard Basch1997-02-113-0/+12
* windows.in: declare WLIB (winsock library)Richard Basch1997-02-112-0/+6
* krb5.hin: export krb5_get_credenitals_{renew,validate} (win32)Richard Basch1997-02-112-4/+7
* Build kinit/klist/kdestroy under win32Richard Basch1997-02-118-16/+88
* login.c: set ccache name consistently with other login appsRichard Basch1997-02-112-1/+6
* Use WLIB definition in config/windows.inRichard Basch1997-02-113-5/+1
* getopt functionality for win32 console appsRichard Basch1997-02-111-0/+126
* Build getopt.obj (getopt functionality for win32 console apps)Richard Basch1997-02-111-1/+1
* get_creds.c: export krb5_get_credentials_renew, krb5_get_credentials_validateRichard Basch1997-02-112-4/+8
* gssapi32.def: removed obsolete keywords (RESIDENTNAME, EXETYPE)Richard Basch1997-02-115-26/+29
* Compile clients/{kinit,klist,kdestroy} on Win32Richard Basch1997-02-111-47/+62
* * post.in: Fix recursion rules to deal with Ultrix sh lossageTom Yu1997-02-112-0/+3
* Fix broken Windows 16 declaration. (Should be KRB5_CALLCONV, andTheodore Tso1997-02-113-3/+6
* * libobj.in: Remove instances of STAMP.*, since they aren'tTom Yu1997-02-102-19/+12
* * aclocal.m4 (KRB5_LIB_PARAMS): Set CC_LINK_STATIC for platformsEzra Peisach1997-02-102-1/+14
* * configure.in: Check for sys/uio.hEzra Peisach1997-02-103-0/+10
* * crypto_glue.c (krb5_calculate_checksum): Add krb5_const toEzra Peisach1997-02-102-1/+6
* * svc_udp.c (svcudp_recv): Avoid coredumps under Solaris (andTom Yu1997-02-102-0/+11
* * libobj.in (OBJS.*): Work around a gmake optimization where theTom Yu1997-02-092-0/+9
* Merge of libhack_branchTom Yu1997-02-09221-1716/+2342