| Commit message (Expand) | Author | Age | Files | Lines |
* | prng.c: use des3 now | Ken Raeburn | 2001-03-06 | 2 | -14/+19 |
* | * localaddr.c (krb5_os_localaddr): Don't look for -1 return value from | Ken Raeburn | 2001-03-05 | 2 | -1/+8 |
* | * gmt_mktime.c (gmt_mktime): Handle years earlier than 1970. | Ken Raeburn | 2001-03-05 | 3 | -3/+58 |
* | 2001-03-05 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2001-03-05 | 2 | -1/+8 |
* | * init_os_ctx.c: Get sys/ioctl.h for Solaris to get FIONBIO | Tom Yu | 2001-03-05 | 2 | -0/+7 |
* | * configure.in: Check for sys/filio.h for FIONBIO | Tom Yu | 2001-03-05 | 2 | -1/+5 |
* | only call ioctl on /dev/random if open succeeded | Ken Raeburn | 2001-03-03 | 1 | -1/+3 |
* | init_os_ctx.c: On UNIX, seed PRNG with data from /dev/[u]random if available | Ken Raeburn | 2001-03-03 | 2 | -0/+48 |
* | * preauth2.c (pa_sam): Return an error if no prompter was provided | Ken Raeburn | 2001-03-03 | 2 | -0/+8 |
* | note that file is unused | Ken Raeburn | 2001-02-19 | 1 | -0/+1 |
* | * server_internal.h: Add prototype for | Ezra Peisach | 2001-02-18 | 9 | -47/+212 |
* | * adb_openclose.c, adb_policy.c, server_acl.c, server_dict.c, | Ezra Peisach | 2001-02-18 | 10 | -175/+210 |
* | * client_rpc.c: Insure pointer argument type is same as passed | Ezra Peisach | 2001-02-18 | 5 | -15/+21 |
* | * xdr.h: Flush out prototypes for xdrmem_create(), | Ezra Peisach | 2001-02-18 | 6 | -18/+69 |
* | * t_deltat.c (main): Test of overflow and underflow of krb5_int32 | Ezra Peisach | 2001-02-16 | 5 | -118/+308 |
* | * prompter.c (krb5_prompter_posix): Fix up terminal modes if we're | Tom Yu | 2001-02-05 | 2 | -0/+17 |
* | * preauth.c (krb5_obtain_padata): Don't dereference a NULL pointer | Tom Yu | 2001-01-30 | 3 | -0/+19 |
* | * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): Free | Ezra Peisach | 2001-01-30 | 2 | -2/+8 |
* | * make_checksum.c (krb5_c_make_checksum): Clear checksum contents pointer after | Ken Raeburn | 2001-01-30 | 2 | -0/+6 |
* | * lifetime.c: Remove support for "magic" lifetime value of 255 | Tom Yu | 2001-01-30 | 2 | -11/+7 |
* | * dest_tkt.c: Clean up uid handling. Fix stat checks | Tom Yu | 2001-01-27 | 4 | -75/+266 |
* | * Makefile.in (OBJS, SRCS): Add prot_client.o, prot_client.c | Tom Yu | 2001-01-26 | 2 | -0/+4 |
* | * prot_client.c: New file; client-side protocol support | Tom Yu | 2001-01-26 | 3 | -0/+393 |
* | more afsstring2key unterminated-input checks & fixes | Ken Raeburn | 2001-01-25 | 2 | -2/+25 |
* | * t_afss2k.c: Extend test cases to cover situation where krb5_data refers to | Ken Raeburn | 2001-01-25 | 3 | -18/+49 |
* | * prot_common.c: Fix up some error returns | Tom Yu | 2001-01-24 | 3 | -37/+120 |
* | * stringtokey.c (kerberos): Now const. | Ken Raeburn | 2001-01-24 | 2 | -2/+7 |
* | * rc_io.c (getdir): Subtract one from dirlen, since sizeof | Tom Yu | 2001-01-24 | 2 | -11/+20 |
* | document recent large number of changes | Tom Yu | 2001-01-23 | 1 | -0/+48 |
* | * cr_ciph.c: Include prot.h. KRB4_PUT32 -> KRB4_PUT32BE. | Tom Yu | 2001-01-23 | 1 | -1/+2 |
* | * prot_common.c: New file; contains functions to encode/decode | Tom Yu | 2001-01-23 | 18 | -67/+636 |
* | * krb5_32.def: Add krb5_rc_close() so gssapi builds | Danilo Almeida | 2001-01-22 | 2 | -0/+5 |
* | missed a variable that should've been made const | Ken Raeburn | 2001-01-21 | 2 | -2/+3 |
* | add mit copyright | Ken Raeburn | 2001-01-21 | 1 | -0/+24 |
* | fix year for last change | Ken Raeburn | 2001-01-21 | 1 | -1/+1 |
* | make afs string2key thread-safe | Ken Raeburn | 2001-01-20 | 2 | -53/+63 |
* | add some comments | Ken Raeburn | 2001-01-20 | 1 | -0/+5 |
* | new test case for afs string2key | Ken Raeburn | 2001-01-20 | 3 | -2/+106 |
* | * preauth.c: Don't use PROTOTYPE macro, just always use the prototypes | Ken Raeburn | 2001-01-20 | 2 | -10/+15 |
* | * preauth.c: Remove uses of KRB5_NPROTOTYPE() macro | Tom Yu | 2001-01-20 | 2 | -44/+48 |
* | * rcfns.c: New file, with fn versions of former dispatch macros from krb5.h | Ken Raeburn | 2001-01-20 | 3 | -3/+99 |
* | * g_ad_tkt.c: Fix error packet parsing | Tom Yu | 2001-01-19 | 3 | -34/+49 |
* | * str_conv.c (krb5_keysalt_iterate): Always use the prototype for | Ken Raeburn | 2001-01-17 | 2 | -2/+6 |
* | * configure.in: Look for socklen_t, define HAVE_SOCKLEN_T if found | Ken Raeburn | 2000-12-18 | 2 | -0/+20 |
* | localaddr.c: Add getnameinfo support. Annotate for lclint. | Ken Raeburn | 2000-12-18 | 3 | -203/+304 |
* | log msg for previous checkins | Ken Raeburn | 2000-12-09 | 1 | -0/+11 |
* | check in -01 draft | Ken Raeburn | 2000-12-08 | 1 | -184/+305 |
* | * k5seal.c (make_seal_token_v1): Use ANSI-style definition, instead of K&R plus | Ken Raeburn | 2000-12-08 | 3 | -35/+21 |
* | * strnlen.c (krb_strnlen): Put The return type before the calling | Danilo Almeida | 2000-11-09 | 2 | -1/+6 |
* | * Makefile.in (OBJS, SRCS): Add strnlen.o, strnlen.c | Tom Yu | 2000-11-08 | 23 | -1021/+1555 |