sfa.git
2009-10-26 Sapan BhatiaRemoved some debuggin print statements.
2009-10-26 Sapan Bhatia(no commit message)
2009-10-26 Sapan BhatiaBug fix
2009-10-26 Sapan BhatiaKeep xml files valid :-/
2009-10-26 Sapan BhatiaKeep parameter names non-colliding
2009-10-26 Sapan BhatiaAdding a node filtering rule for legacy rspecs.
2009-10-26 Sapan BhatiaAdding a restrict to rspec file for our legacy rspec
2009-10-26 Sapan BhatiaChanged Rspec --> RSpec throughout.
2009-10-26 Tony Mackadded extra argument to accepts
2009-10-26 Sapan Bhatiarspec -> Rspec. TODO: change all XML literals into...
2009-10-26 Sapan BhatiaRemove all sfatables processing if there are no rules.
2009-10-26 Sapan BhatiaReturning the request context in the right format....
2009-10-26 Sapan BhatiaThe request context would need to be fetched in a more...
2009-10-26 Sapan BhatiaThis is hopefully the first version of sfatables that...
2009-10-26 Sapan BhatiaOnly load those arguments into the target that have...
2009-10-26 Sapan BhatiaMatches operate on the request context.
2009-10-26 Tony Mackremote soapprotocol import
2009-10-26 Tony Mackadded usual variables
2009-10-26 Sapan BhatiaAdded separate contexts for matches and targets, instea...
2009-10-26 Sapan BhatiaRemove both match and target contexts after a rule...
2009-10-26 Sapan BhatiaSet up different namespaces for match and target arguments.
2009-10-26 Sapan BhatiaContinuation of bug fixes and integration-related fixes.
2009-10-26 Sapan BhatiaWe need post processing after every rule, then a final...
2009-10-26 Tony Mackonly allow authority creds if oject_hrn in pi list
2009-10-26 Sapan BhatiaContinuation - adding request and rule contexts to...
2009-10-26 Sapan BhatiaInsert the current context into the rspec for the rules...
2009-10-26 Sapan BhatiaBug fixes and cleanups
2009-10-26 Sapan BhatiaLooks like I hadn't committed this file previously.
2009-10-25 Sapan BhatiaLive and learn. Some properties in this code were being...
2009-10-24 Sapan BhatiaLatest updated from Srini:
2009-10-24 Tony Macksend output to /dev/null
2009-10-24 Tony Mackremove debugging output
2009-10-23 Tony Mackaccept logger argument
2009-10-23 Tony Mackdefine these variables in the get_sfa_logger() method
2009-10-23 Tony Macksend output to logfile
2009-10-23 Tony Mackrequest hash argument is optional for now
2009-10-23 Tony Mackpass request_hash argument to interface calls
2009-10-23 Tony Mackpass request_hash argument to sfa interface calls
2009-10-23 Tony Mackapi.getCredential should always return a string not...
2009-10-23 Tony Mackpassrequest_hash argument to sfa interface calls
2009-10-23 Tony Mackuse record['name'] not record.get_name()
2009-10-23 Tony Mackget_user_cred(), get_auth_cred() and get_slice_cred...
2009-10-23 Sapan BhatiaOptimize the rule processing function to parse only...
2009-10-23 Tony Mackwe were better off creating the record at sfa after...
2009-10-23 Tony Mackno longer using geniclient, pass string arguments not...
2009-10-23 Tony Mackno longer using geniclient, call registry.get_credentia...
2009-10-23 Tony Mackchecking this method back in. We missed you
2009-10-23 Tony MackverifyPeerCert() now requires 2 arguments (certtificate...
2009-10-23 Tony Mackadded get_self_credential method
2009-10-23 Tony Mackexplicitly call get_self_credential with the cliet...
2009-10-22 Sapan BhatiaGet basic rules that operate on hrns working again.
2009-10-22 Sapan BhatiaCleaning up...
2009-10-22 Sapan BhatiaCleanup...
2009-10-22 Sapan BhatiaCleaning up.
2009-10-16 Tony Mackdont delete vini's interent2 placeholder record
2009-10-16 Tony Mackii should be i2
2009-10-16 Tony Mackexisting_record should be existing_records
2009-10-16 Tony Mackimport_site() returns the site hrn
2009-10-16 Andy BavierMissed one...
2009-10-16 Tony Macklooks the same to me
2009-10-16 Tony Mackadded request_hash to get_credential() call
2009-10-16 Tony Mackadded request_hash to get_slices() call
2009-10-16 Tony Mackimport sfa.util.debug.log
2009-10-16 Tony Mackuse xmlrpcprotocol instead of geniclient when connectin...
2009-10-16 Tony Mackadd request_hash argument to more method calls
2009-10-16 Tony Mackadd request_hash argument to more method calls
2009-10-16 Tony Mackdeleting
2009-10-16 Tony Mackadd request_hash argumet to more method calls
2009-10-16 Tony Mackadded request_hash argumet some more calls
2009-10-15 Andy BavierRspec to RSpec
2009-10-15 Tony Mackauthenticate request_hash using client gid from the...
2009-10-15 Tony Mackadded request_hash argument. authenticate the credentia...
2009-10-15 Tony Mackadded request hash to list of accepted arguments
2009-10-15 Tony Mackfix package import
2009-10-15 Tony Mackuse xmlrpcprotocol instead of geniclient
2009-10-15 Tony Mackstart adding request_hash to calls. start replacing...
2009-10-15 Tony Mackfix bug
2009-10-15 Tony Mackfix typo
2009-10-15 Tony Mackcheck peer_cert
2009-10-15 Tony Mackremove row class
2009-10-15 Tony Mackmodify import
2009-10-15 Tony Mackinitial checkin of row class
2009-10-15 Tony Mackdont verify request hash in auth.check()
2009-10-14 Tony Mackupdate the record's last updated field with the current...
2009-10-14 Tony Mackadded Row class with validate methods
2009-10-14 Tony MackGeniRecord now inherits util.genitable.Row instead...
2009-10-14 Tony Mackmark 'last_updated, and date_created as readonly. Will...
2009-10-14 Tony Mackmove peer_vert verificaiton code into its own method
2009-10-14 Tony Mackinitial checkin of files necessary for deploying via...
2009-10-14 Tony Mackadded several methods for has based authentication
2009-10-14 Tony Mackadded compute_hash() method
2009-10-14 Tony Mackadded BadRequestHash fault
2009-10-14 Tony Mackinitial checkin of get_gid method
2009-10-12 Andy BavierFix for VINI aggregate
2009-10-12 Andy BavierDon't show peer sites in RSpec
2009-10-09 Anil-Kumar... Setting tag sfa-0.9-5
2009-10-08 Anil-Kumar... sfatable hook
2009-10-08 Anil-Kumar... sfatables hook bug fix
2009-10-07 Anil-Kumar... Setting tag sfa-0.9-4
2009-10-05 Tony Mackwhen updating the peer record, add the record id from...
next