summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* stop exporting a few symbols internal to aes implementationKen Raeburn2008-07-031-5/+0
* Added type checking for 64-bit platformsAlexandra Ellwood2008-07-011-7/+10
* krb5_get_error_message returns const char *Alexandra Ellwood2008-07-011-2/+2
* memcpy(NULL, ptr, 0) is invalid, so don't do itKen Raeburn2008-06-301-1/+2
* make dependKen Raeburn2008-06-301-1/+2
* Big endian stash file supportAlexandra Ellwood2008-06-271-2/+18
* misc uninitialized-storage accessesKen Raeburn2008-06-271-0/+1
* use-after-free bugsKen Raeburn2008-06-271-1/+1
* When returning an error, don't also pass back an invalid pointerKen Raeburn2008-06-271-1/+3
* call kg_delete_lucidctx_id before freeing, not afterKen Raeburn2008-06-271-1/+1
* Memory leak, and possible freed-memory dereference, in an error (smallKen Raeburn2008-06-271-1/+1
* misc memory leaksKen Raeburn2008-06-277-12/+25
* fix free of automatic storageKen Raeburn2008-06-271-4/+4
* Don't do FD_SETSIZE check on Windows.Ken Raeburn2008-06-271-1/+3
* Fix off-by-one error in range check on file descriptor numberKen Raeburn2008-06-271-1/+1
* Fix possible null pointer deref, possible uninit ptr use, possibleKen Raeburn2008-06-271-6/+13
* Apple PKINIT LKDC supportAlexandra Ellwood2008-06-262-20/+86
* Rolled back patch because tickets 4495 and 5124 fix this bugAlexandra Ellwood2008-06-251-4/+1
* krb5_do_preauth_tryagain should check for NULL padataAlexandra Ellwood2008-06-251-1/+4
* kadm5_setkey_principal_3 not copying key_data_ver and key_data_kvnoAlexandra Ellwood2008-06-251-0/+2
* Bump minor version number. Update dependenciesKen Raeburn2008-06-251-1/+4
* Pull in xdr_sizeof from tirpc2.3 (which has the same license as our current r...Ken Raeburn2008-06-253-0/+167
* Include kdb_log.h for missing prototypes. Declare conv_princ_2db &Ezra Peisach2008-06-241-2/+3
* Merge from branch sun-ipropKen Raeburn2008-06-2419-73/+3004
* Remove test115 for 'bad client params', no longer appropriateKen Raeburn2008-06-191-104/+0
* This patch is derived from a patch originally submitted to RTJeffrey Altman2008-06-182-2/+7
* Disable check for invalid client-side admin config parameters in theKen Raeburn2008-06-181-1/+5
* Factor out repeated code for looking up string, port, or deltat config paramsKen Raeburn2008-06-111-150/+144
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-104-12/+7
* Warn against new uses of kadm5_config_params.dbname fieldKen Raeburn2008-06-101-0/+4
* Get rid of handling of set-but-unused kadm5_config_params.admin_dbnameKen Raeburn2008-06-103-14/+3
* Get rid of handling of set-but-unused kadm5_config_params.admin_lockfileKen Raeburn2008-06-103-11/+8
* Don't check for NULL before calling free or krb5_xfreeKen Raeburn2008-06-091-43/+21
* Report file name in detailed cache creation errorKen Raeburn2008-06-081-2/+2
* Do hash stuff with unsigned mathKen Raeburn2008-06-081-8/+9
* On Mac OS X, try poking launchd to get the portmapper launched beforeKen Raeburn2008-06-061-3/+55
* Check for GSS_C_NO_CREDENTIAL before loop checkKen Raeburn2008-06-061-3/+3
* Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn2008-06-025-13/+17
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-024-82/+81
* Add header for kill() in USE_PASSWORD_SERVER caseAlexandra Ellwood2008-05-301-0/+2
* Apple PKINIT patch commitAlexandra Ellwood2008-05-308-4/+3189
* Minor spelling & comment formattingKen Raeburn2008-05-161-13/+19
* Move auto var to outer scope, because its storage is used beyond the inner scopeKen Raeburn2008-05-151-1/+1
* Don't test error code when it's known to be 0Ken Raeburn2008-05-151-3/+1
* Fix minor bug in kg_save_name failure cleanup codeKen Raeburn2008-05-151-1/+1
* Free context after use, not beforeKen Raeburn2008-05-151-2/+2
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-307-12/+12
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-3010-21/+21
* Left-shifting all the way in signed math is undefined, use unsignedKen Raeburn2008-04-251-1/+1
* Multiple assignments without sequence points invoke undefinedKen Raeburn2008-04-251-6/+12