| Commit message (Expand) | Author | Age | Files | Lines |
* | Add run-time determination of whether thread support is available in the | Ken Raeburn | 2005-06-01 | 3 | -1/+68 |
* | * Makefile.in (test_getpw): Depend on, and link against, the support library | Ken Raeburn | 2005-06-01 | 2 | -2/+7 |
* | * k5-int.h (encode_krb5_sam_challenge, encode_krb5_sam_key, | Ken Raeburn | 2005-05-28 | 2 | -30/+8 |
* | Make "make check" able to link things again.. | Ken Raeburn | 2005-05-24 | 2 | -1/+7 |
* | Implement RFC 3961 PRF | Sam Hartman | 2005-05-20 | 19 | -67/+531 |
* | * fake-addrinfo.c (fai_add_hosts_by_name): Pass null pointer instead of telnet | Ken Raeburn | 2005-05-18 | 2 | -2/+36 |
* | * configure.in: Merged content from include/configure.in. Don't configure | Ken Raeburn | 2005-05-13 | 9 | -367/+387 |
* | * aclocal.m4 (AC_KRB5_TCL_FIND_CONFIG): Provide comment template when defining | Ken Raeburn | 2005-05-13 | 2 | -13/+19 |
* | * err_txt.c: Don't include krb_err.c if DEPEND is defined | Ken Raeburn | 2005-05-13 | 2 | -1/+5 |
* | make depend | Ken Raeburn | 2005-05-13 | 1 | -2/+2 |
* | * kerberos_v4.c: Include autoconf.h before testing KRB5_KRB4_COMPAT | Ken Raeburn | 2005-05-13 | 2 | -0/+6 |
* | build failure on sparc64-solaris | Ken Raeburn | 2005-05-04 | 2 | -1/+5 |
* | typo fix | Ken Raeburn | 2005-05-01 | 1 | -1/+1 |
* | * ytypes.h: Include autoconf.h. Include sys/types.h only if it exists | Ken Raeburn | 2005-05-01 | 2 | -0/+8 |
* | * shs.c (SHSTransform) [CONFIG_SMALL]: Roll loops for each round | Ken Raeburn | 2005-05-01 | 2 | -0/+32 |
* | * md5.c (Transform) [CONFIG_SMALL]: Roll loops for each round | Ken Raeburn | 2005-05-01 | 2 | -0/+60 |
* | * md4.c (Transform) [CONFIG_SMALL]: Roll loops for each round | Ken Raeburn | 2005-05-01 | 2 | -0/+27 |
* | * t_crc.c (main): Don't run timing test for now | Ken Raeburn | 2005-05-01 | 2 | -1/+7 |
* | updated dependencies for socket-utils.h change | Ken Raeburn | 2005-04-28 | 8 | -21/+38 |
* | * yarrow.c: Delete old macintosh support. | Ken Raeburn | 2005-04-28 | 2 | -13/+21 |
* | * k5-int.h: Include fcntl.h only if HAVE_FCNTL_H is defined. | Ken Raeburn | 2005-04-28 | 2 | -0/+10 |
* | * port-sockets.h: On PalmOS, include autoconf.h and netdb.h, and define | Ken Raeburn | 2005-04-28 | 3 | -15/+23 |
* | the purpose of the krb5_get_credentials call is to | Jeffrey Altman | 2005-04-25 | 2 | -2/+19 |
* | Move WSAStartup/WSACleanup from DllMain to krb5_init_ctx/krb5_free_ctx | Jeffrey Altman | 2005-04-23 | 4 | -47/+34 |
* | * implementor.texinfo (Porting Issues): Fix up formatting | Ken Raeburn | 2005-04-22 | 2 | -19/+19 |
* | * implementor.texinfo (Networking): New chapter node, incorporates Socket API, | Ken Raeburn | 2005-04-22 | 2 | -15/+23 |
* | * implementor.texinfo (Thread Shim Layer Implementation): New node. | Ken Raeburn | 2005-04-22 | 2 | -11/+35 |
* | * implementor.texinfo (Local Addresses): Drop Mac OS 9, add Solaris 9, HP-UX | Ken Raeburn | 2005-04-21 | 2 | -66/+135 |
* | * Makefile (clean-tex): Delete *.fns, *.vrs, *.tps too. | Ken Raeburn | 2005-04-21 | 2 | -1/+16 |
* | * build.texinfo (HPUX): Add some notes about the thread support and gcc | Ken Raeburn | 2005-04-21 | 2 | -1/+15 |
* | update release ids | Ken Raeburn | 2005-04-21 | 1 | -2/+2 |
* | add copyright 2005 | Ken Raeburn | 2005-04-21 | 1 | -2/+2 |
* | Stop generating per-directory sed scripts, and use perl to compute the patterns | Ken Raeburn | 2005-04-21 | 5 | -152/+126 |
* | * depgen.sed: Delete faulty check for $(srcdir), and redundant check for $(SR... | Ken Raeburn | 2005-04-20 | 2 | -26/+6 |
* | * lib/kadm5/configure.in, kadmin/configure.in: Don't invoke AC_CANONICAL_HOST | Ken Raeburn | 2005-04-20 | 4 | -2/+10 |
* | Compute reltopdir at autoconf time instead of at configure time. This has the | Ken Raeburn | 2005-04-20 | 2 | -24/+29 |
* | Allow compile-time specification that small code space is desired | Ken Raeburn | 2005-04-13 | 5 | -15/+61 |
* | * aesopt.h: On PalmOS, include FloatMgr.h to get endianness flag. | Ken Raeburn | 2005-04-13 | 2 | -7/+14 |
* | * aes_s2k.c (krb5int_aes_string_to_key): Widen bytes of iteration count befor... | Ken Raeburn | 2005-04-13 | 2 | -1/+8 |
* | * Makefile.in (all-unix): Don't build aes-gen by default, leave it for 'make ... | Ken Raeburn | 2005-04-13 | 2 | -1/+6 |
* | update dependencies | Ken Raeburn | 2005-04-13 | 1 | -16/+16 |
* | * Makefile.in (BISONFLAGS): Drop -v. | Ken Raeburn | 2005-04-13 | 3 | -23/+27 |
* | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 47 | -48/+67 |
* | Work around Makefile quoting problems | Tom Yu | 2005-04-07 | 6 | -5/+20 |
* | * commands.c (shell): Change 0 to (char*)NULL in execl calls. Patch provided | Ken Raeburn | 2005-04-06 | 2 | -2/+7 |
* | * krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch provided | Ken Raeburn | 2005-04-06 | 4 | -6/+13 |
* | update dependencies | Ken Raeburn | 2005-04-06 | 1 | -1/+0 |
* | fix MITKRB5-SA-2005-001 telnet client vuln | Tom Yu | 2005-03-29 | 2 | -9/+20 |
* | Test new k5_getpwuid_r macro | Ken Raeburn | 2005-03-28 | 6 | -2/+70 |
* | update dependencies | Ken Raeburn | 2005-03-28 | 2 | -3/+5 |