summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * ext.h: Always use prototype declarationsKen Raeburn2001-08-312-93/+88
* add commentKen Raeburn2001-08-311-0/+5
* * defs.h: Don't include socket-utils.h until after netinet/in.hKen Raeburn2001-08-302-3/+7
* * Makefile.in (rebuild-error-tables): New intermediate target, avoids runningKen Raeburn2001-08-302-2/+6
* avoid re-running autoheader when not needed, using timestamp fileKen Raeburn2001-08-302-1/+8
* update for fake-addrinfo changesKen Raeburn2001-08-302-2/+7
* * fake-addrinfo.c (getnameinfo): Cast address argument to gethostbyaddrKen Raeburn2001-08-302-1/+11
* * fake-addrinfo.h (AI_V4MAPPED, AI_ADDRCONFIG, AI_ALL, AI_DEFAULT): Define asKen Raeburn2001-08-302-8/+14
* ipv6 support, except if source routing is requested (may be broken)Ken Raeburn2001-08-303-93/+133
* * telnet.c (setupterm): Now static.Ken Raeburn2001-08-302-5/+13
* note ipv6 work still not doneKen Raeburn2001-08-301-0/+7
* support incoming ipv6 connections; debug mode still ipv4 onlyKen Raeburn2001-08-303-15/+35
* use fake-addrinfo, get rid of non-getnameinfo supportKen Raeburn2001-08-302-82/+26
* * termio-tn.c, termios-tn.c: Define dummy variables if STREAMSPTY isn't defin...Ken Raeburn2001-08-303-0/+9
* copyrightsKen Raeburn2001-08-302-0/+82
* copyright; update commentsKen Raeburn2001-08-301-1/+48
* * kdc5_hammer.c (main): Initialize enctype at entry; eliminate enctypedone va...Ken Raeburn2001-08-302-7/+7
* move socket util definitions (socklen_t, sa2sin, etc) from k5-int to a new fileKen Raeburn2001-08-303-63/+84
* update fake-addrinfo stuffKen Raeburn2001-08-292-2/+6
* split fake getaddrinfo implementation off into a separate fileKen Raeburn2001-08-293-270/+282
* * aclocal.m4 (KRB5_AC_CHECK_INET6): Don't check for AI_ADDRCONFIGKen Raeburn2001-08-212-1/+5
* * walk_rtree.c (krb5_walk_realm_tree): Initialize slen to silence compiler wa...Ken Raeburn2001-08-212-1/+6
* * glob.c (amatch, case '*'): Treat multiple asterisks the same as oneKen Raeburn2001-08-212-0/+11
* * clnt_udp.c (clntudp_call): Do not assume that select will notEzra Peisach2001-08-105-6/+24
* * cnv_tkt_skey.c (HOST_BYTE_ORDER): When casting const int * toEzra Peisach2001-08-082-1/+6
* * walk_rtree.c (krb5_walk_realm_tree): Do not try to free const char *Ezra Peisach2001-08-085-8/+24
* * post.in (all-recurse clean-recurse distclean-recurseEzra Peisach2001-08-072-1/+9
* * default.exp (setup_root_shell): Also recognize "nection reset byEzra Peisach2001-08-062-1/+8
* * ftpd.M: Update the usage line and option descriptions to be in syncMitchell Berger2001-08-032-19/+32
* * k5-int.h (ss2sin6): New gcc-specific function and alternative macro.Ken Raeburn2001-08-032-2/+14
* * ftpd.c (main): Convert to do option parsing with getopt() ratherMitchell Berger2001-08-032-71/+48
* * authenc.c (net_write): Rewrite in terms of netwrite()Tom Yu2001-08-029-447/+433
* implement libdefaults/extra_addressesKen Raeburn2001-08-022-40/+177
* * klist.c: Include k5-int.h and fake-addrinfo.h.Ken Raeburn2001-08-022-34/+59
* * hostaddr.c (krb5_os_hostaddr): Only retry non-numeric lookup after numericKen Raeburn2001-08-022-1/+6
* * fake-addrinfo.h (AI_NUMERICHOST): Define as zero if not already definedKen Raeburn2001-08-012-0/+9
* * configure.in: Include stdlib.h in test for swab declarationKen Raeburn2001-08-012-0/+6
* krb5_check_transited_list now takes pointers to constKen Raeburn2001-07-314-4/+14
* * svr_principal.c (check_pw_reuse): Change argument forEzra Peisach2001-07-312-1/+6
* * read_passwd.c: Create local variable that takes the "int"Ezra Peisach2001-07-312-4/+10
* * genaddrs.c: Use GETPEERNAME_ARG2_TYPE, GETPEERNAME_ARG3_TYPEEzra Peisach2001-07-313-7/+38
* * get_in_tkt.c: Cast to unsigned krb5_error error value toEzra Peisach2001-07-312-2/+9
* * aclocal.m4: Fix typo in last change. Do not get rid ofEzra Peisach2001-07-312-4/+9
* * sendauth.c (krb5_sendauth): Instead of casting second argumentEzra Peisach2001-07-302-3/+22
* * configure.in: Add KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGSEzra Peisach2001-07-302-0/+6
* Checked in correct change without extraneous debugging codeEzra Peisach2001-07-301-1/+0
* * aclocal.m4: Add functions KRB5_GETSOCKNAME_ARGS andEzra Peisach2001-07-302-0/+89
* * ftp.c: Declare mech_type in struct gss_trials gss_OID to beEzra Peisach2001-07-302-1/+6
* Unmark gss_mech_krb5 variable as an importDanilo Almeida2001-07-282-1/+5
* Do no export gss_mech_krb5Danilo Almeida2001-07-282-4/+4