| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | KFW Network Identity Manager (Beta 2) | Jeffrey Altman | 2005-11-29 | 270 | -3010/+11461 |
| * | Tru64 compilation fails after k5-int.h/krb5.h changes | Ken Raeburn | 2005-11-29 | 2 | -1/+19 |
| * | * network.c (listen_and_process): Make local variable 'sout' static | Ken Raeburn | 2005-11-29 | 2 | -1/+9 |
| * | * shlib.conf (*-*-solaris*): Include $(CFLAGS) in LDCOMBINE. Don't use | Ken Raeburn | 2005-11-29 | 2 | -6/+18 |
| * | * Makefile.in (test_getpw.$(OBJEXT)): New intermediate target. | Ken Raeburn | 2005-11-29 | 2 | -2/+10 |
| * | * test_getsockname.c: Include autoconf.h. | Ken Raeburn | 2005-11-29 | 2 | -1/+8 |
| * | make depend | Tom Yu | 2005-11-29 | 57 | -1846/+1349 |
| * | don't break make depend in lib/crypto on k5-int.h ordering | Tom Yu | 2005-11-29 | 3 | -6/+6 |
| * | * t_hmac.c, t_pkcs5.c: Don't include krb5.h | Ken Raeburn | 2005-11-18 | 3 | -2/+4 |
| * | * Makefile.in (osconf.h): Always remove osconf.new | Ken Raeburn | 2005-11-18 | 2 | -1/+6 |
| * | * fakeka.c (main): Pass extra null-pointer argument to kadm5_init_with_password | Ken Raeburn | 2005-11-18 | 2 | -1/+6 |
| * | * fakeka.c: Include errno.h | Ken Raeburn | 2005-11-18 | 2 | -0/+5 |
| * | Fix additional cases where krb5.h is included before k5-int.h. In most cases, | Ken Raeburn | 2005-11-18 | 28 | -15/+62 |
| * | This commit ensures that all files in the library include | Jeffrey Altman | 2005-11-15 | 12 | -7/+27 |
| * | * Correct function prototypes that should have been using | Jeffrey Altman | 2005-11-15 | 8 | -18/+76 |
| * | mkrel should delete .svn directories | Tom Yu | 2005-11-03 | 2 | -1/+5 |
| * | Initial Commit Network Identity Manager for Windows | Jeffrey Altman | 2005-11-02 | 307 | -0/+67049 |
| * | New NSIS installer for KFW 3.0 Beta 1 | Jeffrey Altman | 2005-11-01 | 5 | -40/+75 |
| * | For KFW 3.0 Beta 1 | Jeffrey Altman | 2005-11-01 | 5 | -18/+106 |
| * | * gssapi32.def: export missing functions | Jeffrey Altman | 2005-10-31 | 1 | -0/+7 |
| * | * gssapi32.def: export missing functions | Jeffrey Altman | 2005-10-31 | 1 | -0/+3 |
| * | * acquire_cred.c (acquire_init_cred): | Jeffrey Altman | 2005-10-31 | 4 | -20/+58 |
| * | * aclocal.m4 (K5_AC_INIT): Initialize build_dynobj to no | Ken Raeburn | 2005-10-28 | 2 | -1/+3 |
| * | When passed GSS_C_INITIATE and a non-NULL desired name, gss_acquire_cred | Alexandra Ellwood | 2005-10-27 | 1 | -0/+36 |
| * | If configure scripts set build_dynobj=yes, force build of shared objects and | Ken Raeburn | 2005-10-27 | 11 | -6/+28 |
| * | Remove dependency listing on old depfix.sed | Ken Raeburn | 2005-10-27 | 1 | -1/+1 |
| * | Rename depfix2.pl to depfix.pl | Ken Raeburn | 2005-10-27 | 4 | -4/+6 |
| * | Roll all the "make depend" transformations into one perl script | Ken Raeburn | 2005-10-27 | 5 | -70/+69 |
| * | make depend | Ken Raeburn | 2005-10-27 | 1 | -1/+2 |
| * | Allow dynamic-object dependencies and build flags to be specified as distinct... | Ken Raeburn | 2005-10-27 | 8 | -2/+34 |
| * | * aclocal.m4 (KRB5_AC_INET6): Drop enable/disable-ipv6 option; emit a warning... | Ken Raeburn | 2005-10-27 | 2 | -12/+7 |
| * | * ac_check_krb5.m4: Set LIBS rather than LDFLAGS | Tom Yu | 2005-10-25 | 2 | -2/+6 |
| * | Delete setting and testing of STAT_ONCE_PER_SECOND, just always do it | Ken Raeburn | 2005-10-21 | 3 | -10/+7 |
| * | Renamed variable 'log' to 'logfile' and made it static | Ken Raeburn | 2005-10-21 | 2 | -40/+47 |
| * | reindent to style in doc/coding-style, via gnu indent | Ken Raeburn | 2005-10-21 | 3 | -1178/+1196 |
| * | Jeff's patches for a multi-threaded gss-sample suite, modified to not break the | Ken Raeburn | 2005-10-21 | 4 | -32/+315 |
| * | win-mac.h: Add definitions for int32_t and uint32_t | Jeffrey Altman | 2005-10-20 | 2 | -0/+6 |
| * | cc_mslsa.c: | Jeffrey Altman | 2005-10-20 | 2 | -9/+16 |
| * | gssapi_krb5.hin: Add missing GSS_DLLIMP modifiers to all exported | Jeffrey Altman | 2005-10-20 | 2 | -8/+12 |
| * | The GINA was being linked to the single threaded runtime | Jeffrey Altman | 2005-10-20 | 2 | -1/+5 |
| * | * Makefile.in (t_ser): Add dl library and thread link options, since kdb5 | Ken Raeburn | 2005-10-19 | 2 | -1/+6 |
| * | * arcfour_s2k.c (asctouni): Counter should be size_t, like len | Ken Raeburn | 2005-10-19 | 2 | -1/+5 |
| * | This fixes an all-too-frequent nightly-testing failure on Tru64 | Ken Raeburn | 2005-10-19 | 2 | -2/+13 |
| * | * ac_check_krb5.m4: Example autoconf macro to use krb5-config for | Tom Yu | 2005-10-18 | 2 | -0/+63 |
| * | * libkadm5srv.exports: Don't export internal error-table symbols, or osa* | Ken Raeburn | 2005-10-14 | 2 | -27/+5 |
| * | * libkadm5clnt.exports: Don't export internal error-table symbols | Ken Raeburn | 2005-10-14 | 2 | -4/+5 |
| * | * lock-test.c (main): Don't call error table initialization routines; | Ken Raeburn | 2005-10-14 | 2 | -4/+5 |
| * | * Makefile.in (SHLIB_EXPLIBS): Revert 10-04 change; add support library | Ken Raeburn | 2005-10-14 | 2 | -2/+7 |
| * | * kdc_preauth.c (etype_info_as_rep_helper): New function; shared | Tom Yu | 2005-10-13 | 2 | -10/+85 |
| * | * shlib.conf: Change aix5.3 section to aix5.*. Change aix* section to aix4.*, | Ken Raeburn | 2005-10-13 | 2 | -2/+12 |