aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2003-07-17delete ##WIN16## lines from makefilesKen Raeburn50-27/+101
2003-07-15* krb5_libinit.c: Include autoconf.hKen Raeburn2-0/+5
2003-07-15* Makefile.in (STLIBOBJS, OBJS, T_SER_OBJS): Drop ser_eblk.oKen Raeburn2-5/+5
2003-07-15* aclocal.m4 (extra_gcc_warn_opts): Don't turn on -pedantic on DarwinKen Raeburn2-1/+11
2003-07-15 * accept_sec_context.c (krb5_gss_accept_sec_context): CallTom Yu2-4/+9
2003-07-11Check for NULL realm argument and n not equal to 1. Fill in realm with an em...Alexandra Ellwood2-0/+14
2003-07-11RealmsConfig-glue.c: Don't fail when krb5.conf is valid and krb.conf isn't. ...Alexandra Ellwood2-2/+8
2003-07-11Rewrote krb_get_lrealm to correctly handle the v4 realms section in the profi...Alexandra Ellwood2-66/+101
2003-07-10 * acquire_cred.c (acquire_init_cred): Close the ccache ifTom Yu2-0/+8
2003-07-09Export krb5_get_permitted_enctypes and krb5_set_real_time for SambaAlexandra Ellwood9-4/+32
2003-07-08This time, use the correct # of arguments for strcpyAlexandra Ellwood1-1/+1
2003-07-07krb_prof_get_nth() no longer assumes that its retlen argument is correct (cal...Alexandra Ellwood2-1/+9
2003-07-04darwin build can't compile util/et test programKen Raeburn2-1/+6
2003-07-03Remove leading spaces in #define and #include in public headers to support K&...Alexandra Ellwood2-16/+18
2003-07-02KfM build should inherit CFLAGS and LDFLAGS from parent projectAlexandra Ellwood1-1/+14
2003-06-27Fixed filename substitution typos. @LOCALSTATEDIR -> /usr/local/varJen Selby2-2/+7
2003-06-27This change fixes the problem in the ss directory. It probably won'tKen Raeburn2-19/+20
2003-06-27 * gic_keytab.c (krb5_get_in_tkt_with_keytab): Pass (void*)keytab,Tom Yu2-1/+6
2003-06-26With this patch, things seem to work with a Heimdal client and MIT KDCKen Raeburn2-0/+6
2003-06-25clean up ftp client gss memory managementTom Yu2-4/+9
2003-06-24* cksumtypes.c (krb5_cksumtypes_list): Add aes128/256 hmacs, with newKen Raeburn3-0/+24
2003-06-24apply patch from jaltman:Tom Yu2-5/+12
2003-06-24* k5-int.h (struct krb5_cksumtypes): Add new field trunc_sizeKen Raeburn2-0/+10
2003-06-20 * krb5.conf.M: Sync with doc/krb5conf.texinfoTom Yu2-4/+48
2003-06-20Split out etype_info2 decoder from etype_info decoder. In theSam Hartman4-4/+41
2003-06-16Set use_conf_ktypes to 1 while looking up the tgt to use forSam Hartman2-0/+7
2003-06-16* ftp.c (recvrequest): Add new argument indicating whether "-" and "|..."Ken Raeburn4-10/+19
2003-06-13 * server_kdb.c (kdb_init_hist): Force history principal's key toTom Yu2-6/+16
2003-06-13krb5_rd_rep leaks subkeysTom Yu2-0/+13
2003-06-13libgss leaks, UMRsTom Yu3-0/+9
2003-06-13make_ap_req_v1 leaks memoryTom Yu2-0/+7
2003-06-12 * krb5.hin: krb524_init_ets() takes one argumentTom Yu4-5/+14
2003-06-12* error_table.h, et_c.awk, et_c.pl, et_h.awk, et_c.awk: Removed Mac OS suppor...Alexandra Ellwood1-0/+5
2003-06-12Removed Mac OS 9 support because it prevents darwin builds from getting com e...Alexandra Ellwood5-31/+7
2003-06-11Darwin libkrb4/err_txt.o needs dependency on krb_err.cTom Yu3-1/+16
2003-06-11Don't escape rcache filename characters with backslashTom Yu2-5/+10
2003-06-09oops, fix up ChangeLog attributionTom Yu1-1/+1
2003-06-09 * krb524.c: Fix copyright noticeTom Yu2-17/+24
2003-06-09fix bug: would return krb.conf entries plus dns infoKen Raeburn2-0/+9
2003-06-07Checkpoint some working code.Ken Raeburn2-4/+77
2003-06-06* locate_kdc.c (struct srv_dns_entry): Moved to k5-int.h.Ken Raeburn3-20/+34
2003-06-06Export hooks for looking up SRV records, so we can avoid duplicating the codeKen Raeburn2-1/+28
2003-06-06Don't allow renewable_ok to be set if the renew liftime is greaterSam Hartman2-0/+7
2003-06-06 * g_cnffile.c (krb__get_srvtabname): Make retname be a staticTom Yu2-7/+12
2003-06-06--localstatedir=/var/db for KfM buildsAlexandra Ellwood1-1/+1
2003-06-06Static function krb5_generate_authenticator should take unsigned sequence num...Ezra Peisach2-2/+7
2003-06-05be more flexible in handling failures getting root access in test suiteKen Raeburn2-2/+10
2003-06-05Use fork not vfork in ftpSam Hartman6-9/+14
2003-06-05pullup of changes previously committed to branch firstTom Yu3-4/+56
2003-06-05If krb5_c_string_to_key isSam Hartman2-0/+19