summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* use const for some des inputs and reduce unnecessary castsKen Raeburn2001-04-109-36/+52
* use const for some inputs (when practical) without changing apiKen Raeburn2001-04-104-25/+36
* * cr_err_repl.c (req_act_vno): Delete commented-out declarationKen Raeburn2001-04-102-9/+2
* * kparse.c, send_to_kdc.c: Don't use macro PROTOTYPEKen Raeburn2001-04-103-3/+7
* fix pathname in commentKen Raeburn2001-04-101-1/+1
* * des_int.h: Don't use PROTOTYPE macro.Ken Raeburn2001-04-102-68/+80
* afsstring2key.c, destest.c: Don't use PROTOTYPE macroKen Raeburn2001-04-103-5/+9
* cleanupKen Raeburn2001-04-103-55/+13
* new test case for pcbc encryptionKen Raeburn2001-04-103-1/+134
* * pcbc_encrypt.c (des_pcbc_encrypt): Initialize plainl and plainr to keepKen Raeburn2001-04-102-3/+12
* * des425.h: Deleted to avoid confusion with the other des.h in the tree. AllKen Raeburn2001-04-1017-164/+94
* rename des.h -> des425.hKen Raeburn2001-04-1018-17/+21
* * quad_cksum.c (des_quad_cksum): Add comments. Force 32-bit arithmetic just ...Ken Raeburn2001-04-102-5/+41
* add quad_cksum test caseKen Raeburn2001-04-073-1/+112
* * mk_safe.c (krb5_mk_safe): Only use safe_cksumtype from theTom Yu2001-04-052-1/+33
* * t_gifconf.c: New fileKen Raeburn2001-03-312-0/+131
* * init_ctx.c (DEFAULT_ETYPE_LIST): New macro. Old etype list, plus des-md4,Ken Raeburn2001-03-312-3/+17
* reindent for readabilityKen Raeburn2001-03-312-277/+277
* update commentsKen Raeburn2001-03-151-3/+13
* t_nfold.c: run n-fold test vector from kerberos-revisions draftKen Raeburn2001-03-152-1/+68
* minor cleanup + audit issuesKen Raeburn2001-03-154-81/+79
* audit issuesKen Raeburn2001-03-151-0/+7
* * shs.h: Stop using KRB5_PROTOTYPEKen Raeburn2001-03-152-9/+9
* minor cleanup + audit issuesKen Raeburn2001-03-154-22/+18
* * crc-32.h: Stop using PROTOTYPE macroKen Raeburn2001-03-152-2/+5
* * Makefile.in (STLIBOBJS): Undo last changeKen Raeburn2001-03-132-1/+5
* * def_realm.c: Move prototype for krb5_try_realm_txt_rr() toEzra Peisach2001-03-116-11/+30
* * init_ctx.c: Provide a full prototype for init_common()Ezra Peisach2001-03-117-12/+27
* * oid_ops.c: Avoid the use of a variable named indexEzra Peisach2001-03-112-6/+10
* * make_random_key.c, old_api_glue.c: Do not use a variable namedEzra Peisach2001-03-113-9/+14
* str_conv.c: Include adm_proto.h for prototypesEzra Peisach2001-03-112-0/+5
* * kdb_xdr.c: Change the variable index to idx to prevent functionEzra Peisach2001-03-102-4/+9
* use prototype-style function defs. meant to attach this log with last checkin...Ken Raeburn2001-03-091-0/+5
* Makefile.in (STLIBOBJS): Nothing uses des_stringtokey.o, drop itKen Raeburn2001-03-095-28/+25
* Use krb5int_ prefix for internal "provider" structuresKen Raeburn2001-03-0920-43/+65
* fix last change, it was very brokenKen Raeburn2001-03-082-15/+14
* use strerror when available, for sparcv9-solaris2.8Ken Raeburn2001-03-083-4/+21
* krb5_const -> constKen Raeburn2001-03-0641-208/+245
* 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