| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * configure.in: Check for getpwnam_r, gmtime_r, and localtime_r | Ken Raeburn | 2004-06-04 | 1 | -0/+4 |
| * | * k5-thread.h: Error out at compile time if thread support is enabled but the | Ken Raeburn | 2004-06-02 | 1 | -0/+5 |
| * | Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, and | Ken Raeburn | 2004-06-02 | 1 | -0/+7 |
| * | * k5-int.h (krb5int_crypto_init, krb5int_prng_init): Declare | Ken Raeburn | 2004-05-30 | 1 | -0/+4 |
| * | * k5-thread.h: On IRIX, with threads enabled, reject gcc older than v3 | Ken Raeburn | 2004-05-13 | 1 | -2/+2 |
| * | * k5-thread.h: On IRIX, if gcc is older than v3, tell the user to get a newer | Ken Raeburn | 2004-05-13 | 1 | -0/+5 |
| * | Rename header file foreachaddr.c to foreachaddr.h, now that it isn't | Ken Raeburn | 2004-05-05 | 1 | -0/+1 |
| * | * foreachaddr.c: Implementation moved to lib/krb5/os/localaddr.c. | Ken Raeburn | 2004-05-05 | 1 | -0/+6 |
| * | Update mutex debug code to be somewhat compatible with multi-threaded | Ken Raeburn | 2004-05-01 | 1 | -0/+12 |
| * | * k5-int.h: Include k5-thread.h. | Ken Raeburn | 2004-04-30 | 1 | -0/+5 |
| * | * k5-platform.h (DELAY_INITIALIZER): Don't define. | Ken Raeburn | 2004-04-29 | 1 | -0/+13 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 1 | -0/+43 |
| * | krb5_get_in_tkt ignores lifetime | Sam Hartman | 2004-04-16 | 1 | -0/+5 |
| * | * k5-int.h (krb5int_prng_cleanup): Declare | Ken Raeburn | 2004-04-02 | 1 | -0/+4 |
| * | krb5_fcc_generate_new should use mkstemp | Sam Hartman | 2004-03-26 | 1 | -0/+4 |
| * | Change subdir processing so that SUBDIRS will contain the configured | Ken Raeburn | 2004-03-08 | 1 | -0/+4 |
| * | Use more const data in the keytab type registry | Ken Raeburn | 2004-03-06 | 1 | -0/+2 |
| * | * k5-thread.h: New file | Ken Raeburn | 2004-03-06 | 1 | -0/+4 |
| * | As discussed on the krbdev mailing list, krb5_get_init_creds_password() | Jeffrey Altman | 2004-02-27 | 1 | -0/+6 |
| * | fix GET{SOCK,PEER}NAME_ARG{2,3}_TYPE lossage I created | Ken Raeburn | 2004-02-26 | 1 | -0/+7 |
| * | Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1 | Sam Hartman | 2004-02-24 | 1 | -0/+4 |
| * | * win-mac.h: conditionally define strcasecmp/strncasecmp macros | Jeffrey Altman | 2004-01-05 | 1 | -0/+5 |
| * | move some basic header and function checks from lib/krb5 to include | Ken Raeburn | 2003-12-24 | 1 | -0/+8 |
| * | * fake-addrinfo.h: Include stdio.h | Ken Raeburn | 2003-12-20 | 1 | -0/+4 |
| * | The new functions krb5int_c_mandatory_cksumtype, krb5_ser_pack_int64, | Jeffrey Altman | 2003-12-19 | 1 | -0/+4 |
| * | * k5-platform.h (SIZE_MAX): Provide default definition if stdint.h doesn't | Ken Raeburn | 2003-12-15 | 1 | -0/+5 |
| * | * win-mac.h: source code written to the C99 standard assumes there | Jeffrey Altman | 2003-12-15 | 1 | -0/+10 |
| * | * add missing ChangeLog entry | Jeffrey Altman | 2003-12-15 | 1 | -0/+5 |
| * | Add platform-dependent 64-bit and inline-function support via new header | Ken Raeburn | 2003-12-13 | 1 | -0/+18 |
| * | Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it. | Tom Yu | 2003-10-08 | 1 | -0/+5 |
| * | Add --enable-maintainer-mode option to configure, and prevent rebuilding of | Ken Raeburn | 2003-09-27 | 1 | -0/+5 |
| * | Alpha OSF build fails because daemon() tries to call setpgrp because | Ken Raeburn | 2003-09-13 | 1 | -0/+4 |
| * | While libc5 isn't one of our supported configurations, this is a simple enough | Ken Raeburn | 2003-08-30 | 1 | -0/+6 |
| * | * krb5.hin (struct _krb5_donot_replay, krb5_rc_default, krb5_rc_resolve_type) | Ken Raeburn | 2003-08-26 | 1 | -0/+6 |
| * | * configure.in: Don't test for labs, memmove or bcopy. | Ken Raeburn | 2003-08-26 | 1 | -0/+4 |
| * | * configure.in: Check for some C99 headers and types | Ken Raeburn | 2003-08-26 | 1 | -0/+2 |
| * | * fake-addrinfo.h (inline): Supported by Sun Forte Developer 7 compiler | Ken Raeburn | 2003-08-26 | 1 | -0/+3 |
| * | * foreachaddr.c (foreach_localaddr) [HAVE_IFADDRS_H]: Skip over any returned | Ken Raeburn | 2003-08-26 | 1 | -0/+5 |
| * | * fake-addrinfo.h (getnameinfo): Define to my_fake_getnameinfo only if | Ken Raeburn | 2003-08-21 | 1 | -0/+5 |
| * | Make things work on IRIX again | Ken Raeburn | 2003-08-21 | 1 | -0/+7 |
| * | First cut at adding local caching to the getaddrinfo support. Still needs work | Ken Raeburn | 2003-08-21 | 1 | -0/+38 |
| * | * configure.in: Check for mode_t | Ken Raeburn | 2003-08-14 | 1 | -0/+4 |
| * | add missing ChangeLog entry | Tom Yu | 2003-07-31 | 1 | -0/+7 |
| * | Don't use broken getaddrinfo on Mac OS X | Alexandra Ellwood | 2003-07-22 | 1 | -0/+4 |
| * | Change crypto "provider" structures to hold numeric values instead of function | Ken Raeburn | 2003-07-22 | 1 | -0/+3 |
| * | * k5-int.h (krb5int_zap_data, zap): New macros; call memset with volatile cast | Ken Raeburn | 2003-07-22 | 1 | -0/+5 |
| * | Export krb5_principal2salt | Alexandra Ellwood | 2003-07-21 | 1 | -0/+4 |
| * | Export krb5_get_permitted_enctypes and krb5_set_real_time for Samba | Alexandra Ellwood | 2003-07-09 | 1 | -0/+5 |
| * | * k5-int.h (struct krb5_cksumtypes): Add new field trunc_size | Ken Raeburn | 2003-06-24 | 1 | -0/+4 |
| * | * krb5.hin: krb524_init_ets() takes one argument | Tom Yu | 2003-06-12 | 1 | -0/+4 |