summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* * gic_pwd.c (krb5_get_init_creds_password): Change fourth argumentEzra Peisach1997-12-072-1/+6
* * locate_kdc.c (krb5_locate_kdc): Get rid of extra krb5_xfreeEzra Peisach1997-12-072-1/+5
* * Makefile.in: Add changepw.c, prompter.cTom Yu1997-12-067-41/+668
* * Makefile.in: Add files chpw.c, gic_*, preauth2.c, vfy_increds.c,Tom Yu1997-12-0612-35/+2067
* * krb5_err.et: Add codes for Cygnus chpwTom Yu1997-12-062-0/+8
* * Makefile.in: Add cccopy.cTom Yu1997-12-063-0/+65
* scc_maybe.c: Added kludge for the Macintosh, since fopen() doesn't setTheodore Tso1997-11-112-2/+47
* send_tgs.c (krb5_send_tgs): Don't send a zero endtime; if theTheodore Tso1997-11-112-1/+7
* * ktf_wreslv.c, ktf_resolv.c:Initialize version element ofEzra Peisach1997-10-283-0/+7
* * set_realm.c (krb5_set_principal_realm): Allocate extra byte for nul inEzra Peisach1997-10-062-1/+6
* * t_std_conf.c (main): Call krb5_free_context when doneEzra Peisach1997-10-062-0/+7
* Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogsTom Yu1997-10-026-14/+22
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-2615-15/+48
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-195-3/+13
* * ccdefname.c (krb5_cc_default_name): Returns a const char *Ezra Peisach1997-09-152-1/+5
* * ktfile.h, ktf_g_ent.c (krb5_ktfile_get_entry): Incoming principalEzra Peisach1997-09-153-2/+7
* * ccbase.c (krb5_cc_resolve): Incoming cache name is constEzra Peisach1997-09-152-2/+7
* * mcc-proto.h, mcc_reslv.c (krb5_mcc_resolve): Incoming nameEzra Peisach1997-09-153-2/+7
* * scc-proto.h, scc_reslv.c (krb5_scc_resolve): Incoming nameEzra Peisach1997-09-153-2/+7
* * fcc-proto.h, fcc_reslv.c (krb5_fcc_resolve): Incoming nameEzra Peisach1997-09-153-2/+7
* * rd_cred.c (krb5_rd_cred_basic): Fix swapped args to memsetTom Yu1997-09-022-1/+5
* * get_in_tkt.c (krb5_get_in_tkt): Move nulling out ofTom Yu1997-08-292-1/+7
* * gmt_mktime.c (days_in_month): Now const.Ezra Peisach1997-08-172-1/+6
* Changes from the Kerbnet release by CygnusEzra Peisach1997-08-143-19/+77
* * init_ctx.c (krb5_init_context): Initialize local variable ctxEzra Peisach1997-08-122-1/+6
* * rd_cred.c (krb5_rd_cred_basic): Check remote_addr andTom Yu1997-08-082-1/+7
* * Makefile.in (SRCS): Add / after $(srcdir) in SRCS lineEzra Peisach1997-07-312-10/+14
* * t_ser.c: Add support for changed kdb APITom Yu1997-07-252-2/+7
* * kdb5_err.et: Add error code for bad creation flagsTom Yu1997-07-252-0/+5
* * Makefile.in: Bump version due to et changesTom Yu1997-07-252-1/+5
* 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