Final fixes for getting GSSWeb to work again.
[gssweb.git] / json_gssapi /
2015-07-31 Mark DonnellyRework the invalid argument for init sec context exception
2015-07-16 Mark DonnellyMoving the cmd cleanup back to the error path, as the...
2015-07-13 Mark DonnellyReturn an error when GSSInitSecContext is called with...
2015-07-13 Mark DonnellyAdd prefix matching test for OIDs.
2015-07-08 Mark DonnellyChange from eap-aes-256 to eap-aes-128
2015-07-08 Mark DonnellyAdd a ruby script for interactive command line testing...
2015-07-08 Mark DonnellyUse acquired credentials in GSSInitSecContext.
2015-06-30 Mark DonnellyGSSAcquireCred works.
2015-06-24 Mark DonnellyFix the build broken by the previous commit
2015-06-24 Mark DonnellyAdd copyright comment headers to appropriate files
2015-05-29 Margaret WassermanMerge branch 'master' of ssh://moonshot.suchdamage...
2015-05-29 Margaret WassermanChange gssEAP to gss in navigator.gss(Eap).js and make...
2015-05-22 Sam hartmanUse gnu installation directories
2015-05-22 Sam HartmanUse template for nullify to avoid aliasing issue.
2015-05-13 Mark DonnellyMerge branch 'master' of ssh://moonshot.suchdamage...
2015-04-28 Margaret WassermanMove util_ files into utils directory, move main.cpp...
2015-01-21 Sam HartmanVersion and install for library
2015-01-21 Sam HartmanAdd top-level cmake file for packaging.
2015-01-15 Kevin WassermanAdd KRB5_CALLCONV decorator
2015-01-15 Kevin Wassermanadd 'what' parameter on error
2015-01-15 Kevin WassermanSupport both x86 and x64 targets on Windows
2015-01-15 Kevin Wassermanfix signed/unsigned warning
2015-01-15 Kevin Wassermanuse _read() instead of read() on windows
2015-01-15 Kevin Wassermanwindows fix main.cpp for windows chrome
2014-12-22 Kevin Wassermaninstall jsongssapi shared libray
2014-11-29 Kevin Wassermaninclude string.h for strdup
2014-11-29 Kevin WassermanFixup new firefox entrypoints for windows
2014-11-26 Mark DonnellySilence errors when assigning random values to test...
2014-11-26 Mark DonnellyRefactor Chrome entrypoint to funnel through the FF...
2014-11-26 Mark DonnellyA thought of new exception handling; add entrypoint...
2014-11-25 Kevin WassermanEnable -Wall -Werror with GCC; fix warnings
2014-11-25 Kevin WassermanTreat warnings as errors on windows
2014-11-25 Kevin WassermanFix integer precision warnings
2014-11-25 Kevin Wassermanfix unreferencd local parameter warning
2014-11-25 Kevin Wassermanfix int to size_t warnings in GSSBuffer
2014-11-25 Mark DonnellyInclude dependency on pthreads
2014-11-25 Mark DonnellyInherit from GSSCommand publicly, rather than privately.
2014-11-25 Mark DonnellyRemove calls to GSSCommand constructor from derived...
2014-11-24 Kevin WassermanOn windows, change json_gssapi.exe to take filepath...
2014-11-24 Kevin WassermanNo unistd.h in windows
2014-11-24 Kevin WassermanSupport for windows builds
2014-11-24 Kevin Wassermandisable unit tests on windows
2014-11-24 Kevin Wassermanadd util_base64 and util_random
2014-11-22 Kevin WassermanAdd cast to eliminate msvc warning
2014-11-22 Kevin WassermanRemove redundant definition of gss_imp_name_type
2014-11-22 Kevin Wassermantake mit-krb5 out of include path
2014-11-22 Kevin WassermanAdd KRB5_CALLCONV decoration where required
2014-11-20 Kevin WassermanDon't try to free() gss_OID's
2014-11-20 Kevin WassermanDon't return pointers to memory held by local std:...
2014-11-20 Kevin WassermanFix type to eliminate compile error
2014-11-20 Mark DonnellyUpdate tests to deal with GSSCommand objects now taking...
2014-11-20 Mark DonnellyMerge branch 'master' of ssh://moonshot.suchdamage...
2014-11-20 Mark DonnellyUpdate tests to deal with GSSCommand objects now taking...
2014-11-20 Kevin WassermanNul-terminate gss_buffer contents to work around krb5 bug
2014-11-20 Mark DonnellyFix segmentation fault.
2014-11-10 Mark DonnellyRemove superfluous variable juggling in the base64...
2014-11-05 Mark DonnellyAdd command to display an existing GSS name; avoid...
2014-11-05 Mark DonnellyCorrect the storage data types for the name cache
2014-11-05 Margaret WassermanMerge branch 'master' of ssh://moonshot.suchdamage...
2014-11-04 Mark DonnellyParameter parsing correctly ignoring empty parameters
2014-11-04 Margaret WassermanHandle empty input strings for parameters, update test...
2014-11-04 Margaret WassermanAdd .h file to define base64 macros.
2014-10-30 Margaret WassermanUpdated code for gss_init_sec_context. First round...
2014-10-24 Margaret WassermanAdd Janet copyright to GSS command files.
2014-10-03 Mark DonnellyRemove unused variable from a test
2014-10-03 Mark DonnellyReturn the GSS error status messages back with every...
2014-10-03 Mark DonnellyMessage passing with cookies (app_tag, gssweb_bg_tag...
2014-10-01 Margaret WassermanExplicitly use 4 character length field for Debian.
2014-09-30 Mark Donnellycorrectly throw error message upon invalid JSON input.
2014-09-30 Mark DonnellyChange from fread() to read()
2014-09-30 Mark DonnellyEnd-to-end working gss_import_name call
2014-09-26 Mark DonnellyChange the input/output protocol to expect and emit...
2014-09-25 Mark DonnellyRemove the unused references to util/base64.cpp
2014-09-24 Mark DonnellyRemoved reference to unused, unversioned util directory
2014-09-15 Mark DonnellyAdd GSSAcquireCred to the JSON protocol description
2014-09-12 Mark DonnellyA bunch of changes as the command line now works.
2014-09-04 Mark DonnellyCommit an overly-large chunk of work.
2014-08-19 Mark Donnellyrearranging the commands into their own directory
2014-08-19 Mark DonnellyUpdate loadParameters to check for JSON value type...
2014-08-19 Mark DonnellyRemove unused variable
2014-08-18 Mark DonnellyAdding GSS Pseudo Random
2014-05-14 Mark DonnellyGSSGetMic
2014-05-13 Mark DonnellyGSSWrap command completed.
2014-05-12 Mark DonnellyGSS Wrap implementation.
2014-05-09 Mark DonnellyRefactor some of the JSON generation into some of the...
2014-05-08 Mark DonnellyGSSAcquireCred tests now pass.
2014-05-07 Mark DonnellyGSS Acquire Cred calling out correctly; slight reorginz...
2014-04-30 Mark DonnellyGSS import name working
2014-04-29 Mark DonnellyBasic name importing working
2014-04-28 Mark Donnellycheckin for GSS import name
2014-04-22 Mark DonnellyJSON Marshalling, updates from code review
2014-04-18 Mark DonnellyParse gss_init_sec_context parameters out of a JSON...
2014-04-09 Mark DonnellyStart the JSON command-line API