aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2004-02-24Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1Sam Hartman2-3/+6
2004-01-05 * win-mac.h: conditionally define strcasecmp/strncasecmp macrosJeffrey Altman2-0/+9
2003-12-24move some basic header and function checks from lib/krb5 to includeKen Raeburn2-1/+11
2003-12-20* fake-addrinfo.h: Include stdio.hKen Raeburn2-0/+6
2003-12-19The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64,Jeffrey Altman2-1/+11
2003-12-15* k5-platform.h (SIZE_MAX): Provide default definition if stdint.h doesn'tKen Raeburn2-2/+41
2003-12-15 * win-mac.h: source code written to the C99 standard assumes thereJeffrey Altman2-0/+15
2003-12-15 * add missing ChangeLog entryJeffrey Altman1-0/+5
2003-12-15 * k5-platform.h: apply casts (unsigned char) to the assignments fromJeffrey Altman1-16/+16
2003-12-13Add platform-dependent 64-bit and inline-function support via new headerKen Raeburn5-16/+184
2003-10-08Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it.Tom Yu2-0/+11
2003-09-29Add missing ChangeLog entry for krb.h:1.51Tom Yu1-0/+5
2003-09-27Add --enable-maintainer-mode option to configure, and prevent rebuilding ofKen Raeburn2-1/+6
2003-09-23Modify the declaration of the CREDENTIALS structure to support the additionalJeffrey Altman1-0/+4
2003-09-13Alpha OSF build fails because daemon() tries to call setpgrp becauseKen Raeburn2-2/+6
2003-08-30While libc5 isn't one of our supported configurations, this is a simple enoughKen Raeburn2-3/+11
2003-08-26* krb5.hin (struct _krb5_donot_replay, krb5_rc_default, krb5_rc_resolve_type)Ken Raeburn3-50/+56
2003-08-26* configure.in: Don't test for labs, memmove or bcopy.Ken Raeburn4-9/+5
2003-08-26* configure.in: Check for some C99 headers and typesKen Raeburn2-0/+13
2003-08-26* k5-config.h: Unused file deletedKen Raeburn2-311/+4
2003-08-26* fake-addrinfo.h (inline): Supported by Sun Forte Developer 7 compilerKen Raeburn2-0/+5
2003-08-26* foreachaddr.c (foreach_localaddr) [HAVE_IFADDRS_H]: Skip over any returnedKen Raeburn2-0/+19
2003-08-21* fake-addrinfo.h (getnameinfo): Define to my_fake_getnameinfo only ifKen Raeburn2-10/+21
2003-08-21Make things work on IRIX againKen Raeburn3-14/+24
2003-08-21Oops. Include errno.h even if gai_strerror isn't being definedKen Raeburn1-1/+1
2003-08-21First cut at adding local caching to the getaddrinfo support. Still needs workKen Raeburn2-81/+314
2003-08-14* configure.in: Check for mode_tKen Raeburn2-0/+5
2003-07-31add missing ChangeLog entryTom Yu1-0/+7
2003-07-31krb5_get_host_realm and krb5_free_host_realm should not be labeled as KRB5_PR...Jeffrey Altman1-1/+1
2003-07-22Don't use broken getaddrinfo on Mac OS XAlexandra Ellwood2-0/+8
2003-07-22Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2-7/+6
2003-07-22* k5-int.h (krb5int_zap_data, zap): New macros; call memset with volatile castKen Raeburn2-0/+9
2003-07-21Export krb5_principal2saltAlexandra Ellwood2-1/+5
2003-07-09Export krb5_get_permitted_enctypes and krb5_set_real_time for SambaAlexandra Ellwood2-2/+13
2003-06-24* k5-int.h (struct krb5_cksumtypes): Add new field trunc_sizeKen Raeburn2-0/+10
2003-06-12 * krb5.hin: krb524_init_ets() takes one argumentTom Yu2-1/+5
2003-06-06Export hooks for looking up SRV records, so we can avoid duplicating the codeKen Raeburn2-1/+28
2003-06-04Put krb5int_locate_server back in the accessor "export" listKen Raeburn2-0/+8
2003-05-30* osconf.h (DEFAULT_KDC_ENCTYPE): Default to des3 nowKen Raeburn2-1/+5
2003-05-28Rename interface to krb5_524_convert_creds, export it from krb5 library.Ken Raeburn3-6/+17
2003-05-27* Makefile.in (clean-windows): Remove new "timestamp" file whenKen Raeburn2-1/+6
2003-05-25 * krb5.hin: Sequence number of krb5_replay_data should be unsignedEzra Peisach2-1/+5
2003-05-25Missing prototype for krb5_db_iterate_extEzra Peisach2-0/+8
2003-05-24Big step towards integrating libkrb524 into libkrb5:Ken Raeburn4-17/+64
2003-05-23Implement heuristic for matching broken Heimdal sequence number encodingsTom Yu2-0/+4
2003-05-22Default KRB5_DEPRECATED to 0, but force it to 1 for in-tree stuffTom Yu2-15/+11
2003-05-22krb5int_populate_gic_opt should return voidSam Hartman2-1/+5
2003-05-20Implement krb5_get_in_tkt_with_password andSam Hartman2-1/+10
2003-05-18Sequence numbers are now unsigned. Implement lenient parser forTom Yu3-5/+11
2003-05-17Define the new error codesKen Raeburn2-0/+11