summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Do not link shared against -ldb. Tom and I decided this should waitSam Hartman1996-11-222-1/+5
* rc_dfl.c: Apply jik's fix to allow the expunging of the replay cacheTheodore Tso1996-11-192-15/+37
* *gssapi.h: Renamed to gssapi.hinTom Yu1996-11-184-19/+25
* * server.c (main): Add declaration of optind for systems thatTom Yu1996-11-152-0/+6
* asn1_k_encode.c (asn1_encode_principal_name): Be liberal aboutTheodore Tso1996-11-152-9/+35
* * rpc_test_setup.sh: VERBOSE is now inherited from env-setup.shBarry Jaspan1996-11-142-8/+4
* * osconfig.c: Add warning re: global variablesTom Yu1996-11-142-0/+7
* make clean was missing some things; see ChangeLogs for detailsTom Yu1996-11-144-0/+10
* revert kt_default_name changes; see ChangeLogs for detailsTom Yu1996-11-135-52/+39
* clean: Remove test programs and objectsEzra Peisach1996-11-132-0/+11
* * ktdefname.c (krb5_kt_default_name): Fix a few memory-leak typeTom Yu1996-11-132-5/+11
* * kdb_dbm.c: Ditch DB_OPENCLOSE conditionals, and fix the realMark Eichin1996-11-132-69/+27