summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* Fix one missed rename of "exit" label to "done"Tom Yu2008-07-231-1/+1
* replace "exit" label with "done"Jeffrey Altman2008-07-231-4/+4
* This patch addresses the issues raised in this ticket and ticket 5936Jeffrey Altman2008-07-211-18/+19
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* Fix indirection on assignment to minor statusTom Yu2008-07-161-4/+4
* Check return value from k5_mutex_lock() to partially mitigate someTom Yu2008-07-161-9/+20
* call kg_delete_lucidctx_id before freeing, not afterKen Raeburn2008-06-271-1/+1
* misc memory leaksKen Raeburn2008-06-271-1/+3
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-4/+3
* 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-022-7/+11
* 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-301-2/+2
* Coverity CID 220: NULL check of "buf" after dereferenceKen Raeburn2008-03-291-1/+3
* Coverity CID 46: mech_type will always have the address of anKen Raeburn2008-03-291-3/+0
* Coverity CID 47: Unreachable codeKen Raeburn2008-03-291-6/+0
* Coverity CID 91: Context is tested for null, and then unconditionallyKen Raeburn2008-03-291-1/+1
* Coverity CID 228: Possible use of uninitialized variable time_req inKen Raeburn2008-03-292-1/+30
* fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3()Tom Yu2007-12-141-1/+0
* fix CVE-2007-5971: free of non-heap pointer in gss_indicate_mechs()Tom Yu2007-12-141-1/+1
* copy correct key for lucid context acceptor_subkeyKevin Coffman2007-12-121-1/+1
* Apply patch from Nalin Dahyabhai to correctly handle delegatedTom Yu2007-10-031-2/+5
* Rework error-mapping code to preserve status code values when returnedKen Raeburn2007-09-053-75/+173
* GSS-API Win64 support Jeffrey Altman2007-09-021-1/+6
* pullup to trunkAlexandra Ellwood2007-08-241-2/+2
* In clean-windows, replace spaces with tabEzra Peisach2007-08-241-1/+1
* no unistd.h on WindowsJeffrey Altman2007-08-241-0/+2
* cleanup src/lib/gssapi/krb5/error_map.h on WindowsJeffrey Altman2007-08-241-0/+2
* Added errmap.h to the generate-files-mac targetAlexandra Ellwood2007-08-201-1/+1
* make dependKen Raeburn2007-08-164-305/+340
* remap mechanism-specific status codes in mechglue/spnegoKen Raeburn2007-08-1635-93/+565
* (krb5_gss_internal_release_oid): Always clear *minor_statusKen Raeburn2007-08-161-2/+2
* Change prototype for g_token_size to match function declaration laterEzra Peisach2007-08-161-1/+1
* compilation failure with IRIX native compilerEzra Peisach2007-08-161-1/+1
* Release mechtok_out in spnego_gss_init_sec_context.Tom Yu2007-08-071-0/+1
* Added new autogenerated file to generate-files-mac targetAlexandra Ellwood2007-07-191-1/+1
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-122-11/+8
* Make error_map.h depend on ktemplate.pm tooKen Raeburn2007-07-041-1/+1
* gss krb5 mech enhanced error messagesKen Raeburn2007-07-0425-48/+260
* Use strdupKen Raeburn2007-07-041-3/+1
* Tell Emacs to use C mode for this fileKen Raeburn2007-07-031-1/+1
* On unload, free up g_mechSet and g_mechListKen Raeburn2007-03-021-7/+33
* Delete more stuff for 'clean' and 'distclean' targetsKen Raeburn2007-03-021-1/+2
* valgrind detects uninitialized (but really unused) bytes in 'queue'Ken Raeburn2007-03-011-0/+6
* When importing a name with a valid (non-null) handle but a zeroKen Raeburn2007-02-241-1/+4
* If a reflection is detected, zap the message buffer pointer outputKen Raeburn2007-02-241-1/+4
* Initialize "loopback" field in newly allocated name structureKen Raeburn2007-02-221-0/+1