summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * prot.h: Add prototype for decode_kdc_request() and some roughTom Yu2001-01-242-0/+18
* * stringtokey.c (kerberos): Now const.Ken Raeburn2001-01-242-2/+7
* * forward.c (rd_and_store_for_creds): Overwrite any existing valueTom Yu2001-01-242-1/+6
* * rc_io.c (getdir): Subtract one from dirlen, since sizeofTom Yu2001-01-242-11/+20
* document recent large number of changesTom Yu2001-01-231-0/+48
* * cr_ciph.c: Include prot.h. KRB4_PUT32 -> KRB4_PUT32BE.Tom Yu2001-01-231-1/+2
* * prot_common.c: New file; contains functions to encode/decodeTom Yu2001-01-2318-67/+636
* * krb.h: Remove internal prototypes and macrosTom Yu2001-01-233-152/+173
* * krb5_32.def: Add krb5_rc_close() so gssapi buildsDanilo Almeida2001-01-222-0/+5
* missed a variable that should've been made constKen Raeburn2001-01-212-2/+3
* add mit copyrightKen Raeburn2001-01-211-0/+24
* fix year for last changeKen Raeburn2001-01-211-1/+1
* make afs string2key thread-safeKen Raeburn2001-01-202-53/+63
* add some commentsKen Raeburn2001-01-201-0/+5
* new test case for afs string2keyKen Raeburn2001-01-203-2/+106
* * preauth.c: Don't use PROTOTYPE macro, just always use the prototypesKen Raeburn2001-01-202-10/+15
* * preauth.c: Remove uses of KRB5_NPROTOTYPE() macroTom Yu2001-01-202-44/+48
* * krb5.hin (KRB5_NPROTOTYPE): DeleteKen Raeburn2001-01-202-1/+2
* Always use ANSI C features (prototypes, const, void *, etc).Ken Raeburn2001-01-203-884/+845
* * rcfns.c: New file, with fn versions of former dispatch macros from krb5.hKen Raeburn2001-01-203-3/+99
* * coding-style: Assume ANSI C '89. Use krb5int_ for internal namesKen Raeburn2001-01-202-14/+18
* some updates, looking towards 1.3Ken Raeburn2001-01-201-2/+37
* rebuiltKen Raeburn2001-01-201-11/+7
* * com_err.h (add_error_table, remove_error_table): Annotate as modifyingKen Raeburn2001-01-205-25/+48
* * g_ad_tkt.c: Fix error packet parsingTom Yu2001-01-193-34/+49
* use revised compile_et script instead of calling awk directlyKen Raeburn2001-01-182-4/+10
* update to implement equivalent of ref countKen Raeburn2001-01-184-24/+33
* Make compile_et script installable, and install it.Ken Raeburn2001-01-184-21/+47
* Make prototypes unconditionalKen Raeburn2001-01-176-374/+293
* * str_conv.c (krb5_keysalt_iterate): Always use the prototype forKen Raeburn2001-01-172-2/+6
* * krcp.c (error): Always declare with ellipsisKen Raeburn2001-01-172-6/+5
* * acconfig.h (HAVE_SA_LEN): UndefKen Raeburn2001-01-161-0/+4
* * configure.in: Call AC_REQUIRE_CPP before checking for GCC, to ensure that weKen Raeburn2001-01-162-0/+10
* Document configure.in changeSam Hartman2001-01-141-0/+4
* 2001-01-12 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-01-143-45/+28
* * sane_hostname.c: Switch off of KRB5_USE_INET6 instead ofTom Yu2001-01-132-2/+9
* * configure.in: Look for socklen_t, define HAVE_SOCKLEN_T if foundKen Raeburn2000-12-182-0/+20
* localaddr.c: Add getnameinfo support. Annotate for lclint.Ken Raeburn2000-12-183-203/+304
* * ktutil.c (ktutil_list): Provide a real usage messageKen Raeburn2000-12-152-2/+6
* add "-4" option to rlogin to not try krb5 authKen Raeburn2000-12-153-2/+35
* fix multiple-include problem on OpenBSDKen Raeburn2000-12-132-0/+6
* update network.c with getifaddrs support from lib/krb5/os/localaddr.cKen Raeburn2000-12-132-11/+182
* log msg for previous checkinsKen Raeburn2000-12-091-0/+11
* check in -01 draftKen Raeburn2000-12-081-184/+305
* * k5seal.c (make_seal_token_v1): Use ANSI-style definition, instead of K&R plusKen Raeburn2000-12-083-35/+21
* make some variables volatileKen Raeburn2000-12-063-2/+7
* * aclocal.m4 (KRB5_AC_INET6): Ensure that we check for sa_len fieldKen Raeburn2000-12-062-0/+6
* Use const sockaddr pointer in interface.Ken Raeburn2000-12-064-17/+87
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-0610-11/+40
* restore GSS_DLLIMP, KRB5_EXPORTVAR, NEAR macrosKen Raeburn2000-12-062-2/+8