summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce or localize dependencies on address families.Ken Raeburn2002-07-057-107/+114
* * init_os_ctx.c: krb4 needs to get the os config files so it can useTom Yu2002-07-032-107/+11
* * osconf.h (DEFAULT_PROFILE_PATH): Conditionalized for Mac OS XTom Yu2002-07-032-0/+10
* 2002-07-03 Tom Yu <tlyu@mit.edu>Tom Yu2002-07-0310-16/+109
* * network.c (process_packet): Now static. Drop unused "portnum" argument.Ken Raeburn2002-07-023-4/+6
* * kdc_util.h (inet_ntop): Delete declarationKen Raeburn2002-07-022-4/+1
* disable inet_ntop definitionKen Raeburn2002-07-022-0/+9
* * init_sec_context.c (get_credentials): Delete unused variableKen Raeburn2002-07-012-2/+2
* * rlogin.exp: Update expected "encrypting" message for encrypted rloginKen Raeburn2002-07-012-1/+6
* remove gss krb5 mech2 oid and oidset variablesKen Raeburn2002-07-0110-17/+17
* fix some compiler warningsKen Raeburn2002-07-013-11/+21
* updated depsKen Raeburn2002-06-281-5/+6
* * rsh.M: added warning that encryption does not encrypt theJen Selby2002-06-273-4/+12
* * configure.in: Modify test for in6addr_any definition in CEzra Peisach2002-06-262-1/+8
* * appdefault.c (conf_boolean): Change variable from char ** toEzra Peisach2002-06-263-2/+9
* * dispatch.c (dispatch): Remove arg "portnum"; update callers.Ken Raeburn2002-06-268-29/+33
* * krb5_libinit.c: Added an include for com_err.h sinceTom Yu2002-06-262-1/+16
* * appdefault.c, get_in_tkt.c: made conf_yes and conf_no const toTom Yu2002-06-269-12/+28
* * fake-addrinfo.h (GET_SERV_BY_PORT) [HAVE_GETSERVBYNAME_R &&Ken Raeburn2002-06-252-29/+54
* * socket-utils.h (ss2sin6): Enable compilation of inline function versionKen Raeburn2002-06-252-1/+4
* enable ipv6 rsh connectionsKen Raeburn2002-06-254-80/+126
* * defines.h (default_realm): DeclareKen Raeburn2002-06-252-1/+2
* * kcmd.c (setup_secondary_channel): Use select to time out after 10 minutes, orKen Raeburn2002-06-252-0/+34
* update dependenciesKen Raeburn2002-06-251-4/+4
* back out some changes that weren't readyKen Raeburn2002-06-252-68/+45
* some changes missed in last checkingKen Raeburn2002-06-251-2/+2
* get rid of lib/krb5utilKen Raeburn2002-06-2512-643/+16
* * k5-util.h (krb5_compat_recvauth, krb5_compat_recvauth_version): Declaration...Ken Raeburn2002-06-252-21/+2
* Move compat_recv.c from krb5util library. Move some duplicated code intoKen Raeburn2002-06-257-153/+632
* * Makefile.in (ftpd): Don't use krb5util libraryKen Raeburn2002-06-252-2/+6
* * Makefile.in (ksu): Don't use krb5util libraryKen Raeburn2002-06-252-2/+6
* move krb5_sete[ug]id from libkrb5util (fn) to k5-util.h (macro)Ken Raeburn2002-06-256-89/+62
* * krsh.c (SECURE_MESSAGE): Only indicate that input/output data are beingKen Raeburn2002-06-252-1/+4
* ipv6 support in krlogind.cKen Raeburn2002-06-252-18/+34
* Fix etype info; wrong termination condition used in get_etype_infoSam Hartman2002-06-242-1/+5
* updated output lines from kinitJen Selby2002-06-242-6/+9
* * port-sockets.h (win_socket_initialize): Delete declarationKen Raeburn2002-06-242-2/+5
* * asn1_encode.c (asn1_encode_generaltime): Remove call toTom Yu2002-06-242-3/+6
* * asn1_encode.c: Removed unused Mac OS 9 codeTom Yu2002-06-242-8/+18
* * asn1_get.c (asn1_get_length): Check for negative length.Tom Yu2002-06-242-0/+7
* * c_ustime.c: Remove various things missed in 1-2-2-branch MacOSTom Yu2002-06-225-146/+66
* Oops, missed oneTom Yu2002-06-221-1/+1
* * krb5.hin: Fix up yet more CALLCONV botches from last mergeTom Yu2002-06-212-7/+11
* * ccache.c (printtime): Do not assume that krb5_timestamp andEzra Peisach2002-06-213-4/+16
* * fake-addrinfo.h: If IPv6 support is compiled in, but the OS doesEzra Peisach2002-06-213-0/+40
* update dependenciesKen Raeburn2002-06-219-126/+179
* * port-sockets.h [!_WIN32 && !HAVE_MACSOCK_H]: Include krb5/autoconf.h, to ge...Ken Raeburn2002-06-212-0/+7
* * mk_priv.c (krb4int_address_less): Put braces around v4mapped addressKen Raeburn2002-06-212-2/+12
* * winccld.c: Include k5-int.h to get hidden ops struct.Tom Yu2002-06-206-8/+36
* * Makefile.in: Build cc accessor functions on WindowsTom Yu2002-06-204-5/+28