summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Send generalstring not octetstring in etype_info2. Accept eitherSam Hartman2003-07-229-20/+86
* * README: Revert previous change, as it was in error; socklen_tTom Yu2003-07-222-3/+10
* Don't use broken getaddrinfo on Mac OS XAlexandra Ellwood2003-07-222-0/+8
* Always register the file ccache in the set of registered ops. TheSam Hartman2003-07-222-2/+14
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-2243-235/+196
* * resolve.c (main): If gethostbyname fails, report the failing hostnameKen Raeburn2003-07-222-1/+8
* Don't combine encrypt and decrypt code paths.Ken Raeburn2003-07-222-19/+45
* * k5-int.h (krb5int_zap_data, zap): New macros; call memset with volatile castKen Raeburn2003-07-222-0/+9
* crypto library has bogus dependence on com_errKen Raeburn2003-07-222-2/+4
* * f_cbc.c (krb5int_des_cbc_decrypt): Move declarations that were afterKen Raeburn2003-07-223-4/+10
* Export krb5_principal2saltAlexandra Ellwood2003-07-214-1/+10
* * init_ets.c (krb5_init_ets): Only initialize error tables once -Ezra Peisach2003-07-192-5/+16
* krb5_gss_register_acceptor_identity does not allocate enough memory for cache...Ezra Peisach2003-07-192-1/+6
* Windows build needs Feb 2003 Platform SDKTom Yu2003-07-192-3/+8
* * ms2mit.c:Jeffrey Altman2003-07-182-75/+432
* gssapi32.def: export the GSS_C_NT_xxxx constants as DATA. These are requiredJeffrey Altman2003-07-182-4/+15
* Remove kg_release_defcred and caching of default credential. RewriteTom Yu2003-07-179-479/+625
* Use the old DES encrypt function, not the split versions via macrosKen Raeburn2003-07-174-0/+9
* Separate the DES encrypt and decrypt operations into separate functions,Ken Raeburn2003-07-174-254/+361
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-1750-27/+101
* * krb5_libinit.c: Include autoconf.hKen Raeburn2003-07-152-0/+5
* * Makefile.in (STLIBOBJS, OBJS, T_SER_OBJS): Drop ser_eblk.oKen Raeburn2003-07-152-5/+5
* * aclocal.m4 (extra_gcc_warn_opts): Don't turn on -pedantic on DarwinKen Raeburn2003-07-152-1/+11
* * accept_sec_context.c (krb5_gss_accept_sec_context): CallTom Yu2003-07-152-4/+9
* Check for NULL realm argument and n not equal to 1. Fill in realm with an em...Alexandra Ellwood2003-07-112-0/+14
* RealmsConfig-glue.c: Don't fail when krb5.conf is valid and krb.conf isn't. ...Alexandra Ellwood2003-07-112-2/+8
* Rewrote krb_get_lrealm to correctly handle the v4 realms section in the profi...Alexandra Ellwood2003-07-112-66/+101
* * acquire_cred.c (acquire_init_cred): Close the ccache ifTom Yu2003-07-102-0/+8
* Export krb5_get_permitted_enctypes and krb5_set_real_time for SambaAlexandra Ellwood2003-07-099-4/+32
* This time, use the correct # of arguments for strcpyAlexandra Ellwood2003-07-081-1/+1
* krb_prof_get_nth() no longer assumes that its retlen argument is correct (cal...Alexandra Ellwood2003-07-072-1/+9
* darwin build can't compile util/et test programKen Raeburn2003-07-042-1/+6
* Remove leading spaces in #define and #include in public headers to support K&...Alexandra Ellwood2003-07-032-16/+18
* KfM build should inherit CFLAGS and LDFLAGS from parent projectAlexandra Ellwood2003-07-021-1/+14
* Fixed filename substitution typos. @LOCALSTATEDIR -> /usr/local/varJen Selby2003-06-272-2/+7
* This change fixes the problem in the ss directory. It probably won'tKen Raeburn2003-06-272-19/+20
* * gic_keytab.c (krb5_get_in_tkt_with_keytab): Pass (void*)keytab,Tom Yu2003-06-272-1/+6
* With this patch, things seem to work with a Heimdal client and MIT KDCKen Raeburn2003-06-262-0/+6
* clean up ftp client gss memory managementTom Yu2003-06-252-4/+9
* * cksumtypes.c (krb5_cksumtypes_list): Add aes128/256 hmacs, with newKen Raeburn2003-06-243-0/+24
* apply patch from jaltman:Tom Yu2003-06-242-5/+12
* * k5-int.h (struct krb5_cksumtypes): Add new field trunc_sizeKen Raeburn2003-06-242-0/+10
* * krb5.conf.M: Sync with doc/krb5conf.texinfoTom Yu2003-06-202-4/+48
* Split out etype_info2 decoder from etype_info decoder. In theSam Hartman2003-06-204-4/+41
* Set use_conf_ktypes to 1 while looking up the tgt to use forSam Hartman2003-06-162-0/+7
* * ftp.c (recvrequest): Add new argument indicating whether "-" and "|..."Ken Raeburn2003-06-164-10/+19
* * server_kdb.c (kdb_init_hist): Force history principal's key toTom Yu2003-06-132-6/+16
* krb5_rd_rep leaks subkeysTom Yu2003-06-132-0/+13
* libgss leaks, UMRsTom Yu2003-06-133-0/+9
* make_ap_req_v1 leaks memoryTom Yu2003-06-132-0/+7