summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* We have code elsewhere that assumes the existence of memmove andKen Raeburn2007-06-206-243/+4
* update dependenciesKen Raeburn2007-06-201-0/+3
* Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn2007-06-209-18/+46
* set svn:eol-style to native for *.[ch]Ken Raeburn2007-06-20186-82531/+82531
* provide asprintf functionality for internal useKen Raeburn2007-06-204-14/+138
* set eol-style and mime-type propertiesKen Raeburn2007-06-191-677/+677
* krb5_walk_realm_tree leaks in capaths caseTom Yu2007-06-181-0/+3
* Corrected the order of the source and modified msi packagesJeffrey Altman2007-06-181-1/+1
* don't include time.h in CredentialsCache.h if it's not neededAlexandra Ellwood2007-06-143-12/+11
* Disable warnings about #pragma mark - in the right place this timeKevin Koch2007-06-142-2/+1
* Disable warnings about #pragma markKevin Koch2007-06-142-7/+11
* Add advisory locking to CCAPIAlexandra Ellwood2007-06-1220-393/+793
* This patch adds src/include/krb5/krb5.h to the MSI installer SDK component.Jeffrey Altman2007-06-112-2/+8
* Removed cross-compilation uses of inline because they don't doAlexandra Ellwood2007-06-0721-153/+153
* Removed unused locking codeAlexandra Ellwood2007-06-072-95/+0
* The #if _WIN32 block threw an error with Visual Studio 2005. Bumped the _MSC...Kevin Koch2007-06-051-1/+1
* Only use __attribute__ on GNUC compilersAlexandra Ellwood2007-06-051-1/+5
* Fixed bugs introduced while moving to krb5 repositoryAlexandra Ellwood2007-06-044-15/+26
* Configure libkdb_ldap directory at top levelKen Raeburn2007-05-313-43/+20
* Configure cksum_body and wpse in top-level configure script. (Still don't bu...Ken Raeburn2007-05-317-37/+25
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-31133-3/+19231
* don't check for readability resolving SRVTAB: keytabKen Raeburn2007-05-311-7/+0
* Remove unused macroKen Raeburn2007-05-231-3/+1
* Update dependenciesKen Raeburn2007-05-231-4/+8
* On Solaris 10, define NO_WEAK_PTHREADS for the build. When that symbol isKen Raeburn2007-05-232-5/+18
* Fix up declarations of some static functions.Ken Raeburn2007-05-232-3/+7
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-2111-53/+41
* Simplify UNIX krb5int_zap_data a little. Omit volatile cast, just call memset,Ken Raeburn2007-05-211-10/+6
* Remove unused filesKen Raeburn2007-05-182-340/+0