gssweb.git
2015-04-02 Margaret WassermanAdd copyright to browser plug-in file, finish code...
2015-04-02 Margaret WassermanFinish cleanup of firefox files, create common contents...
2015-04-02 Margaret WassermanChange name of navigator.gssEap.js in chrome scripts...
2015-04-02 Margaret WassermanRemove duplicated navigator js file from chrome/app...
2015-04-02 Margaret WassermanCreate browsers directory and browsers/common for commo...
2015-01-21 Sam HartmanVersion and install for library
2015-01-21 Sam HartmanAdd top-level cmake file for packaging.
2015-01-15 Kevin Wassermanfix windows dll name
2015-01-15 Kevin WassermanAdd KRB5_CALLCONV decorator
2015-01-15 Kevin Wassermanadd 'what' parameter on error
2015-01-15 Kevin Wassermantarget x86, not x64 in win-build.bat
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
2015-01-13 Mark DonnellyChange chrome to match the camelCase navigator.gssEap
2014-12-22 Kevin Wassermaninstall jsongssapi shared libray
2014-12-16 Margaret WassermanAdd error handling for sending POSTs.
2014-12-05 Mark DonnellyRename gss_eap to gssEap in calling functions
2014-12-04 Mark DonnellyGSS now works for Firefox!
2014-12-03 Mark DonnellyRemoved no longer needed console logging upon bootup.
2014-12-03 Mark DonnellyRequests originating in content scripts now generate...
2014-12-03 Mark DonnellyPassing messages between the add-on and the content...
2014-12-03 Mark DonnellyRename 'xpi' to 'firefox' for better clarity
2014-12-03 Mark DonnellyHandle errors of garbled JSON sent to the native host
2014-12-03 Mark DonnellyGet the navigator.gss_eap object to appear on firefox
2014-12-01 Mark DonnellyWaypoint towards trying to get Firefox communication...
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-26 Mark DonnellyStart work on firefox support
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 Mark DonnellyUse location.hostname as part of the name of the other...
2014-11-24 Kevin WassermanAdd win-build.bat for buildbot
2014-11-24 Kevin WassermanAdd importname.txt which is a simple single-command
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 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.
next