shibboleth/cpp-sp.git
2002-12-16 Scott Cantorswitch extra install to dist-hook
2002-12-16 Scott CantorCustomize signature verify step based on type of signed...
2002-12-15 Scott CantorVarious WIN32 fixes.
2002-12-15 Scott CantorVarious WIN32 fixes.
2002-12-15 Scott CantorAdded strcasecmp check
2002-12-15 Scott CantorCommon copy of autoconf settings for Win32 build.
2002-12-15 Scott CantorRemove Windows config header
2002-12-15 Scott CantorVarious WIN32 fixes.
2002-12-14 Scott Cantorconverted a reference member to a string to avoid temp...
2002-12-13 Scott CantorReworked library to support manual content validation,
2002-12-13 Scott CantorReworked routines to support attribute section in ini...
2002-12-13 Scott CantorAdded "1" for boolean tag values.
2002-12-13 Scott CantorPass ShibINI object to extension libraries
2002-12-13 Scott CantorReverted POST API
2002-12-13 Scott CantorRemoved unneeded pointer checks from POST profile calls.
2002-12-13 Scott CantorReverted POST profile API to return pointers.
2002-12-10 Scott CantorRevised exception modeling.
2002-12-10 Scott CantorPOST profile more exception-based when errors occur.
2002-12-10 Scott CantorRevised exception modeling.
2002-11-26 Scott CantorExtraneous ifdef removed
2002-11-26 Scott CantorAdded distribution files
2002-11-26 Scott CantorAdded APLOG_NOERRNO to error logging.
2002-11-26 Walter HoehnFixed require alias processing. Should now match corre...
2002-11-26 Scott CantorAdded text files to distro, updated version of package.
2002-11-19 Scott CantorExtraneous malloc declaration
2002-11-19 Scott CantorSun's compiler wants extra cast
2002-11-19 Scott Cantorextra comma causing warning
2002-11-17 Scott Cantornew test program for xmlsec
2002-11-15 Walter HoehnAdd the NSDL "Site CA" Certificate
2002-11-14 Scott Cantorlog->debug() crash workaround
2002-11-14 Scott CantorAdded test for libapreq on Sun, needs a -U switch
2002-11-12 Derek Atkinsadd sitesCertFile INI-file parameter
2002-11-04 Derek Atkinsrename "wayfError" to "shireError"
2002-11-04 Derek AtkinsAdd more documentation about the apache options
2002-11-02 Derek Atkinsslightly different fix to link ONCRPC
2002-11-01 Scott Cantoradded oncrpc to shar build
2002-11-01 Derek AtkinsAdd #include <rpc/rpc.h> to the rest of the sources
2002-11-01 Derek Atkins#include <rpc/rpc.h> to get our overriding #defines
2002-11-01 Scott Cantorfixed xdr_free return type
2002-11-01 Derek AtkinsDon't need clnt_destroy or svc_destroy -- those are...
2002-11-01 Derek Atkinsadd some #defines to rpc/rpc.h to not shadow system...
2002-11-01 Derek AtkinsNo longer need to test for xdr_uint64_t -- we've got...
2002-11-01 Derek Atkinsadd xdr_free prototype
2002-11-01 Derek Atkinsthe RPCTEST needs to be run earlier (because LIBS gets...
2002-11-01 Derek AtkinsIgnore built-files
2002-11-01 Derek AtkinsA better hook for our oncrpc
2002-11-01 Derek AtkinsRe-port RPC library to Solaris
2002-10-31 Derek AtkinsCheck-in of original version of ONCRPC library (and...
2002-10-25 Scott Cantoradded CA bundle
2002-10-25 Scott Cantorconfigs/ca-bundle.crt
2002-10-25 Scott Cantoradded configs/Makefile
2002-10-25 Scott CantorAdd automake file to configs directory
2002-10-25 Scott Cantorchanged default settings
2002-10-25 Scott Cantorexample file-based logs
2002-10-25 Scott CantorChanged example paths and added attribute mappings
2002-10-23 Derek Atkinsupdated bootstrap to deal with RH7.3
2002-10-23 Derek AtkinsIt helps if I type "clnt" and not "cnlt"
2002-10-23 Derek Atkinsadd test-client to .cvsignore
2002-10-23 Scott CantorAdded TLI fix to CXXFLAGS
2002-10-23 Derek Atkinsmove scott's shibrpc.h fix to shibrpc.x so it doesn...
2002-10-23 Scott CantorFix to missing datatype fix for Sol2.6
2002-10-23 Scott CantorAdded config.h
2002-10-23 Scott CantorCorrected and added RPC-related tests, fix to library...
2002-10-23 Scott Cantortests for TLI RPC fix
2002-10-22 Scott CantorAdded log4cpp to build.
2002-10-22 Derek AtkinsInclude code to work on Solaris, but it is #ifdef'd...
2002-10-22 Scott CantorGot test-client working again
2002-10-22 Scott CantorRemoved explicit call to accept() and added warning...
2002-10-21 Scott CantorMade calist mapper paramater optional (don't need CAs...
2002-10-21 Scott CantorAdded xmlsec and friends to the build.
2002-10-21 Scott Cantorremoved inline assembler breakpoint
2002-10-21 Scott CantorChanged to test signed response on stdin.
2002-10-21 Scott CantorCorrected dummy mapper interface
2002-10-20 Scott CantorPartial implementation of signature verification with...
2002-10-18 Derek Atkinsconfigure.ac: add --with-dmalloc= option to compile...
2002-10-16 Walter HoehnBacked out default security domain change. The change...
2002-10-16 Walter HoehnEveryone seems to agree that ; is better than : as...
2002-10-16 Walter HoehnString was going out of scope. Changed to use ap_table...
2002-10-16 Walter HoehnChanged ENV exporting of multi-valued attributes to...
2002-10-15 Walter HoehnAdded name-based default security domain to Origin...
2002-10-15 Derek AtkinsI should compile before committing..
2002-10-15 Derek AtkinsI should try compiling simple fixes..
2002-10-15 Derek AtkinsTry connecting to the SHAR multiple times (with a short...
2002-10-15 Derek AtkinsFix error message for SHIRE POST (bug 27)
2002-10-14 Derek Atkinsreport the saml exception in the error logs.
2002-10-09 Derek Atkinsfix bugID 24.. Use stringstream instead of strstream
2002-10-09 Derek AtkinsAdd '-f' option
2002-10-09 Derek Atkinsremove the socket "file" at shar shutdown
2002-10-09 Derek AtkinsMove shibrpc_svc_run() into the shar. Implement our...
2002-10-08 Derek AtkinsChange the rpc service APIs to abstract out RPC SVC...
2002-10-08 Scott Cantoradded a check for uint64 support in xdr.h
2002-10-08 Derek AtkinsRebuilt the RPC stubs. Add NEED_XDR_LONGLONG for scott
2002-10-08 Derek AtkinsBreak the POST processor into a "handler"
2002-10-08 Derek AtkinsAdd --enable-apxs-install configure option (default...
2002-10-08 Scott Cantorwrapped globals in namespace
2002-10-08 Derek AtkinsCheck for apreq headers to make sure apreq path is...
2002-10-08 Derek AtkinsIt helps to actually RETURN the object....
2002-10-07 Walter HoehnRemoved tags from endif. Was causing bootstrap to...
2002-10-07 Scott Cantoradded apxs conditional to bypass install
2002-10-07 Scott Cantorper-target CFLAGS seems to fail on Linux
next