gssweb.git
2014-11-20 Mark DonnellyFix segmentation fault.
2014-11-10 Mark DonnellyRunning to authentication success on the Apache module!
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-05 Margaret WassermanUpdates to match evolving lower-level code.
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-22 Mark DonnellyTester page now ready for acquire_cred, first pass...
2014-10-22 Mark DonnellyFirst pass at making a GSSWeb object
2014-10-22 Mark DonnellyUpdate the tester page for GSSWeb
2014-10-21 Mark DonnellyAdd comments, rearrange variable declaration order
2014-10-21 Mark DonnellyTypo in a comment
2014-10-21 Mark DonnellyUse a lookup table of implemented GSS method names...
2014-10-21 Mark DonnellySwitch to use a single success callback signature
2014-10-21 Mark DonnellyWrapping overly-long lines
2014-10-21 Mark DonnellyAdd ability to specify per-call error handling
2014-10-21 Mark DonnellyFix the GSS_ERROR calculation
2014-10-21 Mark DonnellyUpdate the tester page to add init_sec_context and...
2014-10-21 Mark DonnellyCorrect minor problems with previous commit.
2014-10-16 Mark DonnellyRework the injected script:
2014-10-03 Mark DonnellyRemove unused variable from a test
2014-10-03 Mark DonnellyRemove infinite loop of sending a message to the page...
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 DonnellyAdding chrome extension and host messaging files
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-20 Mark DonnellyNotes about where this project is being left off while...
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
2014-03-14 Mark DonnellyAdd design document for the Javascript API to be provid...
2013-12-23 Mark DonnellyThis test is no longer relevant.
2013-12-23 Mark DonnellyRemove an abandoned approach
2013-12-23 Mark DonnellyDisplay minor status in hex as well; correct the call...
2013-12-23 Mark DonnellyPeriodic commit.
2013-12-22 Mark DonnellySet mech_type explicity; messages around import_name
2013-12-22 Mark DonnellyMove to a firefox XPI plugin using JS-Ctypes instead...
2013-12-22 Mark Donnellymore code to check in before moving in a different...
2013-12-22 Mark DonnellyCheck in some work on the NPAPI; probably abandoned...
2013-12-22 Mark DonnellyGSS-API helper library for simplified GSS calls
2013-11-26 Mark DonnellyGet the plugin registered with the browser
2013-11-19 Mark DonnellyMove to toplevel to affect the entire source tree
2013-11-19 Mark DonnellyIgnore cmake files, c object files
2013-11-18 Mark DonnellyFirst additions