summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix to not lose entries in the chain linked client listEzra Peisach1997-10-212-1/+16
* Set KRB5_CONFIG for testsEzra Peisach1997-10-212-1/+5
* Include string.h/strings.h for memcpy prototypeEzra Peisach1997-10-212-3/+12
* Include stdlib.h if available for malloc prototypeEzra Peisach1997-10-212-0/+7
* Explicitly set the owner of the files which are installed setuid rootTheodore Tso1997-10-202-1/+6
* If we are using prototypes, add a forward declaration for structTheodore Tso1997-10-202-0/+9
* * main.c: Change KERBEROS to KRB5_KRB4_COMPAT where appropriateTom Yu1997-10-165-91/+107
* * Makefile.in: Change LOCALINCLUDE and the link line to allow forTom Yu1997-10-163-56/+73
* * server_stubs.c (CHANGEPW_SERVICE): Modify to free allocatedEzra Peisach1997-10-153-3/+46
* Real fix this time - deals with the malloc(0) case..Ezra Peisach1997-10-141-1/+0
* * Makefile.in (LIBMAJOR): Bump major version due to possibleTom Yu1997-10-142-1/+6
* * des.h: Define KRB_INT32 for the purposes of dealing with the keyTom Yu1997-10-142-1/+26
* * Makefile.in: Bump major version due to possible size changesTom Yu1997-10-142-2/+6
* * des_int.h: Use better logic to find an appropriate type forTom Yu1997-10-143-7/+42
* Fix error when number of enctypes comming in is 0Ezra Peisach1997-10-141-5/+12
* * server_init.c (kadm5_destroy): Call kadm5_free_config_paramsEzra Peisach1997-10-133-1/+12
* * client_init.c (kadm5_destroy): Free handle->lhandle field, callEzra Peisach1997-10-132-2/+12
* * alt_prof.c (kadm5_get_config_params): When KADM5_CONFIG_ENCTYPESEzra Peisach1997-10-132-3/+36
* * t_kdb.c (do_testing): Add krb5_free_contextEzra Peisach1997-10-132-0/+7
* * configure.in: Add KRB5_LIB_AUX so configure --help gives info onEzra Peisach1997-10-132-1/+10
* * configure.in, Makefile.in: Add test to disable udp test underTom Yu1997-10-103-2/+19
* * main.c (main): Initialize kdc error table withEzra Peisach1997-10-092-0/+8
* * mkrel: Allow for edits of relevant files that should be changedTom Yu1997-10-082-2/+51
* Disable the test again... Turns out I was relying on anotherEzra Peisach1997-10-081-1/+1
* Add KRB%_CONFIG envronment variable for systems w/o /etc/krb5.confEzra Peisach1997-10-081-1/+1
* * Makefile.in (kdb_check): Rewritten to use current admin system toolsEzra Peisach1997-10-082-13/+39
* * kadmin.c (quit): Call krb5_free_contextEzra Peisach1997-10-072-0/+5
* * get_myaddress.c: Include string.h for memcpy prototypeEzra Peisach1997-10-072-0/+5
* Removed useless .so to a non-existent macro fileTheodore Tso1997-10-072-1/+4
* * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, revert RUN_ENVEzra Peisach1997-10-072-1/+7
* * Makefile.in (runenv.vars): Use tr to remove newlines in multipleEzra Peisach1997-10-072-1/+6
* Include ctype.h for isspace declarationEzra Peisach1997-10-072-0/+5
* * Makefile.in (SRCS): Add $(srcdir) as prefix to srcsEzra Peisach1997-10-072-1/+8
* * 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
* * destest.c (main): Initialize context to 0 so it will not beEzra Peisach1997-10-063-0/+16
* * Makefile.in: Fix up site.exp generation to reduce the quotingTom Yu1997-10-032-5/+15
* Punt HAS_STDLIB_H, NO_STDLIB_H, POSIX_TYPES; see individual ChangeLogsTom Yu1997-10-0227-45/+91
* Modified to work with the new CVS re-organizationTheodore Tso1997-10-011-6/+2
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-2640-49/+130
* * kdc_util.c (add_to_transited): Fix up memory leaks, clean outEzra Peisach1997-09-245-36/+110
* * kerberos_v4.c (check_princ): Add checks for V5 kdc flagsEzra Peisach1997-09-233-112/+170
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-1928-31/+81
* * 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
* * keytab.c: (krb5_ktkdb_get_entry): Incoming principal is constEzra Peisach1997-09-156-9/+25