summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bad variable referenceRichard Basch1997-02-253-3/+3
* win-pwd.rc: Windows dialog information for password promptingRichard Basch1997-02-255-9/+296
* krb5_32.lib now also depends on gdi32.libRichard Basch1997-02-252-1/+5
* krb5.hin: Export krb5_read_password (Win16/32)Richard Basch1997-02-253-5/+12
* Moved krb5_read_password back into the library (Win32)Richard Basch1997-02-252-88/+4
* resolve.c (main): Make the test for a FQDN be a bit more stringentTheodore Tso1997-02-243-3/+17
* Build using KDB5_LIBS, not KDB5_LIBTheodore Tso1997-02-242-2/+6
* Added RUN_ENV line for LinuxTheodore Tso1997-02-242-1/+5
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-2346-267/+199
* Rebuild the Makefile in the current directory, as neededRichard Basch1997-02-233-4/+32
* Define BUILDTOP for Win16/Win32; needed by config/win-post.inRichard Basch1997-02-232-0/+6
* * configure.in: Do not run test suite unless Athena compatibilityEzra Peisach1997-02-223-1/+30
* Fix terminal handling with regard to ^@ and ^oSam Hartman1997-02-222-2/+12
* Described the replacement of #ifdef unixRichard Basch1997-02-221-5/+8
* AIX should also have the compatibility interfaceRichard Basch1997-02-222-2/+2
* I really did mean #ifdef unix... I added AIX for compatibility.Richard Basch1997-02-223-3/+7
* be more careful about removing crypto_glue.cSam Hartman1997-02-221-2/+0
* * Make shared libs work on AIXSam Hartman1997-02-222-1/+4
* * Make shared libs work on AIXSam Hartman1997-02-226-5/+18
* * Make shared libs work on AIXSam Hartman1997-02-223-127/+35
* * Make shared libs work on AIXSam Hartman1997-02-2212-25/+52
* * Make shared libs work on AIXSam Hartman1997-02-223-234/+5
* * Make shared libs work on AIXSam Hartman1997-02-223-3/+12
* * Make shared libs work on AIXSam Hartman1997-02-223-1/+243
* * Make shared libs work on AIXSam Hartman1997-02-222-7/+12
* * Make shared libs work on AIXSam Hartman1997-02-222-2/+32
* Fix typoSam Hartman1997-02-221-1/+1
* Bump minor library version so I canSam Hartman1997-02-224-2/+10
* Update the major version to 3;Sam Hartman1997-02-222-1/+5
* Update port-socket.h to includeSam Hartman1997-02-222-1/+9
* Removed un-user extern declaration of krb5_config_file -Ezra Peisach1997-02-222-3/+4
* Linux doesn't understand -R; use "-bWl,-rpath -Wl,$(PROG_RPATH)" insteadTheodore Tso1997-02-212-1/+6
* Use malloc/realloc/free instead of the "near" counterparts. TheRichard Basch1997-02-212-21/+13
* 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