aboutsummaryrefslogtreecommitdiff
path: root/src/krb524
AgeCommit message (Expand)AuthorFilesLines
2003-03-06* cnv_tkt_skey.c, conv_creds.c, conv_princ.c, encode.c, sendmsg.c: Removed Ma...Alexandra Ellwood8-30/+24
2003-02-01* Makefile.in (clean-windows): Remove $(GENS).Ken Raeburn2-0/+9
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2-1/+2
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-0/+8
2002-12-23Replace dependencies on generated krb524 and krb4 headers withTom Yu1-9/+9
2002-12-07 * sendmsg.c (krb524_sendto_kdc): Update calls to locate_server()Tom Yu2-2/+9
2002-11-27update dependenciesTom Yu1-9/+17
2002-09-24* Makefile.in (EXTRADEPSRCS): New variableKen Raeburn2-0/+33
2002-09-11update dependenciesKen Raeburn1-6/+6
2002-08-29update dependenciesKen Raeburn1-5/+11
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-2/+6
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn1-0/+5
2002-08-27Add support for using the encrypted part of a krb5 ticket as an AFS token--Sam Hartman3-56/+227
2002-08-27Quote targets of some copy operations within the build tree. NeededKen Raeburn2-2/+7
2002-08-26Remove release notes as the content is 100% incorrect.Sam Hartman1-16/+0
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-3/+7
2002-08-15 * krb524d.c (kdc_get_server_key): Check for DISALLOW_ALL_TIX andTom Yu2-1/+12
2002-07-24 * krb524.h: Need to include port-sockets.h before socket-utils.hEzra Peisach2-0/+6
2002-07-23 * krb524.h: Include socket-utils.h instead of port-sockets.h forEzra Peisach2-1/+6
2002-07-22reimplement macosx v4-local-addr changes; untestedKen Raeburn4-4/+39
2002-07-13update dependenciesKen Raeburn1-12/+9
2002-07-12Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>.Ken Raeburn3-5/+10
2002-07-09Put # for cpp directives in first columnKen Raeburn2-18/+22
2002-07-08Add hooks to optionally report local address used when contacting a KDC-likeKen Raeburn2-1/+6
2002-06-21update dependenciesKen Raeburn1-6/+6
2002-06-15update dependenciesKen Raeburn1-21/+21
2002-06-15 * krb524.h: Change multiple-inclusion test macro to not stomp onTom Yu2-4/+9
2002-06-15 * krb524.h: Back out erroneous merge of post-1.2.5 changeTom Yu2-2/+5
2002-06-15 * krb524.h: Updated C++ protection to not interfere with emacsTom Yu7-7/+94
2002-06-14Use ws2_32.lib instead of wsock32.libKen Raeburn2-1/+5
2002-06-05Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn2-155/+10
2002-06-04Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn2-5/+11
2002-04-11Need port-sockets.h for Win32 (now that using WIN32_LEAN_AND_MEAN)Danilo Almeida3-2/+11
2002-03-07* krb524d.c (lookup_service_key): Copy key block and free up keytab entry dataKen Raeburn2-1/+17
2001-12-05 * krb524d.c (cleanup_and_exit): Call krb5_klog_close()Ezra Peisach3-4/+12
2001-10-20In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn1-8/+8
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2-23/+43
2001-09-28add ##WIN32## prefix to last change, so unix build worksKen Raeburn2-9/+15
2001-09-28Add KRB524_STATIC_HACK for Windows build so that we can generate aDanilo Almeida2-5/+26
2001-09-02* Makefile.in (../include/krb524_err.h): Force build of "includes"Ken Raeburn2-0/+3
2001-09-01dependenciesKen Raeburn2-9/+49
2001-08-08 * cnv_tkt_skey.c (HOST_BYTE_ORDER): When casting const int * toEzra Peisach2-1/+6
2001-06-26 * conv_creds.c: Nuke prototype in fileEzra Peisach3-7/+10
2001-06-21 * configure.in: Test need for daemon prototypeEzra Peisach3-0/+13
2001-06-20Fix small stylistic typoEzra Peisach1-1/+1
2001-06-20 * krb524d.c: Include <krb5/adm_proto.h> for krb5_log_init()Ezra Peisach2-1/+3
2001-06-20 * krb524d.c: Include <krb5/adm_proto.h> for krb5_log_init()Ezra Peisach2-0/+6
2001-06-20* krb524d.c: Call krb5_klog_init before the first point where theMitchell Berger2-7/+12
2001-06-20Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn2-21/+26
2001-06-06 * test.c (print_key): Pass in des_cblock* instead of char *.Ezra Peisach2-5/+14