summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Need the Winsock initialization/cleanup to setup the blocking hookRichard Basch1997-02-182-16/+0
* Make sure KRB5_DLLIMP/KRB5_CALLCONV are definedRichard Basch1997-02-181-0/+14
* Do not free unallocated memory (win16)Richard Basch1997-02-181-11/+17
* * acl_files.c: Do not declare malloc() or calloc() if stdlib.h existsEzra Peisach1997-02-182-0/+7
* * kerberos_v4.c: Remove include of krb4-proto.hEzra Peisach1997-02-182-1/+4
* * k524init.c, test.c, cnv_tkt_skey.c: Remove include of krb4-proto.hEzra Peisach1997-02-184-3/+4
* * compat_recv.c: Remove include of kerberosIV/krb4-proto.hEzra Peisach1997-02-182-1/+4
* Win16 fixesRichard Basch1997-02-183-8/+7
* Because you cannot call malloc() during DLL initialization under win16,Richard Basch1997-02-181-2/+16
* Fixed "rc" flagsRichard Basch1997-02-182-3/+3
* krb4 library required llibcew (fscanf) under win16Richard Basch1997-02-181-1/+1
* Makefile.in: Winsock library is still required (win16)Richard Basch1997-02-182-1/+2
* Fixed declaration (FAR keyword added)Richard Basch1997-02-181-1/+1
* Fixed prototype (win16/win32)Richard Basch1997-02-181-1/+1
* Fixed arg list to match prototype (error in last checkin)Richard Basch1997-02-181-1/+1
* Export profile_get_values() for krb4 library (win16/win32)Richard Basch1997-02-184-28/+34
* Export additional routines for krb4 library (win16/win32)Richard Basch1997-02-185-12/+16
* Build krb4 library under win16/win32Richard Basch1997-02-182-1/+10
* krb4_16.def krb4_32.def: Export definitions for krb4 library (win16/win32)Richard Basch1997-02-187-42/+223
* Prototypes for krb4 functions are in krb.hRichard Basch1997-02-181-242/+0
* Build krb4 compatibility library for win16/win32Richard Basch1997-02-1848-498/+325
* Fixed the microsecond adjustment for WindowsRichard Basch1997-02-182-3/+7
* 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