summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added set_realm.c, which implements krb5_set_principal_realm()Theodore Tso1997-02-191-0/+52
* Added function prototype for krb5_set_principal_realm()Theodore Tso1997-02-192-0/+8
* Added new function krb5_set_principal_realm(), which is used toTheodore Tso1997-02-194-1/+57
* Removed $(KRBOPT) from RFLAGS definition since it broke the Win16 buildRichard Basch1997-02-191-2/+2
* Fixed one more instance of the wrong variable name (context variable)Richard Basch1997-02-191-1/+1
* Fixed "context" nameRichard Basch1997-02-191-1/+1
* Renamed getst() to getstr() to avoid conflicts with krb4.h definitionRichard Basch1997-02-191-6/+6
* Fixed missing ;Richard Basch1997-02-191-1/+1
* Replace instances of krb5_xfree..Richard Basch1997-02-192-5/+4
* Export krb5_free_data, krb5_free_data_contentsRichard Basch1997-02-192-0/+4
* kcmd.c (getport): Let the OS pick the best port rather than scanning.Richard Basch1997-02-195-131/+120
* Use free() to free realm component, until a replacement function is addedRichard Basch1997-02-191-1/+3
* krb5_xfree cleanupRichard Basch1997-02-195-19/+16
* Replace krb5_xfree with appropriate free routineRichard Basch1997-02-188-31/+27
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-1823-121/+173
* 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