summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* read_pwd.c: Improperly applied Doug Engert's windows dialog patch last time.Richard Basch1997-02-254-83/+6
* krb5.rc: Replaced Windows password dialog resource file (krb5/os/win-pwd.rc)Richard Basch1997-02-252-3/+48
* Fixed bad variable referenceRichard Basch1997-02-251-1/+1
* Export krb5_read_passwordRichard Basch1997-02-252-0/+2
* 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
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-2342-256/+191
* be more careful about removing crypto_glue.cSam Hartman1997-02-221-2/+0
* * 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
* Fix typoSam Hartman1997-02-221-1/+1
* Bump minor library version so I canSam Hartman1997-02-224-2/+10
* Removed un-user extern declaration of krb5_config_file -Ezra Peisach1997-02-222-3/+4
* 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
* Remove unneeded calls to krb5_init_etsRichard Basch1997-02-202-2/+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-207-8/+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
* Added set_realm.c, which implements krb5_set_principal_realm()Theodore Tso1997-02-191-0/+52
* Added new function krb5_set_principal_realm(), which is used toTheodore Tso1997-02-194-1/+57
* Replace instances of krb5_xfree..Richard Basch1997-02-192-5/+4
* Export krb5_free_data, krb5_free_data_contentsRichard Basch1997-02-192-0/+4
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-184-15/+71
* * compat_recv.c: Remove include of kerberosIV/krb4-proto.hEzra Peisach1997-02-182-1/+4
* krb4 library required llibcew (fscanf) under win16Richard Basch1997-02-181-1/+1
* Fixed declaration (FAR keyword added)Richard Basch1997-02-181-1/+1
* Fixed arg list to match prototype (error in last checkin)Richard Basch1997-02-181-1/+1
* Export additional routines for krb4 library (win16/win32)Richard Basch1997-02-185-12/+16
* krb4_16.def krb4_32.def: Export definitions for krb4 library (win16/win32)Richard Basch1997-02-187-42/+223
* Build krb4 compatibility library for win16/win32Richard Basch1997-02-1848-498/+325
* Fixed the microsecond adjustment for WindowsRichard Basch1997-02-182-3/+7
* Makefile.in: build comerr dllRichard Basch1997-02-158-43/+149
* Added routine krb5_finish_ets, to complement krb5_initialize_etsRichard Basch1997-02-152-5/+22
* get_in_tkt.c: Initialize as_reply so that an error in one of the earlyRichard Basch1997-02-132-4/+10
* * fwd_tgt.c (krb5_fwd_tgt_creds): Use the client's realm ratherTom Yu1997-02-132-4/+10
* 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
* * 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
* Merge of libhack_branchTom Yu1997-02-0999-870/+964
* mk_faddr.c: Added FAR declarationRichard Basch1997-02-072-6/+10
* copy_addrs.c fwd_tgt.c mk_cred.c sendauth.c: Added FAR declarationsRichard Basch1997-02-075-29/+41