summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* prng.c: use des3 nowKen Raeburn2001-03-062-14/+19
* * localaddr.c (krb5_os_localaddr): Don't look for -1 return value fromKen Raeburn2001-03-052-1/+8
* * gmt_mktime.c (gmt_mktime): Handle years earlier than 1970.Ken Raeburn2001-03-053-3/+58
* 2001-03-05 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-03-052-1/+8
* * init_os_ctx.c: Get sys/ioctl.h for Solaris to get FIONBIOTom Yu2001-03-052-0/+7
* * configure.in: Check for sys/filio.h for FIONBIOTom Yu2001-03-052-1/+5
* only call ioctl on /dev/random if open succeededKen Raeburn2001-03-031-1/+3
* init_os_ctx.c: On UNIX, seed PRNG with data from /dev/[u]random if availableKen Raeburn2001-03-032-0/+48
* * preauth2.c (pa_sam): Return an error if no prompter was providedKen Raeburn2001-03-032-0/+8
* note that file is unusedKen Raeburn2001-02-191-0/+1
* * server_internal.h: Add prototype forEzra Peisach2001-02-189-47/+212
* * adb_openclose.c, adb_policy.c, server_acl.c, server_dict.c,Ezra Peisach2001-02-1810-175/+210
* * client_rpc.c: Insure pointer argument type is same as passedEzra Peisach2001-02-185-15/+21
* * xdr.h: Flush out prototypes for xdrmem_create(),Ezra Peisach2001-02-186-18/+69
* * t_deltat.c (main): Test of overflow and underflow of krb5_int32Ezra Peisach2001-02-165-118/+308
* * prompter.c (krb5_prompter_posix): Fix up terminal modes if we'reTom Yu2001-02-052-0/+17
* * preauth.c (krb5_obtain_padata): Don't dereference a NULL pointerTom Yu2001-01-303-0/+19
* * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): FreeEzra Peisach2001-01-302-2/+8
* * make_checksum.c (krb5_c_make_checksum): Clear checksum contents pointer afterKen Raeburn2001-01-302-0/+6
* * lifetime.c: Remove support for "magic" lifetime value of 255Tom Yu2001-01-302-11/+7
* * dest_tkt.c: Clean up uid handling. Fix stat checksTom Yu2001-01-274-75/+266
* * Makefile.in (OBJS, SRCS): Add prot_client.o, prot_client.cTom Yu2001-01-262-0/+4
* * prot_client.c: New file; client-side protocol supportTom Yu2001-01-263-0/+393
* more afsstring2key unterminated-input checks & fixesKen Raeburn2001-01-252-2/+25
* * t_afss2k.c: Extend test cases to cover situation where krb5_data refers toKen Raeburn2001-01-253-18/+49
* * prot_common.c: Fix up some error returnsTom Yu2001-01-243-37/+120
* * stringtokey.c (kerberos): Now const.Ken Raeburn2001-01-242-2/+7
* * 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
* * 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
* * rcfns.c: New file, with fn versions of former dispatch macros from krb5.hKen Raeburn2001-01-203-3/+99
* * g_ad_tkt.c: Fix error packet parsingTom Yu2001-01-193-34/+49
* * str_conv.c (krb5_keysalt_iterate): Always use the prototype forKen Raeburn2001-01-172-2/+6
* * 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
* 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
* * strnlen.c (krb_strnlen): Put The return type before the callingDanilo Almeida2000-11-092-1/+6
* * Makefile.in (OBJS, SRCS): Add strnlen.o, strnlen.cTom Yu2000-11-0823-1021/+1555