summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile.in: Create shared directory before building object filesRichard Basch1997-02-072-2/+7
* t_cksum: Link against libkrb5.a as it depends upon krb5_use_enctypeEzra Peisach1997-02-064-4/+12
* * configure.in: Remove the CopyHeader and CopySrcHeader rules asEzra Peisach1997-02-063-5/+16
* util_crypt.c: Include k5-int.h because we need to access the privateRichard Basch1997-02-062-1/+7
* gssapi.hin: Make sure KRB5_EXPORTVAR is definedRichard Basch1997-02-062-1/+5
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-06252-1231/+2281
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-062-5/+11
* Add brand.c to the SRCS line so that the kerbsrc.mac.tar includesTheodore Tso1996-12-232-0/+6
* brand.c: New file, which allows a release engineer to "brand" the krb5Theodore Tso1996-12-213-0/+22
* Use new call krb5_vercheck() for Windows timebomb checking; this callTheodore Tso1996-12-212-6/+15
* Change the timebomb to be June 1, 1997. Make the timebomb exit theTheodore Tso1996-12-212-32/+40
* Change name of library in file to be krb5_16.def [PR#302]Theodore Tso1996-12-202-2/+7
* Added the error codes KRB5_APPL_EXPIRED and KRB5_LIB_EXPIREDTheodore Tso1996-12-132-0/+7
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-1344-114/+422
* * api.0/init.exp, api.2/init.exp: use spawn/expect instead of execBarry Jaspan1996-12-093-2/+11
* * acquire_cred.c (acquire_accept_cred): use krb5_kt_get_entryBarry Jaspan1996-12-042-36/+14
* * Various changes to allow channel bindings to work with both UDPBarry Jaspan1996-12-047-25/+82
* * server_acl.c (acl_load_acl_file): log errors viaBarry Jaspan1996-12-032-9/+21