summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* explicitly initialize pointer fields after memset (for coverity)Ken Raeburn2009-02-021-0/+1
* gss_header|trailerlen should be unsigned intSam Hartman2009-01-261-9/+9
* Use 16/32-bit big/little-endian store functions in more placesKen Raeburn2009-01-266-44/+17
* Remove some null checks in cases where pointers can't be nullGreg Hudson2009-01-232-7/+4
* fix trailing whitespaceTom Yu2009-01-229-28/+24
* whitespaceTom Yu2009-01-2229-1711/+1711
* Patch from Luke: fix error return of krb5_gss_use_kdc_contextGreg Hudson2009-01-211-1/+10
* patch from Luke - minor cleanupKen Raeburn2009-01-173-10/+9
* Patch from Luke Howard to:Sam Hartman2009-01-136-60/+180
* FreeBSD compiler errors out on an error "zero or negative size array"Ezra Peisach2009-01-131-0/+8
* Remove gss_export_name_object and gss_import_name_object.Sam Hartman2009-01-121-2/+0
* Remove conflict marker; restore broken copyright lineKen Raeburn2009-01-091-2/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-659/+657
* Merge mskrb-integ onto trunkSam Hartman2009-01-0339-2038/+5097
* Release default credentials before exiting krb5_gss_init_sec_context routineZhanna Tsitkov2008-12-091-1/+3
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-328/+361
* Only prompt automatically from GUI appsAlexandra Ellwood2008-10-291-5/+25
* Apply (adapted) patch from Apple to check for SPNEGO mechanism inTom Yu2008-10-201-9/+34
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-1546-6643/+6708
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-011-17/+20
* makedependKen Raeburn2008-09-181-308/+319
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-279-38/+36
* lean client changesZhanna Tsitkov2008-08-207-15/+102
* Use load_store_16/32_beKen Raeburn2008-08-021-6/+4
* 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
* call kg_delete_lucidctx_id before freeing, not afterKen Raeburn2008-06-271-1/+1
* misc memory leaksKen Raeburn2008-06-271-1/+3
* Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn2008-06-021-5/+9
* 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 91: Context is tested for null, and then unconditionallyKen Raeburn2008-03-291-1/+1
* fix CVE-2007-5971: double-free in gss_krb5int_make_seal_token_v3()Tom Yu2007-12-141-1/+0
* copy correct key for lucid context acceptor_subkeyKevin Coffman2007-12-121-1/+1
* GSS-API Win64 support Jeffrey Altman2007-09-021-1/+6
* In clean-windows, replace spaces with tabEzra Peisach2007-08-241-1/+1
* cleanup src/lib/gssapi/krb5/error_map.h on WindowsJeffrey Altman2007-08-241-0/+2
* make dependKen Raeburn2007-08-161-286/+319
* (krb5_gss_internal_release_oid): Always clear *minor_statusKen Raeburn2007-08-161-2/+2
* Added new autogenerated file to generate-files-mac targetAlexandra Ellwood2007-07-191-1/+1
* Make error_map.h depend on ktemplate.pm tooKen Raeburn2007-07-041-1/+1
* gss krb5 mech enhanced error messagesKen Raeburn2007-07-0424-48/+256
* Tell Emacs to use C mode for this fileKen Raeburn2007-07-031-1/+1
* If a reflection is detected, zap the message buffer pointer outputKen Raeburn2007-02-241-1/+4
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-191-1/+1
* krb5_kt_get_type should return const char *. Ezra Peisach2007-02-051-2/+2