summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Only copy over the old table when there's an old table to copy over.Theodore Tso1997-07-162-2/+9
* rcache owner should be checked against the effective uid, not the realTheodore Tso1997-03-252-1/+6
* Fix handling of the sam-timestamp and sam-usec fields, which shouldTheodore Tso1997-03-252-10/+15
* t_ser.c: Clean up error reporting for krb5_init_context(). AlsoTheodore Tso1997-03-242-31/+80
* If RegKRB5CCNAME is set in kerberos.ini, use that value to determine theRichard Basch1997-02-281-6/+49
* read_pwd.c: Improperly applied Doug Engert's windows dialog patch last time.Richard Basch1997-02-254-83/+6
* Fixed bad variable referenceRichard Basch1997-02-251-1/+1
* Fixed bad variable referenceRichard Basch1997-02-253-3/+3
* win-pwd.rc: Windows dialog information for password promptingRichard Basch1997-02-255-9/+296
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-2320-126/+92
* be more careful about removing crypto_glue.cSam Hartman1997-02-221-2/+0
* * Make shared libs work on AIXSam Hartman1997-02-223-234/+5
* Bump minor library version so I canSam Hartman1997-02-222-1/+5
* Removed un-user extern declaration of krb5_config_file -Ezra Peisach1997-02-222-3/+4
* 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
* 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
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-184-15/+71
* 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
* * crypto_glue.c (krb5_calculate_checksum): Add krb5_const toEzra Peisach1997-02-102-1/+6
* Merge of libhack_branchTom Yu1997-02-0942-244/+401
* 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
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-06169-502/+954
* 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
* 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-138-5/+45
* rc_dfl.c: Apply jik's fix to allow the expunging of the replay cacheTheodore Tso1996-11-192-15/+37
* asn1_k_encode.c (asn1_encode_principal_name): Be liberal aboutTheodore Tso1996-11-152-9/+35
* * osconfig.c: Add warning re: global variablesTom Yu1996-11-142-0/+7
* revert kt_default_name changes; see ChangeLogs for detailsTom Yu1996-11-135-52/+39
* * ktdefname.c (krb5_kt_default_name): Fix a few memory-leak typeTom Yu1996-11-132-5/+11
* * osconfig.c: Remove krb5_defkeyname to catch other things thatTom Yu1996-11-132-2/+3
* * init_ctx.c (krb5_init_context): Oops. Initialize kt_default_nameTom Yu1996-11-132-0/+4
* * ktdefname.c (krb5_kt_default_name): Change logic to no longerTom Yu1996-11-132-30/+54
* * init_ctx.c (krb5_free_context): Free kt_default_name if it'sTom Yu1996-11-132-0/+7
* * Makefile.in (check-unix): Invoking t_ser requires thatEzra Peisach1996-11-093-1/+13
* Remove erroneous changelog entry that should have been entered inTheodore Tso1996-11-081-6/+0
* Check to see if the -lgen library exists; if so, add it to theTheodore Tso1996-11-083-1/+10
* Make the KRB5_CONFIG_CANTOPEN andTheodore Tso1996-11-072-2/+8
* Don't ignore errors found from parsing the config file. Currently, weTheodore Tso1996-11-062-4/+27
* Initialize the error tables, so applications don't need to callTheodore Tso1996-11-062-0/+8