| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add support for conditional inclusion of flags when building as part of | Jeffrey Altman | 2003-12-08 | 2 | -1/+11 |
| * | work around Solaris 9 pty-close bug | Tom Yu | 2003-12-06 | 9 | -1/+105 |
| * | Updated project to reflect changes in source files | Alexandra Ellwood | 2003-11-25 | 1 | -0/+16 |
| * | initial sequence number mask short by 4 bits | Tom Yu | 2003-10-30 | 2 | -1/+6 |
| * | * sendto_kdc.c: Sockets must be closed with closesocket() instead | Jeffrey Altman | 2003-10-27 | 2 | -1/+7 |
| * | Because of the failure of Windows 2000 and Windows XP to perform proper | Jeffrey Altman | 2003-10-21 | 2 | -2/+28 |
| * | removed deleted files from project | Alexandra Ellwood | 2003-10-21 | 1 | -31/+6 |
| * | Updated to work with Xcode | Alexandra Ellwood | 2003-10-17 | 1 | -1270/+2003 |
| * | * api.1/lock.exp: Work around a race condition in the Solaris 9 | Tom Yu | 2003-10-17 | 2 | -18/+56 |
| * | Save encoded KRB-SAFE-BODY to avoid problems caused by re-encoding it. | Tom Yu | 2003-10-08 | 9 | -5/+145 |
| * | Add missing ChangeLog entry for krb.h:1.51 | Tom Yu | 2003-09-29 | 1 | -0/+5 |
| * | Add --enable-maintainer-mode option to configure, and prevent rebuilding of | Ken Raeburn | 2003-09-27 | 6 | -2/+40 |
| * | Modify the declaration of the CREDENTIALS structure to support the additional | Jeffrey Altman | 2003-09-23 | 1 | -0/+4 |
| * | Oops, naughty naughty. Use $(CC), not gcc | Ken Raeburn | 2003-09-13 | 2 | -3/+3 |
| * | * shlib.conf (*-*-linux*): Use gcc for linking shared libraries, and -Wl to | Ken Raeburn | 2003-09-13 | 2 | -8/+20 |
| * | Alpha OSF build fails because daemon() tries to call setpgrp because | Ken Raeburn | 2003-09-13 | 2 | -2/+6 |
| * | Apply patch from Cesar Garcia to fix lifetime computation in 524 | Tom Yu | 2003-09-02 | 4 | -2/+12 |
| * | kill() might overwrite errno. Save it beforehand | Alexandra Ellwood | 2003-09-02 | 1 | -1/+1 |
| * | Fixed handling of krb5_net_write() failing (need to call waitpid() on child e... | Alexandra Ellwood | 2003-09-02 | 1 | -14/+8 |
| * | Fixed comment (part of adding Apple Password Server support) | Alexandra Ellwood | 2003-09-02 | 1 | -2/+1 |
| * | Added Apple password server support | Alexandra Ellwood | 2003-09-02 | 5 | -2/+166 |
| * | While libc5 isn't one of our supported configurations, this is a simple enough | Ken Raeburn | 2003-08-30 | 2 | -3/+11 |
| * | Copy and build daemon.c in whatever directories need it, instead of building it | Ken Raeburn | 2003-08-30 | 21 | -21/+69 |
| * | krshd hangs in linux nightly testing | Ken Raeburn | 2003-08-29 | 2 | -5/+18 |
| * | In my tests (2GHz P4 Linux, 5 minutes, no pre-existing replay cache), this gets | Ken Raeburn | 2003-08-27 | 2 | -10/+30 |
| * | * krb5.hin (struct _krb5_donot_replay, krb5_rc_default, krb5_rc_resolve_type) | Ken Raeburn | 2003-08-26 | 3 | -50/+56 |
| * | * cc_file.c (krb5_fcc_store_int32, krb5_fcc_store_ui_4, krb5_fcc_store_ui_2) | Ken Raeburn | 2003-08-26 | 2 | -51/+6 |
| * | * configure.in: Don't test for labs, memmove or bcopy. | Ken Raeburn | 2003-08-26 | 4 | -9/+5 |
| * | * getdate.y (bcopy): Don't bother with HAVE_BCOPY and HAVE_MEMCPY tests; always | Ken Raeburn | 2003-08-26 | 2 | -1/+6 |
| * | * configure.in: Check for some C99 headers and types | Ken Raeburn | 2003-08-26 | 2 | -0/+13 |
| * | * k5-config.h: Unused file deleted | Ken Raeburn | 2003-08-26 | 2 | -311/+4 |
| * | * aclocal.m4 (KRB5_AC_ENABLE_DNS): Drop --enable-dns and --enable-dns-for-kdc | Ken Raeburn | 2003-08-26 | 2 | -37/+7 |
| * | * fake-addrinfo.h (inline): Supported by Sun Forte Developer 7 compiler | Ken Raeburn | 2003-08-26 | 2 | -0/+5 |
| * | * foreachaddr.c (foreach_localaddr) [HAVE_IFADDRS_H]: Skip over any returned | Ken Raeburn | 2003-08-26 | 2 | -0/+19 |
| * | * aclocal.m4 (WITH_CCOPTS, WITH_CPPOPTS, WITH_LINKER, WITH_LDOPTS, | Ken Raeburn | 2003-08-26 | 2 | -49/+16 |
| * | make depend | Ken Raeburn | 2003-08-21 | 1 | -1/+5 |
| * | * dnssrv.c: New file; split out DNS SRV RR query support... | Ken Raeburn | 2003-08-21 | 4 | -225/+281 |
| * | * configure.in: Don't substitute LIBOBJS, newer autoconfs don't like it | Ken Raeburn | 2003-08-21 | 2 | -4/+5 |
| * | * Makefile.in (STLIBOBJS, OBJS): Empty | Ken Raeburn | 2003-08-21 | 2 | -2/+6 |
| * | * fake-addrinfo.h (getnameinfo): Define to my_fake_getnameinfo only if | Ken Raeburn | 2003-08-21 | 2 | -10/+21 |
| * | Make things work on IRIX again | Ken Raeburn | 2003-08-21 | 3 | -14/+24 |
| * | Oops. Include errno.h even if gai_strerror isn't being defined | Ken Raeburn | 2003-08-21 | 1 | -1/+1 |
| * | * configure.in: Don't replace any missing system functions. Just set LIBOBJS | Ken Raeburn | 2003-08-21 | 2 | -1/+10 |
| * | First cut at adding local caching to the getaddrinfo support. Still needs work | Ken Raeburn | 2003-08-21 | 2 | -81/+314 |
| * | Don't double free the encrypted credential part | Sam Hartman | 2003-08-19 | 2 | -5/+5 |
| * | krb_check_auth clears the return value for the schedule parameter with a mems... | Alexandra Ellwood | 2003-08-15 | 2 | -1/+6 |
| * | * configure.in: Check for mode_t | Ken Raeburn | 2003-08-14 | 2 | -0/+5 |
| * | * configure.in: Don't check for or replace vfprintf, vsprintf, strerror, | Ken Raeburn | 2003-08-13 | 2 | -1/+6 |
| * | use my mit changelog id | Ken Raeburn | 2003-08-13 | 1 | -1/+1 |
| * | * Makefile.in (OBJS, STLIBOBJS): Drop setenv.o. | Ken Raeburn | 2003-08-13 | 4 | -197/+8 |