| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use global spawn_id | Ken Raeburn | 2007-07-04 | 1 | -0/+2 |
| * | Perl code for generating "map" routines from a common template with | Ken Raeburn | 2007-07-04 | 2 | -0/+178 |
| * | Add a new per-thread datum for error message info in gssapi krb5 mech | Ken Raeburn | 2007-07-04 | 1 | -0/+1 |
| * | Some handy debugging code for gssapi errors in credential acquisition; curren... | Ken Raeburn | 2007-07-04 | 1 | -0/+44 |
| * | If error is KDC_ERR_S_PRINCIPAL_UNKNOWN, report the server name | Ken Raeburn | 2007-07-04 | 1 | -0/+14 |
| * | In file-not-found case, report the filename sought | Ken Raeburn | 2007-07-04 | 1 | -4/+17 |
| * | Remove debugging message accidentally left in | Ken Raeburn | 2007-07-04 | 1 | -1/+0 |
| * | Save a detailed message for FCC_NOFILE including the file name | Ken Raeburn | 2007-07-04 | 1 | -2/+13 |
| * | When skipping debugging '-->' data, only take through the end of the line | Ken Raeburn | 2007-07-04 | 1 | -1/+1 |
| * | Report in make output when updating OBJS.ST/SH/PF | Ken Raeburn | 2007-07-03 | 1 | -0/+3 |
| * | Tell Emacs to use C mode for this file | Ken Raeburn | 2007-07-03 | 1 | -1/+1 |
| * | Test for va_copy should be a link test, not a compile test | Ken Raeburn | 2007-07-02 | 1 | -1/+7 |
| * | Include k5-platform.h | Ken Raeburn | 2007-07-02 | 1 | -0/+2 |
| * | Check for error indication from localtime. | Ken Raeburn | 2007-06-29 | 1 | -11/+51 |
| * | Define a localtime_r wrapper around localtime if the system doesn't | Ken Raeburn | 2007-06-29 | 1 | -7/+17 |
| * | Under gcc, declare k5_v?asprintf with format attribute | Ken Raeburn | 2007-06-29 | 1 | -0/+8 |
| * | Attach format attributes to declarations of various message-formatting | Ken Raeburn | 2007-06-29 | 14 | -73/+117 |
| * | Even though the passed string never has a %, use an explicit %s format string... | Ken Raeburn | 2007-06-29 | 1 | -1/+1 |
| * | Ignore __attribute__ | Ken Raeburn | 2007-06-29 | 1 | -0/+5 |
| * | Check for null pointer returns when allocating storage. | Ken Raeburn | 2007-06-28 | 3 | -44/+133 |
| * | Update mkstemp and export-list handling for Windows | Ken Raeburn | 2007-06-28 | 1 | -3/+19 |
| * | Implement S_ISDIR from S_IFMT or _S_IFMT if necessary (e.g., on Windows) | Ken Raeburn | 2007-06-28 | 1 | -0/+10 |
| * | For Win32 environment, define CAN_COPY_VA_LIST, and define an inline | Ken Raeburn | 2007-06-27 | 1 | -1/+21 |
| * | If mkstemp is missing, define the mkstemp macro is k5-platform.h, not autoconf.h | Ken Raeburn | 2007-06-27 | 2 | -2/+2 |
| * | * v4rcp.c (error): Use stdarg version always. Call vsnprintf instead of vspr... | Ken Raeburn | 2007-06-26 | 1 | -16/+5 |
| * | * v4rcp.c (kstream_write): Allocate buffer space if it hasn't been | Ken Raeburn | 2007-06-26 | 1 | -9/+4 |
| * | Check malloc return for null in kstream_create_* instead of | Ken Raeburn | 2007-06-26 | 1 | -0/+12 |
| * | fix MITKRB5-SA-2007-005 [CVE-2007-2798/VU#554257] | Tom Yu | 2007-06-26 | 1 | -6/+28 |
| * | fix MITKRB5-SA-2007-004 [CVE-2007-2442/VU#356961, CVE-2007-2443/VU#365313] | Tom Yu | 2007-06-26 | 2 | -5/+8 |
| * | Update configuration schema in ui\uiconfig.csv to include additional | Jeffrey Altman | 2007-06-22 | 1 | -16/+15 |
| * | The new credentials window now applies Windows XP theme settings to | Jeffrey Altman | 2007-06-22 | 2 | -0/+18 |
| * | 1. Add a '--minimized' option to start NIM in minimized mode | Jeffrey Altman | 2007-06-22 | 1 | -1/+9 |
| * | 1. Use the debug CRT versions of the memory allocation functions in | Jeffrey Altman | 2007-06-22 | 2 | -10/+56 |
| * | 1. Fix a malformed line in ui\lang\en_us\khapp.rc in a TEXTINCLUDE | Jeffrey Altman | 2007-06-22 | 1 | -3/+4 |
| * | NetIDMgr: | Jeffrey Altman | 2007-06-22 | 3 | -6/+16 |
| * | Be more aggressive about forcing the new credentials dialog to the | Jeffrey Altman | 2007-06-22 | 2 | -13/+80 |
| * | If the new credentials window is in the advanced mode and the user | Jeffrey Altman | 2007-06-22 | 1 | -0/+7 |
| * | Don't assume that WM_DESTROY is the last message to be received by a | Jeffrey Altman | 2007-06-22 | 22 | -36/+282 |
| * | The clean:: target of plugins\common\Makefile should reference the | Jeffrey Altman | 2007-06-22 | 1 | -2/+2 |
| * | 1. When freeing a message type object, it should also be removed from | Jeffrey Altman | 2007-06-22 | 1 | -2/+8 |
| * | . Fix formatting in kherr.c | Jeffrey Altman | 2007-06-22 | 2 | -90/+186 |
| * | Add new notification flags KHERR_CTX_NEWCHILD, KHERR_CTX_FOLDCHILD, | Jeffrey Altman | 2007-06-22 | 2 | -8/+17 |
| * | Error context objects should be verified by checking the magic number | Jeffrey Altman | 2007-06-22 | 2 | -41/+105 |
| * | Each error context in NIM can maintain a progress counter to indicate | Jeffrey Altman | 2007-06-22 | 1 | -9/+84 |
| * | Update developer documentation | Jeffrey Altman | 2007-06-22 | 11 | -176/+777 |
| * | Remove unused file Makefile.w2k from the uilib directory | Jeffrey Altman | 2007-06-22 | 1 | -62/+0 |
| * | All exports in nidmgr32.dll are declared as __declspec(dllexport) | Jeffrey Altman | 2007-06-22 | 26 | -11/+54 |
| * | Fix typo in yesterday's change (u_int_8_t -> u_int8_t) | Ken Raeburn | 2007-06-20 | 1 | -2/+2 |
| * | Fix typo and add verbosity in function-capable shell test | Ken Raeburn | 2007-06-20 | 1 | -2/+7 |
| * | Remove check-ac-syms rules | Ken Raeburn | 2007-06-20 | 2 | -9/+0 |