summaryrefslogtreecommitdiffstats
path: root/src/krb524
Commit message (Expand)AuthorAgeFilesLines
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+5
* Add support for using the encrypted part of a krb5 ticket as an AFS token--Sam Hartman2002-08-273-56/+227
* Quote targets of some copy operations within the build tree. NeededKen Raeburn2002-08-272-2/+7
* Remove release notes as the content is 100% incorrect.Sam Hartman2002-08-261-16/+0
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-3/+7
* * krb524d.c (kdc_get_server_key): Check for DISALLOW_ALL_TIX andTom Yu2002-08-152-1/+12
* * krb524.h: Need to include port-sockets.h before socket-utils.hEzra Peisach2002-07-242-0/+6
* * krb524.h: Include socket-utils.h instead of port-sockets.h forEzra Peisach2002-07-232-1/+6
* reimplement macosx v4-local-addr changes; untestedKen Raeburn2002-07-224-4/+39
* update dependenciesKen Raeburn2002-07-131-12/+9
* Don't install port-sockets.h, and don't include it from <kerberosIV/krb.h>.Ken Raeburn2002-07-123-5/+10
* Put # for cpp directives in first columnKen Raeburn2002-07-092-18/+22
* Add hooks to optionally report local address used when contacting a KDC-likeKen Raeburn2002-07-082-1/+6
* update dependenciesKen Raeburn2002-06-211-6/+6
* update dependenciesKen Raeburn2002-06-151-21/+21
* * krb524.h: Change multiple-inclusion test macro to not stomp onTom Yu2002-06-152-4/+9
* * krb524.h: Back out erroneous merge of post-1.2.5 changeTom Yu2002-06-152-2/+5
* * krb524.h: Updated C++ protection to not interfere with emacsTom Yu2002-06-157-7/+94
* Use ws2_32.lib instead of wsock32.libKen Raeburn2002-06-142-1/+5
* Separate send-to-kdc UDP code, export it via accessor interface, and call in toKen Raeburn2002-06-052-155/+10
* Add capability of looking up TCP addresses for KDC in DNS; not enabled yet.Ken Raeburn2002-06-042-5/+11
* Need port-sockets.h for Win32 (now that using WIN32_LEAN_AND_MEAN)Danilo Almeida2002-04-113-2/+11
* * krb524d.c (lookup_service_key): Copy key block and free up keytab entry dataKen Raeburn2002-03-072-1/+17
* * krb524d.c (cleanup_and_exit): Call krb5_klog_close()Ezra Peisach2001-12-053-4/+12
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-8/+8
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-112-23/+43
* add ##WIN32## prefix to last change, so unix build worksKen Raeburn2001-09-282-9/+15
* Add KRB524_STATIC_HACK for Windows build so that we can generate aDanilo Almeida2001-09-282-5/+26
* * Makefile.in (../include/krb524_err.h): Force build of "includes"Ken Raeburn2001-09-022-0/+3
* dependenciesKen Raeburn2001-09-012-9/+49
* * cnv_tkt_skey.c (HOST_BYTE_ORDER): When casting const int * toEzra Peisach2001-08-082-1/+6
* * conv_creds.c: Nuke prototype in fileEzra Peisach2001-06-263-7/+10
* * configure.in: Test need for daemon prototypeEzra Peisach2001-06-213-0/+13
* Fix small stylistic typoEzra Peisach2001-06-201-1/+1
* * krb524d.c: Include <krb5/adm_proto.h> for krb5_log_init()Ezra Peisach2001-06-202-1/+3
* * krb524d.c: Include <krb5/adm_proto.h> for krb5_log_init()Ezra Peisach2001-06-202-0/+6
* * krb524d.c: Call krb5_klog_init before the first point where theMitchell Berger2001-06-202-7/+12
* Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn2001-06-202-21/+26
* * test.c (print_key): Pass in des_cblock* instead of char *.Ezra Peisach2001-06-062-5/+14
* * configure.in: Check for unistd.h.Ken Raeburn2001-06-053-1/+6
* * krb524d.c: Include stdarg.h.Ken Raeburn2001-06-052-24/+49
* * k524init.c: Inculde unistd.h for getopt() prototypeEzra Peisach2001-06-044-5/+14
* * sendmsg.c (krb524_sendto_kdc): Do fallback if KRB5_REALM_UNKNOWN is returned,Ken Raeburn2001-05-082-1/+6
* back out accidental check-inKen Raeburn2001-04-263-28/+6
* * conv_creds.c (broken, krb524_convert_creds_plain): Unused code deletedKen Raeburn2001-04-265-60/+31
* use new internal interface for locating serversKen Raeburn2001-04-262-15/+31
* Allow des-mdX keys as well as des-crc (patch from assar).Ken Raeburn2001-04-146-31/+100
* make prototypes unconditionalKen Raeburn2001-04-105-30/+35
* * krb524d.c: Provide prototypes for local functionsEzra Peisach2001-03-123-5/+28
* * cnv_tkt_skey.c (krb524_convert_tkt_skey): Avoid double-free;Tom Yu2001-02-052-1/+5