gssweb.git
2015-05-22 Sam HartmanUpdates to Debian packaging including a xul-ext-gssweb... debian
2015-05-22 Sam HartmanInitial Debian packaging
2015-05-22 Sam hartmanUpdate xpi unpack
2015-05-22 Sam HartmanInclude firefox extension packaging for centos
2015-05-22 Sam hartmanInitial RPM spec
2015-05-22 Sam hartmanUse gnu installation directories
2015-05-22 Sam HartmanUse template for nullify to avoid aliasing issue.
2015-05-21 Mark DonnellyPut a max version in, because browser compatibility...
2015-05-13 Mark DonnellyMerge branch 'master' of ssh://moonshot.suchdamage...
2015-05-13 Mark DonnellyLocal packaging for firefox add-on.
2015-05-13 Mark DonnellyAvoid copying the chrome encryption key during build
2015-04-30 Kevin WassermanAdd firefox and chrome extensions to win-build.bat
2015-04-28 Margaret WassermanMove util_ files into utils directory, move main.cpp...
2015-04-27 Kevin Wassermanbuild chrom crx on windows
2015-04-21 Kevin WassermanDisable browser subtrees on windows until they build
2015-04-10 Mark DonnellyRemove abandoned approach to make chrome package; refor...
2015-04-10 Mark DonnellyPackage a firefox .xpi file
2015-04-09 Mark DonnellyPackage the Chrome files into a .crx bundle.
2015-04-08 Mark DonnellySample JSON GSS message should not be in git
2015-04-08 Mark DonnellyRemoving unused files
2015-04-02 Mark DonnellyRemove a wasted check of XMLHttpResponse state
2015-04-02 Margaret WassermanRemove duplicate contentscript.js file from chrome...
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...
next