summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Link the krb4 dll under Windows; we already built all the objects..Richard Basch1997-02-212-1/+5
* Define SOCKET_INITIALIZE and SOCKET_CLEANUP as no-ops under Windows sinceRichard Basch1997-02-212-2/+8
* Makefile.in: krb_err.h is a generated file; fix build/install rules soRichard Basch1997-02-203-6/+14
* Fixed krb5_build_principal_va prototype to match functionRichard Basch1997-02-201-1/+1
* Unix bug: link.table was referencing an incompletely constructed variableRichard Basch1997-02-201-1/+1
* Zip up the kerberosIV include files, alsoRichard Basch1997-02-201-2/+3
* Remove unnecessary calls to krb5_init_etsRichard Basch1997-02-202-4/+1
* et_c.awk:Richard Basch1997-02-202-21/+24
* Remove unneeded calls to krb5_init_etsRichard Basch1997-02-207-7/+0
* init_ctx.c: krb5_free_context calls krb5_free_ets (currently a no-op)Richard Basch1997-02-203-2/+1
* f_data.c: Fixed commentRichard Basch1997-02-204-4/+49
* Do not DLL export krb5_init_ets/krb5_free_etsRichard Basch1997-02-201-13/+3
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-209-10/+1
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-201-3/+7
* krb5_16.def krb5_32.def: Do not export krb5_init_ets/krb5_finish_etsRichard Basch1997-02-203-80/+77
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-201-7/+12
* Call krb5_db_fini to cleanup the db_contextRichard Basch1997-02-201-0/+1
* kpasswd.c: Removed unneeded call to krb5_init_ets and unused #defineRichard Basch1997-02-202-6/+2
* dump.c kdb5_destroy.c kdb5_stash.c kdb5_util.c:Richard Basch1997-02-205-12/+27
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-203-4/+0
* Do not export krb5_init_ets/krb5_free_ets (win16/win32)Richard Basch1997-02-201-2/+4
* 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