summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* If error is KDC_ERR_S_PRINCIPAL_UNKNOWN, report the server nameKen Raeburn2007-07-041-0/+14
* In file-not-found case, report the filename soughtKen Raeburn2007-07-041-4/+17
* Remove debugging message accidentally left inKen Raeburn2007-07-041-1/+0
* Save a detailed message for FCC_NOFILE including the file nameKen Raeburn2007-07-041-2/+13
* When skipping debugging '-->' data, only take through the end of the lineKen Raeburn2007-07-041-1/+1
* Report in make output when updating OBJS.ST/SH/PFKen Raeburn2007-07-031-0/+3
* Tell Emacs to use C mode for this fileKen Raeburn2007-07-031-1/+1
* Test for va_copy should be a link test, not a compile testKen Raeburn2007-07-021-1/+7
* Include k5-platform.hKen Raeburn2007-07-021-0/+2
* Check for error indication from localtime.Ken Raeburn2007-06-291-11/+51
* Define a localtime_r wrapper around localtime if the system doesn'tKen Raeburn2007-06-291-7/+17
* Under gcc, declare k5_v?asprintf with format attributeKen Raeburn2007-06-291-0/+8
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-2914-73/+117
* Even though the passed string never has a %, use an explicit %s format string...Ken Raeburn2007-06-291-1/+1
* Ignore __attribute__Ken Raeburn2007-06-291-0/+5
* Check for null pointer returns when allocating storage.Ken Raeburn2007-06-283-44/+133
* Update mkstemp and export-list handling for WindowsKen Raeburn2007-06-281-3/+19
* Implement S_ISDIR from S_IFMT or _S_IFMT if necessary (e.g., on Windows)Ken Raeburn2007-06-281-0/+10
* For Win32 environment, define CAN_COPY_VA_LIST, and define an inlineKen Raeburn2007-06-271-1/+21
* If mkstemp is missing, define the mkstemp macro is k5-platform.h, not autoconf.hKen Raeburn2007-06-272-2/+2
* * v4rcp.c (error): Use stdarg version always. Call vsnprintf instead of vspr...Ken Raeburn2007-06-261-16/+5
* * v4rcp.c (kstream_write): Allocate buffer space if it hasn't beenKen Raeburn2007-06-261-9/+4
* Check malloc return for null in kstream_create_* instead ofKen Raeburn2007-06-261-0/+12
* fix MITKRB5-SA-2007-005 [CVE-2007-2798/VU#554257]Tom Yu2007-06-261-6/+28
* fix MITKRB5-SA-2007-004 [CVE-2007-2442/VU#356961, CVE-2007-2443/VU#365313]Tom Yu2007-06-262-5/+8
* Update configuration schema in ui\uiconfig.csv to include additionalJeffrey Altman2007-06-221-16/+15
* The new credentials window now applies Windows XP theme settings toJeffrey Altman2007-06-222-0/+18
* 1. Add a '--minimized' option to start NIM in minimized modeJeffrey Altman2007-06-221-1/+9
* 1. Use the debug CRT versions of the memory allocation functions inJeffrey Altman2007-06-222-10/+56
* 1. Fix a malformed line in ui\lang\en_us\khapp.rc in a TEXTINCLUDEJeffrey Altman2007-06-221-3/+4
* NetIDMgr:Jeffrey Altman2007-06-223-6/+16
* Be more aggressive about forcing the new credentials dialog to theJeffrey Altman2007-06-222-13/+80
* If the new credentials window is in the advanced mode and the userJeffrey Altman2007-06-221-0/+7
* Don't assume that WM_DESTROY is the last message to be received by aJeffrey Altman2007-06-2222-36/+282
* The clean:: target of plugins\common\Makefile should reference theJeffrey Altman2007-06-221-2/+2
* 1. When freeing a message type object, it should also be removed fromJeffrey Altman2007-06-221-2/+8
* . Fix formatting in kherr.cJeffrey Altman2007-06-222-90/+186
* Add new notification flags KHERR_CTX_NEWCHILD, KHERR_CTX_FOLDCHILD,Jeffrey Altman2007-06-222-8/+17
* Error context objects should be verified by checking the magic numberJeffrey Altman2007-06-222-41/+105
* Each error context in NIM can maintain a progress counter to indicateJeffrey Altman2007-06-221-9/+84
* Update developer documentationJeffrey Altman2007-06-2211-176/+777
* Remove unused file Makefile.w2k from the uilib directoryJeffrey Altman2007-06-221-62/+0
* All exports in nidmgr32.dll are declared as __declspec(dllexport)Jeffrey Altman2007-06-2226-11/+54
* Fix typo in yesterday's change (u_int_8_t -> u_int8_t)Ken Raeburn2007-06-201-2/+2
* Fix typo and add verbosity in function-capable shell testKen Raeburn2007-06-201-2/+7
* Remove check-ac-syms rulesKen Raeburn2007-06-202-9/+0
* Configure libdb2 in top-level configure scriptKen Raeburn2007-06-209-48/+33
* Add the libdb2 type-existence tests to the top-level configure script.Ken Raeburn2007-06-2014-192/+182
* Use k5-platform.h instead of local configure to find mkstempKen Raeburn2007-06-203-7/+8
* Add 'make depend' capability, and dependenciesKen Raeburn2007-06-205-0/+186