| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * fake-addrinfo.h: Include socket-utils.h | Ken Raeburn | 2001-09-06 | 2 | -0/+5 |
| * | * Makefile.in ($(BUILDTOP)/include/krb5/autoconf.h): Add rules to | Ezra Peisach | 2001-09-06 | 2 | -0/+10 |
| * | * Makefile.in (../include/krb524_err.h): Force build of "includes" | Ken Raeburn | 2001-09-02 | 2 | -0/+3 |
| * | dependencies | Ken Raeburn | 2001-09-02 | 22 | -15/+394 |
| * | dependencies | Ken Raeburn | 2001-09-01 | 47 | -42/+2744 |
| * | *depfix.sed: Drop "$(srcdir)/" prefix for files in current directory, in favo... | Ken Raeburn | 2001-09-01 | 2 | -0/+4 |
| * | * post.in: Run compiler and sed in separate rules. Make "depend" a recursive | Ken Raeburn | 2001-09-01 | 2 | -21/+35 |
| * | add automatically generated dependencies | Ken Raeburn | 2001-09-01 | 3 | -0/+74 |
| * | add comment | Ken Raeburn | 2001-09-01 | 1 | -0/+1 |
| * | fix ordering in last change | Ken Raeburn | 2001-09-01 | 1 | -1/+1 |
| * | * depfix.sed: Temporarily add trailing whitespace to make substitutions more | Ken Raeburn | 2001-09-01 | 2 | -0/+14 |
| * | * post.in (.depend): Refuse to do anything if srcdir is ".". Find a shortcut | Ken Raeburn | 2001-09-01 | 2 | -5/+24 |
| * | use a different macro in fake-addrinfo.h to tell fake-addrinfo.c to define fns | Ken Raeburn | 2001-08-31 | 3 | -1/+5 |
| * | Fix clean-windows target to clean appl/gssftp/ftp | Danilo Almeida | 2001-08-31 | 2 | -1/+5 |
| * | * hostaddr.c (krb5_os_hostaddr): Don't use AI_DEFAULT | Ken Raeburn | 2001-08-31 | 2 | -1/+3 |
| * | separate sockaddr_storage support from ipv6 support | Ken Raeburn | 2001-08-31 | 2 | -2/+8 |
| * | make sockaddr_storage checks separate from ipv6 support | Ken Raeburn | 2001-08-31 | 3 | -2/+41 |
| * | fix typo | Ken Raeburn | 2001-08-31 | 1 | -1/+1 |
| * | fix conditionals | Ken Raeburn | 2001-08-31 | 1 | -1/+1 |
| * | * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Do put /usr/include/tcl$v in | Ken Raeburn | 2001-08-31 | 2 | -12/+15 |
| * | genaddrs.c: update for ipv6 | Ken Raeburn | 2001-08-31 | 2 | -28/+62 |
| * | * socket-utils.h (struct krb5int_sockaddr_storage): Add some extra space | Ken Raeburn | 2001-08-31 | 2 | -1/+8 |
| * | * configure.in: Check for ipv6 support | Ken Raeburn | 2001-08-31 | 2 | -0/+3 |
| * | * ext.h: Always use prototype declarations | Ken Raeburn | 2001-08-31 | 2 | -93/+88 |
| * | add comment | Ken Raeburn | 2001-08-31 | 1 | -0/+5 |
| * | * defs.h: Don't include socket-utils.h until after netinet/in.h | Ken Raeburn | 2001-08-30 | 2 | -3/+7 |
| * | * Makefile.in (rebuild-error-tables): New intermediate target, avoids running | Ken Raeburn | 2001-08-30 | 2 | -2/+6 |
| * | avoid re-running autoheader when not needed, using timestamp file | Ken Raeburn | 2001-08-30 | 2 | -1/+8 |
| * | update for fake-addrinfo changes | Ken Raeburn | 2001-08-30 | 2 | -2/+7 |
| * | * fake-addrinfo.c (getnameinfo): Cast address argument to gethostbyaddr | Ken Raeburn | 2001-08-30 | 2 | -1/+11 |
| * | * fake-addrinfo.h (AI_V4MAPPED, AI_ADDRCONFIG, AI_ALL, AI_DEFAULT): Define as | Ken Raeburn | 2001-08-30 | 2 | -8/+14 |
| * | ipv6 support, except if source routing is requested (may be broken) | Ken Raeburn | 2001-08-30 | 3 | -93/+133 |
| * | * telnet.c (setupterm): Now static. | Ken Raeburn | 2001-08-30 | 2 | -5/+13 |
| * | note ipv6 work still not done | Ken Raeburn | 2001-08-30 | 1 | -0/+7 |
| * | support incoming ipv6 connections; debug mode still ipv4 only | Ken Raeburn | 2001-08-30 | 3 | -15/+35 |
| * | use fake-addrinfo, get rid of non-getnameinfo support | Ken Raeburn | 2001-08-30 | 2 | -82/+26 |
| * | * termio-tn.c, termios-tn.c: Define dummy variables if STREAMSPTY isn't defin... | Ken Raeburn | 2001-08-30 | 3 | -0/+9 |
| * | copyrights | Ken Raeburn | 2001-08-30 | 2 | -0/+82 |
| * | copyright; update comments | Ken Raeburn | 2001-08-30 | 1 | -1/+48 |
| * | * kdc5_hammer.c (main): Initialize enctype at entry; eliminate enctypedone va... | Ken Raeburn | 2001-08-30 | 2 | -7/+7 |
| * | move socket util definitions (socklen_t, sa2sin, etc) from k5-int to a new file | Ken Raeburn | 2001-08-30 | 3 | -63/+84 |
| * | update fake-addrinfo stuff | Ken Raeburn | 2001-08-29 | 2 | -2/+6 |
| * | split fake getaddrinfo implementation off into a separate file | Ken Raeburn | 2001-08-29 | 3 | -270/+282 |
| * | * aclocal.m4 (KRB5_AC_CHECK_INET6): Don't check for AI_ADDRCONFIG | Ken Raeburn | 2001-08-21 | 2 | -1/+5 |
| * | * walk_rtree.c (krb5_walk_realm_tree): Initialize slen to silence compiler wa... | Ken Raeburn | 2001-08-21 | 2 | -1/+6 |
| * | * glob.c (amatch, case '*'): Treat multiple asterisks the same as one | Ken Raeburn | 2001-08-21 | 2 | -0/+11 |
| * | * clnt_udp.c (clntudp_call): Do not assume that select will not | Ezra Peisach | 2001-08-10 | 5 | -6/+24 |
| * | * cnv_tkt_skey.c (HOST_BYTE_ORDER): When casting const int * to | Ezra Peisach | 2001-08-08 | 2 | -1/+6 |
| * | * walk_rtree.c (krb5_walk_realm_tree): Do not try to free const char * | Ezra Peisach | 2001-08-08 | 5 | -8/+24 |
| * | * post.in (all-recurse clean-recurse distclean-recurse | Ezra Peisach | 2001-08-07 | 2 | -1/+9 |