diff --git a/api/types/app.go b/api/types/app.go index e6115e46c5156..11c49dab67c0b 100644 --- a/api/types/app.go +++ b/api/types/app.go @@ -61,6 +61,10 @@ type Application interface { GetRewrite() *Rewrite // IsAWSConsole returns true if this app is AWS management console. IsAWSConsole() bool + // IsTCP returns true if this app represents a TCP endpoint. + IsTCP() bool + // GetProtocol returns the application protocol. + GetProtocol() string // GetAWSAccountID returns value of label containing AWS account ID on this app. GetAWSAccountID() string // GetAWSExternalID returns the AWS External ID configured for this app. @@ -236,6 +240,19 @@ func (a *AppV3) IsAWSConsole() bool { return strings.HasPrefix(a.Spec.URI, constants.AWSConsoleURL) } +// IsTCP returns true if this app represents a TCP endpoint. +func (a *AppV3) IsTCP() bool { + return strings.HasPrefix(a.Spec.URI, "tcp://") +} + +// GetProtocol returns the application protocol. +func (a *AppV3) GetProtocol() string { + if a.IsTCP() { + return "TCP" + } + return "HTTP" +} + // GetAWSAccountID returns value of label containing AWS account ID on this app. func (a *AppV3) GetAWSAccountID() string { return a.Metadata.Labels[constants.AWSAccountIDLabel] diff --git a/api/types/events/events.pb.go b/api/types/events/events.pb.go index 61e6a3fe21d37..651538cd2f691 100644 --- a/api/types/events/events.pb.go +++ b/api/types/events/events.pb.go @@ -3265,6 +3265,58 @@ func (m *AppSessionStart) XXX_DiscardUnknown() { var xxx_messageInfo_AppSessionStart proto.InternalMessageInfo +// AppSessionEnd is emitted when an application session ends. +type AppSessionEnd struct { + // Metadata is a common event metadata + Metadata `protobuf:"bytes,1,opt,name=Metadata,proto3,embedded=Metadata" json:""` + // User is a common user event metadata + UserMetadata `protobuf:"bytes,2,opt,name=User,proto3,embedded=User" json:""` + // SessionMetadata is a common event session metadata + SessionMetadata `protobuf:"bytes,3,opt,name=Session,proto3,embedded=Session" json:""` + // ServerMetadata is a common server metadata + ServerMetadata `protobuf:"bytes,4,opt,name=Server,proto3,embedded=Server" json:""` + // ConnectionMetadata holds information about the connection + ConnectionMetadata `protobuf:"bytes,5,opt,name=Connection,proto3,embedded=Connection" json:""` + // App is a common application resource metadata. + AppMetadata `protobuf:"bytes,6,opt,name=App,proto3,embedded=App" json:""` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AppSessionEnd) Reset() { *m = AppSessionEnd{} } +func (m *AppSessionEnd) String() string { return proto.CompactTextString(m) } +func (*AppSessionEnd) ProtoMessage() {} +func (*AppSessionEnd) Descriptor() ([]byte, []int) { + return fileDescriptor_8f22242cb04491f9, []int{61} +} +func (m *AppSessionEnd) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *AppSessionEnd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_AppSessionEnd.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *AppSessionEnd) XXX_Merge(src proto.Message) { + xxx_messageInfo_AppSessionEnd.Merge(m, src) +} +func (m *AppSessionEnd) XXX_Size() int { + return m.Size() +} +func (m *AppSessionEnd) XXX_DiscardUnknown() { + xxx_messageInfo_AppSessionEnd.DiscardUnknown(m) +} + +var xxx_messageInfo_AppSessionEnd proto.InternalMessageInfo + // AppSessionChunk is emitted at the start of a 5 minute chunk on each // proxy. This chunk is used to buffer 5 minutes of audit events at a time // for applications. @@ -3293,7 +3345,7 @@ func (m *AppSessionChunk) Reset() { *m = AppSessionChunk{} } func (m *AppSessionChunk) String() string { return proto.CompactTextString(m) } func (*AppSessionChunk) ProtoMessage() {} func (*AppSessionChunk) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{61} + return fileDescriptor_8f22242cb04491f9, []int{62} } func (m *AppSessionChunk) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3345,7 +3397,7 @@ func (m *AppSessionRequest) Reset() { *m = AppSessionRequest{} } func (m *AppSessionRequest) String() string { return proto.CompactTextString(m) } func (*AppSessionRequest) ProtoMessage() {} func (*AppSessionRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{62} + return fileDescriptor_8f22242cb04491f9, []int{63} } func (m *AppSessionRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3405,7 +3457,7 @@ func (m *DatabaseMetadata) Reset() { *m = DatabaseMetadata{} } func (m *DatabaseMetadata) String() string { return proto.CompactTextString(m) } func (*DatabaseMetadata) ProtoMessage() {} func (*DatabaseMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{63} + return fileDescriptor_8f22242cb04491f9, []int{64} } func (m *DatabaseMetadata) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3453,7 +3505,7 @@ func (m *DatabaseCreate) Reset() { *m = DatabaseCreate{} } func (m *DatabaseCreate) String() string { return proto.CompactTextString(m) } func (*DatabaseCreate) ProtoMessage() {} func (*DatabaseCreate) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{64} + return fileDescriptor_8f22242cb04491f9, []int{65} } func (m *DatabaseCreate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3501,7 +3553,7 @@ func (m *DatabaseUpdate) Reset() { *m = DatabaseUpdate{} } func (m *DatabaseUpdate) String() string { return proto.CompactTextString(m) } func (*DatabaseUpdate) ProtoMessage() {} func (*DatabaseUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{65} + return fileDescriptor_8f22242cb04491f9, []int{66} } func (m *DatabaseUpdate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3547,7 +3599,7 @@ func (m *DatabaseDelete) Reset() { *m = DatabaseDelete{} } func (m *DatabaseDelete) String() string { return proto.CompactTextString(m) } func (*DatabaseDelete) ProtoMessage() {} func (*DatabaseDelete) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{66} + return fileDescriptor_8f22242cb04491f9, []int{67} } func (m *DatabaseDelete) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3601,7 +3653,7 @@ func (m *DatabaseSessionStart) Reset() { *m = DatabaseSessionStart{} } func (m *DatabaseSessionStart) String() string { return proto.CompactTextString(m) } func (*DatabaseSessionStart) ProtoMessage() {} func (*DatabaseSessionStart) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{67} + return fileDescriptor_8f22242cb04491f9, []int{68} } func (m *DatabaseSessionStart) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3655,7 +3707,7 @@ func (m *DatabaseSessionQuery) Reset() { *m = DatabaseSessionQuery{} } func (m *DatabaseSessionQuery) String() string { return proto.CompactTextString(m) } func (*DatabaseSessionQuery) ProtoMessage() {} func (*DatabaseSessionQuery) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{68} + return fileDescriptor_8f22242cb04491f9, []int{69} } func (m *DatabaseSessionQuery) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3708,7 +3760,7 @@ func (m *PostgresParse) Reset() { *m = PostgresParse{} } func (m *PostgresParse) String() string { return proto.CompactTextString(m) } func (*PostgresParse) ProtoMessage() {} func (*PostgresParse) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{69} + return fileDescriptor_8f22242cb04491f9, []int{70} } func (m *PostgresParse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3763,7 +3815,7 @@ func (m *PostgresBind) Reset() { *m = PostgresBind{} } func (m *PostgresBind) String() string { return proto.CompactTextString(m) } func (*PostgresBind) ProtoMessage() {} func (*PostgresBind) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{70} + return fileDescriptor_8f22242cb04491f9, []int{71} } func (m *PostgresBind) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3814,7 +3866,7 @@ func (m *PostgresExecute) Reset() { *m = PostgresExecute{} } func (m *PostgresExecute) String() string { return proto.CompactTextString(m) } func (*PostgresExecute) ProtoMessage() {} func (*PostgresExecute) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{71} + return fileDescriptor_8f22242cb04491f9, []int{72} } func (m *PostgresExecute) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3867,7 +3919,7 @@ func (m *PostgresClose) Reset() { *m = PostgresClose{} } func (m *PostgresClose) String() string { return proto.CompactTextString(m) } func (*PostgresClose) ProtoMessage() {} func (*PostgresClose) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{72} + return fileDescriptor_8f22242cb04491f9, []int{73} } func (m *PostgresClose) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3920,7 +3972,7 @@ func (m *PostgresFunctionCall) Reset() { *m = PostgresFunctionCall{} } func (m *PostgresFunctionCall) String() string { return proto.CompactTextString(m) } func (*PostgresFunctionCall) ProtoMessage() {} func (*PostgresFunctionCall) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{73} + return fileDescriptor_8f22242cb04491f9, []int{74} } func (m *PostgresFunctionCall) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3982,7 +4034,7 @@ func (m *WindowsDesktopSessionStart) Reset() { *m = WindowsDesktopSessio func (m *WindowsDesktopSessionStart) String() string { return proto.CompactTextString(m) } func (*WindowsDesktopSessionStart) ProtoMessage() {} func (*WindowsDesktopSessionStart) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{74} + return fileDescriptor_8f22242cb04491f9, []int{75} } func (m *WindowsDesktopSessionStart) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4030,7 +4082,7 @@ func (m *DatabaseSessionEnd) Reset() { *m = DatabaseSessionEnd{} } func (m *DatabaseSessionEnd) String() string { return proto.CompactTextString(m) } func (*DatabaseSessionEnd) ProtoMessage() {} func (*DatabaseSessionEnd) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{75} + return fileDescriptor_8f22242cb04491f9, []int{76} } func (m *DatabaseSessionEnd) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4076,7 +4128,7 @@ func (m *MFADeviceMetadata) Reset() { *m = MFADeviceMetadata{} } func (m *MFADeviceMetadata) String() string { return proto.CompactTextString(m) } func (*MFADeviceMetadata) ProtoMessage() {} func (*MFADeviceMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{76} + return fileDescriptor_8f22242cb04491f9, []int{77} } func (m *MFADeviceMetadata) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4122,7 +4174,7 @@ func (m *MFADeviceAdd) Reset() { *m = MFADeviceAdd{} } func (m *MFADeviceAdd) String() string { return proto.CompactTextString(m) } func (*MFADeviceAdd) ProtoMessage() {} func (*MFADeviceAdd) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{77} + return fileDescriptor_8f22242cb04491f9, []int{78} } func (m *MFADeviceAdd) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4168,7 +4220,7 @@ func (m *MFADeviceDelete) Reset() { *m = MFADeviceDelete{} } func (m *MFADeviceDelete) String() string { return proto.CompactTextString(m) } func (*MFADeviceDelete) ProtoMessage() {} func (*MFADeviceDelete) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{78} + return fileDescriptor_8f22242cb04491f9, []int{79} } func (m *MFADeviceDelete) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4212,7 +4264,7 @@ func (m *BillingInformationUpdate) Reset() { *m = BillingInformationUpda func (m *BillingInformationUpdate) String() string { return proto.CompactTextString(m) } func (*BillingInformationUpdate) ProtoMessage() {} func (*BillingInformationUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{79} + return fileDescriptor_8f22242cb04491f9, []int{80} } func (m *BillingInformationUpdate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4256,7 +4308,7 @@ func (m *BillingCardCreate) Reset() { *m = BillingCardCreate{} } func (m *BillingCardCreate) String() string { return proto.CompactTextString(m) } func (*BillingCardCreate) ProtoMessage() {} func (*BillingCardCreate) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{80} + return fileDescriptor_8f22242cb04491f9, []int{81} } func (m *BillingCardCreate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4300,7 +4352,7 @@ func (m *BillingCardDelete) Reset() { *m = BillingCardDelete{} } func (m *BillingCardDelete) String() string { return proto.CompactTextString(m) } func (*BillingCardDelete) ProtoMessage() {} func (*BillingCardDelete) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{81} + return fileDescriptor_8f22242cb04491f9, []int{82} } func (m *BillingCardDelete) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4349,7 +4401,7 @@ func (m *LockCreate) Reset() { *m = LockCreate{} } func (m *LockCreate) String() string { return proto.CompactTextString(m) } func (*LockCreate) ProtoMessage() {} func (*LockCreate) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{82} + return fileDescriptor_8f22242cb04491f9, []int{83} } func (m *LockCreate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4395,7 +4447,7 @@ func (m *LockDelete) Reset() { *m = LockDelete{} } func (m *LockDelete) String() string { return proto.CompactTextString(m) } func (*LockDelete) ProtoMessage() {} func (*LockDelete) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{83} + return fileDescriptor_8f22242cb04491f9, []int{84} } func (m *LockDelete) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4439,7 +4491,7 @@ func (m *RecoveryCodeGenerate) Reset() { *m = RecoveryCodeGenerate{} } func (m *RecoveryCodeGenerate) String() string { return proto.CompactTextString(m) } func (*RecoveryCodeGenerate) ProtoMessage() {} func (*RecoveryCodeGenerate) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{84} + return fileDescriptor_8f22242cb04491f9, []int{85} } func (m *RecoveryCodeGenerate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4486,7 +4538,7 @@ func (m *RecoveryCodeUsed) Reset() { *m = RecoveryCodeUsed{} } func (m *RecoveryCodeUsed) String() string { return proto.CompactTextString(m) } func (*RecoveryCodeUsed) ProtoMessage() {} func (*RecoveryCodeUsed) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{85} + return fileDescriptor_8f22242cb04491f9, []int{86} } func (m *RecoveryCodeUsed) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4552,7 +4604,7 @@ func (m *WindowsDesktopSessionEnd) Reset() { *m = WindowsDesktopSessionE func (m *WindowsDesktopSessionEnd) String() string { return proto.CompactTextString(m) } func (*WindowsDesktopSessionEnd) ProtoMessage() {} func (*WindowsDesktopSessionEnd) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{86} + return fileDescriptor_8f22242cb04491f9, []int{87} } func (m *WindowsDesktopSessionEnd) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4598,7 +4650,7 @@ func (m *CertificateCreate) Reset() { *m = CertificateCreate{} } func (m *CertificateCreate) String() string { return proto.CompactTextString(m) } func (*CertificateCreate) ProtoMessage() {} func (*CertificateCreate) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{87} + return fileDescriptor_8f22242cb04491f9, []int{88} } func (m *CertificateCreate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4646,7 +4698,7 @@ func (m *RenewableCertificateGenerationMismatch) Reset() { func (m *RenewableCertificateGenerationMismatch) String() string { return proto.CompactTextString(m) } func (*RenewableCertificateGenerationMismatch) ProtoMessage() {} func (*RenewableCertificateGenerationMismatch) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{88} + return fileDescriptor_8f22242cb04491f9, []int{89} } func (m *RenewableCertificateGenerationMismatch) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4694,7 +4746,7 @@ func (m *Unknown) Reset() { *m = Unknown{} } func (m *Unknown) String() string { return proto.CompactTextString(m) } func (*Unknown) ProtoMessage() {} func (*Unknown) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{89} + return fileDescriptor_8f22242cb04491f9, []int{90} } func (m *Unknown) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4820,6 +4872,7 @@ type OneOf struct { // *OneOf_DatabaseSessionMalformedPacket // *OneOf_SFTP // *OneOf_UpgradeWindowStartUpdate + // *OneOf_AppSessionEnd Event isOneOf_Event `protobuf_oneof:"Event"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -4830,7 +4883,7 @@ func (m *OneOf) Reset() { *m = OneOf{} } func (m *OneOf) String() string { return proto.CompactTextString(m) } func (*OneOf) ProtoMessage() {} func (*OneOf) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{90} + return fileDescriptor_8f22242cb04491f9, []int{91} } func (m *OneOf) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5141,6 +5194,9 @@ type OneOf_SFTP struct { type OneOf_UpgradeWindowStartUpdate struct { UpgradeWindowStartUpdate *UpgradeWindowStartUpdate `protobuf:"bytes,92,opt,name=UpgradeWindowStartUpdate,proto3,oneof" json:"UpgradeWindowStartUpdate,omitempty"` } +type OneOf_AppSessionEnd struct { + AppSessionEnd *AppSessionEnd `protobuf:"bytes,93,opt,name=AppSessionEnd,proto3,oneof" json:"AppSessionEnd,omitempty"` +} func (*OneOf_UserLogin) isOneOf_Event() {} func (*OneOf_UserCreate) isOneOf_Event() {} @@ -5234,6 +5290,7 @@ func (*OneOf_SQLServerRPCRequest) isOneOf_Event() {} func (*OneOf_DatabaseSessionMalformedPacket) isOneOf_Event() {} func (*OneOf_SFTP) isOneOf_Event() {} func (*OneOf_UpgradeWindowStartUpdate) isOneOf_Event() {} +func (*OneOf_AppSessionEnd) isOneOf_Event() {} func (m *OneOf) GetEvent() isOneOf_Event { if m != nil { @@ -5886,6 +5943,13 @@ func (m *OneOf) GetUpgradeWindowStartUpdate() *UpgradeWindowStartUpdate { return nil } +func (m *OneOf) GetAppSessionEnd() *AppSessionEnd { + if x, ok := m.GetEvent().(*OneOf_AppSessionEnd); ok { + return x.AppSessionEnd + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*OneOf) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -5981,6 +6045,7 @@ func (*OneOf) XXX_OneofWrappers() []interface{} { (*OneOf_DatabaseSessionMalformedPacket)(nil), (*OneOf_SFTP)(nil), (*OneOf_UpgradeWindowStartUpdate)(nil), + (*OneOf_AppSessionEnd)(nil), } } @@ -6001,7 +6066,7 @@ func (m *StreamStatus) Reset() { *m = StreamStatus{} } func (m *StreamStatus) String() string { return proto.CompactTextString(m) } func (*StreamStatus) ProtoMessage() {} func (*StreamStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{91} + return fileDescriptor_8f22242cb04491f9, []int{92} } func (m *StreamStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6049,7 +6114,7 @@ func (m *SessionUpload) Reset() { *m = SessionUpload{} } func (m *SessionUpload) String() string { return proto.CompactTextString(m) } func (*SessionUpload) ProtoMessage() {} func (*SessionUpload) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{92} + return fileDescriptor_8f22242cb04491f9, []int{93} } func (m *SessionUpload) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6148,7 +6213,7 @@ func (m *Identity) Reset() { *m = Identity{} } func (m *Identity) String() string { return proto.CompactTextString(m) } func (*Identity) ProtoMessage() {} func (*Identity) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{93} + return fileDescriptor_8f22242cb04491f9, []int{94} } func (m *Identity) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6198,7 +6263,7 @@ func (m *RouteToApp) Reset() { *m = RouteToApp{} } func (m *RouteToApp) String() string { return proto.CompactTextString(m) } func (*RouteToApp) ProtoMessage() {} func (*RouteToApp) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{94} + return fileDescriptor_8f22242cb04491f9, []int{95} } func (m *RouteToApp) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6246,7 +6311,7 @@ func (m *RouteToDatabase) Reset() { *m = RouteToDatabase{} } func (m *RouteToDatabase) String() string { return proto.CompactTextString(m) } func (*RouteToDatabase) ProtoMessage() {} func (*RouteToDatabase) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{95} + return fileDescriptor_8f22242cb04491f9, []int{96} } func (m *RouteToDatabase) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6303,7 +6368,7 @@ func (m *AccessRequestResourceSearch) Reset() { *m = AccessRequestResour func (m *AccessRequestResourceSearch) String() string { return proto.CompactTextString(m) } func (*AccessRequestResourceSearch) ProtoMessage() {} func (*AccessRequestResourceSearch) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{96} + return fileDescriptor_8f22242cb04491f9, []int{97} } func (m *AccessRequestResourceSearch) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6354,7 +6419,7 @@ func (m *MySQLStatementPrepare) Reset() { *m = MySQLStatementPrepare{} } func (m *MySQLStatementPrepare) String() string { return proto.CompactTextString(m) } func (*MySQLStatementPrepare) ProtoMessage() {} func (*MySQLStatementPrepare) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{97} + return fileDescriptor_8f22242cb04491f9, []int{98} } func (m *MySQLStatementPrepare) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6407,7 +6472,7 @@ func (m *MySQLStatementExecute) Reset() { *m = MySQLStatementExecute{} } func (m *MySQLStatementExecute) String() string { return proto.CompactTextString(m) } func (*MySQLStatementExecute) ProtoMessage() {} func (*MySQLStatementExecute) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{98} + return fileDescriptor_8f22242cb04491f9, []int{99} } func (m *MySQLStatementExecute) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6462,7 +6527,7 @@ func (m *MySQLStatementSendLongData) Reset() { *m = MySQLStatementSendLo func (m *MySQLStatementSendLongData) String() string { return proto.CompactTextString(m) } func (*MySQLStatementSendLongData) ProtoMessage() {} func (*MySQLStatementSendLongData) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{99} + return fileDescriptor_8f22242cb04491f9, []int{100} } func (m *MySQLStatementSendLongData) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6513,7 +6578,7 @@ func (m *MySQLStatementClose) Reset() { *m = MySQLStatementClose{} } func (m *MySQLStatementClose) String() string { return proto.CompactTextString(m) } func (*MySQLStatementClose) ProtoMessage() {} func (*MySQLStatementClose) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{100} + return fileDescriptor_8f22242cb04491f9, []int{101} } func (m *MySQLStatementClose) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6564,7 +6629,7 @@ func (m *MySQLStatementReset) Reset() { *m = MySQLStatementReset{} } func (m *MySQLStatementReset) String() string { return proto.CompactTextString(m) } func (*MySQLStatementReset) ProtoMessage() {} func (*MySQLStatementReset) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{101} + return fileDescriptor_8f22242cb04491f9, []int{102} } func (m *MySQLStatementReset) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6617,7 +6682,7 @@ func (m *MySQLStatementFetch) Reset() { *m = MySQLStatementFetch{} } func (m *MySQLStatementFetch) String() string { return proto.CompactTextString(m) } func (*MySQLStatementFetch) ProtoMessage() {} func (*MySQLStatementFetch) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{102} + return fileDescriptor_8f22242cb04491f9, []int{103} } func (m *MySQLStatementFetch) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6670,7 +6735,7 @@ func (m *MySQLStatementBulkExecute) Reset() { *m = MySQLStatementBulkExe func (m *MySQLStatementBulkExecute) String() string { return proto.CompactTextString(m) } func (*MySQLStatementBulkExecute) ProtoMessage() {} func (*MySQLStatementBulkExecute) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{103} + return fileDescriptor_8f22242cb04491f9, []int{104} } func (m *MySQLStatementBulkExecute) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6721,7 +6786,7 @@ func (m *MySQLInitDB) Reset() { *m = MySQLInitDB{} } func (m *MySQLInitDB) String() string { return proto.CompactTextString(m) } func (*MySQLInitDB) ProtoMessage() {} func (*MySQLInitDB) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{104} + return fileDescriptor_8f22242cb04491f9, []int{105} } func (m *MySQLInitDB) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6771,7 +6836,7 @@ func (m *MySQLCreateDB) Reset() { *m = MySQLCreateDB{} } func (m *MySQLCreateDB) String() string { return proto.CompactTextString(m) } func (*MySQLCreateDB) ProtoMessage() {} func (*MySQLCreateDB) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{105} + return fileDescriptor_8f22242cb04491f9, []int{106} } func (m *MySQLCreateDB) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6821,7 +6886,7 @@ func (m *MySQLDropDB) Reset() { *m = MySQLDropDB{} } func (m *MySQLDropDB) String() string { return proto.CompactTextString(m) } func (*MySQLDropDB) ProtoMessage() {} func (*MySQLDropDB) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{106} + return fileDescriptor_8f22242cb04491f9, []int{107} } func (m *MySQLDropDB) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6869,7 +6934,7 @@ func (m *MySQLShutDown) Reset() { *m = MySQLShutDown{} } func (m *MySQLShutDown) String() string { return proto.CompactTextString(m) } func (*MySQLShutDown) ProtoMessage() {} func (*MySQLShutDown) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{107} + return fileDescriptor_8f22242cb04491f9, []int{108} } func (m *MySQLShutDown) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6920,7 +6985,7 @@ func (m *MySQLProcessKill) Reset() { *m = MySQLProcessKill{} } func (m *MySQLProcessKill) String() string { return proto.CompactTextString(m) } func (*MySQLProcessKill) ProtoMessage() {} func (*MySQLProcessKill) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{108} + return fileDescriptor_8f22242cb04491f9, []int{109} } func (m *MySQLProcessKill) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -6969,7 +7034,7 @@ func (m *MySQLDebug) Reset() { *m = MySQLDebug{} } func (m *MySQLDebug) String() string { return proto.CompactTextString(m) } func (*MySQLDebug) ProtoMessage() {} func (*MySQLDebug) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{109} + return fileDescriptor_8f22242cb04491f9, []int{110} } func (m *MySQLDebug) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7019,7 +7084,7 @@ func (m *MySQLRefresh) Reset() { *m = MySQLRefresh{} } func (m *MySQLRefresh) String() string { return proto.CompactTextString(m) } func (*MySQLRefresh) ProtoMessage() {} func (*MySQLRefresh) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{110} + return fileDescriptor_8f22242cb04491f9, []int{111} } func (m *MySQLRefresh) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7071,7 +7136,7 @@ func (m *SQLServerRPCRequest) Reset() { *m = SQLServerRPCRequest{} } func (m *SQLServerRPCRequest) String() string { return proto.CompactTextString(m) } func (*SQLServerRPCRequest) ProtoMessage() {} func (*SQLServerRPCRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{111} + return fileDescriptor_8f22242cb04491f9, []int{112} } func (m *SQLServerRPCRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7121,7 +7186,7 @@ func (m *DatabaseSessionMalformedPacket) Reset() { *m = DatabaseSessionM func (m *DatabaseSessionMalformedPacket) String() string { return proto.CompactTextString(m) } func (*DatabaseSessionMalformedPacket) ProtoMessage() {} func (*DatabaseSessionMalformedPacket) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{112} + return fileDescriptor_8f22242cb04491f9, []int{113} } func (m *DatabaseSessionMalformedPacket) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7163,7 +7228,7 @@ func (m *UpgradeWindowStartMetadata) Reset() { *m = UpgradeWindowStartMe func (m *UpgradeWindowStartMetadata) String() string { return proto.CompactTextString(m) } func (*UpgradeWindowStartMetadata) ProtoMessage() {} func (*UpgradeWindowStartMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{113} + return fileDescriptor_8f22242cb04491f9, []int{114} } func (m *UpgradeWindowStartMetadata) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7211,7 +7276,7 @@ func (m *UpgradeWindowStartUpdate) Reset() { *m = UpgradeWindowStartUpda func (m *UpgradeWindowStartUpdate) String() string { return proto.CompactTextString(m) } func (*UpgradeWindowStartUpdate) ProtoMessage() {} func (*UpgradeWindowStartUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_8f22242cb04491f9, []int{114} + return fileDescriptor_8f22242cb04491f9, []int{115} } func (m *UpgradeWindowStartUpdate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -7308,6 +7373,7 @@ func init() { proto.RegisterType((*AppUpdate)(nil), "events.AppUpdate") proto.RegisterType((*AppDelete)(nil), "events.AppDelete") proto.RegisterType((*AppSessionStart)(nil), "events.AppSessionStart") + proto.RegisterType((*AppSessionEnd)(nil), "events.AppSessionEnd") proto.RegisterType((*AppSessionChunk)(nil), "events.AppSessionChunk") proto.RegisterType((*AppSessionRequest)(nil), "events.AppSessionRequest") proto.RegisterType((*DatabaseMetadata)(nil), "events.DatabaseMetadata") @@ -7371,524 +7437,526 @@ func init() { func init() { proto.RegisterFile("events.proto", fileDescriptor_8f22242cb04491f9) } var fileDescriptor_8f22242cb04491f9 = []byte{ - // 8261 bytes of a gzipped FileDescriptorProto + // 8294 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x6d, 0x6c, 0x24, 0x49, - 0x96, 0x90, 0xab, 0xca, 0x1f, 0xe5, 0x28, 0x7f, 0x94, 0xa3, 0xbb, 0xa7, 0x73, 0x3c, 0x3d, 0x5d, - 0xb3, 0x39, 0xbb, 0x3d, 0xdd, 0xbb, 0x3d, 0xf6, 0xf6, 0xc7, 0x4c, 0xef, 0xcc, 0xce, 0xec, 0x74, + 0x96, 0x90, 0xab, 0xca, 0x1f, 0xe5, 0x28, 0x7f, 0x94, 0xa3, 0xbb, 0x67, 0x72, 0x3c, 0x3d, 0x5d, + 0x33, 0x39, 0xbb, 0x3d, 0xdd, 0xbb, 0x3d, 0xf6, 0xf6, 0xc7, 0x4c, 0xef, 0xcc, 0xce, 0xec, 0x74, 0xb9, 0xca, 0x1e, 0xd7, 0xb6, 0x3f, 0x6a, 0xc2, 0xee, 0xe9, 0x5d, 0x96, 0x9d, 0x22, 0x5d, 0x19, - 0x6d, 0xe7, 0xba, 0xaa, 0x32, 0x37, 0x33, 0xab, 0xdd, 0x9e, 0x5f, 0x20, 0x0e, 0x58, 0xa1, 0x05, - 0xa1, 0xe3, 0x07, 0x3f, 0xf8, 0x71, 0xa7, 0x13, 0x48, 0x20, 0x4e, 0x2c, 0x87, 0xe0, 0x8e, 0x13, - 0x48, 0x08, 0xf6, 0x40, 0x03, 0xe8, 0x96, 0x83, 0x43, 0x87, 0xc4, 0x8f, 0x3a, 0x58, 0xc4, 0x9f, - 0x12, 0x88, 0x13, 0x77, 0x12, 0x07, 0x08, 0x09, 0xc5, 0x8b, 0xc8, 0xcc, 0x88, 0xcc, 0x2c, 0xbb, - 0xdd, 0xee, 0xc5, 0xe7, 0xb1, 0x7f, 0xd9, 0xf5, 0xbe, 0x22, 0xf3, 0x45, 0xc4, 0xcb, 0x17, 0x2f, - 0x5e, 0xbc, 0x40, 0x13, 0xf4, 0x09, 0xed, 0xf8, 0xde, 0x9c, 0xe3, 0xda, 0xbe, 0x8d, 0x47, 0xf9, - 0xaf, 0xd9, 0x8b, 0xdb, 0xf6, 0xb6, 0x0d, 0xa0, 0x79, 0xf6, 0x1f, 0xc7, 0xce, 0x96, 0xb6, 0x6d, - 0x7b, 0xbb, 0x45, 0xe7, 0xe1, 0xd7, 0x56, 0xf7, 0xf1, 0xbc, 0x6f, 0xb5, 0xa9, 0xe7, 0x1b, 0x6d, - 0x47, 0x10, 0x5c, 0x89, 0x13, 0x78, 0xbe, 0xdb, 0x6d, 0xfa, 0x02, 0x7b, 0x35, 0x8e, 0xdd, 0x73, - 0x0d, 0xc7, 0xa1, 0xae, 0x68, 0x7c, 0xb6, 0xb2, 0x6d, 0xf9, 0x3b, 0xdd, 0xad, 0xb9, 0xa6, 0xdd, - 0x9e, 0xdf, 0x76, 0x8d, 0x27, 0x96, 0x6f, 0xf8, 0x96, 0xdd, 0x31, 0x5a, 0xf3, 0x3e, 0x6d, 0x51, - 0xc7, 0x76, 0xfd, 0x79, 0xc3, 0xb1, 0xe6, 0xfd, 0x7d, 0x87, 0x7a, 0x21, 0x6f, 0x4c, 0x88, 0xfe, - 0xf3, 0x59, 0x94, 0x5f, 0xa5, 0xbe, 0x61, 0x1a, 0xbe, 0x81, 0xaf, 0xa0, 0x91, 0x5a, 0xc7, 0xa4, - 0x4f, 0xb5, 0xcc, 0x6b, 0x99, 0xeb, 0xb9, 0x85, 0xd1, 0x7e, 0xaf, 0x94, 0xa5, 0x16, 0xe1, 0x40, - 0xfc, 0x2a, 0x1a, 0xde, 0xdc, 0x77, 0xa8, 0x96, 0x7d, 0x2d, 0x73, 0x7d, 0x7c, 0x61, 0xbc, 0xdf, - 0x2b, 0x8d, 0xc0, 0xeb, 0x13, 0x00, 0xe3, 0x2f, 0xa0, 0x6c, 0xad, 0xaa, 0xe5, 0x00, 0x39, 0xd3, - 0xef, 0x95, 0x26, 0xbb, 0x96, 0x79, 0xd3, 0x6e, 0x5b, 0x3e, 0x6d, 0x3b, 0xfe, 0x3e, 0xc9, 0xd6, - 0xaa, 0xf8, 0x1a, 0x1a, 0xae, 0xd8, 0x26, 0xd5, 0x86, 0x81, 0x08, 0xf7, 0x7b, 0xa5, 0xa9, 0xa6, - 0x6d, 0x52, 0x89, 0x0a, 0xf0, 0xf8, 0x3e, 0x1a, 0xde, 0xb4, 0xda, 0x54, 0x1b, 0x79, 0x2d, 0x73, - 0xbd, 0x70, 0x7b, 0x76, 0x8e, 0x2b, 0x62, 0x2e, 0x50, 0xc4, 0xdc, 0x66, 0xa0, 0xc7, 0x85, 0xe2, - 0x67, 0xbd, 0xd2, 0x50, 0xbf, 0x57, 0x1a, 0x66, 0xaa, 0xfd, 0x4b, 0xbf, 0x5b, 0xca, 0x10, 0xe0, - 0xc4, 0xef, 0xa1, 0x42, 0xa5, 0xd5, 0xf5, 0x7c, 0xea, 0xae, 0x19, 0x6d, 0xaa, 0x8d, 0x42, 0x83, - 0xb3, 0xfd, 0x5e, 0xe9, 0xa5, 0x26, 0x07, 0x37, 0x3a, 0x46, 0x5b, 0x6e, 0x58, 0x26, 0xd7, 0xbf, - 0x87, 0xa6, 0x37, 0xa8, 0xe7, 0x59, 0x76, 0x27, 0x54, 0xcd, 0x97, 0xd0, 0xb8, 0x00, 0xd5, 0xaa, - 0xa0, 0x9e, 0xf1, 0x85, 0xb1, 0x7e, 0xaf, 0x94, 0xf3, 0x2c, 0x93, 0x44, 0x18, 0xfc, 0x55, 0x34, - 0xf6, 0xc8, 0xf2, 0x77, 0x56, 0x97, 0xca, 0x42, 0x4d, 0x2f, 0xf5, 0x7b, 0x25, 0xbc, 0x67, 0xf9, - 0x3b, 0x8d, 0xf6, 0x63, 0x43, 0x6a, 0x2f, 0x20, 0xd3, 0xff, 0x5a, 0x16, 0x4d, 0x3c, 0xf4, 0xa8, - 0x1b, 0xb6, 0x74, 0x0d, 0x0d, 0xb3, 0xdf, 0xa2, 0x11, 0x50, 0x52, 0xd7, 0xa3, 0xae, 0xac, 0x24, - 0x86, 0xc7, 0x37, 0xd0, 0xc8, 0x8a, 0xbd, 0x6d, 0x75, 0x44, 0x43, 0x17, 0xfa, 0xbd, 0xd2, 0x74, - 0x8b, 0x01, 0x24, 0x4a, 0x4e, 0x81, 0xbf, 0x81, 0x26, 0x6a, 0x6d, 0xd6, 0xe9, 0x76, 0xc7, 0xf0, - 0x6d, 0x57, 0x74, 0x12, 0xa8, 0xc3, 0x92, 0xe0, 0x12, 0xa3, 0x42, 0x8f, 0xdf, 0x45, 0xa8, 0xfc, - 0x68, 0x83, 0xd8, 0x2d, 0x5a, 0x26, 0x6b, 0xa2, 0xf7, 0x80, 0xdb, 0xd8, 0xf3, 0x1a, 0xae, 0xdd, - 0xa2, 0x0d, 0xc3, 0x95, 0x9b, 0x95, 0xa8, 0xf1, 0x22, 0x9a, 0x2a, 0x37, 0x9b, 0xd4, 0xf3, 0x08, - 0xfd, 0x7e, 0x97, 0x7a, 0xbe, 0xa7, 0x8d, 0xbc, 0x96, 0xbb, 0x3e, 0xbe, 0xf0, 0x6a, 0xbf, 0x57, - 0x7a, 0xd9, 0x00, 0x4c, 0xc3, 0x15, 0x28, 0x49, 0x44, 0x8c, 0x49, 0xff, 0x3b, 0x39, 0x34, 0xb5, - 0x41, 0xdd, 0x27, 0x92, 0xa2, 0xca, 0xac, 0x97, 0x18, 0x84, 0xf5, 0x99, 0xe7, 0x18, 0x4d, 0x2a, - 0x74, 0x76, 0xb9, 0xdf, 0x2b, 0x5d, 0xe8, 0x04, 0x40, 0x49, 0x68, 0x9c, 0x1e, 0xdf, 0x40, 0x79, - 0x0e, 0xaa, 0x55, 0x85, 0x1a, 0x27, 0xfb, 0xbd, 0xd2, 0xb8, 0x07, 0xb0, 0x86, 0x65, 0x92, 0x10, - 0xcd, 0xde, 0x83, 0xff, 0xbf, 0x6c, 0x7b, 0x3e, 0x13, 0x2e, 0xb4, 0x08, 0xef, 0x21, 0x18, 0x76, - 0x04, 0x4a, 0x7e, 0x0f, 0x95, 0x09, 0xbf, 0x83, 0x10, 0x87, 0x94, 0x4d, 0xd3, 0x15, 0xaa, 0x7c, - 0xb9, 0xdf, 0x2b, 0x5d, 0x12, 0x22, 0x0c, 0xd3, 0x94, 0xfb, 0x41, 0x22, 0xc6, 0x6d, 0x34, 0xc1, - 0x7f, 0xad, 0x18, 0x5b, 0xb4, 0xc5, 0xf5, 0x58, 0xb8, 0x7d, 0x7d, 0x4e, 0x58, 0x24, 0x55, 0x3b, - 0x73, 0x32, 0xe9, 0x62, 0xc7, 0x77, 0xf7, 0x17, 0x4a, 0x62, 0xae, 0x5c, 0x16, 0x4d, 0xb5, 0x00, - 0x27, 0x77, 0xba, 0xcc, 0x33, 0xfb, 0x01, 0x9a, 0x49, 0xc8, 0xc0, 0x45, 0x94, 0xdb, 0xa5, 0xfb, - 0x5c, 0xcf, 0x84, 0xfd, 0x8b, 0x2f, 0xa2, 0x91, 0x27, 0x46, 0xab, 0x2b, 0xcc, 0x02, 0xe1, 0x3f, - 0xde, 0xcd, 0x7e, 0x2d, 0xa3, 0xff, 0x83, 0x0c, 0xc2, 0x15, 0xbb, 0xd3, 0xa1, 0x4d, 0x5f, 0x9e, - 0x49, 0x6f, 0xa3, 0xf1, 0x15, 0xbb, 0x69, 0xb4, 0x40, 0x01, 0xbc, 0xc3, 0xb4, 0x7e, 0xaf, 0x74, - 0x91, 0xbd, 0xf9, 0x5c, 0x8b, 0x61, 0xa4, 0x47, 0x8a, 0x48, 0x99, 0xe6, 0x08, 0x6d, 0xdb, 0x3e, - 0x05, 0xc6, 0x6c, 0xa4, 0x39, 0x60, 0x74, 0x01, 0x25, 0x6b, 0x2e, 0x22, 0xc6, 0xf3, 0x28, 0x5f, - 0x67, 0xb6, 0xa3, 0x69, 0xb7, 0x44, 0xaf, 0xc1, 0x6c, 0x01, 0x7b, 0x22, 0xb1, 0x84, 0x44, 0xfa, - 0x32, 0x9a, 0xaa, 0xb4, 0x2c, 0xda, 0xf1, 0xe5, 0xa7, 0x66, 0xb3, 0xae, 0xbc, 0x4d, 0x3b, 0xbe, - 0xfc, 0xd4, 0x6c, 0x6a, 0x36, 0x0c, 0x06, 0x95, 0x9f, 0x3a, 0x24, 0xd5, 0x7f, 0x92, 0x43, 0x2f, - 0x3f, 0xe8, 0x6e, 0x51, 0xb7, 0x43, 0x7d, 0xea, 0x09, 0x23, 0x13, 0x4a, 0x5d, 0x43, 0x33, 0x09, - 0xa4, 0x90, 0xfe, 0x5a, 0xbf, 0x57, 0xba, 0xb2, 0x1b, 0x22, 0x1b, 0xc2, 0x6e, 0x49, 0xad, 0x24, - 0x59, 0xf1, 0x32, 0x9a, 0x8e, 0x80, 0xec, 0x21, 0x3c, 0x2d, 0x0b, 0xb3, 0xed, 0x6a, 0xbf, 0x57, - 0x9a, 0x95, 0xa4, 0xb1, 0xc7, 0x96, 0xbb, 0x3e, 0xce, 0x86, 0x1f, 0xa0, 0x62, 0x04, 0xfa, 0xd0, - 0xb5, 0xbb, 0x8e, 0xa7, 0xe5, 0x40, 0x54, 0xa9, 0xdf, 0x2b, 0xbd, 0x22, 0x89, 0xda, 0x06, 0xa4, - 0x24, 0x2b, 0xc1, 0x88, 0x7f, 0x2e, 0x23, 0x4b, 0x13, 0xc3, 0x77, 0x18, 0x86, 0xef, 0xbd, 0x60, - 0xf8, 0x0e, 0x54, 0xd2, 0x5c, 0x9c, 0x53, 0x8c, 0xe6, 0xd8, 0x63, 0x24, 0x46, 0x73, 0xa2, 0xc5, - 0xd9, 0x0a, 0xba, 0x94, 0x2a, 0xeb, 0x48, 0xa3, 0xfa, 0xbf, 0xe4, 0x64, 0x29, 0x75, 0xdb, 0x0c, - 0x3b, 0x73, 0x5d, 0xee, 0xcc, 0xba, 0x6d, 0xc2, 0x97, 0x87, 0x77, 0xe6, 0x17, 0xfa, 0xbd, 0xd2, - 0xab, 0xd2, 0xc3, 0x3a, 0xb6, 0x19, 0xff, 0x00, 0x25, 0x79, 0xf1, 0x27, 0xe8, 0xa5, 0x04, 0x90, - 0xdb, 0x39, 0x3e, 0xfa, 0xaf, 0xf5, 0x7b, 0x25, 0x3d, 0x45, 0x6a, 0xdc, 0xec, 0x0d, 0x90, 0x82, - 0x0d, 0x74, 0x59, 0xd2, 0xba, 0xdd, 0xf1, 0x0d, 0xab, 0x23, 0x3e, 0x98, 0x7c, 0x96, 0xbc, 0xd1, - 0xef, 0x95, 0x5e, 0x97, 0xc7, 0x60, 0x40, 0x13, 0x7f, 0xf8, 0x41, 0x72, 0xb0, 0x89, 0xb4, 0x14, - 0x54, 0xad, 0x6d, 0x6c, 0x07, 0x5e, 0xc0, 0xf5, 0x7e, 0xaf, 0xf4, 0xc5, 0xd4, 0x36, 0x2c, 0x46, - 0x25, 0x35, 0x32, 0x50, 0x12, 0x26, 0x08, 0x47, 0xb8, 0x35, 0xdb, 0xa4, 0xf0, 0x0e, 0x23, 0x20, - 0x5f, 0xef, 0xf7, 0x4a, 0x57, 0x25, 0xf9, 0x1d, 0xdb, 0xa4, 0xf1, 0xc7, 0x4f, 0xe1, 0xd6, 0x7f, - 0x77, 0x84, 0x99, 0x5b, 0xf8, 0xae, 0x6f, 0xf8, 0x86, 0xeb, 0xe3, 0x77, 0x23, 0x47, 0x09, 0x7a, - 0xb5, 0x70, 0xbb, 0x18, 0x8c, 0xdd, 0x00, 0xbe, 0x30, 0xc1, 0x4c, 0xec, 0x6f, 0xf5, 0x4a, 0x99, - 0x7e, 0xaf, 0x34, 0x44, 0xf2, 0x92, 0xf5, 0xe0, 0xdf, 0xf4, 0x2c, 0xf0, 0x5d, 0x0c, 0xf8, 0xe4, - 0xef, 0x7e, 0x8c, 0x97, 0x7f, 0xe3, 0x3f, 0x40, 0x63, 0xe2, 0x19, 0xa0, 0x47, 0x0a, 0xb7, 0x2f, - 0x47, 0xd6, 0x5e, 0xf1, 0x4f, 0x62, 0xdc, 0x01, 0x17, 0x7e, 0x0f, 0x8d, 0x72, 0x23, 0x0e, 0xda, - 0x2e, 0xdc, 0x7e, 0x29, 0xfd, 0x6b, 0x11, 0x63, 0x17, 0x3c, 0x78, 0x19, 0xa1, 0xc8, 0x80, 0x87, - 0xde, 0x98, 0x90, 0x90, 0x34, 0xed, 0x31, 0x29, 0x12, 0x2f, 0x7e, 0x1b, 0x4d, 0x6c, 0x52, 0xb7, - 0x6d, 0x75, 0x8c, 0xd6, 0x86, 0xf5, 0x69, 0xe0, 0x90, 0x81, 0x73, 0xe3, 0x59, 0x9f, 0xca, 0x7d, - 0xa1, 0xd0, 0xe1, 0xef, 0xa6, 0x19, 0xc8, 0x31, 0x78, 0x90, 0x2f, 0x1c, 0x6a, 0x39, 0x62, 0xcf, - 0x93, 0x62, 0x2f, 0x3f, 0x42, 0x93, 0xca, 0xdc, 0xd0, 0xf2, 0x20, 0xfa, 0xd5, 0xa4, 0x68, 0x69, - 0xa2, 0xc7, 0xc4, 0xaa, 0x12, 0x98, 0x9f, 0x50, 0xeb, 0x58, 0xbe, 0x65, 0xb4, 0x2a, 0x76, 0xbb, - 0x6d, 0x74, 0x4c, 0x6d, 0x3c, 0xf2, 0x77, 0x2c, 0x8e, 0x69, 0x34, 0x39, 0x4a, 0xf6, 0x13, 0x54, - 0x26, 0x66, 0x7f, 0x45, 0x1f, 0x12, 0xda, 0xb4, 0x5d, 0xd3, 0xea, 0x6c, 0x6b, 0x08, 0x94, 0x06, - 0x86, 0xcf, 0xe3, 0xb8, 0x86, 0x1b, 0x20, 0x65, 0xc3, 0x17, 0x67, 0xfc, 0xe6, 0x70, 0xbe, 0x50, - 0x9c, 0x48, 0xb8, 0x54, 0x7f, 0x33, 0x87, 0x0a, 0x82, 0xf4, 0x9b, 0xb6, 0xd5, 0x39, 0x1f, 0xe0, - 0xc7, 0x19, 0xe0, 0xa9, 0x03, 0x75, 0xf4, 0x45, 0x0d, 0x54, 0xfd, 0x87, 0xd9, 0xd0, 0x1a, 0xd5, - 0x5d, 0xab, 0x73, 0x3c, 0x6b, 0x74, 0x0d, 0xa1, 0xca, 0x4e, 0xb7, 0xb3, 0xcb, 0xd7, 0x7a, 0xd9, - 0x68, 0xad, 0xd7, 0xb4, 0x88, 0x84, 0x61, 0x0b, 0xbe, 0x2a, 0x93, 0xcf, 0x7a, 0x66, 0x62, 0x61, - 0xfc, 0x33, 0x2e, 0x29, 0xf3, 0x26, 0x01, 0x30, 0x2e, 0xa1, 0x91, 0x85, 0x7d, 0x9f, 0x7a, 0xa0, - 0xf9, 0x1c, 0x5f, 0x10, 0x6e, 0x31, 0x00, 0xe1, 0x70, 0x7c, 0x17, 0xcd, 0x54, 0x69, 0xcb, 0xd8, - 0x5f, 0xb5, 0x5a, 0x2d, 0xcb, 0xa3, 0x4d, 0xbb, 0x63, 0x7a, 0xa0, 0x64, 0xd1, 0x5c, 0xdb, 0x23, - 0x49, 0x02, 0xac, 0xa3, 0xd1, 0xf5, 0xc7, 0x8f, 0x3d, 0xea, 0x83, 0xfa, 0x72, 0x0b, 0xa8, 0xdf, - 0x2b, 0x8d, 0xda, 0x00, 0x21, 0x02, 0xa3, 0xff, 0x28, 0x83, 0x8a, 0x55, 0xea, 0xed, 0xfa, 0xb6, - 0x13, 0x8e, 0xf2, 0x63, 0xa9, 0xe4, 0x06, 0x1a, 0x5b, 0xa5, 0x9e, 0xc7, 0x3e, 0x4b, 0x59, 0x78, - 0xdb, 0x69, 0xf1, 0xb6, 0x63, 0x6d, 0x0e, 0x26, 0x01, 0x3e, 0xfd, 0xad, 0x72, 0x87, 0xbc, 0x95, - 0xfe, 0x7b, 0x59, 0x74, 0x59, 0x3c, 0x71, 0xa5, 0x65, 0x39, 0x5b, 0xb6, 0xe1, 0x9a, 0x84, 0x36, - 0xa9, 0xf5, 0x84, 0x9e, 0xce, 0x89, 0xa7, 0x4e, 0x9d, 0xe1, 0x63, 0x4c, 0x9d, 0xdb, 0xa8, 0x20, - 0x34, 0x03, 0x9e, 0x3d, 0xff, 0x6c, 0x17, 0xfb, 0xbd, 0xd2, 0x84, 0xc9, 0xc1, 0xb0, 0x28, 0x22, - 0x32, 0x11, 0x1b, 0x24, 0x2b, 0xb4, 0xb3, 0xed, 0xef, 0xc0, 0x20, 0x19, 0xe1, 0x83, 0xa4, 0x05, - 0x10, 0x22, 0x30, 0xfa, 0x7f, 0xcb, 0xa2, 0x8b, 0x71, 0x95, 0x6f, 0xd0, 0x8e, 0x79, 0xae, 0xef, - 0x9f, 0x8d, 0xbe, 0xff, 0x6d, 0x16, 0x4d, 0x86, 0x9f, 0x9e, 0xef, 0xd1, 0xe6, 0xc9, 0xb8, 0x4c, - 0xd1, 0x07, 0x21, 0x77, 0xec, 0x0f, 0xc2, 0x71, 0xb4, 0xac, 0xa3, 0x51, 0x42, 0x0d, 0x4f, 0x7c, - 0x56, 0xc6, 0xb9, 0xc6, 0x5c, 0x80, 0x10, 0x81, 0xc1, 0x5f, 0x40, 0x63, 0xab, 0xc6, 0x53, 0xab, - 0xdd, 0x6d, 0x0b, 0x5b, 0x07, 0x21, 0xa5, 0xb6, 0xf1, 0x94, 0x04, 0x70, 0xfd, 0xdf, 0x65, 0xd0, - 0x94, 0x50, 0xaa, 0x10, 0x7e, 0x2c, 0xad, 0x46, 0xda, 0xc9, 0x1e, 0x5b, 0x3b, 0xb9, 0xe7, 0xd7, - 0x8e, 0xfe, 0xa3, 0x61, 0xa6, 0x1e, 0xe6, 0xfa, 0x9d, 0xf5, 0xd9, 0x18, 0xf5, 0xc8, 0xc8, 0x73, - 0xf4, 0xc8, 0x99, 0xf1, 0xab, 0xf5, 0xff, 0x39, 0x86, 0x90, 0xd0, 0xfe, 0xe2, 0xb9, 0x0d, 0x3f, - 0xde, 0xa8, 0xa9, 0xa2, 0x99, 0xc5, 0xce, 0x8e, 0xd1, 0x69, 0x52, 0x33, 0x5a, 0x5d, 0xb0, 0xa1, - 0x93, 0xe7, 0xf1, 0x6a, 0x2a, 0x90, 0xd1, 0xf2, 0x82, 0x24, 0x19, 0xf0, 0x2d, 0x54, 0xa8, 0x75, - 0x7c, 0xea, 0x1a, 0x4d, 0xdf, 0x7a, 0x42, 0x61, 0xf4, 0xe4, 0x17, 0xa6, 0xfb, 0xbd, 0x52, 0xc1, - 0x8a, 0xc0, 0x44, 0xa6, 0xc1, 0x77, 0xd1, 0x44, 0xdd, 0x70, 0x7d, 0xab, 0x69, 0x39, 0x46, 0xc7, - 0xf7, 0xb4, 0x3c, 0x2c, 0x8d, 0xe0, 0xdb, 0xe3, 0x48, 0x70, 0xa2, 0x50, 0xe1, 0xef, 0xa2, 0x71, - 0x58, 0x82, 0xc3, 0x9e, 0xc0, 0xf8, 0xa1, 0x7b, 0x02, 0xaf, 0x47, 0x71, 0x4e, 0xbe, 0x48, 0xf2, - 0x18, 0x73, 0x34, 0x15, 0x60, 0x9b, 0x20, 0x92, 0x88, 0xbf, 0x85, 0xc6, 0x16, 0x3b, 0x26, 0x08, - 0x47, 0x87, 0x0a, 0xd7, 0x85, 0xf0, 0x97, 0x22, 0xe1, 0xb6, 0x13, 0x93, 0x1d, 0x88, 0x4b, 0x9f, - 0x65, 0x85, 0x9f, 0xdd, 0x2c, 0x9b, 0xf8, 0x19, 0xac, 0x5e, 0x27, 0x5f, 0xd4, 0xea, 0x75, 0xea, - 0x39, 0x57, 0xaf, 0xfa, 0xa7, 0xa8, 0xb0, 0x50, 0x5f, 0x0a, 0x67, 0xef, 0xcb, 0x28, 0x57, 0x17, - 0x7b, 0x30, 0xc3, 0xfc, 0x83, 0xe9, 0x58, 0x26, 0x61, 0x30, 0x7c, 0x03, 0xe5, 0x2b, 0x10, 0x8e, - 0x14, 0xe1, 0xfc, 0x61, 0x1e, 0xce, 0x6f, 0x02, 0x0c, 0xc2, 0xf9, 0x01, 0x1a, 0x7f, 0x09, 0x8d, - 0xd5, 0x5d, 0x7b, 0xdb, 0x35, 0xda, 0x22, 0xd6, 0x55, 0x60, 0xce, 0xbe, 0xc3, 0x41, 0x24, 0xc0, - 0xe9, 0x7f, 0x39, 0x83, 0x46, 0x37, 0x7c, 0xc3, 0xef, 0x7a, 0x8c, 0x63, 0xa3, 0x0b, 0x2b, 0x68, - 0x68, 0x3b, 0xcf, 0x39, 0x3c, 0x0e, 0x22, 0x01, 0x0e, 0xdf, 0x40, 0x23, 0x8b, 0xae, 0x6b, 0xbb, - 0xf2, 0xb6, 0x0c, 0x65, 0x00, 0x79, 0x5b, 0x06, 0x28, 0xf0, 0x3d, 0x54, 0xe0, 0x36, 0x87, 0x2f, - 0x3c, 0xf8, 0x73, 0x5c, 0xea, 0xf7, 0x4a, 0x33, 0x62, 0xd1, 0x21, 0xef, 0x4f, 0x49, 0x94, 0xfa, - 0x8f, 0x73, 0x92, 0x53, 0xc0, 0x35, 0x7e, 0x06, 0x17, 0xef, 0x77, 0x50, 0x6e, 0xa1, 0xbe, 0x24, - 0x0c, 0xe0, 0x85, 0x80, 0x55, 0x1a, 0x2a, 0x31, 0x3e, 0x46, 0x8d, 0xaf, 0xa0, 0xe1, 0x3a, 0x1b, - 0x3e, 0xa3, 0x30, 0x3c, 0xf2, 0xfd, 0x5e, 0x69, 0xd8, 0x61, 0xe3, 0x07, 0xa0, 0x80, 0x35, 0xfc, - 0x1d, 0xb0, 0x65, 0xe3, 0x02, 0x6b, 0xf8, 0x3b, 0x04, 0xa0, 0x0c, 0x5b, 0x76, 0xb7, 0x9f, 0x08, - 0xab, 0x05, 0x58, 0xc3, 0xdd, 0x7e, 0x42, 0x00, 0x8a, 0xe7, 0x11, 0x22, 0xd4, 0xef, 0xba, 0x1d, - 0xd8, 0xe2, 0x1c, 0x07, 0x37, 0x19, 0xac, 0xa1, 0x0b, 0xd0, 0x46, 0xd3, 0x36, 0x29, 0x91, 0x48, - 0xf4, 0xbf, 0x1e, 0xc5, 0x5f, 0xaa, 0x96, 0xb7, 0x7b, 0xde, 0x85, 0x47, 0xe8, 0x42, 0x43, 0xac, - 0x44, 0x92, 0x9d, 0x54, 0x42, 0x23, 0x4b, 0x2d, 0x63, 0xdb, 0x83, 0x3e, 0x1c, 0xe1, 0x51, 0x89, - 0xc7, 0x0c, 0x40, 0x38, 0x3c, 0xd6, 0x4f, 0xf9, 0xc3, 0xfb, 0xe9, 0xaf, 0x8c, 0x84, 0xb3, 0x6d, - 0x8d, 0xfa, 0x7b, 0xb6, 0x7b, 0xde, 0x55, 0xcf, 0xda, 0x55, 0xd7, 0xd0, 0xd8, 0x86, 0xdb, 0x84, - 0x65, 0x26, 0xef, 0xad, 0x89, 0x7e, 0xaf, 0x94, 0xf7, 0xdc, 0x26, 0x5f, 0x62, 0x06, 0x48, 0x46, - 0x57, 0xf5, 0x7c, 0xa0, 0x1b, 0x8b, 0xe8, 0x4c, 0xcf, 0x17, 0x74, 0x02, 0x29, 0xe8, 0xea, 0xb6, - 0xeb, 0x8b, 0x8e, 0x0b, 0xe9, 0x1c, 0xdb, 0xf5, 0x49, 0x80, 0xc4, 0x5f, 0x41, 0x68, 0xb3, 0x52, - 0xff, 0x98, 0xba, 0xa0, 0x2e, 0x3e, 0x17, 0xc1, 0x5c, 0x3f, 0xe1, 0x20, 0x22, 0xa1, 0xf1, 0x26, - 0x1a, 0x5f, 0x77, 0xa8, 0x0b, 0xc9, 0x13, 0xe0, 0x01, 0x4c, 0xdd, 0x7e, 0x23, 0xa6, 0x5a, 0xd1, - 0xef, 0x73, 0xe2, 0x6f, 0x48, 0xce, 0xbf, 0x2f, 0x76, 0xf0, 0x93, 0x44, 0x82, 0xf0, 0x3d, 0x34, - 0x5a, 0xe6, 0x7e, 0x5e, 0x01, 0x44, 0x86, 0x2a, 0x5b, 0x64, 0x7f, 0x38, 0x8a, 0x2f, 0x0a, 0x0d, - 0xf8, 0x9f, 0x08, 0x72, 0xfd, 0x06, 0x2a, 0xc6, 0x9b, 0xc1, 0x05, 0x34, 0x56, 0x59, 0x5f, 0x5b, - 0x5b, 0xac, 0x6c, 0x16, 0x87, 0x70, 0x1e, 0x0d, 0x6f, 0x2c, 0xae, 0x55, 0x8b, 0x19, 0xfd, 0x97, - 0x25, 0x0b, 0xc2, 0x86, 0xd6, 0x79, 0x04, 0xf7, 0x58, 0x61, 0x91, 0x22, 0x84, 0x2d, 0x37, 0x5d, - 0xa3, 0xe3, 0xb5, 0x2d, 0xdf, 0xa7, 0xa6, 0xf8, 0x4a, 0x40, 0x58, 0xcf, 0x7f, 0x4a, 0x12, 0x78, - 0x7c, 0x13, 0x4d, 0x02, 0x4c, 0x44, 0xf2, 0x4c, 0x18, 0xbd, 0x82, 0xc1, 0x7d, 0x4a, 0x54, 0xa4, - 0xfe, 0xaf, 0xa2, 0x20, 0xee, 0x0a, 0x35, 0x4e, 0x6b, 0xe0, 0xef, 0x8f, 0x48, 0x7f, 0xe9, 0x7f, - 0x6b, 0x98, 0x6f, 0xc9, 0xf3, 0x14, 0x97, 0x93, 0x50, 0xe5, 0xdd, 0xc0, 0x37, 0x14, 0x9a, 0x9c, - 0x0a, 0x35, 0x01, 0xd0, 0x84, 0x06, 0xb8, 0x1f, 0x79, 0x13, 0x8d, 0xae, 0x52, 0x7f, 0xc7, 0x36, - 0xc5, 0x06, 0xe8, 0xc5, 0x7e, 0xaf, 0x54, 0x6c, 0x03, 0x44, 0xf2, 0xf7, 0x04, 0x0d, 0xde, 0x45, - 0xb8, 0x66, 0xd2, 0x8e, 0x6f, 0xf9, 0xfb, 0x65, 0xdf, 0x77, 0xad, 0xad, 0xae, 0x4f, 0x3d, 0xa1, - 0xb7, 0xcb, 0x89, 0x75, 0xca, 0x06, 0xe4, 0x8f, 0xc1, 0x9e, 0xe7, 0x45, 0x23, 0x24, 0x8f, 0xc4, - 0xfe, 0xef, 0x5e, 0x69, 0x94, 0xd3, 0x90, 0x14, 0xb1, 0xf8, 0x23, 0x34, 0xbe, 0xba, 0x54, 0xae, - 0xd2, 0x27, 0x56, 0x93, 0x8a, 0xcd, 0x8b, 0x97, 0x43, 0x2d, 0x06, 0x88, 0x50, 0x25, 0x90, 0xff, - 0xd0, 0x7e, 0x6c, 0x34, 0x4c, 0x80, 0xcb, 0xf9, 0x0f, 0x21, 0x31, 0x1b, 0x2d, 0x3c, 0x93, 0x42, - 0x44, 0x17, 0xc2, 0xd1, 0xa2, 0xe6, 0x57, 0xc4, 0x75, 0xc5, 0xb1, 0xb1, 0xd1, 0x92, 0x3f, 0xc6, - 0x68, 0xf9, 0xaf, 0x19, 0x54, 0x24, 0xd4, 0xb3, 0xbb, 0x6e, 0xf4, 0x06, 0xf8, 0x1a, 0x1a, 0x96, - 0x36, 0xe9, 0x21, 0x6a, 0x12, 0xdb, 0x19, 0x06, 0x3c, 0xde, 0x40, 0x63, 0x8b, 0x4f, 0x1d, 0xcb, - 0xa5, 0x9e, 0x18, 0x23, 0x07, 0xad, 0x10, 0x5f, 0x15, 0x2b, 0xc4, 0x19, 0xca, 0x59, 0x12, 0x8b, - 0x43, 0x0e, 0x86, 0x8c, 0x12, 0xc7, 0x34, 0x7c, 0x6a, 0x2e, 0xec, 0x0b, 0xdf, 0x9f, 0x67, 0x94, - 0x70, 0x60, 0x63, 0x6b, 0x5f, 0xc9, 0x28, 0x09, 0x48, 0xf1, 0xeb, 0x28, 0xb7, 0xb9, 0xb9, 0x22, - 0x06, 0x0f, 0x24, 0xda, 0xf9, 0xbe, 0x9c, 0x32, 0xc3, 0xb0, 0xfa, 0xcf, 0x67, 0x11, 0x62, 0x63, - 0xb4, 0xe2, 0x52, 0xc3, 0x3f, 0x19, 0x43, 0xb3, 0x80, 0xf2, 0x81, 0xc2, 0xc5, 0xfc, 0xd0, 0x02, - 0xde, 0x78, 0x47, 0xc4, 0xdb, 0x0e, 0xf0, 0xcc, 0x99, 0x23, 0x76, 0x8b, 0xf2, 0x64, 0x11, 0x91, - 0x73, 0xe8, 0x32, 0x00, 0xe1, 0x70, 0xfc, 0x15, 0x34, 0x2e, 0x3a, 0xd9, 0x0e, 0x22, 0xd9, 0x7c, - 0xc9, 0x17, 0x00, 0x49, 0x84, 0xd7, 0x7f, 0x23, 0xc3, 0x95, 0x52, 0xa5, 0x2d, 0x7a, 0x7a, 0x95, - 0xa2, 0xff, 0x20, 0x83, 0x30, 0x13, 0x56, 0x37, 0x3c, 0x6f, 0xcf, 0x76, 0xcd, 0xca, 0x8e, 0xd1, - 0xd9, 0x3e, 0x91, 0xd7, 0xd1, 0xff, 0xc7, 0x08, 0xba, 0xa0, 0xec, 0x2a, 0x9f, 0xf2, 0xf1, 0x76, - 0x43, 0x1d, 0x6f, 0xb0, 0x78, 0x87, 0xf1, 0x26, 0x2f, 0xde, 0xf9, 0xc8, 0xfb, 0x22, 0x1a, 0x17, - 0xef, 0x5c, 0xab, 0x8a, 0x91, 0x07, 0x9f, 0x7d, 0xcb, 0x24, 0x11, 0x02, 0xbf, 0x89, 0x26, 0xc4, - 0x0f, 0x66, 0xfd, 0x83, 0xf8, 0x2c, 0x8c, 0x63, 0x8f, 0x01, 0x88, 0x82, 0xc6, 0x6f, 0xa1, 0x71, - 0x36, 0x38, 0xb7, 0x21, 0x4b, 0x73, 0x2c, 0x4a, 0x66, 0x34, 0x03, 0xa0, 0x6c, 0x12, 0x42, 0x4a, - 0xf6, 0x49, 0x11, 0x7b, 0x0d, 0xf9, 0xe8, 0x93, 0xc2, 0xf7, 0x1a, 0xe4, 0x4f, 0x8a, 0xd8, 0x75, - 0xf8, 0x04, 0x15, 0xca, 0x9d, 0x8e, 0xcd, 0xb3, 0x85, 0x3d, 0x11, 0x50, 0x1b, 0xf8, 0x2d, 0x79, - 0x1d, 0x52, 0xec, 0x22, 0xfa, 0xd4, 0x8f, 0x89, 0x2c, 0x10, 0xdf, 0x66, 0x1d, 0xf1, 0xc4, 0xa2, - 0x7b, 0xd4, 0x15, 0x29, 0x0b, 0x10, 0x54, 0x74, 0x05, 0x4c, 0x4e, 0xb8, 0x0b, 0xe8, 0xf0, 0x02, - 0x9a, 0xac, 0xbb, 0xb6, 0x63, 0x7b, 0xd4, 0xe4, 0x8a, 0x2a, 0x00, 0xe3, 0x95, 0x7e, 0xaf, 0xa4, - 0x39, 0x02, 0xd1, 0x00, 0x8d, 0x49, 0xec, 0x2a, 0x0b, 0x7e, 0x8c, 0x2e, 0x0a, 0x65, 0x52, 0x33, - 0xe8, 0xd1, 0x5a, 0xd5, 0xd3, 0x26, 0x20, 0xd1, 0x0c, 0xc7, 0x07, 0x43, 0xad, 0xba, 0x70, 0x35, - 0x08, 0xe6, 0xb9, 0x02, 0xd6, 0xb0, 0x4c, 0xb9, 0xab, 0x53, 0xe5, 0xe9, 0x7b, 0x6c, 0x01, 0x19, - 0xfc, 0xc4, 0x6f, 0xaa, 0x99, 0xc6, 0x99, 0x28, 0x98, 0x24, 0x32, 0xf6, 0x94, 0xd4, 0x62, 0xb6, - 0x78, 0x7d, 0x60, 0x75, 0x4c, 0x11, 0x1d, 0x82, 0xc5, 0xeb, 0xae, 0xd5, 0x31, 0x09, 0x40, 0x19, - 0x56, 0x4a, 0xbf, 0x02, 0x2c, 0xfb, 0x20, 0xf1, 0xcf, 0x90, 0xfe, 0xa3, 0x4c, 0x6c, 0xb6, 0x9d, - 0xa0, 0x21, 0x53, 0x86, 0x7f, 0x6e, 0xc0, 0xf0, 0xd7, 0x7f, 0x21, 0x8b, 0x0a, 0x6c, 0x41, 0xb6, - 0x64, 0xbb, 0x7b, 0x86, 0x7b, 0x32, 0x51, 0xaa, 0x17, 0xb6, 0x69, 0x25, 0xf9, 0x7b, 0xc3, 0x47, - 0xf0, 0xf7, 0xae, 0xa0, 0x61, 0x69, 0x9f, 0x95, 0x47, 0x8d, 0xd8, 0xa2, 0x16, 0xa0, 0xfa, 0x9f, - 0xcc, 0x22, 0xf4, 0xad, 0x5b, 0xb7, 0xce, 0xb0, 0x82, 0xf4, 0xbf, 0x9a, 0x41, 0xd3, 0x22, 0x8c, - 0x29, 0xa5, 0xdb, 0x8f, 0x05, 0x01, 0x68, 0x79, 0x46, 0x71, 0x10, 0x09, 0x70, 0xcc, 0xd4, 0x2c, - 0x3e, 0xb5, 0x7c, 0x88, 0xe4, 0x48, 0xf9, 0xf6, 0x54, 0xc0, 0x64, 0x53, 0x13, 0xd0, 0xe1, 0x37, - 0x83, 0x00, 0x6d, 0x2e, 0xb2, 0xaf, 0x8c, 0x61, 0x31, 0x35, 0x48, 0xab, 0xff, 0xea, 0x30, 0x1a, - 0x5e, 0x7c, 0x4a, 0x9b, 0xa7, 0xbc, 0x6b, 0xa4, 0x65, 0xdf, 0xf0, 0x31, 0x97, 0x7d, 0xcf, 0xb3, - 0xe3, 0xf4, 0x41, 0xd4, 0x9f, 0xa3, 0x6a, 0xf3, 0xb1, 0x9e, 0x8f, 0x37, 0x1f, 0xf4, 0xf4, 0xe9, - 0xdb, 0xb0, 0xfc, 0x67, 0x39, 0x94, 0xdb, 0xa8, 0xd4, 0xcf, 0xc7, 0xcd, 0x89, 0x8e, 0x9b, 0x83, - 0x23, 0xfa, 0x7a, 0x18, 0xa4, 0xcb, 0x47, 0x49, 0x1a, 0xb1, 0x78, 0xdc, 0x1f, 0xe4, 0xd0, 0xd4, - 0xc6, 0xd2, 0x66, 0x5d, 0x5a, 0x27, 0x3f, 0x40, 0xf9, 0x25, 0xab, 0x45, 0x61, 0xc7, 0x9d, 0x77, - 0xe9, 0x95, 0x84, 0xfb, 0xf4, 0xb0, 0xd6, 0xf1, 0xdf, 0xbe, 0xfb, 0xb1, 0xd1, 0xea, 0x52, 0x58, - 0xa5, 0x8d, 0x3f, 0xb6, 0x5a, 0xb4, 0xe1, 0x59, 0x9f, 0xd2, 0x5f, 0x64, 0xcb, 0xc0, 0x50, 0x00, - 0xfe, 0x3a, 0xca, 0x3d, 0x14, 0xfb, 0x55, 0x83, 0xe4, 0xdc, 0xb9, 0xcd, 0xe5, 0x30, 0x23, 0x98, - 0xeb, 0x5a, 0x26, 0x48, 0x60, 0x5c, 0x8c, 0xf9, 0x43, 0xf1, 0x01, 0x7e, 0x26, 0xe6, 0xed, 0x80, - 0xf9, 0xc3, 0x5a, 0x15, 0x6f, 0xa0, 0x42, 0x9d, 0xba, 0x6d, 0x0b, 0x3a, 0x2a, 0xb0, 0xd9, 0x07, - 0x0b, 0x61, 0x1e, 0x71, 0xc1, 0x89, 0x98, 0x40, 0x98, 0x2c, 0x05, 0x7f, 0x1b, 0x21, 0xee, 0xa3, - 0x3c, 0xe3, 0x09, 0xae, 0x57, 0xc1, 0xbf, 0xe4, 0xe7, 0x80, 0x7c, 0x4b, 0x5e, 0x7c, 0xc3, 0x72, - 0x59, 0x12, 0x86, 0x77, 0x51, 0x71, 0xd5, 0x36, 0xad, 0xc7, 0x56, 0x13, 0x3c, 0x4d, 0x68, 0x60, - 0xf4, 0xf0, 0xed, 0xe0, 0x7e, 0xaf, 0xf4, 0x4a, 0x5b, 0xe2, 0x4b, 0x6b, 0x26, 0x21, 0x58, 0xff, - 0xc7, 0x23, 0x68, 0x98, 0x75, 0xfb, 0xf9, 0xfc, 0x3d, 0xce, 0xfc, 0x2d, 0xa3, 0xe2, 0x23, 0xdb, - 0xdd, 0xb5, 0x3a, 0xdb, 0x55, 0xcb, 0x85, 0x55, 0xf8, 0xbe, 0x58, 0x03, 0xc1, 0x3e, 0xe7, 0x1e, - 0xc7, 0x35, 0xcc, 0x00, 0x49, 0x12, 0xe4, 0x87, 0xcc, 0xe0, 0x77, 0x10, 0xda, 0x34, 0xdc, 0x6d, - 0xea, 0x03, 0x4d, 0x3e, 0x3a, 0x15, 0xe4, 0x03, 0xb4, 0xc1, 0x48, 0xe5, 0x53, 0x41, 0x11, 0x31, - 0x5b, 0xec, 0xf1, 0x9d, 0x22, 0xb6, 0x02, 0x9a, 0xe4, 0x8b, 0x3d, 0xd8, 0x29, 0x92, 0x9d, 0x00, - 0xbe, 0x67, 0x54, 0x47, 0x48, 0x8a, 0xbe, 0xa1, 0x98, 0x22, 0x14, 0xe3, 0x20, 0x0e, 0x33, 0xa5, - 0x04, 0xdf, 0x88, 0x24, 0x03, 0xbf, 0x1d, 0xdb, 0x1e, 0xc0, 0x8a, 0xb4, 0x81, 0xbb, 0x03, 0xd1, - 0xf6, 0xf2, 0xc4, 0x61, 0xdb, 0xcb, 0xfa, 0x0f, 0xb3, 0x68, 0x7c, 0xa3, 0xbb, 0xe5, 0xed, 0x7b, - 0x3e, 0x6d, 0x9f, 0xf2, 0x61, 0x1c, 0x2c, 0x8c, 0x86, 0xd3, 0x16, 0x46, 0xf8, 0xf5, 0x40, 0x29, - 0x52, 0x04, 0x28, 0x74, 0xe9, 0x02, 0x75, 0xfc, 0xdd, 0x2c, 0x2a, 0xf2, 0xb0, 0x62, 0xd5, 0xf2, - 0x9a, 0x2f, 0x20, 0x97, 0xee, 0xe4, 0xb5, 0x72, 0xbc, 0x50, 0xfc, 0x33, 0x64, 0x28, 0xea, 0x7f, - 0x2a, 0x8b, 0x0a, 0xe5, 0xae, 0xbf, 0x53, 0xf6, 0x61, 0x6c, 0x9d, 0xc9, 0xf5, 0xc9, 0xbf, 0xc8, - 0xa0, 0x69, 0xf6, 0x20, 0x9b, 0xf6, 0x2e, 0xed, 0xbc, 0x80, 0x00, 0x97, 0x1c, 0xa8, 0xca, 0x3e, - 0x67, 0xa0, 0x2a, 0xd0, 0x65, 0xee, 0x88, 0x01, 0xbb, 0xdf, 0xc8, 0x20, 0x44, 0xec, 0x16, 0xfd, - 0x9c, 0xbc, 0xc6, 0x0b, 0x08, 0x80, 0x9c, 0xe4, 0x6b, 0xfc, 0x24, 0x83, 0x2e, 0x6e, 0xba, 0x6c, - 0x05, 0x62, 0x8a, 0x85, 0xc8, 0x29, 0xef, 0x97, 0xe4, 0x0b, 0x9d, 0xf2, 0x1e, 0xfa, 0xed, 0x0c, - 0x7a, 0x59, 0x7d, 0xa1, 0xcf, 0x83, 0x15, 0xf8, 0xd7, 0x19, 0x74, 0xe9, 0x43, 0x28, 0x1e, 0x11, - 0x6e, 0x8e, 0x7c, 0xfe, 0xde, 0xe8, 0x94, 0x8f, 0xbc, 0xdf, 0xcc, 0xa0, 0x0b, 0xeb, 0xb5, 0x6a, - 0xe5, 0xf3, 0xd2, 0x43, 0x89, 0xf7, 0xf9, 0x1c, 0xf4, 0xcf, 0x46, 0x79, 0x75, 0xe5, 0xf3, 0xd4, - 0x3f, 0xca, 0xfb, 0x9c, 0xf2, 0xfe, 0xf9, 0xd3, 0xa3, 0xa8, 0xf0, 0xa0, 0xbb, 0x45, 0xc5, 0x66, - 0xc4, 0x99, 0xf6, 0xf4, 0x6f, 0xa3, 0x82, 0x50, 0x03, 0xac, 0x92, 0xa5, 0x13, 0x5f, 0xa2, 0xf2, - 0x0a, 0x2c, 0x93, 0x89, 0x4c, 0xc4, 0x56, 0x5c, 0x1f, 0x53, 0x77, 0x4b, 0xce, 0xb2, 0x7c, 0x42, - 0xdd, 0x2d, 0x02, 0x50, 0xbc, 0x12, 0x65, 0x53, 0x94, 0xeb, 0x35, 0x28, 0xf3, 0x20, 0x16, 0xe8, - 0x50, 0xb7, 0x22, 0xdc, 0x4f, 0x33, 0x1c, 0x8b, 0x17, 0x88, 0x90, 0x33, 0xbc, 0xe3, 0x9c, 0x78, - 0x0d, 0xcd, 0x04, 0xb0, 0xa8, 0xc6, 0x41, 0x3e, 0x45, 0x5c, 0x5a, 0x75, 0x83, 0x24, 0x2b, 0xfe, - 0x00, 0x4d, 0x04, 0x40, 0xd8, 0x6c, 0x1b, 0x07, 0x51, 0xaf, 0xf4, 0x7b, 0xa5, 0xcb, 0xa1, 0xa8, - 0x5d, 0x4b, 0xc9, 0x60, 0x57, 0x18, 0x64, 0x01, 0xb0, 0xec, 0x44, 0x29, 0x02, 0x62, 0x99, 0x22, - 0x0a, 0x03, 0x7e, 0x0b, 0x04, 0x38, 0x76, 0xc7, 0xa3, 0xb0, 0x39, 0x51, 0x80, 0x14, 0x44, 0xc8, - 0xd6, 0x70, 0x05, 0x9c, 0x27, 0x9a, 0x2a, 0x64, 0x78, 0x1d, 0xa1, 0x28, 0x88, 0x2c, 0xd2, 0xf9, - 0x8f, 0x1c, 0xde, 0x96, 0x44, 0xe8, 0xff, 0x86, 0xad, 0xdf, 0x1c, 0x27, 0x1c, 0xc9, 0x6f, 0xa2, - 0xd1, 0xb2, 0xe3, 0x3c, 0x24, 0x35, 0xb1, 0xad, 0x02, 0x51, 0x18, 0xc3, 0x71, 0x1a, 0x5d, 0xd7, - 0x92, 0xb7, 0x8a, 0x39, 0x11, 0xae, 0xa0, 0xc9, 0xb2, 0xe3, 0xd4, 0xbb, 0x5b, 0x2d, 0xab, 0x29, - 0x95, 0x5d, 0xe1, 0xb5, 0x7b, 0x1c, 0xa7, 0xe1, 0x00, 0x26, 0x5e, 0xb4, 0x46, 0xe5, 0xc1, 0x9f, - 0xa0, 0xf1, 0xb2, 0xe3, 0x88, 0xaa, 0x1f, 0x39, 0xd8, 0x8c, 0xd5, 0x83, 0x77, 0x92, 0x9e, 0x6d, - 0x2e, 0x24, 0xe2, 0x05, 0x3e, 0xae, 0x88, 0xcd, 0xd9, 0x8b, 0xac, 0xa1, 0x44, 0x75, 0x8f, 0x48, - 0x24, 0xfe, 0x2a, 0x1a, 0x2b, 0x3b, 0x8e, 0x14, 0x1e, 0x80, 0x3d, 0x20, 0xc6, 0x15, 0xeb, 0xa2, - 0x80, 0x6c, 0xf6, 0x3d, 0x34, 0xa5, 0x36, 0x76, 0xa4, 0x0a, 0x20, 0x7f, 0x98, 0x81, 0x17, 0x3a, - 0xe5, 0xa9, 0x0e, 0x77, 0x50, 0xae, 0xec, 0x38, 0xc2, 0x9c, 0x5c, 0x48, 0xe9, 0x8f, 0x78, 0x3e, - 0x6f, 0xd9, 0x71, 0x82, 0x57, 0xe7, 0xc9, 0x48, 0x67, 0xeb, 0xd5, 0x7f, 0xcc, 0x5f, 0xfd, 0x94, - 0xe7, 0x0e, 0xfd, 0x6a, 0x0e, 0x4d, 0x97, 0x1d, 0xe7, 0xbc, 0xb0, 0xc9, 0x8b, 0xca, 0x1a, 0xbe, - 0x85, 0x90, 0x64, 0x1e, 0xc7, 0xc2, 0xa4, 0xbc, 0x82, 0x64, 0x1a, 0xb5, 0x0c, 0x91, 0x88, 0x82, - 0xe1, 0x97, 0x3f, 0xd2, 0xf0, 0xfb, 0x27, 0x4a, 0xc7, 0x41, 0x91, 0x86, 0xf3, 0x8e, 0x1b, 0x39, - 0x96, 0x47, 0x35, 0x25, 0x2b, 0x53, 0x1c, 0x09, 0x12, 0xb9, 0x53, 0xc1, 0x01, 0xb5, 0x26, 0x43, - 0x35, 0x2c, 0x93, 0xc4, 0x68, 0x83, 0x3e, 0x1c, 0x3b, 0x52, 0x1f, 0xfe, 0x52, 0x16, 0xcd, 0x44, - 0x7d, 0xf8, 0x22, 0x1c, 0xd3, 0x79, 0x84, 0x78, 0x90, 0x32, 0xcc, 0x80, 0x98, 0xe4, 0x67, 0x59, - 0x3c, 0x80, 0x8a, 0xb3, 0x2c, 0x11, 0x49, 0xb8, 0x99, 0x92, 0x4b, 0xdd, 0x4c, 0xb9, 0x81, 0xf2, - 0xc4, 0xd8, 0xfb, 0xa8, 0x4b, 0xdd, 0x7d, 0xf1, 0x29, 0x85, 0x50, 0xba, 0x6b, 0xec, 0x35, 0xbe, - 0xcf, 0x80, 0x24, 0x44, 0x63, 0x3d, 0xcc, 0x62, 0x96, 0x82, 0xc7, 0x3c, 0x8b, 0x39, 0xcc, 0x5d, - 0x16, 0x4a, 0x1a, 0x3d, 0x92, 0x92, 0x7e, 0x7b, 0x14, 0x15, 0xab, 0x86, 0x6f, 0x6c, 0x19, 0x1e, - 0x95, 0x16, 0x12, 0xd3, 0x01, 0x8c, 0x0d, 0x04, 0x2b, 0x2c, 0xf5, 0x07, 0x9b, 0x2d, 0xe6, 0x56, - 0xc3, 0xe3, 0x50, 0xb9, 0xa2, 0x59, 0x8c, 0x01, 0x7f, 0x3d, 0x92, 0x1b, 0x16, 0x83, 0xe3, 0xee, - 0x0c, 0x68, 0xcc, 0xdc, 0x6a, 0x38, 0x02, 0x4c, 0x12, 0x84, 0xf8, 0x26, 0x2a, 0x04, 0x30, 0xe6, - 0x3c, 0xe5, 0xa2, 0x77, 0x36, 0xb7, 0x98, 0xef, 0x44, 0x64, 0x34, 0x7e, 0x07, 0x4d, 0x04, 0x3f, - 0x25, 0xb7, 0x04, 0x7c, 0x2d, 0x73, 0x2b, 0xe1, 0x38, 0xca, 0xa4, 0x32, 0x2b, 0xcc, 0xcf, 0x11, - 0x85, 0x35, 0x56, 0x08, 0x52, 0x21, 0xc5, 0xdf, 0x47, 0x53, 0xc1, 0x6f, 0xe1, 0x6c, 0x8d, 0x82, - 0xb3, 0x75, 0x33, 0xd0, 0x7c, 0x5c, 0xad, 0x73, 0x2a, 0x39, 0x77, 0xbb, 0x5e, 0x11, 0x6e, 0xd7, - 0x05, 0x73, 0x2b, 0xe9, 0x75, 0xc5, 0x1a, 0xc0, 0x35, 0x34, 0x13, 0x40, 0xca, 0x8f, 0x36, 0x08, - 0xdd, 0x66, 0xb3, 0x72, 0x2c, 0x72, 0x96, 0xcd, 0xad, 0x06, 0x94, 0x88, 0x04, 0x84, 0xec, 0xb3, - 0x27, 0xb8, 0x70, 0x0b, 0x5d, 0x51, 0x80, 0xa6, 0xb7, 0x63, 0x3d, 0xf6, 0x85, 0xa7, 0x5b, 0xab, - 0x8a, 0xe5, 0x00, 0x54, 0x0b, 0x0b, 0xa5, 0x72, 0x9a, 0xa0, 0x34, 0x5e, 0x43, 0xa9, 0x37, 0x7a, - 0xa0, 0x34, 0xbc, 0x81, 0x2e, 0x06, 0xf8, 0x0f, 0x2b, 0xf5, 0xba, 0x6b, 0x7f, 0x8f, 0x36, 0xfd, - 0x5a, 0x55, 0xac, 0x14, 0xe0, 0x90, 0xaa, 0xb9, 0xd5, 0xd8, 0x6e, 0x3a, 0x6c, 0x50, 0x30, 0x9c, - 0x2a, 0x3c, 0x95, 0x19, 0x7f, 0x8c, 0x2e, 0x49, 0xf0, 0x5a, 0xc7, 0xf3, 0x8d, 0x4e, 0x93, 0xd6, - 0xaa, 0x62, 0xf9, 0x00, 0x4b, 0x19, 0x21, 0xd5, 0x12, 0x48, 0x55, 0x6c, 0x3a, 0xfb, 0x6c, 0x19, - 0x5d, 0x48, 0xe9, 0xa9, 0x23, 0xf9, 0xac, 0x3f, 0xcc, 0x46, 0x83, 0xe3, 0x94, 0x3b, 0xae, 0x0b, - 0x28, 0x1f, 0xbc, 0x89, 0xf8, 0x84, 0x68, 0x83, 0x06, 0x78, 0x5c, 0x46, 0x80, 0x57, 0xd4, 0x71, - 0xca, 0x9d, 0xd9, 0x17, 0xa1, 0x8e, 0xcf, 0x32, 0x91, 0x3a, 0x4e, 0xb9, 0x83, 0xfb, 0x9b, 0xb9, - 0x68, 0x66, 0x9f, 0x7b, 0xb9, 0x2f, 0xca, 0x59, 0x8a, 0x36, 0x4e, 0x47, 0x8f, 0x90, 0xf9, 0x2a, - 0x0f, 0xcd, 0xb1, 0xe7, 0x1c, 0x9a, 0xbf, 0x93, 0xec, 0x4f, 0xee, 0x80, 0x9c, 0xca, 0xfe, 0x7c, - 0x01, 0x93, 0x15, 0xdf, 0x46, 0x93, 0xc1, 0xff, 0xdc, 0x53, 0x1b, 0x91, 0x4e, 0xcc, 0x6e, 0x09, - 0x47, 0x4d, 0x25, 0xc1, 0xdf, 0x41, 0x97, 0x15, 0x40, 0xdd, 0x70, 0x8d, 0x36, 0xf5, 0xa9, 0xcb, - 0x7d, 0x04, 0x51, 0xa0, 0x34, 0xe0, 0x6e, 0x38, 0x21, 0x5a, 0xae, 0xf1, 0x39, 0x40, 0x82, 0x34, - 0x38, 0xc6, 0x8e, 0xb0, 0xab, 0xfe, 0x9f, 0xb3, 0x68, 0xb2, 0x6e, 0x7b, 0xfe, 0xb6, 0x4b, 0xbd, - 0xba, 0xe1, 0x7a, 0xf4, 0xec, 0xf6, 0xe8, 0xd7, 0xd0, 0x24, 0x9c, 0x60, 0x68, 0xd3, 0x8e, 0x2f, - 0x55, 0x2e, 0xe5, 0x55, 0x7c, 0x02, 0x04, 0xb8, 0x8d, 0x44, 0x25, 0xc4, 0x25, 0x34, 0xc2, 0xc7, - 0x80, 0x74, 0xae, 0x84, 0x0f, 0x00, 0x0e, 0xd7, 0x7f, 0x29, 0x87, 0x26, 0x02, 0x2d, 0x2f, 0x58, - 0xa7, 0xb5, 0x4e, 0xc4, 0xc9, 0x2a, 0x79, 0x1e, 0xa1, 0xba, 0xed, 0xfa, 0x46, 0x4b, 0x2a, 0x25, - 0x0f, 0x4b, 0x06, 0x07, 0xa0, 0x9c, 0x47, 0x22, 0xc1, 0x73, 0x08, 0x49, 0x13, 0x6c, 0x0c, 0x26, - 0xd8, 0x54, 0xbf, 0x57, 0x42, 0xd1, 0xbc, 0x22, 0x12, 0x85, 0xfe, 0x0f, 0xb3, 0x68, 0x3a, 0xe8, - 0xa4, 0xc5, 0xa7, 0xb4, 0xd9, 0xf5, 0xcf, 0xf0, 0x64, 0x50, 0xb5, 0x3d, 0x72, 0xa8, 0xb6, 0xf5, - 0xdf, 0x97, 0x0c, 0x49, 0xa5, 0x65, 0x9f, 0x1b, 0x92, 0xff, 0x1f, 0x63, 0x5c, 0xff, 0xb9, 0x1c, - 0xba, 0x18, 0x68, 0x7d, 0xa9, 0xdb, 0x01, 0x37, 0xa1, 0x62, 0xb4, 0x5a, 0x67, 0xf9, 0xbb, 0x5c, - 0x08, 0x14, 0xb1, 0x2e, 0x8e, 0x04, 0x4e, 0xf2, 0x4d, 0xb6, 0xc7, 0x02, 0xdc, 0xb0, 0x2d, 0x93, - 0xc8, 0x44, 0xf8, 0x03, 0x34, 0x11, 0xfc, 0x2c, 0xbb, 0xdb, 0xc1, 0xc7, 0x18, 0x96, 0xce, 0x21, - 0x93, 0xe1, 0x2a, 0x19, 0xa9, 0x0a, 0x83, 0xfe, 0x0b, 0xa3, 0x68, 0xf6, 0x91, 0xd5, 0x31, 0xed, - 0x3d, 0x4f, 0x94, 0x6b, 0x3c, 0xfd, 0x4e, 0xef, 0x8b, 0xab, 0x92, 0x16, 0x79, 0x26, 0x23, 0x47, - 0x70, 0x5b, 0x3f, 0x42, 0x97, 0xe2, 0x2a, 0x75, 0xc3, 0x13, 0xf1, 0xa2, 0x77, 0xf6, 0x38, 0x41, - 0x23, 0xa8, 0x98, 0x29, 0xe2, 0x4f, 0x24, 0x9d, 0x33, 0x5e, 0x72, 0x73, 0xec, 0x59, 0x4a, 0x6e, - 0x7e, 0x19, 0x8d, 0x56, 0xed, 0xb6, 0x61, 0x05, 0x67, 0x13, 0x60, 0x16, 0x87, 0xed, 0x02, 0x86, - 0x08, 0x0a, 0x26, 0x5f, 0x34, 0x0c, 0x5d, 0x36, 0x1e, 0xc9, 0x0f, 0x18, 0xba, 0x1e, 0x75, 0x89, - 0x4c, 0x84, 0x6d, 0x34, 0x29, 0x9a, 0x13, 0xd1, 0x22, 0x04, 0xd1, 0xa2, 0xb7, 0x02, 0x1d, 0x0d, - 0x1e, 0x56, 0x73, 0x0a, 0x1f, 0x0f, 0x1b, 0xc1, 0xd3, 0x05, 0x2f, 0xc3, 0xe3, 0x46, 0x44, 0x95, - 0x2f, 0x29, 0x01, 0x8c, 0x4c, 0x21, 0xa9, 0x04, 0xb0, 0x32, 0x32, 0xd1, 0xec, 0x7d, 0x84, 0x93, - 0x8d, 0x1d, 0x29, 0xf2, 0xf1, 0x17, 0xb2, 0x08, 0xc7, 0x16, 0x10, 0x8b, 0x67, 0xd8, 0x0f, 0xd2, - 0xff, 0x76, 0x06, 0xcd, 0x24, 0x6a, 0x39, 0xe0, 0x3b, 0x08, 0x71, 0x88, 0x74, 0x88, 0x15, 0x72, - 0xcb, 0xa3, 0xfa, 0x0e, 0xe2, 0x1b, 0x10, 0x91, 0xe1, 0x79, 0x94, 0xe7, 0xbf, 0xc2, 0xdb, 0x53, - 0xe2, 0x2c, 0xdd, 0xae, 0x65, 0x92, 0x90, 0x28, 0x6a, 0x05, 0xee, 0x11, 0xca, 0xa5, 0xb2, 0xf8, - 0xfb, 0x4e, 0xd8, 0x0a, 0x23, 0xd3, 0x7f, 0x9c, 0x41, 0x13, 0xe1, 0x03, 0x97, 0xcd, 0x93, 0xea, - 0xba, 0x51, 0x51, 0x16, 0x23, 0x77, 0x58, 0x59, 0x8c, 0x98, 0x51, 0xe1, 0x58, 0xfd, 0x9f, 0x67, - 0xd0, 0x74, 0x48, 0x7b, 0x82, 0x31, 0x96, 0x63, 0xbf, 0xc8, 0x5f, 0xcc, 0x20, 0x6d, 0xc1, 0x6a, - 0xb5, 0xac, 0xce, 0x76, 0xad, 0xf3, 0xd8, 0x76, 0xdb, 0x70, 0x64, 0xe6, 0xe4, 0x82, 0x68, 0xfa, - 0x9f, 0xcb, 0xa0, 0x19, 0xf1, 0x40, 0x15, 0xc3, 0x35, 0x4f, 0x2e, 0xba, 0x19, 0x7f, 0x92, 0x93, - 0xeb, 0x65, 0xc8, 0x8f, 0x5e, 0xb1, 0x9b, 0xbb, 0x9f, 0x83, 0x34, 0x6f, 0xf6, 0x1a, 0xa7, 0x3c, - 0x15, 0xed, 0xcf, 0x67, 0xd0, 0x45, 0x42, 0x9b, 0xf6, 0x13, 0xea, 0xee, 0x57, 0x6c, 0x93, 0x7e, - 0x48, 0x3b, 0xd4, 0x3d, 0xa9, 0x41, 0xfa, 0x8f, 0xa0, 0x10, 0x4e, 0xf4, 0x30, 0x0f, 0x3d, 0x6a, - 0x9e, 0x9e, 0xea, 0x49, 0xfa, 0xdf, 0x1b, 0x43, 0x5a, 0xaa, 0x67, 0x72, 0x6a, 0x3f, 0xea, 0x03, - 0xdd, 0xcd, 0xe1, 0x17, 0xe5, 0x6e, 0x8e, 0x1c, 0xcd, 0xdd, 0x1c, 0x3d, 0xaa, 0xbb, 0x39, 0xf6, - 0x2c, 0xee, 0x66, 0x3b, 0xee, 0x6e, 0xe6, 0xc1, 0xdd, 0xbc, 0x73, 0xa0, 0xbb, 0xb9, 0xd8, 0x31, - 0x9f, 0xd3, 0xd9, 0x3c, 0xb5, 0x35, 0x83, 0x9f, 0xc3, 0x4b, 0xc6, 0xd7, 0x99, 0x71, 0x6b, 0xda, - 0xae, 0x49, 0x79, 0x0d, 0xe0, 0x3c, 0x8f, 0x06, 0xbb, 0x02, 0x46, 0x42, 0x6c, 0xa2, 0x00, 0xf3, - 0xe4, 0xb3, 0x14, 0x60, 0x7e, 0x01, 0x5e, 0xf8, 0x4f, 0x32, 0x68, 0xa6, 0x42, 0x5d, 0x9f, 0x9f, - 0xb1, 0x7d, 0x11, 0x5b, 0x90, 0x65, 0x34, 0x2d, 0x09, 0x94, 0x2e, 0xa6, 0x84, 0x82, 0x0e, 0x4d, - 0xea, 0xfa, 0xe0, 0x4a, 0xca, 0x19, 0x01, 0x31, 0x7a, 0xd6, 0x7c, 0x50, 0x04, 0x4d, 0xcc, 0xdd, - 0xb0, 0xf9, 0x00, 0xce, 0x15, 0x69, 0x89, 0x5f, 0x24, 0xa4, 0xd7, 0x7f, 0x39, 0x83, 0xae, 0x11, - 0xda, 0xa1, 0x7b, 0xc6, 0x56, 0x8b, 0x4a, 0x82, 0x85, 0x6d, 0x67, 0xf3, 0xde, 0xf2, 0xda, 0x86, - 0xdf, 0xdc, 0x39, 0xd6, 0x5b, 0x2e, 0xa9, 0x97, 0x43, 0x1e, 0xc1, 0x3a, 0x29, 0x7c, 0xfa, 0xef, - 0x64, 0xd0, 0xd8, 0xc3, 0xce, 0x6e, 0xc7, 0xde, 0x3b, 0x5e, 0xa9, 0xbc, 0x3b, 0xa8, 0x20, 0xc4, - 0x48, 0x1a, 0xe7, 0xb7, 0x7d, 0x72, 0x70, 0x83, 0x5f, 0x09, 0x2a, 0x53, 0xe1, 0xf7, 0x42, 0x26, - 0x48, 0x53, 0x91, 0x6e, 0x9f, 0x0c, 0x98, 0x62, 0xb7, 0x80, 0xca, 0xe4, 0xf8, 0x8a, 0xb8, 0x85, - 0x46, 0x3a, 0xfa, 0xc9, 0x1e, 0x85, 0x5f, 0x42, 0xa3, 0xff, 0xfe, 0x6d, 0x34, 0xb2, 0xde, 0xa1, - 0xeb, 0x8f, 0xf1, 0x2d, 0xa9, 0x1c, 0xa0, 0x78, 0xaf, 0x19, 0x59, 0x4f, 0x80, 0x58, 0x1e, 0x22, - 0x52, 0xd1, 0xc0, 0xbb, 0x72, 0x91, 0x34, 0xa1, 0x5b, 0x2c, 0xf3, 0x70, 0xcc, 0xf2, 0x10, 0x91, - 0x8b, 0xa9, 0xdd, 0x95, 0xab, 0x88, 0x89, 0x81, 0xa3, 0x70, 0x71, 0x4c, 0xc0, 0x25, 0x9c, 0x97, - 0x95, 0xb4, 0xa2, 0x5d, 0xf1, 0xe8, 0x46, 0x92, 0x62, 0x79, 0x88, 0xa4, 0x17, 0xfb, 0x52, 0x2e, - 0x27, 0x13, 0xf1, 0x8d, 0x8b, 0xb1, 0x4f, 0x0f, 0xe0, 0x96, 0x87, 0x88, 0x7a, 0x91, 0xd9, 0x3d, - 0xe5, 0xda, 0xa7, 0x78, 0x7a, 0x8e, 0x84, 0x5a, 0x1e, 0x22, 0xb1, 0x0b, 0xa2, 0x94, 0x3b, 0x88, - 0xc4, 0x76, 0x4f, 0xbc, 0x51, 0xc0, 0x49, 0x8d, 0xf2, 0xfb, 0x8a, 0xde, 0x8f, 0xdd, 0x0d, 0x22, - 0xd2, 0xdf, 0x2e, 0xc5, 0x98, 0x39, 0x72, 0x79, 0x88, 0xc4, 0x6e, 0x12, 0xb9, 0x1e, 0x5c, 0x17, - 0x21, 0x6c, 0xf9, 0x94, 0xe4, 0xbc, 0x59, 0x9f, 0x32, 0x2d, 0x05, 0xd7, 0x49, 0xdc, 0x95, 0xaf, - 0x09, 0x10, 0xc6, 0x19, 0xc7, 0x5a, 0x59, 0xec, 0x98, 0xac, 0x77, 0x24, 0xcf, 0xe1, 0x7e, 0xbc, - 0xa0, 0xb6, 0x28, 0xd3, 0xfe, 0x52, 0x8c, 0x53, 0x60, 0x97, 0x87, 0x48, 0xbc, 0x00, 0xf7, 0x3d, - 0xa5, 0x98, 0xb3, 0xc8, 0xdd, 0x8e, 0x6b, 0x95, 0xa1, 0x24, 0xad, 0x42, 0xd9, 0xe7, 0xfb, 0xf1, - 0xea, 0xc2, 0xda, 0x64, 0x6a, 0xd3, 0x02, 0x2b, 0x35, 0x1d, 0x54, 0x23, 0xbe, 0xa7, 0x54, 0x81, - 0x85, 0x42, 0xeb, 0x29, 0x4d, 0x1b, 0xbe, 0x21, 0x37, 0xcd, 0xeb, 0xc5, 0x2a, 0xf5, 0x48, 0xb5, - 0xe9, 0xd4, 0x0e, 0x05, 0x9c, 0xd4, 0xa1, 0xbc, 0x76, 0xe9, 0x3d, 0xa5, 0xb2, 0x93, 0x56, 0x54, - 0x1b, 0x95, 0x50, 0xac, 0x51, 0xb9, 0x06, 0xd4, 0x5d, 0xb9, 0xe0, 0x91, 0x36, 0xa3, 0x76, 0x50, - 0x84, 0x61, 0x1d, 0x24, 0x15, 0x46, 0x2a, 0x41, 0x31, 0x15, 0x0d, 0x03, 0x79, 0x21, 0x7c, 0xc2, - 0x4a, 0x7d, 0x79, 0x88, 0x40, 0x99, 0x15, 0x9d, 0x97, 0xe9, 0xd1, 0x2e, 0x00, 0xc5, 0x44, 0x58, - 0x6d, 0xf7, 0x29, 0x6d, 0x2e, 0x0f, 0x11, 0x5e, 0xc2, 0xe7, 0x96, 0x74, 0x20, 0x5e, 0xbb, 0xa8, - 0x9a, 0x88, 0x10, 0xc1, 0x4c, 0x44, 0x74, 0x6c, 0x7e, 0x29, 0x79, 0x68, 0x5c, 0xbb, 0xa4, 0xae, - 0x1f, 0xe2, 0xf8, 0xe5, 0x21, 0x92, 0x3c, 0x68, 0x7e, 0x4f, 0x39, 0x47, 0xad, 0xbd, 0x14, 0xcb, - 0x89, 0x8b, 0x50, 0x4c, 0x5d, 0xf2, 0x89, 0xeb, 0xf5, 0xd4, 0x0a, 0x7b, 0xda, 0x65, 0x10, 0xf0, - 0x4a, 0x28, 0x20, 0x49, 0xb2, 0x3c, 0x44, 0x52, 0x6b, 0xf3, 0x55, 0x12, 0xa7, 0x99, 0x35, 0x4d, - 0x75, 0x5c, 0x63, 0xe8, 0xe5, 0x21, 0x92, 0x38, 0xff, 0x7c, 0x57, 0x3e, 0x46, 0xac, 0xbd, 0xac, - 0x76, 0x62, 0x84, 0x61, 0x9d, 0x28, 0x1d, 0x37, 0xbe, 0x2b, 0x9f, 0xda, 0xd5, 0x66, 0x93, 0x5c, - 0x91, 0xe5, 0x94, 0x4e, 0xf7, 0x92, 0xf4, 0x43, 0xb2, 0xda, 0x2b, 0xa2, 0x5e, 0x89, 0xe0, 0x4f, - 0xa3, 0x59, 0x1e, 0x22, 0xe9, 0x07, 0x6c, 0x49, 0xfa, 0x39, 0x55, 0xed, 0xca, 0x41, 0x32, 0xc3, - 0xa7, 0x4b, 0x3f, 0xe3, 0x6a, 0x1c, 0x70, 0x54, 0x54, 0x7b, 0x55, 0x3d, 0xcb, 0x31, 0x90, 0x70, - 0x79, 0x88, 0x1c, 0x70, 0xe0, 0xf4, 0xe1, 0x80, 0x73, 0x9b, 0xda, 0x55, 0xb5, 0x5c, 0x51, 0x2a, - 0xd1, 0xf2, 0x10, 0x19, 0x70, 0xea, 0xf3, 0xe1, 0x80, 0xc3, 0x93, 0x5a, 0xe9, 0x40, 0xb1, 0xa1, - 0x3e, 0x06, 0x1c, 0xbd, 0x5c, 0x4f, 0x3d, 0xc1, 0xa8, 0xbd, 0xa6, 0x0e, 0xdd, 0x14, 0x12, 0x36, - 0x74, 0xd3, 0xce, 0x3e, 0xae, 0xa7, 0x1e, 0x21, 0xd4, 0xbe, 0x70, 0x80, 0xc0, 0xf0, 0x19, 0x53, - 0x0f, 0x1f, 0xae, 0xa7, 0x9e, 0xe1, 0xd3, 0x74, 0x55, 0x60, 0x0a, 0x09, 0x13, 0x98, 0x76, 0xfa, - 0x6f, 0x3d, 0xf5, 0x10, 0x9d, 0xf6, 0xfa, 0x01, 0x02, 0xa3, 0x27, 0x4c, 0x3b, 0x7e, 0x77, 0x4f, - 0x39, 0xc5, 0xa6, 0x7d, 0x51, 0xb5, 0x1b, 0x12, 0x8a, 0xd9, 0x0d, 0xf9, 0xbc, 0x5b, 0x25, 0x91, - 0xe8, 0xaf, 0x7d, 0x49, 0x9d, 0xe6, 0x31, 0x34, 0x9b, 0xe6, 0xf1, 0xa3, 0x01, 0x95, 0x44, 0xd2, - 0xb9, 0x76, 0x6d, 0x90, 0x10, 0x40, 0xab, 0x42, 0x78, 0x9a, 0x7a, 0x2d, 0x25, 0xeb, 0x59, 0x7b, - 0x43, 0x8d, 0x3e, 0x26, 0x08, 0x96, 0x87, 0x48, 0x4a, 0xae, 0x34, 0x49, 0x4f, 0xee, 0xd2, 0xae, - 0xab, 0xd3, 0x36, 0x8d, 0x86, 0x4d, 0xdb, 0xd4, 0xc4, 0xb0, 0x95, 0xb4, 0xfd, 0x01, 0xed, 0x86, - 0xea, 0x98, 0x25, 0x29, 0x98, 0x63, 0x96, 0xb2, 0xaf, 0x40, 0xd2, 0xd3, 0x95, 0xb4, 0x2f, 0x1f, - 0xf8, 0x84, 0x40, 0x93, 0xf2, 0x84, 0x3c, 0x7b, 0x27, 0xf2, 0x9d, 0x1e, 0x3a, 0x2d, 0xdb, 0x30, - 0xb5, 0xaf, 0xa4, 0xfa, 0x4e, 0x1c, 0x29, 0xf9, 0x4e, 0x1c, 0xc0, 0xbe, 0xf2, 0x72, 0xfc, 0x5c, - 0xbb, 0xa9, 0x7e, 0xe5, 0x65, 0x1c, 0xfb, 0xca, 0x2b, 0xb1, 0xf6, 0x4a, 0x22, 0x6a, 0xad, 0xbd, - 0xa9, 0x0e, 0x80, 0x18, 0x9a, 0x0d, 0x80, 0x78, 0x9c, 0xfb, 0x93, 0xc1, 0x11, 0x63, 0x6d, 0x0e, - 0xa4, 0xbd, 0x16, 0xde, 0x27, 0x30, 0x80, 0x6e, 0x79, 0x88, 0x0c, 0x8e, 0x3a, 0xd7, 0x52, 0x02, - 0xc0, 0xda, 0xbc, 0x3a, 0xc0, 0x12, 0x04, 0x6c, 0x80, 0x25, 0xc3, 0xc6, 0xb5, 0x94, 0x08, 0xae, - 0xf6, 0xd5, 0x81, 0xa2, 0xc2, 0x77, 0x4e, 0x89, 0xfb, 0xde, 0x95, 0x43, 0xb0, 0xda, 0x2d, 0xf5, - 0x63, 0x17, 0x61, 0xd8, 0xc7, 0x4e, 0x0a, 0xd5, 0xde, 0x95, 0x23, 0x9e, 0xda, 0xed, 0x24, 0x57, - 0xf4, 0x89, 0x94, 0x22, 0xa3, 0x24, 0x3d, 0xc0, 0xa8, 0xdd, 0x51, 0x47, 0x5d, 0x1a, 0x0d, 0x1b, - 0x75, 0xa9, 0xc1, 0xc9, 0xa5, 0x64, 0x9c, 0x50, 0xbb, 0x1b, 0x8f, 0x9c, 0xaa, 0x78, 0xe6, 0xf9, - 0x24, 0x62, 0x8b, 0xf7, 0xe3, 0x99, 0xc7, 0xda, 0x5b, 0xaa, 0x7f, 0xab, 0x62, 0x99, 0x7f, 0x1b, - 0xcb, 0x54, 0xbe, 0x1f, 0x4f, 0xd6, 0xd5, 0xde, 0x4e, 0x97, 0x10, 0x8e, 0x95, 0x78, 0x72, 0xef, - 0xfd, 0x78, 0x7e, 0xab, 0x76, 0x2f, 0x5d, 0x42, 0xa8, 0xdd, 0x78, 0x3e, 0xec, 0x2d, 0xe9, 0xcc, - 0x9f, 0xf6, 0x35, 0xd5, 0x75, 0x0c, 0x11, 0xcc, 0x75, 0x8c, 0x4e, 0x06, 0xde, 0x92, 0xce, 0xca, - 0x69, 0xef, 0x24, 0x58, 0xc2, 0x87, 0x95, 0x4e, 0xd4, 0xdd, 0x92, 0xce, 0x98, 0x69, 0xef, 0x26, - 0x58, 0xc2, 0xa7, 0x93, 0x4e, 0xa2, 0x99, 0x07, 0x25, 0x00, 0x68, 0x5f, 0x07, 0x19, 0xfa, 0xe1, - 0x7b, 0xba, 0xcb, 0x43, 0xe4, 0xa0, 0x44, 0x82, 0x4f, 0x06, 0x47, 0x5d, 0xb5, 0xf7, 0xd4, 0x29, - 0x3c, 0x88, 0x8e, 0x4d, 0xe1, 0x81, 0x91, 0xdb, 0xf7, 0x63, 0xc9, 0x80, 0xda, 0xfb, 0xaa, 0x89, - 0x53, 0x90, 0xcc, 0xc4, 0xc5, 0x53, 0x07, 0x95, 0x2c, 0x37, 0xed, 0x1b, 0xaa, 0x89, 0x93, 0x71, - 0xcc, 0xc4, 0x29, 0x19, 0x71, 0x95, 0x44, 0xf2, 0x95, 0xf6, 0x81, 0x6a, 0xe2, 0x62, 0x68, 0x66, - 0xe2, 0xe2, 0xe9, 0x5a, 0xef, 0xc7, 0x72, 0x90, 0xb4, 0xfb, 0xe9, 0xcf, 0x0f, 0x48, 0xf9, 0xf9, - 0x79, 0xc6, 0x12, 0x49, 0x4f, 0xa6, 0xd1, 0xca, 0xea, 0xfc, 0x4d, 0xa3, 0x61, 0xf3, 0x37, 0x35, - 0x11, 0x67, 0x3d, 0xb5, 0x58, 0xb0, 0xb6, 0x70, 0xc0, 0xc2, 0x21, 0x72, 0x45, 0xd2, 0xca, 0x0c, - 0xdf, 0x8f, 0xdf, 0x44, 0xa9, 0x55, 0x06, 0xac, 0x91, 0x83, 0x65, 0x50, 0xfc, 0xe6, 0xca, 0x5a, - 0x4a, 0x10, 0x50, 0xab, 0xaa, 0xd6, 0x35, 0x41, 0xc0, 0xac, 0x6b, 0x32, 0x74, 0xb8, 0x94, 0xbc, - 0x00, 0x58, 0x5b, 0x8c, 0x6d, 0x89, 0xc7, 0xf0, 0xcc, 0x3a, 0x25, 0x2e, 0x0d, 0x26, 0xe9, 0x77, - 0xc4, 0x6a, 0x4b, 0xb1, 0xef, 0x75, 0x0a, 0x0d, 0x7c, 0xaf, 0xd3, 0xee, 0x97, 0xfd, 0xce, 0xc0, - 0xab, 0x7e, 0xb5, 0x0f, 0x41, 0x6c, 0x69, 0x90, 0x58, 0x41, 0xb6, 0x3c, 0x44, 0x06, 0x5e, 0x16, - 0xfc, 0x10, 0x5d, 0x5a, 0xdd, 0xdf, 0xf8, 0x68, 0x25, 0xcc, 0xdf, 0xaa, 0xbb, 0xd4, 0x31, 0x5c, - 0xaa, 0x2d, 0xab, 0xbe, 0x7a, 0x2a, 0x11, 0xf3, 0xd5, 0x53, 0x11, 0x49, 0xb1, 0xc1, 0x5c, 0xa8, - 0x1d, 0x24, 0x36, 0x9a, 0x11, 0xe9, 0xdc, 0xcc, 0x3a, 0xa9, 0x08, 0xa6, 0xa0, 0x15, 0xbb, 0xb3, - 0x0d, 0x91, 0x8a, 0x6f, 0xaa, 0xd6, 0x69, 0x30, 0x25, 0xb3, 0x4e, 0x83, 0xb1, 0x6c, 0xa8, 0xab, - 0x58, 0x3e, 0x07, 0x1f, 0xa8, 0x43, 0x3d, 0x85, 0x84, 0x0d, 0xf5, 0x14, 0x70, 0x52, 0x20, 0xa1, - 0x1e, 0xf5, 0xb5, 0x95, 0x83, 0x04, 0x02, 0x49, 0x52, 0x20, 0x80, 0x93, 0x02, 0x97, 0xa8, 0xdf, - 0xdc, 0xd1, 0x56, 0x0f, 0x12, 0x08, 0x24, 0x49, 0x81, 0x00, 0x66, 0x8b, 0x4d, 0x15, 0xbc, 0xd0, - 0x6d, 0xed, 0x06, 0x7d, 0xb6, 0xa6, 0x2e, 0x36, 0x07, 0x12, 0xb2, 0xc5, 0xe6, 0x40, 0x24, 0xfe, - 0xc1, 0x33, 0x87, 0xb8, 0xb5, 0x75, 0x68, 0x70, 0x2e, 0xf2, 0x0b, 0x9e, 0x85, 0x6b, 0x79, 0x88, - 0x3c, 0x6b, 0x08, 0xfd, 0x2b, 0x61, 0xf4, 0x5a, 0xab, 0x43, 0x53, 0xd3, 0x61, 0xac, 0x82, 0x83, - 0x97, 0x87, 0x48, 0x18, 0xdf, 0xbe, 0x87, 0x0a, 0xf0, 0x52, 0xb5, 0x8e, 0xe5, 0x57, 0x17, 0xb4, - 0x8f, 0xd4, 0x25, 0x93, 0x84, 0x62, 0x4b, 0x26, 0xe9, 0x27, 0x33, 0xe2, 0xf0, 0x93, 0x9b, 0x98, - 0xea, 0x82, 0x46, 0x54, 0x23, 0xae, 0x20, 0x99, 0x11, 0x57, 0x00, 0x61, 0xbb, 0x55, 0xd7, 0x76, - 0xaa, 0x0b, 0xda, 0x46, 0x4a, 0xbb, 0x1c, 0x15, 0xb6, 0xcb, 0x7f, 0x86, 0xed, 0x6e, 0xec, 0x74, - 0xfd, 0x2a, 0x7b, 0xc7, 0xcd, 0x94, 0x76, 0x03, 0x64, 0xd8, 0x6e, 0x00, 0x60, 0xa6, 0x10, 0x00, - 0x75, 0xd7, 0x66, 0x46, 0xfb, 0x81, 0xd5, 0x6a, 0x69, 0x0f, 0x55, 0x53, 0x18, 0xc7, 0x33, 0x53, - 0x18, 0x87, 0x31, 0xd7, 0x93, 0x3f, 0x15, 0xdd, 0xea, 0x6e, 0x6b, 0x1f, 0xab, 0xae, 0x67, 0x84, - 0x61, 0xae, 0x67, 0xf4, 0x0b, 0x56, 0x17, 0xec, 0x17, 0xa1, 0x8f, 0x5d, 0xea, 0xed, 0x68, 0x8f, - 0x62, 0xab, 0x0b, 0x09, 0x07, 0xab, 0x0b, 0xe9, 0x37, 0xde, 0x46, 0xaf, 0x28, 0x1f, 0x9a, 0x60, - 0xa7, 0x7d, 0x83, 0x1a, 0x6e, 0x73, 0x47, 0xfb, 0x16, 0x88, 0x7a, 0x3d, 0xf5, 0x53, 0xa5, 0x92, - 0x2e, 0x0f, 0x91, 0x83, 0x24, 0xc1, 0xb2, 0xfc, 0xa3, 0x15, 0x7e, 0x2c, 0x86, 0xd4, 0x2b, 0xc1, - 0x22, 0xf4, 0xdb, 0xb1, 0x65, 0x79, 0x92, 0x04, 0x96, 0xe5, 0x49, 0x30, 0x76, 0xd0, 0xd5, 0xd8, - 0x52, 0x6d, 0xd5, 0x68, 0xb1, 0x75, 0x09, 0x35, 0xeb, 0x46, 0x73, 0x97, 0xfa, 0xda, 0x1f, 0x03, - 0xd9, 0xd7, 0x06, 0x2c, 0xf8, 0x62, 0xd4, 0xcb, 0x43, 0xe4, 0x10, 0x79, 0x58, 0xe7, 0xe5, 0x68, - 0xb5, 0xef, 0xa8, 0xf1, 0x4d, 0x06, 0x5b, 0x1e, 0x22, 0xbc, 0x54, 0xed, 0x27, 0x48, 0x7b, 0xe8, - 0x6c, 0xbb, 0x86, 0x49, 0xb9, 0xa3, 0x05, 0xbe, 0x9b, 0x70, 0x40, 0xff, 0xb8, 0xea, 0xa5, 0x0d, - 0xa2, 0x63, 0x5e, 0xda, 0x20, 0xdc, 0xc2, 0x18, 0x1a, 0x81, 0xdb, 0xcb, 0xf4, 0x5f, 0xcc, 0xa0, - 0x89, 0x0d, 0xdf, 0xa5, 0x46, 0x5b, 0xe4, 0x4c, 0xce, 0xa2, 0x3c, 0x5f, 0x6d, 0x8a, 0x9b, 0x39, - 0xc7, 0x49, 0xf8, 0x1b, 0x5f, 0x43, 0x53, 0x2b, 0x86, 0xe7, 0x03, 0x67, 0xad, 0x63, 0xd2, 0xa7, - 0xb0, 0xd3, 0x92, 0x23, 0x31, 0x28, 0x5e, 0xe1, 0x74, 0x9c, 0x0f, 0xb6, 0x56, 0x73, 0x87, 0x6e, - 0xad, 0xe6, 0x3f, 0xeb, 0x95, 0x86, 0x60, 0x03, 0x35, 0xc6, 0xab, 0xf7, 0x33, 0x28, 0xb1, 0x0e, - 0x7e, 0xfe, 0x7d, 0xaf, 0x75, 0x34, 0x1d, 0xdb, 0xce, 0x17, 0xdb, 0x45, 0xcf, 0xb8, 0xdb, 0x1f, - 0xe7, 0xc6, 0xaf, 0xf3, 0xaa, 0xcf, 0xd2, 0x2d, 0x3e, 0x5d, 0xe5, 0x28, 0x28, 0x54, 0x77, 0x7e, - 0x23, 0xdc, 0xcb, 0x78, 0x48, 0x56, 0xc4, 0x36, 0x3e, 0xdc, 0x78, 0xda, 0x75, 0x5b, 0x44, 0x42, - 0xe9, 0x7f, 0x7f, 0x22, 0xda, 0xca, 0xc4, 0xd7, 0x44, 0x26, 0x83, 0x74, 0xab, 0x51, 0xec, 0xdc, - 0x30, 0xcf, 0x5c, 0xf8, 0x06, 0x9a, 0xa8, 0xb5, 0x1d, 0xea, 0x7a, 0x76, 0x07, 0xee, 0x1b, 0xc9, - 0x46, 0xfb, 0x72, 0x96, 0x04, 0x97, 0x73, 0x8f, 0x65, 0xfa, 0xe8, 0xb2, 0x94, 0xdc, 0xa1, 0x97, - 0xa5, 0xdc, 0x40, 0x23, 0x0f, 0xe1, 0x8e, 0x53, 0xe9, 0x5e, 0x95, 0x6e, 0xec, 0x86, 0x53, 0x4e, - 0x81, 0x6f, 0xa2, 0x51, 0xd8, 0x9c, 0xf3, 0xb4, 0x11, 0xa0, 0x85, 0xf3, 0xf8, 0x2d, 0x80, 0xc8, - 0x05, 0x6a, 0x38, 0x0d, 0x7e, 0x80, 0x8a, 0x51, 0xb5, 0x1b, 0x28, 0x26, 0x14, 0x24, 0x51, 0xc3, - 0x19, 0xde, 0xdd, 0x10, 0xc7, 0xab, 0x10, 0xc9, 0x22, 0x12, 0x8c, 0x78, 0x19, 0x4d, 0x47, 0x30, - 0xa6, 0xa2, 0xe0, 0xf0, 0xc6, 0xd5, 0x7e, 0xaf, 0x34, 0x2b, 0xc9, 0x62, 0xea, 0x94, 0x45, 0xc5, - 0xd9, 0x70, 0x2d, 0xba, 0x30, 0x2a, 0x7f, 0xe8, 0x18, 0xbe, 0x20, 0xd2, 0x03, 0xc6, 0xc4, 0x85, - 0x51, 0xea, 0x35, 0x51, 0x4b, 0x68, 0x8a, 0xd8, 0x5d, 0x9f, 0x6e, 0xda, 0x41, 0xd5, 0x7b, 0x9e, - 0xdd, 0x0b, 0xcf, 0xe4, 0x32, 0x4c, 0xc3, 0xb7, 0x83, 0x23, 0xd0, 0xf2, 0x51, 0x6d, 0x95, 0x0b, - 0xaf, 0xa5, 0x15, 0xd0, 0x97, 0x0e, 0x26, 0x4b, 0xaf, 0x97, 0x14, 0x96, 0x52, 0x31, 0xff, 0xcf, - 0x66, 0xd0, 0xe8, 0xa6, 0x6b, 0x58, 0xbe, 0x27, 0xb6, 0xca, 0x2e, 0xcd, 0xed, 0xb9, 0x86, 0xc3, - 0xc6, 0xc7, 0x1c, 0x64, 0x09, 0x40, 0xc1, 0x70, 0x6f, 0xe1, 0x11, 0x7b, 0xbb, 0xff, 0xd0, 0x2b, - 0x7d, 0x7d, 0x1b, 0x62, 0xc4, 0x73, 0x4d, 0xbb, 0x3d, 0xbf, 0xed, 0x1a, 0x4f, 0x2c, 0x7e, 0x5d, - 0x8c, 0xd1, 0x9a, 0xf7, 0x69, 0x8b, 0x3a, 0xb6, 0xeb, 0xcf, 0x1b, 0x8e, 0x35, 0xef, 0xef, 0x3b, - 0xd4, 0x9b, 0x0f, 0x25, 0xf1, 0x16, 0xd8, 0x10, 0xf0, 0xe1, 0x3f, 0x79, 0x08, 0x70, 0x1c, 0x5e, - 0x43, 0x48, 0xbc, 0x6a, 0xd9, 0x71, 0xc4, 0xbe, 0x9b, 0xb4, 0xa9, 0x10, 0x60, 0xf8, 0xc0, 0x0e, - 0x15, 0x66, 0x38, 0x72, 0x49, 0x2a, 0x49, 0x02, 0x1b, 0x05, 0x9b, 0xe2, 0x89, 0x02, 0x35, 0x4d, - 0x46, 0x1a, 0x0f, 0x1e, 0x36, 0x45, 0x49, 0x71, 0x36, 0xbc, 0x85, 0xa6, 0x85, 0xdc, 0x30, 0x6b, - 0x77, 0x4a, 0x35, 0x1a, 0x31, 0x34, 0x1f, 0xb4, 0xe1, 0x33, 0x9a, 0x02, 0x2c, 0xb7, 0x11, 0xe3, - 0xc0, 0x0b, 0xd1, 0x69, 0x40, 0xa8, 0x7f, 0xa5, 0x4d, 0xc3, 0x88, 0x85, 0x8b, 0x73, 0x02, 0x7e, - 0x5e, 0x36, 0x4b, 0x2e, 0xd0, 0xa4, 0xb0, 0xc8, 0x32, 0xf8, 0xa8, 0x2f, 0xa6, 0xc8, 0x88, 0x8f, - 0x79, 0x95, 0x05, 0x57, 0xd0, 0x64, 0x18, 0xf6, 0x7b, 0xc8, 0x2c, 0xdb, 0x4c, 0x54, 0x29, 0x2a, - 0x96, 0x10, 0x2c, 0x0b, 0x51, 0x78, 0xf0, 0x1d, 0x94, 0xe7, 0x1b, 0x67, 0x35, 0xbe, 0xd3, 0x17, - 0x24, 0x73, 0x00, 0xac, 0x61, 0xc9, 0x3d, 0x16, 0x12, 0xe2, 0xf7, 0x51, 0xa1, 0xfc, 0x68, 0x83, - 0xd9, 0x99, 0x32, 0x59, 0xf3, 0xb4, 0x0b, 0xd1, 0x11, 0x0a, 0x28, 0x12, 0x60, 0xb7, 0x68, 0xc3, - 0x70, 0x15, 0xe3, 0x21, 0xd3, 0xe3, 0x45, 0x34, 0xa5, 0x78, 0x0e, 0x9e, 0x76, 0x31, 0xba, 0xf1, - 0x5a, 0xd4, 0xa5, 0x17, 0x55, 0xd2, 0x94, 0x4a, 0x08, 0x2a, 0x13, 0x1b, 0x35, 0x55, 0xcb, 0x33, - 0x5a, 0x2d, 0x7b, 0x8f, 0x50, 0xcb, 0xf3, 0xba, 0x14, 0xb6, 0x09, 0xf3, 0x7c, 0xd4, 0x98, 0x02, - 0xd5, 0x70, 0x39, 0x4e, 0xa9, 0x53, 0xa1, 0xb2, 0xe1, 0xef, 0x21, 0x5c, 0x66, 0xbf, 0xd5, 0x4b, - 0x8c, 0x5e, 0x1a, 0x78, 0x89, 0xd1, 0x35, 0x61, 0x3e, 0xae, 0x1a, 0x9c, 0xab, 0x31, 0xe0, 0x32, - 0xa3, 0x14, 0xa9, 0xfa, 0xff, 0xca, 0xc8, 0x93, 0x27, 0xac, 0xb2, 0x9d, 0x49, 0xad, 0xb2, 0x7d, - 0x13, 0x8d, 0x8b, 0x4f, 0x4e, 0x98, 0xef, 0x0d, 0xa7, 0xda, 0x82, 0xac, 0x26, 0xcb, 0x24, 0x11, - 0x01, 0x9c, 0x28, 0x8a, 0x0a, 0xe3, 0xe4, 0xa4, 0x13, 0x45, 0x51, 0x61, 0x1c, 0xa5, 0x2c, 0xce, - 0x6d, 0xf5, 0x22, 0xa5, 0xe1, 0x28, 0xf1, 0x29, 0xa8, 0xef, 0xc0, 0x13, 0x9f, 0xe4, 0xdb, 0x94, - 0xde, 0x45, 0x28, 0xea, 0x4b, 0xf1, 0x81, 0x84, 0x79, 0x2e, 0x77, 0xbd, 0x52, 0x81, 0x3d, 0xa4, - 0xd6, 0xff, 0x7d, 0x26, 0x31, 0x3d, 0xd9, 0x33, 0x88, 0x1c, 0x3a, 0x49, 0x0f, 0xf0, 0x0c, 0x22, - 0xe3, 0x4e, 0x3c, 0x83, 0x44, 0x84, 0xaf, 0xa3, 0x7c, 0xac, 0x9e, 0x08, 0xe4, 0x0c, 0x85, 0xc5, - 0x44, 0x42, 0x2c, 0xbe, 0x8d, 0xf2, 0x6c, 0xb2, 0x74, 0xa2, 0x1b, 0x9e, 0xa0, 0x52, 0x59, 0x57, - 0xc0, 0xe4, 0xd1, 0x1d, 0xd0, 0x31, 0x1e, 0x25, 0xe5, 0x5f, 0xf0, 0xa4, 0x98, 0x86, 0x28, 0xc5, - 0xff, 0xff, 0x0c, 0x1f, 0xe8, 0x57, 0x9f, 0x48, 0x9a, 0xe4, 0x3b, 0xcc, 0x1b, 0x63, 0xad, 0x97, - 0xbd, 0x84, 0xd3, 0xe0, 0x01, 0xa2, 0x61, 0xf0, 0x2e, 0xf3, 0x88, 0x4a, 0x29, 0x17, 0xe3, 0x83, - 0xa4, 0xa3, 0xe1, 0x94, 0x62, 0x7c, 0xb1, 0x54, 0x2f, 0x85, 0x01, 0xbf, 0x85, 0xc6, 0xa3, 0xb2, - 0x82, 0x23, 0x91, 0x5d, 0x49, 0xab, 0x26, 0x18, 0x51, 0xe2, 0xef, 0xa2, 0x51, 0xa5, 0x8e, 0xca, - 0xfc, 0x33, 0x2c, 0x44, 0xe6, 0xe4, 0x34, 0x45, 0xee, 0xba, 0xc4, 0x6b, 0xa8, 0x08, 0xa1, 0x78, - 0x13, 0x5d, 0xa8, 0xbb, 0xd4, 0x84, 0x25, 0xef, 0xe2, 0x53, 0xc7, 0x15, 0x49, 0xa4, 0x3c, 0x99, - 0x52, 0x67, 0x13, 0xda, 0x09, 0xd0, 0x0d, 0x1a, 0xe2, 0x25, 0x41, 0x69, 0xec, 0xcc, 0x9c, 0xf1, - 0x27, 0x79, 0x40, 0xf7, 0xf7, 0x6c, 0xd7, 0xf4, 0xc4, 0x6d, 0xe5, 0x60, 0xce, 0x84, 0xa2, 0x77, - 0x05, 0x4a, 0x36, 0x67, 0x2a, 0xd3, 0xec, 0x3b, 0xa8, 0xf0, 0xbc, 0xa9, 0x7e, 0xbf, 0x92, 0x1d, - 0x10, 0xa1, 0x3a, 0xbb, 0x47, 0x03, 0xc3, 0x63, 0xda, 0x23, 0x03, 0x8e, 0x69, 0xff, 0x41, 0x76, - 0x40, 0xf8, 0xed, 0x4c, 0x1f, 0xa7, 0x0c, 0x95, 0xa1, 0x1e, 0xa7, 0x8c, 0x4e, 0xb2, 0x5a, 0x26, - 0x91, 0x89, 0x62, 0x07, 0xaf, 0x47, 0x0f, 0x3d, 0x78, 0xfd, 0x37, 0x72, 0x07, 0x85, 0x27, 0xcf, - 0x75, 0x7f, 0x14, 0xdd, 0xdf, 0x46, 0x85, 0x50, 0xb3, 0xa2, 0x98, 0xda, 0x64, 0x98, 0x58, 0xcc, - 0xc1, 0xc0, 0x23, 0x11, 0xe1, 0x1b, 0xfc, 0x59, 0xe1, 0x1e, 0xa5, 0x31, 0x60, 0x80, 0x7a, 0x63, - 0xec, 0xd9, 0xe0, 0xa6, 0x24, 0x12, 0xa2, 0xf5, 0x7f, 0x9a, 0x4d, 0x8d, 0xf1, 0x9e, 0xf7, 0xd1, - 0x11, 0xfa, 0x28, 0x45, 0x89, 0x3c, 0x3a, 0x7d, 0xae, 0xc4, 0x23, 0x28, 0xf1, 0xf7, 0xb2, 0xa9, - 0xb1, 0xfc, 0x73, 0x25, 0x1e, 0xc5, 0x5a, 0xdc, 0x44, 0xe3, 0xc4, 0xde, 0xf3, 0x2a, 0x76, 0xb7, - 0xe3, 0x0b, 0x5b, 0x01, 0x86, 0xda, 0xb5, 0xf7, 0xbc, 0x46, 0x93, 0x41, 0x49, 0x44, 0xa0, 0xff, - 0x61, 0xf6, 0x80, 0xdd, 0x8e, 0x73, 0xc5, 0xff, 0x2c, 0x3f, 0x91, 0xbf, 0x96, 0x55, 0x76, 0x53, - 0xce, 0x74, 0x5d, 0x92, 0x8d, 0xe6, 0x0e, 0x6d, 0x1b, 0xf1, 0xba, 0x24, 0x1e, 0x40, 0xc5, 0xe9, - 0xe8, 0x88, 0x44, 0xff, 0xf5, 0x6c, 0x6c, 0x3b, 0xe9, 0x5c, 0x77, 0xcf, 0xac, 0xbb, 0x70, 0xd4, - 0x89, 0x1d, 0xb2, 0x73, 0xcd, 0x3d, 0xab, 0xe6, 0x7e, 0x90, 0x8d, 0x6d, 0x26, 0x9e, 0xdd, 0x4a, - 0x07, 0xbf, 0x9e, 0x4d, 0x6e, 0x8c, 0x9e, 0xdd, 0x91, 0x74, 0x13, 0x8d, 0x0b, 0x3d, 0x84, 0x9f, - 0x0a, 0x6e, 0xf7, 0x39, 0x10, 0xa2, 0x77, 0x21, 0x81, 0xfe, 0x67, 0xb2, 0x48, 0xdd, 0xe4, 0x3d, - 0xa3, 0x63, 0xe8, 0xd7, 0xb2, 0xea, 0xf6, 0xf6, 0xd9, 0x1d, 0x3f, 0x73, 0x08, 0x6d, 0x74, 0xb7, - 0xc4, 0x0d, 0xdc, 0xc2, 0x12, 0xf1, 0xf0, 0x6f, 0x08, 0x25, 0x12, 0x85, 0xfe, 0x7f, 0xb3, 0xa9, - 0x7b, 0xee, 0x67, 0x57, 0x81, 0x77, 0x20, 0x4e, 0xdc, 0xec, 0x44, 0x86, 0x1c, 0x82, 0x90, 0x6c, - 0xfe, 0xc5, 0x4b, 0x42, 0x87, 0x84, 0xf8, 0x6b, 0x29, 0xee, 0x1a, 0xd4, 0xbc, 0x4e, 0x2d, 0xd1, - 0x28, 0x3b, 0x6e, 0xff, 0x32, 0x7b, 0x58, 0x8a, 0xc2, 0x59, 0xfe, 0xaa, 0x8e, 0xd5, 0x8d, 0x7d, - 0x48, 0xa5, 0x67, 0x3d, 0x31, 0xc1, 0xeb, 0x6b, 0x3b, 0x1c, 0x24, 0x5f, 0x18, 0x22, 0xa8, 0x74, - 0x07, 0xcd, 0x26, 0x93, 0x22, 0x42, 0x5d, 0x10, 0x84, 0x93, 0x58, 0xb1, 0x79, 0x00, 0x81, 0xdc, - 0x2e, 0xc7, 0x36, 0xf8, 0xe9, 0xf8, 0xf8, 0xd9, 0x72, 0x92, 0xc2, 0xad, 0xff, 0x4a, 0x76, 0x70, - 0x2e, 0xc7, 0xe9, 0xec, 0xb8, 0x3f, 0x91, 0xaa, 0xa5, 0x61, 0x35, 0x05, 0x70, 0xb0, 0x96, 0x63, - 0x62, 0x53, 0x64, 0x7d, 0xf9, 0x0d, 0x54, 0x80, 0x74, 0x12, 0x71, 0x55, 0xee, 0x04, 0xca, 0xaf, - 0x2f, 0x6c, 0x2c, 0x92, 0x8f, 0x17, 0xab, 0xc5, 0x21, 0x8c, 0xd0, 0x68, 0x75, 0x71, 0xad, 0xb6, - 0x58, 0x2d, 0x66, 0xbe, 0xfc, 0xdf, 0x33, 0x08, 0x45, 0xf7, 0xec, 0xe2, 0x02, 0x1a, 0xab, 0xad, - 0x7d, 0x5c, 0x5e, 0xa9, 0x31, 0xba, 0x3c, 0x1a, 0x5e, 0xaf, 0x2f, 0xae, 0x15, 0x33, 0x78, 0x1c, - 0x8d, 0x54, 0x56, 0xd6, 0x37, 0x16, 0x8b, 0x59, 0x06, 0x24, 0x8b, 0xe5, 0x6a, 0x31, 0xc7, 0x80, - 0x8f, 0x48, 0x6d, 0x73, 0xb1, 0x38, 0xcc, 0xfe, 0x5d, 0xd9, 0xd8, 0x2c, 0x6f, 0x16, 0x47, 0xd8, - 0xbf, 0x4b, 0xf0, 0xef, 0x28, 0x13, 0xb6, 0xb1, 0xb8, 0x09, 0x3f, 0xc6, 0xd8, 0x23, 0x2c, 0x05, - 0xbf, 0xf2, 0x0c, 0xc5, 0x44, 0x57, 0x6b, 0xa4, 0x38, 0xce, 0x7e, 0x30, 0x91, 0xec, 0x07, 0x62, - 0x0f, 0x47, 0x16, 0x57, 0xd7, 0x3f, 0x5e, 0x2c, 0x16, 0x98, 0xac, 0xd5, 0x07, 0x0c, 0x3c, 0xc1, - 0xfe, 0x25, 0xab, 0xec, 0xdf, 0x49, 0x26, 0x89, 0x2c, 0x96, 0x57, 0xea, 0xe5, 0xcd, 0xe5, 0xe2, - 0x14, 0x7b, 0x1e, 0x90, 0x39, 0xcd, 0x39, 0xd7, 0xca, 0xab, 0x8b, 0xc5, 0xa2, 0xa0, 0xa9, 0xae, - 0xd4, 0xd6, 0x1e, 0x14, 0x67, 0xe0, 0x41, 0xbe, 0xbd, 0x0a, 0x3f, 0xf0, 0x42, 0xf1, 0xb3, 0xff, - 0x74, 0x75, 0xe8, 0xb3, 0x9f, 0x5e, 0xcd, 0xfc, 0xd6, 0x4f, 0xaf, 0x66, 0xfe, 0xe3, 0x4f, 0xaf, - 0x66, 0xb6, 0x46, 0x61, 0x83, 0xea, 0xce, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x69, 0x1a, 0x94, - 0x9d, 0xd1, 0xb2, 0x00, 0x00, + 0x6d, 0xe7, 0xba, 0xaa, 0x32, 0x37, 0x33, 0xab, 0xdd, 0x9e, 0x5f, 0x9c, 0x38, 0x60, 0x85, 0x16, + 0x84, 0x8e, 0x1f, 0xfc, 0xe0, 0xc7, 0x9d, 0x4e, 0x20, 0x81, 0x38, 0xb1, 0xdc, 0x09, 0xee, 0x38, + 0x81, 0x84, 0x60, 0x0f, 0x34, 0x80, 0x6e, 0x39, 0x38, 0x74, 0x48, 0xfc, 0xa8, 0x83, 0x45, 0xfc, + 0x29, 0x81, 0x38, 0xc1, 0x49, 0x1c, 0x20, 0x24, 0x14, 0x2f, 0x22, 0x33, 0x23, 0x32, 0xb3, 0xec, + 0x76, 0xbb, 0xf7, 0xbc, 0x1e, 0xfb, 0x97, 0x5d, 0xef, 0x2b, 0x32, 0x5f, 0x44, 0xbc, 0x7c, 0xf1, + 0xe2, 0xc5, 0x0b, 0x34, 0x41, 0x1f, 0xd3, 0x8e, 0xef, 0xcd, 0x39, 0xae, 0xed, 0xdb, 0x78, 0x94, + 0xff, 0x9a, 0xbd, 0xb8, 0x6d, 0x6f, 0xdb, 0x00, 0x9a, 0x67, 0xff, 0x71, 0xec, 0x6c, 0x69, 0xdb, + 0xb6, 0xb7, 0x5b, 0x74, 0x1e, 0x7e, 0x6d, 0x75, 0x1f, 0xcd, 0xfb, 0x56, 0x9b, 0x7a, 0xbe, 0xd1, + 0x76, 0x04, 0xc1, 0xe5, 0x38, 0x81, 0xe7, 0xbb, 0xdd, 0xa6, 0x2f, 0xb0, 0x57, 0xe2, 0xd8, 0x3d, + 0xd7, 0x70, 0x1c, 0xea, 0x8a, 0xc6, 0x67, 0x2b, 0xdb, 0x96, 0xbf, 0xd3, 0xdd, 0x9a, 0x6b, 0xda, + 0xed, 0xf9, 0x6d, 0xd7, 0x78, 0x6c, 0xf9, 0x86, 0x6f, 0xd9, 0x1d, 0xa3, 0x35, 0xef, 0xd3, 0x16, + 0x75, 0x6c, 0xd7, 0x9f, 0x37, 0x1c, 0x6b, 0xde, 0xdf, 0x77, 0xa8, 0x17, 0xf2, 0xc6, 0x84, 0xe8, + 0xbf, 0x90, 0x45, 0xf9, 0x55, 0xea, 0x1b, 0xa6, 0xe1, 0x1b, 0xf8, 0x32, 0x1a, 0xa9, 0x75, 0x4c, + 0xfa, 0x44, 0xcb, 0xbc, 0x9a, 0xb9, 0x96, 0x5b, 0x18, 0xed, 0xf7, 0x4a, 0x59, 0x6a, 0x11, 0x0e, + 0xc4, 0xaf, 0xa0, 0xe1, 0xcd, 0x7d, 0x87, 0x6a, 0xd9, 0x57, 0x33, 0xd7, 0xc6, 0x17, 0xc6, 0xfb, + 0xbd, 0xd2, 0x08, 0xbc, 0x3e, 0x01, 0x30, 0x7e, 0x0d, 0x65, 0x6b, 0x55, 0x2d, 0x07, 0xc8, 0x99, + 0x7e, 0xaf, 0x34, 0xd9, 0xb5, 0xcc, 0x1b, 0x76, 0xdb, 0xf2, 0x69, 0xdb, 0xf1, 0xf7, 0x49, 0xb6, + 0x56, 0xc5, 0x57, 0xd1, 0x70, 0xc5, 0x36, 0xa9, 0x36, 0x0c, 0x44, 0xb8, 0xdf, 0x2b, 0x4d, 0x35, + 0x6d, 0x93, 0x4a, 0x54, 0x80, 0xc7, 0xf7, 0xd0, 0xf0, 0xa6, 0xd5, 0xa6, 0xda, 0xc8, 0xab, 0x99, + 0x6b, 0x85, 0x5b, 0xb3, 0x73, 0x5c, 0x11, 0x73, 0x81, 0x22, 0xe6, 0x36, 0x03, 0x3d, 0x2e, 0x14, + 0x3f, 0xeb, 0x95, 0x86, 0xfa, 0xbd, 0xd2, 0x30, 0x53, 0xed, 0x5f, 0xfe, 0xfd, 0x52, 0x86, 0x00, + 0x27, 0x7e, 0x0f, 0x15, 0x2a, 0xad, 0xae, 0xe7, 0x53, 0x77, 0xcd, 0x68, 0x53, 0x6d, 0x14, 0x1a, + 0x9c, 0xed, 0xf7, 0x4a, 0x2f, 0x34, 0x39, 0xb8, 0xd1, 0x31, 0xda, 0x72, 0xc3, 0x32, 0xb9, 0xfe, + 0x5d, 0x34, 0xbd, 0x41, 0x3d, 0xcf, 0xb2, 0x3b, 0xa1, 0x6a, 0xbe, 0x88, 0xc6, 0x05, 0xa8, 0x56, + 0x05, 0xf5, 0x8c, 0x2f, 0x8c, 0xf5, 0x7b, 0xa5, 0x9c, 0x67, 0x99, 0x24, 0xc2, 0xe0, 0xaf, 0xa0, + 0xb1, 0x87, 0x96, 0xbf, 0xb3, 0xba, 0x54, 0x16, 0x6a, 0x7a, 0xa1, 0xdf, 0x2b, 0xe1, 0x3d, 0xcb, + 0xdf, 0x69, 0xb4, 0x1f, 0x19, 0x52, 0x7b, 0x01, 0x99, 0xfe, 0xd7, 0xb3, 0x68, 0xe2, 0x81, 0x47, + 0xdd, 0xb0, 0xa5, 0xab, 0x68, 0x98, 0xfd, 0x16, 0x8d, 0x80, 0x92, 0xba, 0x1e, 0x75, 0x65, 0x25, + 0x31, 0x3c, 0xbe, 0x8e, 0x46, 0x56, 0xec, 0x6d, 0xab, 0x23, 0x1a, 0xba, 0xd0, 0xef, 0x95, 0xa6, + 0x5b, 0x0c, 0x20, 0x51, 0x72, 0x0a, 0xfc, 0x75, 0x34, 0x51, 0x6b, 0xb3, 0x4e, 0xb7, 0x3b, 0x86, + 0x6f, 0xbb, 0xa2, 0x93, 0x40, 0x1d, 0x96, 0x04, 0x97, 0x18, 0x15, 0x7a, 0xfc, 0x2e, 0x42, 0xe5, + 0x87, 0x1b, 0xc4, 0x6e, 0xd1, 0x32, 0x59, 0x13, 0xbd, 0x07, 0xdc, 0xc6, 0x9e, 0xd7, 0x70, 0xed, + 0x16, 0x6d, 0x18, 0xae, 0xdc, 0xac, 0x44, 0x8d, 0x17, 0xd1, 0x54, 0xb9, 0xd9, 0xa4, 0x9e, 0x47, + 0xe8, 0xf7, 0xba, 0xd4, 0xf3, 0x3d, 0x6d, 0xe4, 0xd5, 0xdc, 0xb5, 0xf1, 0x85, 0x57, 0xfa, 0xbd, + 0xd2, 0x4b, 0x06, 0x60, 0x1a, 0xae, 0x40, 0x49, 0x22, 0x62, 0x4c, 0xfa, 0xdf, 0xcd, 0xa1, 0xa9, + 0x0d, 0xea, 0x3e, 0x96, 0x14, 0x55, 0x66, 0xbd, 0xc4, 0x20, 0xac, 0xcf, 0x3c, 0xc7, 0x68, 0x52, + 0xa1, 0xb3, 0x17, 0xfb, 0xbd, 0xd2, 0x85, 0x4e, 0x00, 0x94, 0x84, 0xc6, 0xe9, 0xf1, 0x75, 0x94, + 0xe7, 0xa0, 0x5a, 0x55, 0xa8, 0x71, 0xb2, 0xdf, 0x2b, 0x8d, 0x7b, 0x00, 0x6b, 0x58, 0x26, 0x09, + 0xd1, 0xec, 0x3d, 0xf8, 0xff, 0xcb, 0xb6, 0xe7, 0x33, 0xe1, 0x42, 0x8b, 0xf0, 0x1e, 0x82, 0x61, + 0x47, 0xa0, 0xe4, 0xf7, 0x50, 0x99, 0xf0, 0x3b, 0x08, 0x71, 0x48, 0xd9, 0x34, 0x5d, 0xa1, 0xca, + 0x97, 0xfa, 0xbd, 0xd2, 0x25, 0x21, 0xc2, 0x30, 0x4d, 0xb9, 0x1f, 0x24, 0x62, 0xdc, 0x46, 0x13, + 0xfc, 0xd7, 0x8a, 0xb1, 0x45, 0x5b, 0x5c, 0x8f, 0x85, 0x5b, 0xd7, 0xe6, 0x84, 0x45, 0x52, 0xb5, + 0x33, 0x27, 0x93, 0x2e, 0x76, 0x7c, 0x77, 0x7f, 0xa1, 0x24, 0xe6, 0xca, 0x8b, 0xa2, 0xa9, 0x16, + 0xe0, 0xe4, 0x4e, 0x97, 0x79, 0x66, 0x3f, 0x40, 0x33, 0x09, 0x19, 0xb8, 0x88, 0x72, 0xbb, 0x74, + 0x9f, 0xeb, 0x99, 0xb0, 0x7f, 0xf1, 0x45, 0x34, 0xf2, 0xd8, 0x68, 0x75, 0x85, 0x59, 0x20, 0xfc, + 0xc7, 0xbb, 0xd9, 0xaf, 0x66, 0xf4, 0x7f, 0x90, 0x41, 0xb8, 0x62, 0x77, 0x3a, 0xb4, 0xe9, 0xcb, + 0x33, 0xe9, 0x6d, 0x34, 0xbe, 0x62, 0x37, 0x8d, 0x16, 0x28, 0x80, 0x77, 0x98, 0xd6, 0xef, 0x95, + 0x2e, 0xb2, 0x37, 0x9f, 0x6b, 0x31, 0x8c, 0xf4, 0x48, 0x11, 0x29, 0xd3, 0x1c, 0xa1, 0x6d, 0xdb, + 0xa7, 0xc0, 0x98, 0x8d, 0x34, 0x07, 0x8c, 0x2e, 0xa0, 0x64, 0xcd, 0x45, 0xc4, 0x78, 0x1e, 0xe5, + 0xeb, 0xcc, 0x76, 0x34, 0xed, 0x96, 0xe8, 0x35, 0x98, 0x2d, 0x60, 0x4f, 0x24, 0x96, 0x90, 0x48, + 0x5f, 0x46, 0x53, 0x95, 0x96, 0x45, 0x3b, 0xbe, 0xfc, 0xd4, 0x6c, 0xd6, 0x95, 0xb7, 0x69, 0xc7, + 0x97, 0x9f, 0x9a, 0x4d, 0xcd, 0x86, 0xc1, 0xa0, 0xf2, 0x53, 0x87, 0xa4, 0xfa, 0x8f, 0x73, 0xe8, + 0xa5, 0xfb, 0xdd, 0x2d, 0xea, 0x76, 0xa8, 0x4f, 0x3d, 0x61, 0x64, 0x42, 0xa9, 0x6b, 0x68, 0x26, + 0x81, 0x14, 0xd2, 0x5f, 0xed, 0xf7, 0x4a, 0x97, 0x77, 0x43, 0x64, 0x43, 0xd8, 0x2d, 0xa9, 0x95, + 0x24, 0x2b, 0x5e, 0x46, 0xd3, 0x11, 0x90, 0x3d, 0x84, 0xa7, 0x65, 0x61, 0xb6, 0x5d, 0xe9, 0xf7, + 0x4a, 0xb3, 0x92, 0x34, 0xf6, 0xd8, 0x72, 0xd7, 0xc7, 0xd9, 0xf0, 0x7d, 0x54, 0x8c, 0x40, 0x1f, + 0xba, 0x76, 0xd7, 0xf1, 0xb4, 0x1c, 0x88, 0x2a, 0xf5, 0x7b, 0xa5, 0x97, 0x25, 0x51, 0xdb, 0x80, + 0x94, 0x64, 0x25, 0x18, 0xf1, 0xcf, 0x67, 0x64, 0x69, 0x62, 0xf8, 0x0e, 0xc3, 0xf0, 0xbd, 0x1b, + 0x0c, 0xdf, 0x81, 0x4a, 0x9a, 0x8b, 0x73, 0x8a, 0xd1, 0x1c, 0x7b, 0x8c, 0xc4, 0x68, 0x4e, 0xb4, + 0x38, 0x5b, 0x41, 0x97, 0x52, 0x65, 0x1d, 0x69, 0x54, 0xff, 0x97, 0x9c, 0x2c, 0xa5, 0x6e, 0x9b, + 0x61, 0x67, 0xae, 0xcb, 0x9d, 0x59, 0xb7, 0x4d, 0xf8, 0xf2, 0xf0, 0xce, 0x7c, 0xad, 0xdf, 0x2b, + 0xbd, 0x22, 0x3d, 0xac, 0x63, 0x9b, 0xf1, 0x0f, 0x50, 0x92, 0x17, 0x7f, 0x82, 0x5e, 0x48, 0x00, + 0xb9, 0x9d, 0xe3, 0xa3, 0xff, 0x6a, 0xbf, 0x57, 0xd2, 0x53, 0xa4, 0xc6, 0xcd, 0xde, 0x00, 0x29, + 0xd8, 0x40, 0x2f, 0x4a, 0x5a, 0xb7, 0x3b, 0xbe, 0x61, 0x75, 0xc4, 0x07, 0x93, 0xcf, 0x92, 0x37, + 0xfa, 0xbd, 0xd2, 0xeb, 0xf2, 0x18, 0x0c, 0x68, 0xe2, 0x0f, 0x3f, 0x48, 0x0e, 0x36, 0x91, 0x96, + 0x82, 0xaa, 0xb5, 0x8d, 0xed, 0xc0, 0x0b, 0xb8, 0xd6, 0xef, 0x95, 0xbe, 0x90, 0xda, 0x86, 0xc5, + 0xa8, 0xa4, 0x46, 0x06, 0x4a, 0xc2, 0x04, 0xe1, 0x08, 0xb7, 0x66, 0x9b, 0x14, 0xde, 0x61, 0x04, + 0xe4, 0xeb, 0xfd, 0x5e, 0xe9, 0x8a, 0x24, 0xbf, 0x63, 0x9b, 0x34, 0xfe, 0xf8, 0x29, 0xdc, 0xfa, + 0xef, 0x8f, 0x30, 0x73, 0x0b, 0xdf, 0xf5, 0x0d, 0xdf, 0x70, 0x7d, 0xfc, 0x6e, 0xe4, 0x28, 0x41, + 0xaf, 0x16, 0x6e, 0x15, 0x83, 0xb1, 0x1b, 0xc0, 0x17, 0x26, 0x98, 0x89, 0xfd, 0x9d, 0x5e, 0x29, + 0xd3, 0xef, 0x95, 0x86, 0x48, 0x5e, 0xb2, 0x1e, 0xfc, 0x9b, 0x9e, 0x05, 0xbe, 0x8b, 0x01, 0x9f, + 0xfc, 0xdd, 0x8f, 0xf1, 0xf2, 0x6f, 0xfc, 0x07, 0x68, 0x4c, 0x3c, 0x03, 0xf4, 0x48, 0xe1, 0xd6, + 0x8b, 0x91, 0xb5, 0x57, 0xfc, 0x93, 0x18, 0x77, 0xc0, 0x85, 0xdf, 0x43, 0xa3, 0xdc, 0x88, 0x83, + 0xb6, 0x0b, 0xb7, 0x5e, 0x48, 0xff, 0x5a, 0xc4, 0xd8, 0x05, 0x0f, 0x5e, 0x46, 0x28, 0x32, 0xe0, + 0xa1, 0x37, 0x26, 0x24, 0x24, 0x4d, 0x7b, 0x4c, 0x8a, 0xc4, 0x8b, 0xdf, 0x46, 0x13, 0x9b, 0xd4, + 0x6d, 0x5b, 0x1d, 0xa3, 0xb5, 0x61, 0x7d, 0x1a, 0x38, 0x64, 0xe0, 0xdc, 0x78, 0xd6, 0xa7, 0x72, + 0x5f, 0x28, 0x74, 0xf8, 0x3b, 0x69, 0x06, 0x72, 0x0c, 0x1e, 0xe4, 0xb5, 0x43, 0x2d, 0x47, 0xec, + 0x79, 0x52, 0xec, 0xe5, 0x47, 0x68, 0x52, 0x99, 0x1b, 0x5a, 0x1e, 0x44, 0xbf, 0x92, 0x14, 0x2d, + 0x4d, 0xf4, 0x98, 0x58, 0x55, 0x02, 0xf3, 0x13, 0x6a, 0x1d, 0xcb, 0xb7, 0x8c, 0x56, 0xc5, 0x6e, + 0xb7, 0x8d, 0x8e, 0xa9, 0x8d, 0x47, 0xfe, 0x8e, 0xc5, 0x31, 0x8d, 0x26, 0x47, 0xc9, 0x7e, 0x82, + 0xca, 0xc4, 0xec, 0xaf, 0xe8, 0x43, 0x42, 0x9b, 0xb6, 0x6b, 0x5a, 0x9d, 0x6d, 0x0d, 0x81, 0xd2, + 0xc0, 0xf0, 0x79, 0x1c, 0xd7, 0x70, 0x03, 0xa4, 0x6c, 0xf8, 0xe2, 0x8c, 0xdf, 0x18, 0xce, 0x17, + 0x8a, 0x13, 0x09, 0x97, 0xea, 0x6f, 0xe5, 0x50, 0x41, 0x90, 0x7e, 0xc3, 0xb6, 0x3a, 0xe7, 0x03, + 0xfc, 0x38, 0x03, 0x3c, 0x75, 0xa0, 0x8e, 0x3e, 0xaf, 0x81, 0xaa, 0xff, 0x20, 0x1b, 0x5a, 0xa3, + 0xba, 0x6b, 0x75, 0x8e, 0x67, 0x8d, 0xae, 0x22, 0x54, 0xd9, 0xe9, 0x76, 0x76, 0xf9, 0x5a, 0x2f, + 0x1b, 0xad, 0xf5, 0x9a, 0x16, 0x91, 0x30, 0x6c, 0xc1, 0x57, 0x65, 0xf2, 0x59, 0xcf, 0x4c, 0x2c, + 0x8c, 0x7f, 0xc6, 0x25, 0x65, 0xde, 0x24, 0x00, 0xc6, 0x25, 0x34, 0xb2, 0xb0, 0xef, 0x53, 0x0f, + 0x34, 0x9f, 0xe3, 0x0b, 0xc2, 0x2d, 0x06, 0x20, 0x1c, 0x8e, 0xef, 0xa0, 0x99, 0x2a, 0x6d, 0x19, + 0xfb, 0xab, 0x56, 0xab, 0x65, 0x79, 0xb4, 0x69, 0x77, 0x4c, 0x0f, 0x94, 0x2c, 0x9a, 0x6b, 0x7b, + 0x24, 0x49, 0x80, 0x75, 0x34, 0xba, 0xfe, 0xe8, 0x91, 0x47, 0x7d, 0x50, 0x5f, 0x6e, 0x01, 0xf5, + 0x7b, 0xa5, 0x51, 0x1b, 0x20, 0x44, 0x60, 0xf4, 0x1f, 0x66, 0x50, 0xb1, 0x4a, 0xbd, 0x5d, 0xdf, + 0x76, 0xc2, 0x51, 0x7e, 0x2c, 0x95, 0x5c, 0x47, 0x63, 0xab, 0xd4, 0xf3, 0xd8, 0x67, 0x29, 0x0b, + 0x6f, 0x3b, 0x2d, 0xde, 0x76, 0xac, 0xcd, 0xc1, 0x24, 0xc0, 0xa7, 0xbf, 0x55, 0xee, 0x90, 0xb7, + 0xd2, 0xff, 0x20, 0x8b, 0x5e, 0x14, 0x4f, 0x5c, 0x69, 0x59, 0xce, 0x96, 0x6d, 0xb8, 0x26, 0xa1, + 0x4d, 0x6a, 0x3d, 0xa6, 0xa7, 0x73, 0xe2, 0xa9, 0x53, 0x67, 0xf8, 0x18, 0x53, 0xe7, 0x16, 0x2a, + 0x08, 0xcd, 0x80, 0x67, 0xcf, 0x3f, 0xdb, 0xc5, 0x7e, 0xaf, 0x34, 0x61, 0x72, 0x30, 0x2c, 0x8a, + 0x88, 0x4c, 0xc4, 0x06, 0xc9, 0x0a, 0xed, 0x6c, 0xfb, 0x3b, 0x30, 0x48, 0x46, 0xf8, 0x20, 0x69, + 0x01, 0x84, 0x08, 0x8c, 0xfe, 0xdf, 0xb2, 0xe8, 0x62, 0x5c, 0xe5, 0x1b, 0xb4, 0x63, 0x9e, 0xeb, + 0xfb, 0xa7, 0xa3, 0xef, 0x7f, 0x9b, 0x45, 0x93, 0xe1, 0xa7, 0xe7, 0xbb, 0xb4, 0x79, 0x32, 0x2e, + 0x53, 0xf4, 0x41, 0xc8, 0x1d, 0xfb, 0x83, 0x70, 0x1c, 0x2d, 0xeb, 0x68, 0x94, 0x50, 0xc3, 0x13, + 0x9f, 0x95, 0x71, 0xae, 0x31, 0x17, 0x20, 0x44, 0x60, 0xf0, 0x6b, 0x68, 0x6c, 0xd5, 0x78, 0x62, + 0xb5, 0xbb, 0x6d, 0x61, 0xeb, 0x20, 0xa4, 0xd4, 0x36, 0x9e, 0x90, 0x00, 0xae, 0xff, 0xbb, 0x0c, + 0x9a, 0x12, 0x4a, 0x15, 0xc2, 0x8f, 0xa5, 0xd5, 0x48, 0x3b, 0xd9, 0x63, 0x6b, 0x27, 0xf7, 0xec, + 0xda, 0xd1, 0x7f, 0x38, 0xcc, 0xd4, 0xc3, 0x5c, 0xbf, 0xb3, 0x3e, 0x1b, 0xa3, 0x1e, 0x19, 0x79, + 0x86, 0x1e, 0x39, 0x33, 0x7e, 0xb5, 0xfe, 0xbf, 0xc6, 0x10, 0x12, 0xda, 0x5f, 0x3c, 0xb7, 0xe1, + 0xc7, 0x1b, 0x35, 0x55, 0x34, 0xb3, 0xd8, 0xd9, 0x31, 0x3a, 0x4d, 0x6a, 0x46, 0xab, 0x0b, 0x36, + 0x74, 0xf2, 0x3c, 0x5e, 0x4d, 0x05, 0x32, 0x5a, 0x5e, 0x90, 0x24, 0x03, 0xbe, 0x89, 0x0a, 0xb5, + 0x8e, 0x4f, 0x5d, 0xa3, 0xe9, 0x5b, 0x8f, 0x29, 0x8c, 0x9e, 0xfc, 0xc2, 0x74, 0xbf, 0x57, 0x2a, + 0x58, 0x11, 0x98, 0xc8, 0x34, 0xf8, 0x0e, 0x9a, 0xa8, 0x1b, 0xae, 0x6f, 0x35, 0x2d, 0xc7, 0xe8, + 0xf8, 0x9e, 0x96, 0x87, 0xa5, 0x11, 0x7c, 0x7b, 0x1c, 0x09, 0x4e, 0x14, 0x2a, 0xfc, 0x1d, 0x34, + 0x0e, 0x4b, 0x70, 0xd8, 0x13, 0x18, 0x3f, 0x74, 0x4f, 0xe0, 0xf5, 0x28, 0xce, 0xc9, 0x17, 0x49, + 0x1e, 0x63, 0x8e, 0xa6, 0x02, 0x6c, 0x13, 0x44, 0x12, 0xf1, 0x37, 0xd1, 0xd8, 0x62, 0xc7, 0x04, + 0xe1, 0xe8, 0x50, 0xe1, 0xba, 0x10, 0xfe, 0x42, 0x24, 0xdc, 0x76, 0x62, 0xb2, 0x03, 0x71, 0xe9, + 0xb3, 0xac, 0xf0, 0xd3, 0x9b, 0x65, 0x13, 0x3f, 0x85, 0xd5, 0xeb, 0xe4, 0xf3, 0x5a, 0xbd, 0x4e, + 0x3d, 0xe3, 0xea, 0x55, 0xff, 0x14, 0x15, 0x16, 0xea, 0x4b, 0xe1, 0xec, 0x7d, 0x09, 0xe5, 0xea, + 0x62, 0x0f, 0x66, 0x98, 0x7f, 0x30, 0x1d, 0xcb, 0x24, 0x0c, 0x86, 0xaf, 0xa3, 0x7c, 0x05, 0xc2, + 0x91, 0x22, 0x9c, 0x3f, 0xcc, 0xc3, 0xf9, 0x4d, 0x80, 0x41, 0x38, 0x3f, 0x40, 0xe3, 0x2f, 0xa2, + 0xb1, 0xba, 0x6b, 0x6f, 0xbb, 0x46, 0x5b, 0xc4, 0xba, 0x0a, 0xcc, 0xd9, 0x77, 0x38, 0x88, 0x04, + 0x38, 0xfd, 0xaf, 0x64, 0xd0, 0xe8, 0x86, 0x6f, 0xf8, 0x5d, 0x8f, 0x71, 0x6c, 0x74, 0x61, 0x05, + 0x0d, 0x6d, 0xe7, 0x39, 0x87, 0xc7, 0x41, 0x24, 0xc0, 0xe1, 0xeb, 0x68, 0x64, 0xd1, 0x75, 0x6d, + 0x57, 0xde, 0x96, 0xa1, 0x0c, 0x20, 0x6f, 0xcb, 0x00, 0x05, 0xbe, 0x8b, 0x0a, 0xdc, 0xe6, 0xf0, + 0x85, 0x07, 0x7f, 0x8e, 0x4b, 0xfd, 0x5e, 0x69, 0x46, 0x2c, 0x3a, 0xe4, 0xfd, 0x29, 0x89, 0x52, + 0xff, 0x51, 0x4e, 0x72, 0x0a, 0xb8, 0xc6, 0xcf, 0xe0, 0xe2, 0xfd, 0x36, 0xca, 0x2d, 0xd4, 0x97, + 0x84, 0x01, 0xbc, 0x10, 0xb0, 0x4a, 0x43, 0x25, 0xc6, 0xc7, 0xa8, 0xf1, 0x65, 0x34, 0x5c, 0x67, + 0xc3, 0x67, 0x14, 0x86, 0x47, 0xbe, 0xdf, 0x2b, 0x0d, 0x3b, 0x6c, 0xfc, 0x00, 0x14, 0xb0, 0x86, + 0xbf, 0x03, 0xb6, 0x6c, 0x5c, 0x60, 0x0d, 0x7f, 0x87, 0x00, 0x94, 0x61, 0xcb, 0xee, 0xf6, 0x63, + 0x61, 0xb5, 0x00, 0x6b, 0xb8, 0xdb, 0x8f, 0x09, 0x40, 0xf1, 0x3c, 0x42, 0x84, 0xfa, 0x5d, 0xb7, + 0x03, 0x5b, 0x9c, 0xe3, 0xe0, 0x26, 0x83, 0x35, 0x74, 0x01, 0xda, 0x68, 0xda, 0x26, 0x25, 0x12, + 0x89, 0xfe, 0x37, 0xa2, 0xf8, 0x4b, 0xd5, 0xf2, 0x76, 0xcf, 0xbb, 0xf0, 0x08, 0x5d, 0x68, 0x88, + 0x95, 0x48, 0xb2, 0x93, 0x4a, 0x68, 0x64, 0xa9, 0x65, 0x6c, 0x7b, 0xd0, 0x87, 0x23, 0x3c, 0x2a, + 0xf1, 0x88, 0x01, 0x08, 0x87, 0xc7, 0xfa, 0x29, 0x7f, 0x78, 0x3f, 0xfd, 0xd5, 0x91, 0x70, 0xb6, + 0xad, 0x51, 0x7f, 0xcf, 0x76, 0xcf, 0xbb, 0xea, 0x69, 0xbb, 0xea, 0x2a, 0x1a, 0xdb, 0x70, 0x9b, + 0xb0, 0xcc, 0xe4, 0xbd, 0x35, 0xd1, 0xef, 0x95, 0xf2, 0x9e, 0xdb, 0xe4, 0x4b, 0xcc, 0x00, 0xc9, + 0xe8, 0xaa, 0x9e, 0x0f, 0x74, 0x63, 0x11, 0x9d, 0xe9, 0xf9, 0x82, 0x4e, 0x20, 0x05, 0x5d, 0xdd, + 0x76, 0x7d, 0xd1, 0x71, 0x21, 0x9d, 0x63, 0xbb, 0x3e, 0x09, 0x90, 0xf8, 0xcb, 0x08, 0x6d, 0x56, + 0xea, 0x1f, 0x53, 0x17, 0xd4, 0xc5, 0xe7, 0x22, 0x98, 0xeb, 0xc7, 0x1c, 0x44, 0x24, 0x34, 0xde, + 0x44, 0xe3, 0xeb, 0x0e, 0x75, 0x21, 0x79, 0x02, 0x3c, 0x80, 0xa9, 0x5b, 0x6f, 0xc4, 0x54, 0x2b, + 0xfa, 0x7d, 0x4e, 0xfc, 0x0d, 0xc9, 0xf9, 0xf7, 0xc5, 0x0e, 0x7e, 0x92, 0x48, 0x10, 0xbe, 0x8b, + 0x46, 0xcb, 0xdc, 0xcf, 0x2b, 0x80, 0xc8, 0x50, 0x65, 0x8b, 0xec, 0x0f, 0x47, 0xf1, 0x45, 0xa1, + 0x01, 0xff, 0x13, 0x41, 0xae, 0x5f, 0x47, 0xc5, 0x78, 0x33, 0xb8, 0x80, 0xc6, 0x2a, 0xeb, 0x6b, + 0x6b, 0x8b, 0x95, 0xcd, 0xe2, 0x10, 0xce, 0xa3, 0xe1, 0x8d, 0xc5, 0xb5, 0x6a, 0x31, 0xa3, 0xff, + 0x8a, 0x64, 0x41, 0xd8, 0xd0, 0x3a, 0x8f, 0xe0, 0x1e, 0x2b, 0x2c, 0x52, 0x84, 0xb0, 0xe5, 0xa6, + 0x6b, 0x74, 0xbc, 0xb6, 0xe5, 0xfb, 0xd4, 0x14, 0x5f, 0x09, 0x08, 0xeb, 0xf9, 0x4f, 0x48, 0x02, + 0x8f, 0x6f, 0xa0, 0x49, 0x80, 0x89, 0x48, 0x9e, 0x09, 0xa3, 0x57, 0x30, 0xb8, 0x4f, 0x88, 0x8a, + 0xd4, 0xff, 0x55, 0x14, 0xc4, 0x5d, 0xa1, 0xc6, 0x69, 0x0d, 0xfc, 0xfd, 0x8c, 0xf4, 0x97, 0xfe, + 0xb7, 0x87, 0xf9, 0x96, 0x3c, 0x4f, 0x71, 0x39, 0x09, 0x55, 0xde, 0x09, 0x7c, 0x43, 0xa1, 0xc9, + 0xa9, 0x50, 0x13, 0x00, 0x4d, 0x68, 0x80, 0xfb, 0x91, 0x37, 0xd0, 0xe8, 0x2a, 0xf5, 0x77, 0x6c, + 0x53, 0x6c, 0x80, 0x5e, 0xec, 0xf7, 0x4a, 0xc5, 0x36, 0x40, 0x24, 0x7f, 0x4f, 0xd0, 0xe0, 0x5d, + 0x84, 0x6b, 0x26, 0xed, 0xf8, 0x96, 0xbf, 0x5f, 0xf6, 0x7d, 0xd7, 0xda, 0xea, 0xfa, 0xd4, 0x13, + 0x7a, 0x7b, 0x31, 0xb1, 0x4e, 0xd9, 0x80, 0xfc, 0x31, 0xd8, 0xf3, 0xbc, 0x68, 0x84, 0xe4, 0x91, + 0xd8, 0xff, 0xd3, 0x2b, 0x8d, 0x72, 0x1a, 0x92, 0x22, 0x16, 0x7f, 0x84, 0xc6, 0x57, 0x97, 0xca, + 0x55, 0xfa, 0xd8, 0x6a, 0x52, 0xb1, 0x79, 0xf1, 0x52, 0xa8, 0xc5, 0x00, 0x11, 0xaa, 0x04, 0xf2, + 0x1f, 0xda, 0x8f, 0x8c, 0x86, 0x09, 0x70, 0x39, 0xff, 0x21, 0x24, 0x66, 0xa3, 0x85, 0x67, 0x52, + 0x88, 0xe8, 0x42, 0x38, 0x5a, 0xd4, 0xfc, 0x8a, 0xb8, 0xae, 0x38, 0x36, 0x36, 0x5a, 0xf2, 0xc7, + 0x18, 0x2d, 0xff, 0x35, 0x83, 0x8a, 0x84, 0x7a, 0x76, 0xd7, 0x8d, 0xde, 0x00, 0x5f, 0x45, 0xc3, + 0xd2, 0x26, 0x3d, 0x44, 0x4d, 0x62, 0x3b, 0xc3, 0x80, 0xc7, 0x1b, 0x68, 0x6c, 0xf1, 0x89, 0x63, + 0xb9, 0xd4, 0x13, 0x63, 0xe4, 0xa0, 0x15, 0xe2, 0x2b, 0x62, 0x85, 0x38, 0x43, 0x39, 0x4b, 0x62, + 0x71, 0xc8, 0xc1, 0x90, 0x51, 0xe2, 0x98, 0x86, 0x4f, 0xcd, 0x85, 0x7d, 0xe1, 0xfb, 0xf3, 0x8c, + 0x12, 0x0e, 0x6c, 0x6c, 0xed, 0x2b, 0x19, 0x25, 0x01, 0x29, 0x7e, 0x1d, 0xe5, 0x36, 0x37, 0x57, + 0xc4, 0xe0, 0x81, 0x44, 0x3b, 0xdf, 0x97, 0x53, 0x66, 0x18, 0x56, 0xff, 0x85, 0x2c, 0x42, 0x6c, + 0x8c, 0x56, 0x5c, 0x6a, 0xf8, 0x27, 0x63, 0x68, 0x16, 0x50, 0x3e, 0x50, 0xb8, 0x98, 0x1f, 0x5a, + 0xc0, 0x1b, 0xef, 0x88, 0x78, 0xdb, 0x01, 0x9e, 0x39, 0x73, 0xc4, 0x6e, 0x51, 0x9e, 0x2c, 0x22, + 0x72, 0x0e, 0x5d, 0x06, 0x20, 0x1c, 0x8e, 0xbf, 0x8c, 0xc6, 0x45, 0x27, 0xdb, 0x41, 0x24, 0x9b, + 0x2f, 0xf9, 0x02, 0x20, 0x89, 0xf0, 0xfa, 0x6f, 0x65, 0xb8, 0x52, 0xaa, 0xb4, 0x45, 0x4f, 0xaf, + 0x52, 0xf4, 0xef, 0x67, 0x10, 0x66, 0xc2, 0xea, 0x86, 0xe7, 0xed, 0xd9, 0xae, 0x59, 0xd9, 0x31, + 0x3a, 0xdb, 0x27, 0xf2, 0x3a, 0xfa, 0xff, 0x18, 0x41, 0x17, 0x94, 0x5d, 0xe5, 0x53, 0x3e, 0xde, + 0xae, 0xab, 0xe3, 0x0d, 0x16, 0xef, 0x30, 0xde, 0xe4, 0xc5, 0x3b, 0x1f, 0x79, 0x5f, 0x40, 0xe3, + 0xe2, 0x9d, 0x6b, 0x55, 0x31, 0xf2, 0xe0, 0xb3, 0x6f, 0x99, 0x24, 0x42, 0xe0, 0x37, 0xd1, 0x84, + 0xf8, 0xc1, 0xac, 0x7f, 0x10, 0x9f, 0x85, 0x71, 0xec, 0x31, 0x00, 0x51, 0xd0, 0xf8, 0x2d, 0x34, + 0xce, 0x06, 0xe7, 0x36, 0x64, 0x69, 0x8e, 0x45, 0xc9, 0x8c, 0x66, 0x00, 0x94, 0x4d, 0x42, 0x48, + 0xc9, 0x3e, 0x29, 0x62, 0xaf, 0x21, 0x1f, 0x7d, 0x52, 0xf8, 0x5e, 0x83, 0xfc, 0x49, 0x11, 0xbb, + 0x0e, 0x9f, 0xa0, 0x42, 0xb9, 0xd3, 0xb1, 0x79, 0xb6, 0xb0, 0x27, 0x02, 0x6a, 0x03, 0xbf, 0x25, + 0xaf, 0x43, 0x8a, 0x5d, 0x44, 0x9f, 0xfa, 0x31, 0x91, 0x05, 0xe2, 0x5b, 0xac, 0x23, 0x1e, 0x5b, + 0x74, 0x8f, 0xba, 0x22, 0x65, 0x01, 0x82, 0x8a, 0xae, 0x80, 0xc9, 0x09, 0x77, 0x01, 0x1d, 0x5e, + 0x40, 0x93, 0x75, 0xd7, 0x76, 0x6c, 0x8f, 0x9a, 0x5c, 0x51, 0x05, 0x60, 0xbc, 0xdc, 0xef, 0x95, + 0x34, 0x47, 0x20, 0x1a, 0xa0, 0x31, 0x89, 0x5d, 0x65, 0xc1, 0x8f, 0xd0, 0x45, 0xa1, 0x4c, 0x6a, + 0x06, 0x3d, 0x5a, 0xab, 0x7a, 0xda, 0x04, 0x24, 0x9a, 0xe1, 0xf8, 0x60, 0xa8, 0x55, 0x17, 0xae, + 0x04, 0xc1, 0x3c, 0x57, 0xc0, 0x1a, 0x96, 0x29, 0x77, 0x75, 0xaa, 0x3c, 0x7d, 0x8f, 0x2d, 0x20, + 0x83, 0x9f, 0xf8, 0x4d, 0x35, 0xd3, 0x38, 0x13, 0x05, 0x93, 0x44, 0xc6, 0x9e, 0x92, 0x5a, 0xcc, + 0x16, 0xaf, 0xf7, 0xad, 0x8e, 0x29, 0xa2, 0x43, 0xb0, 0x78, 0xdd, 0xb5, 0x3a, 0x26, 0x01, 0x28, + 0xc3, 0x4a, 0xe9, 0x57, 0x80, 0x65, 0x1f, 0x24, 0xfe, 0x19, 0xd2, 0x7f, 0x98, 0x89, 0xcd, 0xb6, + 0x13, 0x34, 0x64, 0xca, 0xf0, 0xcf, 0x0d, 0x18, 0xfe, 0xfa, 0x2f, 0x66, 0x51, 0x81, 0x2d, 0xc8, + 0x96, 0x6c, 0x77, 0xcf, 0x70, 0x4f, 0x26, 0x4a, 0xf5, 0xdc, 0x36, 0xad, 0x24, 0x7f, 0x6f, 0xf8, + 0x08, 0xfe, 0xde, 0x65, 0x34, 0x2c, 0xed, 0xb3, 0xf2, 0xa8, 0x11, 0x5b, 0xd4, 0x02, 0x54, 0xff, + 0xd3, 0x59, 0x84, 0xbe, 0x79, 0xf3, 0xe6, 0x19, 0x56, 0x90, 0xfe, 0xd7, 0x32, 0x68, 0x5a, 0x84, + 0x31, 0xa5, 0x74, 0xfb, 0xb1, 0x20, 0x00, 0x2d, 0xcf, 0x28, 0x0e, 0x22, 0x01, 0x8e, 0x99, 0x9a, + 0xc5, 0x27, 0x96, 0x0f, 0x91, 0x1c, 0x29, 0xdf, 0x9e, 0x0a, 0x98, 0x6c, 0x6a, 0x02, 0x3a, 0xfc, + 0x66, 0x10, 0xa0, 0xcd, 0x45, 0xf6, 0x95, 0x31, 0x2c, 0xa6, 0x06, 0x69, 0xf5, 0x5f, 0x1f, 0x46, + 0xc3, 0x8b, 0x4f, 0x68, 0xf3, 0x94, 0x77, 0x8d, 0xb4, 0xec, 0x1b, 0x3e, 0xe6, 0xb2, 0xef, 0x59, + 0x76, 0x9c, 0x3e, 0x88, 0xfa, 0x73, 0x54, 0x6d, 0x3e, 0xd6, 0xf3, 0xf1, 0xe6, 0x83, 0x9e, 0x3e, + 0x7d, 0x1b, 0x96, 0xff, 0x2c, 0x87, 0x72, 0x1b, 0x95, 0xfa, 0xf9, 0xb8, 0x39, 0xd1, 0x71, 0x73, + 0x70, 0x44, 0x5f, 0x0f, 0x83, 0x74, 0xf9, 0x28, 0x49, 0x23, 0x16, 0x8f, 0xfb, 0xc3, 0x1c, 0x9a, + 0xda, 0x58, 0xda, 0xac, 0x4b, 0xeb, 0xe4, 0xfb, 0x28, 0xbf, 0x64, 0xb5, 0x28, 0xec, 0xb8, 0xf3, + 0x2e, 0xbd, 0x9c, 0x70, 0x9f, 0x1e, 0xd4, 0x3a, 0xfe, 0xdb, 0x77, 0x3e, 0x36, 0x5a, 0x5d, 0x0a, + 0xab, 0xb4, 0xf1, 0x47, 0x56, 0x8b, 0x36, 0x3c, 0xeb, 0x53, 0xfa, 0x4b, 0x6c, 0x19, 0x18, 0x0a, + 0xc0, 0x5f, 0x43, 0xb9, 0x07, 0x62, 0xbf, 0x6a, 0x90, 0x9c, 0xdb, 0xb7, 0xb8, 0x1c, 0x66, 0x04, + 0x73, 0x5d, 0xcb, 0x04, 0x09, 0x8c, 0x8b, 0x31, 0x7f, 0x28, 0x3e, 0xc0, 0x4f, 0xc5, 0xbc, 0x1d, + 0x30, 0x7f, 0x58, 0xab, 0xe2, 0x0d, 0x54, 0xa8, 0x53, 0xb7, 0x6d, 0x41, 0x47, 0x05, 0x36, 0xfb, + 0x60, 0x21, 0xcc, 0x23, 0x2e, 0x38, 0x11, 0x13, 0x08, 0x93, 0xa5, 0xe0, 0x6f, 0x21, 0xc4, 0x7d, + 0x94, 0xa7, 0x3c, 0xc1, 0xf5, 0x0a, 0xf8, 0x97, 0xfc, 0x1c, 0x90, 0x6f, 0xc9, 0x8b, 0x6f, 0x58, + 0x2e, 0x4b, 0xc2, 0xf0, 0x2e, 0x2a, 0xae, 0xda, 0xa6, 0xf5, 0xc8, 0x6a, 0x82, 0xa7, 0x09, 0x0d, + 0x8c, 0x1e, 0xbe, 0x1d, 0xdc, 0xef, 0x95, 0x5e, 0x6e, 0x4b, 0x7c, 0x69, 0xcd, 0x24, 0x04, 0xeb, + 0xff, 0x78, 0x04, 0x0d, 0xb3, 0x6e, 0x3f, 0x9f, 0xbf, 0xc7, 0x99, 0xbf, 0x65, 0x54, 0x7c, 0x68, + 0xbb, 0xbb, 0x56, 0x67, 0xbb, 0x6a, 0xb9, 0xb0, 0x0a, 0xdf, 0x17, 0x6b, 0x20, 0xd8, 0xe7, 0xdc, + 0xe3, 0xb8, 0x86, 0x19, 0x20, 0x49, 0x82, 0xfc, 0x90, 0x19, 0xfc, 0x0e, 0x42, 0x9b, 0x86, 0xbb, + 0x4d, 0x7d, 0xa0, 0xc9, 0x47, 0xa7, 0x82, 0x7c, 0x80, 0x36, 0x18, 0xa9, 0x7c, 0x2a, 0x28, 0x22, + 0x66, 0x8b, 0x3d, 0xbe, 0x53, 0xc4, 0x56, 0x40, 0x93, 0x7c, 0xb1, 0x07, 0x3b, 0x45, 0xb2, 0x13, + 0xc0, 0xf7, 0x8c, 0xea, 0x08, 0x49, 0xd1, 0x37, 0x14, 0x53, 0x84, 0x62, 0x1c, 0xc4, 0x61, 0xa6, + 0x94, 0xe0, 0x1b, 0x91, 0x64, 0xe0, 0xb7, 0x63, 0xdb, 0x03, 0x58, 0x91, 0x36, 0x70, 0x77, 0x20, + 0xda, 0x5e, 0x9e, 0x38, 0x6c, 0x7b, 0x59, 0xff, 0x41, 0x16, 0x8d, 0x6f, 0x74, 0xb7, 0xbc, 0x7d, + 0xcf, 0xa7, 0xed, 0x53, 0x3e, 0x8c, 0x83, 0x85, 0xd1, 0x70, 0xda, 0xc2, 0x08, 0xbf, 0x1e, 0x28, + 0x45, 0x8a, 0x00, 0x85, 0x2e, 0x5d, 0xa0, 0x8e, 0x5f, 0xcb, 0xa2, 0x22, 0x0f, 0x2b, 0x56, 0x2d, + 0xaf, 0xf9, 0x1c, 0x72, 0xe9, 0x4e, 0x5e, 0x2b, 0xc7, 0x0b, 0xc5, 0x3f, 0x45, 0x86, 0xa2, 0xfe, + 0x73, 0x59, 0x54, 0x28, 0x77, 0xfd, 0x9d, 0xb2, 0x0f, 0x63, 0xeb, 0x4c, 0xae, 0x4f, 0xfe, 0x45, + 0x06, 0x4d, 0xb3, 0x07, 0xd9, 0xb4, 0x77, 0x69, 0xe7, 0x39, 0x04, 0xb8, 0xe4, 0x40, 0x55, 0xf6, + 0x19, 0x03, 0x55, 0x81, 0x2e, 0x73, 0x47, 0x0c, 0xd8, 0xfd, 0x56, 0x06, 0x21, 0x62, 0xb7, 0xe8, + 0xe7, 0xe4, 0x35, 0x9e, 0x43, 0x00, 0xe4, 0x24, 0x5f, 0xe3, 0xc7, 0x19, 0x74, 0x71, 0xd3, 0x65, + 0x2b, 0x10, 0x53, 0x2c, 0x44, 0x4e, 0x79, 0xbf, 0x24, 0x5f, 0xe8, 0x94, 0xf7, 0xd0, 0xef, 0x66, + 0xd0, 0x4b, 0xea, 0x0b, 0x7d, 0x1e, 0xac, 0xc0, 0xbf, 0xce, 0xa0, 0x4b, 0x1f, 0x42, 0xf1, 0x88, + 0x70, 0x73, 0xe4, 0xf3, 0xf7, 0x46, 0xa7, 0x7c, 0xe4, 0xfd, 0x76, 0x06, 0x5d, 0x58, 0xaf, 0x55, + 0x2b, 0x9f, 0x97, 0x1e, 0x4a, 0xbc, 0xcf, 0xe7, 0xa0, 0x7f, 0x36, 0xca, 0xab, 0x2b, 0x9f, 0xa7, + 0xfe, 0x51, 0xde, 0xe7, 0x94, 0xf7, 0xcf, 0x9f, 0x19, 0x45, 0x85, 0xfb, 0xdd, 0x2d, 0x2a, 0x36, + 0x23, 0xce, 0xb4, 0xa7, 0x7f, 0x0b, 0x15, 0x84, 0x1a, 0x60, 0x95, 0x2c, 0x9d, 0xf8, 0x12, 0x95, + 0x57, 0x60, 0x99, 0x4c, 0x64, 0x22, 0xb6, 0xe2, 0xfa, 0x98, 0xba, 0x5b, 0x72, 0x96, 0xe5, 0x63, + 0xea, 0x6e, 0x11, 0x80, 0xe2, 0x95, 0x28, 0x9b, 0xa2, 0x5c, 0xaf, 0x41, 0x99, 0x07, 0xb1, 0x40, + 0x87, 0xba, 0x15, 0xe1, 0x7e, 0x9a, 0xe1, 0x58, 0xbc, 0x40, 0x84, 0x9c, 0xe1, 0x1d, 0xe7, 0xc4, + 0x6b, 0x68, 0x26, 0x80, 0x45, 0x35, 0x0e, 0xf2, 0x29, 0xe2, 0xd2, 0xaa, 0x1b, 0x24, 0x59, 0xf1, + 0x07, 0x68, 0x22, 0x00, 0xc2, 0x66, 0xdb, 0x38, 0x88, 0x7a, 0xb9, 0xdf, 0x2b, 0xbd, 0x18, 0x8a, + 0xda, 0xb5, 0x94, 0x0c, 0x76, 0x85, 0x41, 0x16, 0x00, 0xcb, 0x4e, 0x94, 0x22, 0x20, 0x96, 0x29, + 0xa2, 0x30, 0xe0, 0xb7, 0x40, 0x80, 0x63, 0x77, 0x3c, 0x0a, 0x9b, 0x13, 0x05, 0x48, 0x41, 0x84, + 0x6c, 0x0d, 0x57, 0xc0, 0x79, 0xa2, 0xa9, 0x42, 0x86, 0xd7, 0x11, 0x8a, 0x82, 0xc8, 0x22, 0x9d, + 0xff, 0xc8, 0xe1, 0x6d, 0x49, 0x84, 0xfe, 0x6f, 0xd8, 0xfa, 0xcd, 0x71, 0xc2, 0x91, 0xfc, 0x26, + 0x1a, 0x2d, 0x3b, 0xce, 0x03, 0x52, 0x13, 0xdb, 0x2a, 0x10, 0x85, 0x31, 0x1c, 0xa7, 0xd1, 0x75, + 0x2d, 0x79, 0xab, 0x98, 0x13, 0xe1, 0x0a, 0x9a, 0x2c, 0x3b, 0x4e, 0xbd, 0xbb, 0xd5, 0xb2, 0x9a, + 0x52, 0xd9, 0x15, 0x5e, 0xbb, 0xc7, 0x71, 0x1a, 0x0e, 0x60, 0xe2, 0x45, 0x6b, 0x54, 0x1e, 0xfc, + 0x09, 0x1a, 0x2f, 0x3b, 0x8e, 0xa8, 0xfa, 0x91, 0x83, 0xcd, 0x58, 0x3d, 0x78, 0x27, 0xe9, 0xd9, + 0xe6, 0x42, 0x22, 0x5e, 0xe0, 0xe3, 0xb2, 0xd8, 0x9c, 0xbd, 0xc8, 0x1a, 0x4a, 0x54, 0xf7, 0x88, + 0x44, 0xe2, 0xaf, 0xa0, 0xb1, 0xb2, 0xe3, 0x48, 0xe1, 0x01, 0xd8, 0x03, 0x62, 0x5c, 0xb1, 0x2e, + 0x0a, 0xc8, 0x66, 0xdf, 0x43, 0x53, 0x6a, 0x63, 0x47, 0xaa, 0x00, 0xf2, 0x47, 0x19, 0x78, 0xa1, + 0x53, 0x9e, 0xea, 0x70, 0x1b, 0xe5, 0xca, 0x8e, 0x23, 0xcc, 0xc9, 0x85, 0x94, 0xfe, 0x88, 0xe7, + 0xf3, 0x96, 0x1d, 0x27, 0x78, 0x75, 0x9e, 0x8c, 0x74, 0xb6, 0x5e, 0xfd, 0x47, 0xfc, 0xd5, 0x4f, + 0x79, 0xee, 0xd0, 0xaf, 0xe7, 0xd0, 0x74, 0xd9, 0x71, 0xce, 0x0b, 0x9b, 0x3c, 0xaf, 0xac, 0xe1, + 0x9b, 0x08, 0x49, 0xe6, 0x71, 0x2c, 0x4c, 0xca, 0x2b, 0x48, 0xa6, 0x51, 0xcb, 0x10, 0x89, 0x28, + 0x18, 0x7e, 0xf9, 0x23, 0x0d, 0xbf, 0x9f, 0xcb, 0x81, 0x29, 0x3e, 0xed, 0x27, 0x20, 0x7f, 0x56, + 0xba, 0x4d, 0xf4, 0xc1, 0xe8, 0x91, 0xfa, 0xe0, 0x9f, 0x28, 0x93, 0x07, 0x0a, 0x65, 0x9c, 0xf7, + 0xc2, 0xc8, 0xb1, 0xbc, 0xda, 0x29, 0x59, 0x99, 0xe2, 0x58, 0x96, 0xc8, 0x5f, 0x0b, 0x0e, 0x09, + 0x36, 0x19, 0xaa, 0x61, 0x99, 0x24, 0x46, 0x1b, 0xf4, 0xe1, 0xd8, 0x91, 0xfa, 0xf0, 0x97, 0xb3, + 0x68, 0x26, 0xea, 0xc3, 0xe7, 0xb1, 0x38, 0x98, 0x47, 0x88, 0x07, 0x8a, 0xc3, 0x2c, 0x94, 0x49, + 0x7e, 0x9e, 0xc8, 0x03, 0xa8, 0x38, 0x4f, 0x14, 0x91, 0x84, 0x1b, 0x5a, 0xb9, 0xd4, 0x0d, 0xad, + 0xeb, 0x28, 0x4f, 0x8c, 0xbd, 0x8f, 0xba, 0xd4, 0xdd, 0x17, 0xee, 0x0c, 0x6c, 0x67, 0xb8, 0xc6, + 0x5e, 0xe3, 0x7b, 0x0c, 0x48, 0x42, 0x34, 0xd6, 0xc3, 0x4c, 0x72, 0x29, 0x80, 0xcf, 0x33, 0xc9, + 0xc3, 0xfc, 0xf1, 0x67, 0x1a, 0xe8, 0xbf, 0x3b, 0x8a, 0x8a, 0x55, 0xc3, 0x37, 0xb6, 0x0c, 0x8f, + 0x4a, 0x8b, 0xb9, 0xe9, 0x00, 0xc6, 0x06, 0x82, 0x15, 0x96, 0x5b, 0x84, 0x0d, 0x2f, 0x73, 0xab, + 0xe1, 0x71, 0xa8, 0x5c, 0x55, 0x2e, 0xc6, 0x80, 0xbf, 0x16, 0xc9, 0x0d, 0x0b, 0xf2, 0x71, 0x97, + 0x12, 0x34, 0x66, 0x6e, 0x35, 0x1c, 0x01, 0x26, 0x09, 0x42, 0x7c, 0x03, 0x15, 0x02, 0x18, 0x73, + 0x60, 0x73, 0xd1, 0x3b, 0x9b, 0x5b, 0xcc, 0x7f, 0x25, 0x32, 0x1a, 0xbf, 0x83, 0x26, 0x82, 0x9f, + 0x92, 0x6b, 0x08, 0xfe, 0xae, 0xb9, 0x95, 0x70, 0xde, 0x65, 0x52, 0x99, 0x15, 0xe6, 0xe7, 0x88, + 0xc2, 0x1a, 0x2b, 0xc6, 0xa9, 0x90, 0xe2, 0xef, 0xa1, 0xa9, 0xe0, 0xb7, 0x70, 0x78, 0x47, 0xc1, + 0xe1, 0xbd, 0x11, 0x68, 0x3e, 0xae, 0xd6, 0x39, 0x95, 0x9c, 0xbb, 0xbe, 0x2f, 0x0b, 0xd7, 0xf7, + 0x82, 0xb9, 0x95, 0xf4, 0x7c, 0x63, 0x0d, 0xe0, 0x1a, 0x9a, 0x09, 0x20, 0xe5, 0x87, 0x1b, 0x84, + 0x6e, 0xb3, 0x59, 0x39, 0x16, 0x2d, 0x58, 0xcc, 0xad, 0x06, 0x94, 0xe9, 0x04, 0x84, 0xbc, 0x6e, + 0x4a, 0x70, 0xe1, 0x16, 0xba, 0xac, 0x00, 0x4d, 0x6f, 0xc7, 0x7a, 0xe4, 0x8b, 0xd5, 0x46, 0xad, + 0x2a, 0x96, 0x64, 0x50, 0xb1, 0x2d, 0x94, 0xca, 0x69, 0x82, 0xf2, 0x84, 0x0d, 0xa5, 0xe6, 0xeb, + 0x81, 0xd2, 0xf0, 0x06, 0xba, 0x18, 0xe0, 0x3f, 0xac, 0xd4, 0xeb, 0xae, 0xfd, 0x5d, 0xda, 0xf4, + 0x6b, 0x55, 0xb1, 0x5a, 0x83, 0x83, 0xc2, 0xe6, 0x56, 0x63, 0xbb, 0xe9, 0xb0, 0x41, 0xc1, 0x70, + 0xaa, 0xf0, 0x54, 0x66, 0xfc, 0x31, 0xba, 0x24, 0xc1, 0x6b, 0x1d, 0xcf, 0x37, 0x3a, 0x4d, 0x5a, + 0xab, 0x8a, 0x25, 0x1c, 0x2c, 0x27, 0x85, 0x54, 0x4b, 0x20, 0x55, 0xb1, 0xe9, 0xec, 0xb3, 0x65, + 0x74, 0x21, 0xa5, 0xa7, 0x8e, 0xb4, 0x6e, 0xf8, 0x41, 0x36, 0x1a, 0x1c, 0xa7, 0x7c, 0xf1, 0xb0, + 0x80, 0xf2, 0xc1, 0x9b, 0x88, 0x4f, 0x88, 0x36, 0x68, 0x80, 0xc7, 0x65, 0x04, 0x78, 0x45, 0x1d, + 0xa7, 0x7c, 0x41, 0xf1, 0x3c, 0xd4, 0xf1, 0x59, 0x26, 0x52, 0xc7, 0x29, 0x5f, 0x64, 0xfc, 0x76, + 0x2e, 0x9a, 0xd9, 0xe7, 0x2b, 0x8d, 0xe7, 0xe5, 0x2c, 0x45, 0x9b, 0xd7, 0xa3, 0x47, 0xc8, 0x3e, + 0x96, 0x87, 0xe6, 0xd8, 0x33, 0x0e, 0xcd, 0xdf, 0x4b, 0xf6, 0x27, 0x77, 0x40, 0x4e, 0x65, 0x7f, + 0x3e, 0x87, 0xc9, 0x8a, 0x6f, 0xa1, 0xc9, 0xe0, 0x7f, 0xee, 0xa9, 0x8d, 0x48, 0xa7, 0x96, 0xb7, + 0x84, 0xa3, 0xa6, 0x92, 0xe0, 0x6f, 0xa3, 0x17, 0x15, 0x40, 0xdd, 0x70, 0x8d, 0x36, 0xf5, 0xa9, + 0xcb, 0x7d, 0x04, 0x51, 0x24, 0x36, 0xe0, 0x6e, 0x38, 0x21, 0x5a, 0xae, 0xb3, 0x3a, 0x40, 0x82, + 0x34, 0x38, 0xc6, 0x8e, 0x90, 0xd9, 0xf0, 0x9f, 0xb3, 0x68, 0xb2, 0x6e, 0x7b, 0xfe, 0xb6, 0x4b, + 0xbd, 0xba, 0xe1, 0x7a, 0xf4, 0xec, 0xf6, 0xe8, 0x57, 0xd1, 0x24, 0x9c, 0x22, 0x69, 0xd3, 0x8e, + 0x2f, 0x55, 0x8f, 0xe5, 0x95, 0x94, 0x02, 0x04, 0xb8, 0x8d, 0x44, 0x25, 0xc4, 0x25, 0x34, 0xc2, + 0xc7, 0x80, 0x74, 0xb6, 0x87, 0x0f, 0x00, 0x0e, 0xd7, 0x7f, 0x39, 0x87, 0x26, 0x02, 0x2d, 0x2f, + 0x58, 0xa7, 0x75, 0xe5, 0x7e, 0xb2, 0x4a, 0x9e, 0x47, 0xa8, 0x6e, 0xbb, 0xbe, 0xd1, 0x92, 0xca, + 0xf9, 0xc3, 0x92, 0xc1, 0x01, 0x28, 0xe7, 0x91, 0x48, 0xf0, 0x1c, 0x42, 0xd2, 0x04, 0x1b, 0x83, + 0x09, 0x36, 0xd5, 0xef, 0x95, 0x50, 0x34, 0xaf, 0x88, 0x44, 0xa1, 0xff, 0xc3, 0x2c, 0x9a, 0x0e, + 0x3a, 0x69, 0xf1, 0x09, 0x6d, 0x76, 0xfd, 0x33, 0x3c, 0x19, 0x54, 0x6d, 0x8f, 0x1c, 0xaa, 0x6d, + 0xfd, 0x7f, 0x4a, 0x86, 0xa4, 0xd2, 0xb2, 0xcf, 0x0d, 0xc9, 0x1f, 0xc7, 0x18, 0xd7, 0x7f, 0x3e, + 0x87, 0x2e, 0x06, 0x5a, 0x5f, 0xea, 0x76, 0xc0, 0x4d, 0xa8, 0x18, 0xad, 0xd6, 0x59, 0xfe, 0x2e, + 0x17, 0x02, 0x45, 0xac, 0x8b, 0x63, 0x99, 0x93, 0x7c, 0xa3, 0xf3, 0x91, 0x00, 0x37, 0x6c, 0xcb, + 0x24, 0x32, 0x11, 0xfe, 0x00, 0x4d, 0x04, 0x3f, 0xcb, 0xee, 0x76, 0xf0, 0x31, 0x86, 0xa5, 0x73, + 0xc8, 0x64, 0xb8, 0x4a, 0x56, 0xb0, 0xc2, 0xa0, 0xff, 0xe2, 0x28, 0x9a, 0x7d, 0x68, 0x75, 0x4c, + 0x7b, 0xcf, 0x13, 0x25, 0x33, 0x4f, 0xbf, 0xd3, 0xfb, 0xfc, 0x2a, 0xd5, 0x45, 0x9e, 0xc9, 0xc8, + 0x11, 0xdc, 0xd6, 0x8f, 0xd0, 0xa5, 0xb8, 0x4a, 0xdd, 0xb0, 0x2a, 0x81, 0xe8, 0x9d, 0x3d, 0x4e, + 0xd0, 0x08, 0xaa, 0x96, 0x8a, 0xf8, 0x13, 0x49, 0xe7, 0x8c, 0x97, 0x3d, 0x1d, 0x7b, 0x9a, 0xb2, + 0xa7, 0x5f, 0x42, 0xa3, 0x55, 0xbb, 0x6d, 0x58, 0xc1, 0xf9, 0x10, 0x98, 0xc5, 0x61, 0xbb, 0x80, + 0x21, 0x82, 0x82, 0xc9, 0x17, 0x0d, 0x43, 0x97, 0x8d, 0x47, 0xf2, 0x03, 0x86, 0xae, 0x47, 0x5d, + 0x22, 0x13, 0x61, 0x1b, 0x4d, 0x8a, 0xe6, 0x44, 0xb4, 0x08, 0x41, 0xb4, 0xe8, 0xad, 0x40, 0x47, + 0x83, 0x87, 0xd5, 0x9c, 0xc2, 0xc7, 0xc3, 0x46, 0xf0, 0x74, 0xc1, 0xcb, 0xf0, 0xb8, 0x11, 0x51, + 0xe5, 0x4b, 0x4a, 0x00, 0x23, 0x53, 0x48, 0x2a, 0x01, 0xac, 0x8c, 0x4c, 0x34, 0x7b, 0x0f, 0xe1, + 0x64, 0x63, 0x47, 0x8a, 0x7c, 0xfc, 0xc5, 0x2c, 0xc2, 0xb1, 0x05, 0xc4, 0xe2, 0x19, 0xf6, 0x83, + 0xf4, 0xbf, 0x93, 0x41, 0x33, 0x89, 0x7a, 0x1a, 0xf8, 0x36, 0x42, 0x1c, 0x22, 0x1d, 0x24, 0x86, + 0xfc, 0xfe, 0xa8, 0xc6, 0x86, 0xf8, 0x06, 0x44, 0x64, 0x78, 0x1e, 0xe5, 0xf9, 0xaf, 0xf0, 0x06, + 0x9b, 0x38, 0x4b, 0xb7, 0x6b, 0x99, 0x24, 0x24, 0x8a, 0x5a, 0x81, 0xbb, 0x9c, 0x72, 0xa9, 0x2c, + 0xfe, 0xbe, 0x13, 0xb6, 0xc2, 0xc8, 0xf4, 0x1f, 0x65, 0xd0, 0x44, 0xf8, 0xc0, 0x65, 0xf3, 0xa4, + 0xba, 0x6e, 0x54, 0x94, 0x26, 0xc9, 0x1d, 0x56, 0x9a, 0x24, 0x66, 0x54, 0x38, 0x56, 0xff, 0xe7, + 0x19, 0x34, 0x1d, 0xd2, 0x9e, 0x60, 0x8c, 0xe5, 0xd8, 0x2f, 0xf2, 0x97, 0x32, 0x48, 0x5b, 0xb0, + 0x5a, 0x2d, 0xab, 0xb3, 0x5d, 0xeb, 0x3c, 0xb2, 0xdd, 0x36, 0x1c, 0x5b, 0x3a, 0xb9, 0x20, 0x9a, + 0xfe, 0xe7, 0x33, 0x68, 0x46, 0x3c, 0x50, 0xc5, 0x70, 0xcd, 0x93, 0x8b, 0x6e, 0xc6, 0x9f, 0xe4, + 0xe4, 0x7a, 0x19, 0x72, 0xd4, 0x57, 0xec, 0xe6, 0xee, 0xe7, 0x20, 0xd5, 0x9e, 0xbd, 0xc6, 0x29, + 0x4f, 0x07, 0xfc, 0x0b, 0x19, 0x74, 0x91, 0xd0, 0xa6, 0xfd, 0x98, 0xba, 0xfb, 0x15, 0xdb, 0xa4, + 0x1f, 0xd2, 0x0e, 0x75, 0x4f, 0x6a, 0x90, 0xfe, 0x23, 0x28, 0x46, 0x14, 0x3d, 0xcc, 0x03, 0x8f, + 0x9a, 0xa7, 0xa7, 0x82, 0x95, 0xfe, 0xf7, 0xc6, 0x90, 0x96, 0xea, 0x99, 0x9c, 0xda, 0x8f, 0xfa, + 0x40, 0x77, 0x73, 0xf8, 0x79, 0xb9, 0x9b, 0x23, 0x47, 0x73, 0x37, 0x47, 0x8f, 0xea, 0x6e, 0x8e, + 0x3d, 0x8d, 0xbb, 0xd9, 0x8e, 0xbb, 0x9b, 0x79, 0x70, 0x37, 0x6f, 0x1f, 0xe8, 0x6e, 0x2e, 0x76, + 0xcc, 0x67, 0x74, 0x36, 0x4f, 0x6d, 0xdd, 0xe6, 0x67, 0xf0, 0x92, 0xf1, 0x35, 0x66, 0xdc, 0x9a, + 0xb6, 0x6b, 0x52, 0x5e, 0x87, 0x39, 0xcf, 0xa3, 0xc1, 0xae, 0x80, 0x91, 0x10, 0x9b, 0x28, 0x82, + 0x3d, 0xf9, 0x34, 0x45, 0xb0, 0x9f, 0x83, 0x17, 0xfe, 0xe3, 0x0c, 0x9a, 0xa9, 0x50, 0xd7, 0xe7, + 0xe7, 0x9c, 0x9f, 0xc7, 0x16, 0x64, 0x19, 0x4d, 0x4b, 0x02, 0xa5, 0xcb, 0x41, 0xa1, 0xa8, 0x46, + 0x93, 0xba, 0x3e, 0xb8, 0x92, 0x72, 0x46, 0x40, 0x8c, 0x9e, 0x35, 0x1f, 0x14, 0xa2, 0x13, 0x73, + 0x37, 0x6c, 0x3e, 0x80, 0x73, 0x45, 0x5a, 0xe2, 0x17, 0x09, 0xe9, 0xf5, 0x5f, 0xc9, 0xa0, 0xab, + 0x84, 0x76, 0xe8, 0x9e, 0xb1, 0xd5, 0xa2, 0x92, 0x60, 0x61, 0xdb, 0xd9, 0xbc, 0xb7, 0xbc, 0xb6, + 0xe1, 0x37, 0x77, 0x8e, 0xf5, 0x96, 0x4b, 0xea, 0x05, 0x9d, 0x47, 0xb0, 0x4e, 0x0a, 0x9f, 0xfe, + 0x7b, 0x19, 0x34, 0xf6, 0xa0, 0xb3, 0xdb, 0xb1, 0xf7, 0x8e, 0x57, 0xae, 0xf0, 0x36, 0x2a, 0x08, + 0x31, 0x92, 0xc6, 0xf9, 0x8d, 0xab, 0x1c, 0xdc, 0xe0, 0xd7, 0xb2, 0xca, 0x54, 0xf8, 0xbd, 0x90, + 0x09, 0xd2, 0x54, 0xa4, 0x1b, 0x40, 0x03, 0xa6, 0xd8, 0x4d, 0xac, 0x32, 0x39, 0xbe, 0x2c, 0x6e, + 0x02, 0x92, 0x8e, 0xdf, 0xb2, 0x47, 0xe1, 0x17, 0x01, 0xe9, 0xbf, 0x76, 0x1b, 0x8d, 0xac, 0x77, + 0xe8, 0xfa, 0x23, 0x7c, 0x53, 0x2a, 0xc9, 0x28, 0xde, 0x6b, 0x46, 0xd6, 0x13, 0x20, 0x96, 0x87, + 0x88, 0x54, 0xb8, 0xf1, 0x8e, 0x5c, 0xa8, 0x4e, 0xe8, 0x16, 0xcb, 0x3c, 0x1c, 0xb3, 0x3c, 0x44, + 0xe4, 0x82, 0x76, 0x77, 0xe4, 0x4a, 0x6e, 0x62, 0xe0, 0x28, 0x5c, 0x1c, 0x13, 0x70, 0x09, 0xe7, + 0x65, 0x25, 0xad, 0x70, 0x5a, 0x3c, 0xba, 0x91, 0xa4, 0x58, 0x1e, 0x22, 0xe9, 0x05, 0xd7, 0x94, + 0x0b, 0xe2, 0x44, 0x7c, 0xe3, 0x62, 0xec, 0xd3, 0x03, 0xb8, 0xe5, 0x21, 0xa2, 0x5e, 0x26, 0x77, + 0x57, 0xb9, 0x7a, 0x2b, 0x9e, 0x9e, 0x23, 0xa1, 0x96, 0x87, 0x48, 0xec, 0x92, 0x2e, 0xe5, 0x1e, + 0x28, 0xb1, 0xdd, 0x13, 0x6f, 0x14, 0x70, 0x52, 0xa3, 0xfc, 0xce, 0xa8, 0xf7, 0x63, 0xf7, 0xb3, + 0x88, 0x14, 0xc4, 0x4b, 0x31, 0x66, 0x8e, 0x5c, 0x1e, 0x22, 0xb1, 0xdb, 0x5c, 0xae, 0x05, 0x57, + 0x76, 0x08, 0x5b, 0x3e, 0x25, 0x39, 0x6f, 0xd6, 0xa7, 0x4c, 0x4b, 0xc1, 0x95, 0x1e, 0x77, 0xe4, + 0xab, 0x1a, 0x84, 0x71, 0xc6, 0xb1, 0x56, 0x16, 0x3b, 0x26, 0xeb, 0x1d, 0xc9, 0x73, 0xb8, 0x17, + 0x2f, 0x6a, 0x2e, 0x4a, 0xe5, 0xbf, 0x10, 0xe3, 0x14, 0xd8, 0xe5, 0x21, 0x12, 0x2f, 0x82, 0x7e, + 0x57, 0x29, 0xa8, 0x2d, 0xf2, 0xe7, 0xe3, 0x5a, 0x65, 0x28, 0x49, 0xab, 0x50, 0x7a, 0xfb, 0x5e, + 0xbc, 0xc2, 0xb3, 0x36, 0x99, 0xda, 0xb4, 0xc0, 0x4a, 0x4d, 0x07, 0x15, 0xa1, 0xef, 0x2a, 0x95, + 0x78, 0xa1, 0xd8, 0x7d, 0x4a, 0xd3, 0x86, 0x6f, 0xc8, 0x4d, 0xf3, 0x9a, 0xbd, 0x4a, 0x4d, 0x58, + 0x6d, 0x3a, 0xb5, 0x43, 0x01, 0x27, 0x75, 0x28, 0xaf, 0x1f, 0x7b, 0x57, 0xa9, 0xae, 0xa5, 0x15, + 0xd5, 0x46, 0x25, 0x14, 0x6b, 0x54, 0xae, 0xc3, 0x75, 0x47, 0x2e, 0x3a, 0xa5, 0xcd, 0xa8, 0x1d, + 0x14, 0x61, 0x58, 0x07, 0x49, 0xc5, 0xa9, 0x4a, 0x50, 0xd0, 0x46, 0xc3, 0x40, 0x5e, 0x08, 0x9f, + 0xb0, 0x52, 0x5f, 0x1e, 0x22, 0x50, 0xea, 0x46, 0xe7, 0xa5, 0x92, 0xb4, 0x0b, 0x40, 0x31, 0x11, + 0x56, 0x3c, 0x7e, 0x42, 0x9b, 0xcb, 0x43, 0x84, 0x97, 0x51, 0xba, 0x29, 0x15, 0x25, 0xd0, 0x2e, + 0xaa, 0x26, 0x22, 0x44, 0x30, 0x13, 0x11, 0x95, 0x2e, 0x58, 0x4a, 0x1e, 0xdc, 0xd7, 0x2e, 0xa9, + 0xeb, 0x87, 0x38, 0x7e, 0x79, 0x88, 0x24, 0x0f, 0xfb, 0xdf, 0x55, 0xce, 0xb2, 0x6b, 0x2f, 0xc4, + 0x72, 0xe2, 0x22, 0x14, 0x53, 0x97, 0x7c, 0xea, 0x7d, 0x3d, 0xb5, 0xca, 0xa1, 0xf6, 0x22, 0x08, + 0x78, 0x39, 0x14, 0x90, 0x24, 0x59, 0x1e, 0x22, 0xa9, 0xf5, 0x11, 0x2b, 0x89, 0x13, 0xe5, 0x9a, + 0xa6, 0x3a, 0xae, 0x31, 0xf4, 0xf2, 0x10, 0x49, 0x9c, 0x41, 0xbf, 0x23, 0x1f, 0xe5, 0xd6, 0x5e, + 0x52, 0x3b, 0x31, 0xc2, 0xb0, 0x4e, 0x94, 0x8e, 0x7c, 0xdf, 0x91, 0x4f, 0x4e, 0x6b, 0xb3, 0x49, + 0xae, 0xc8, 0x72, 0x4a, 0x27, 0xac, 0x49, 0xfa, 0x41, 0x65, 0xed, 0x65, 0x51, 0x33, 0x46, 0xf0, + 0xa7, 0xd1, 0x2c, 0x0f, 0x91, 0xf4, 0x43, 0xce, 0x24, 0xfd, 0xac, 0xb0, 0x76, 0xf9, 0x20, 0x99, + 0xe1, 0xd3, 0xa5, 0x9f, 0x33, 0x36, 0x0e, 0x38, 0xae, 0xab, 0xbd, 0xa2, 0x9e, 0xa7, 0x19, 0x48, + 0xb8, 0x3c, 0x44, 0x0e, 0x38, 0xf4, 0xfb, 0x60, 0xc0, 0xd9, 0x59, 0xed, 0x8a, 0x5a, 0x32, 0x2a, + 0x95, 0x68, 0x79, 0x88, 0x0c, 0x38, 0x79, 0xfb, 0x60, 0xc0, 0x01, 0x56, 0xad, 0x74, 0xa0, 0xd8, + 0x50, 0x1f, 0x03, 0x8e, 0xbf, 0xae, 0xa7, 0x9e, 0x22, 0xd5, 0x5e, 0x55, 0x87, 0x6e, 0x0a, 0x09, + 0x1b, 0xba, 0x69, 0xe7, 0x4f, 0xd7, 0x53, 0x8f, 0x71, 0x6a, 0xaf, 0x1d, 0x20, 0x30, 0x7c, 0xc6, + 0xd4, 0x03, 0xa0, 0xeb, 0xa9, 0xe7, 0x28, 0x35, 0x5d, 0x15, 0x98, 0x42, 0xc2, 0x04, 0xa6, 0x9d, + 0xc0, 0x5c, 0x4f, 0x3d, 0xc8, 0xa8, 0xbd, 0x7e, 0x80, 0xc0, 0xe8, 0x09, 0xd3, 0x8e, 0x40, 0xde, + 0x55, 0x4e, 0x12, 0x6a, 0x5f, 0x50, 0xed, 0x86, 0x84, 0x62, 0x76, 0x43, 0x3e, 0x73, 0x58, 0x49, + 0x1c, 0xb6, 0xd0, 0xbe, 0xa8, 0x4e, 0xf3, 0x18, 0x9a, 0x4d, 0xf3, 0xf8, 0xf1, 0x8c, 0x4a, 0x22, + 0xe9, 0x5c, 0xbb, 0x3a, 0x48, 0x08, 0xa0, 0x55, 0x21, 0x3c, 0x4d, 0xbd, 0x96, 0x92, 0xf5, 0xac, + 0xbd, 0xa1, 0x46, 0x1f, 0x13, 0x04, 0xcb, 0x43, 0x24, 0x25, 0x57, 0x9a, 0xa4, 0x27, 0x77, 0x69, + 0xd7, 0xd4, 0x69, 0x9b, 0x46, 0xc3, 0xa6, 0x6d, 0x6a, 0x62, 0xd8, 0x4a, 0xda, 0xfe, 0x80, 0x76, + 0x5d, 0x75, 0xcc, 0x92, 0x14, 0xcc, 0x31, 0x4b, 0xd9, 0x57, 0x20, 0xe9, 0xe9, 0x4a, 0xda, 0x97, + 0x0e, 0x7c, 0x42, 0xa0, 0x49, 0x79, 0x42, 0x9e, 0xbd, 0x13, 0xf9, 0x4e, 0x0f, 0x9c, 0x96, 0x6d, + 0x98, 0xda, 0x97, 0x53, 0x7d, 0x27, 0x8e, 0x94, 0x7c, 0x27, 0x0e, 0x60, 0x5f, 0x79, 0x39, 0x7e, + 0xae, 0xdd, 0x50, 0xbf, 0xf2, 0x32, 0x8e, 0x7d, 0xe5, 0x95, 0x58, 0x7b, 0x25, 0x11, 0xb5, 0xd6, + 0xde, 0x54, 0x07, 0x40, 0x0c, 0xcd, 0x06, 0x40, 0x3c, 0xce, 0xfd, 0xc9, 0xe0, 0x88, 0xb1, 0x36, + 0x07, 0xd2, 0x5e, 0x0d, 0xef, 0x74, 0x18, 0x40, 0xb7, 0x3c, 0x44, 0x06, 0x47, 0x9d, 0x6b, 0x29, + 0x01, 0x60, 0x6d, 0x5e, 0x1d, 0x60, 0x09, 0x02, 0x36, 0xc0, 0x92, 0x61, 0xe3, 0x5a, 0x4a, 0x04, + 0x57, 0xfb, 0xca, 0x40, 0x51, 0xe1, 0x3b, 0xa7, 0xc4, 0x7d, 0xef, 0xc8, 0x21, 0x58, 0xed, 0xa6, + 0xfa, 0xb1, 0x8b, 0x30, 0xec, 0x63, 0x27, 0x85, 0x6a, 0xef, 0xc8, 0x11, 0x4f, 0xed, 0x56, 0x92, + 0x2b, 0xfa, 0x44, 0x4a, 0x91, 0x51, 0x92, 0x1e, 0x60, 0xd4, 0x6e, 0xab, 0xa3, 0x2e, 0x8d, 0x86, + 0x8d, 0xba, 0xd4, 0xe0, 0xe4, 0x52, 0x32, 0x4e, 0xa8, 0xdd, 0x89, 0x47, 0x4e, 0x55, 0x3c, 0xf3, + 0x7c, 0x12, 0xb1, 0xc5, 0x7b, 0xf1, 0xcc, 0x63, 0xed, 0x2d, 0xd5, 0xbf, 0x55, 0xb1, 0xcc, 0xbf, + 0x8d, 0x65, 0x2a, 0xdf, 0x8b, 0x27, 0xeb, 0x6a, 0x6f, 0xa7, 0x4b, 0x08, 0xc7, 0x4a, 0x3c, 0xb9, + 0xf7, 0x5e, 0x3c, 0xbf, 0x55, 0xbb, 0x9b, 0x2e, 0x21, 0xd4, 0x6e, 0x3c, 0x1f, 0xf6, 0xa6, 0x74, + 0xee, 0x52, 0xfb, 0xaa, 0xea, 0x3a, 0x86, 0x08, 0xe6, 0x3a, 0x46, 0xa7, 0x33, 0x6f, 0x4a, 0xe7, + 0x15, 0xb5, 0x77, 0x12, 0x2c, 0xe1, 0xc3, 0x4a, 0xa7, 0x1a, 0x6f, 0x4a, 0xe7, 0xfc, 0xb4, 0x77, + 0x13, 0x2c, 0xe1, 0xd3, 0x49, 0xa7, 0x01, 0xcd, 0x83, 0x12, 0x00, 0xb4, 0xaf, 0x81, 0x0c, 0xfd, + 0xf0, 0x3d, 0xdd, 0xe5, 0x21, 0x72, 0x50, 0x22, 0xc1, 0x27, 0x83, 0xa3, 0xae, 0xda, 0x7b, 0xea, + 0x14, 0x1e, 0x44, 0xc7, 0xa6, 0xf0, 0xc0, 0xc8, 0xed, 0xfb, 0xb1, 0x64, 0x40, 0xed, 0x7d, 0xd5, + 0xc4, 0x29, 0x48, 0x66, 0xe2, 0xe2, 0xa9, 0x83, 0x4a, 0x96, 0x9b, 0xf6, 0x75, 0xd5, 0xc4, 0xc9, + 0x38, 0x66, 0xe2, 0x94, 0x8c, 0xb8, 0x4a, 0x22, 0xf9, 0x4a, 0xfb, 0x40, 0x35, 0x71, 0x31, 0x34, + 0x33, 0x71, 0xf1, 0x74, 0xad, 0xf7, 0x63, 0x39, 0x48, 0xda, 0xbd, 0xf4, 0xe7, 0x07, 0xa4, 0xfc, + 0xfc, 0x3c, 0x63, 0x89, 0xa4, 0x27, 0xd3, 0x68, 0x65, 0x75, 0xfe, 0xa6, 0xd1, 0xb0, 0xf9, 0x9b, + 0x9a, 0x88, 0xb3, 0x9e, 0x5a, 0xb0, 0x59, 0x5b, 0x38, 0x60, 0xe1, 0x10, 0xb9, 0x22, 0x69, 0xa5, + 0x9e, 0xef, 0xc5, 0x6f, 0x03, 0xd5, 0x2a, 0x03, 0xd6, 0xc8, 0xc1, 0x32, 0x28, 0x7e, 0x7b, 0x68, + 0x2d, 0x25, 0x08, 0xa8, 0x55, 0x55, 0xeb, 0x9a, 0x20, 0x60, 0xd6, 0x35, 0x19, 0x3a, 0x5c, 0x4a, + 0x5e, 0xc2, 0xac, 0x2d, 0xc6, 0xb6, 0xc4, 0x63, 0x78, 0x66, 0x9d, 0x12, 0x17, 0x37, 0x93, 0xf4, + 0x7b, 0x7a, 0xb5, 0xa5, 0xd8, 0xf7, 0x3a, 0x85, 0x06, 0xbe, 0xd7, 0x69, 0x77, 0xfc, 0x7e, 0x7b, + 0xe0, 0x75, 0xcb, 0xda, 0x87, 0x20, 0xb6, 0x34, 0x48, 0xac, 0x20, 0x5b, 0x1e, 0x22, 0x03, 0x2f, + 0x6c, 0x7e, 0x80, 0x2e, 0xad, 0xee, 0x6f, 0x7c, 0xb4, 0x12, 0xe6, 0x6f, 0xd5, 0x5d, 0xea, 0x18, + 0x2e, 0xd5, 0x96, 0x55, 0x5f, 0x3d, 0x95, 0x88, 0xf9, 0xea, 0xa9, 0x88, 0xa4, 0xd8, 0x60, 0x2e, + 0xd4, 0x0e, 0x12, 0x1b, 0xcd, 0x88, 0x74, 0x6e, 0x66, 0x9d, 0x54, 0x04, 0x53, 0xd0, 0x8a, 0xdd, + 0xd9, 0x86, 0x48, 0xc5, 0x37, 0x54, 0xeb, 0x34, 0x98, 0x92, 0x59, 0xa7, 0xc1, 0x58, 0x36, 0xd4, + 0x55, 0x2c, 0x9f, 0x83, 0xf7, 0xd5, 0xa1, 0x9e, 0x42, 0xc2, 0x86, 0x7a, 0x0a, 0x38, 0x29, 0x90, + 0x50, 0x8f, 0xfa, 0xda, 0xca, 0x41, 0x02, 0x81, 0x24, 0x29, 0x10, 0xc0, 0x49, 0x81, 0x4b, 0xd4, + 0x6f, 0xee, 0x68, 0xab, 0x07, 0x09, 0x04, 0x92, 0xa4, 0x40, 0x00, 0xb3, 0xc5, 0xa6, 0x0a, 0x5e, + 0xe8, 0xb6, 0x76, 0x83, 0x3e, 0x5b, 0x53, 0x17, 0x9b, 0x03, 0x09, 0xd9, 0x62, 0x73, 0x20, 0x12, + 0x7f, 0xff, 0xa9, 0x43, 0xdc, 0xda, 0x3a, 0x34, 0x38, 0x17, 0xf9, 0x05, 0x4f, 0xc3, 0xb5, 0x3c, + 0x44, 0x9e, 0x36, 0x84, 0xfe, 0xe5, 0x30, 0x7a, 0xad, 0xd5, 0xa1, 0xa9, 0xe9, 0x30, 0x56, 0xc1, + 0xc1, 0xcb, 0x43, 0x24, 0x8c, 0x6f, 0xdf, 0x45, 0x05, 0x78, 0xa9, 0x5a, 0xc7, 0xf2, 0xab, 0x0b, + 0xda, 0x47, 0xea, 0x92, 0x49, 0x42, 0xb1, 0x25, 0x93, 0xf4, 0x93, 0x19, 0x71, 0xf8, 0xc9, 0x4d, + 0x4c, 0x75, 0x41, 0x23, 0xaa, 0x11, 0x57, 0x90, 0xcc, 0x88, 0x2b, 0x80, 0xb0, 0xdd, 0xaa, 0x6b, + 0x3b, 0xd5, 0x05, 0x6d, 0x23, 0xa5, 0x5d, 0x8e, 0x0a, 0xdb, 0xe5, 0x3f, 0xc3, 0x76, 0x37, 0x76, + 0xba, 0x7e, 0x95, 0xbd, 0xe3, 0x66, 0x4a, 0xbb, 0x01, 0x32, 0x6c, 0x37, 0x00, 0x30, 0x53, 0x08, + 0x80, 0xba, 0x6b, 0x33, 0xa3, 0x7d, 0xdf, 0x6a, 0xb5, 0xb4, 0x07, 0xaa, 0x29, 0x8c, 0xe3, 0x99, + 0x29, 0x8c, 0xc3, 0x98, 0xeb, 0xc9, 0x9f, 0x8a, 0x6e, 0x75, 0xb7, 0xb5, 0x8f, 0x55, 0xd7, 0x33, + 0xc2, 0x30, 0xd7, 0x33, 0xfa, 0x05, 0xab, 0x0b, 0xf6, 0x8b, 0xd0, 0x47, 0x2e, 0xf5, 0x76, 0xb4, + 0x87, 0xb1, 0xd5, 0x85, 0x84, 0x83, 0xd5, 0x85, 0xf4, 0x1b, 0x6f, 0xa3, 0x97, 0x95, 0x0f, 0x4d, + 0xb0, 0xd3, 0xbe, 0x41, 0x0d, 0xb7, 0xb9, 0xa3, 0x7d, 0x13, 0x44, 0xbd, 0x9e, 0xfa, 0xa9, 0x52, + 0x49, 0x97, 0x87, 0xc8, 0x41, 0x92, 0x60, 0x59, 0xfe, 0xd1, 0x0a, 0x3f, 0x16, 0x43, 0xea, 0x95, + 0x60, 0x11, 0xfa, 0xad, 0xd8, 0xb2, 0x3c, 0x49, 0x02, 0xcb, 0xf2, 0x24, 0x18, 0x3b, 0xe8, 0x4a, + 0x6c, 0xa9, 0xb6, 0x6a, 0xb4, 0xd8, 0xba, 0x84, 0x9a, 0x75, 0xa3, 0xb9, 0x4b, 0x7d, 0xed, 0x4f, + 0x80, 0xec, 0xab, 0x03, 0x16, 0x7c, 0x31, 0xea, 0xe5, 0x21, 0x72, 0x88, 0x3c, 0xac, 0xf3, 0x92, + 0xc0, 0xda, 0xb7, 0xd5, 0xf8, 0x26, 0x83, 0x2d, 0x0f, 0x11, 0x5e, 0x2e, 0xf8, 0x13, 0xa4, 0x3d, + 0x70, 0xb6, 0x5d, 0xc3, 0xa4, 0xdc, 0xd1, 0x02, 0xdf, 0x4d, 0x38, 0xa0, 0x7f, 0x52, 0xf5, 0xd2, + 0x06, 0xd1, 0x31, 0x2f, 0x6d, 0x10, 0x8e, 0x0d, 0x54, 0xa5, 0x0e, 0x80, 0xf6, 0x1d, 0x75, 0xa0, + 0x2a, 0x48, 0x36, 0x50, 0x15, 0xc0, 0xc2, 0x18, 0x1a, 0x81, 0x0b, 0xe8, 0xf4, 0x5f, 0xca, 0xa0, + 0x89, 0x0d, 0xdf, 0xa5, 0x46, 0x5b, 0xa4, 0x5c, 0xce, 0xa2, 0x3c, 0x5f, 0xac, 0x8a, 0xcb, 0x55, + 0xc7, 0x49, 0xf8, 0x1b, 0x5f, 0x45, 0x53, 0x2b, 0x86, 0xe7, 0x03, 0x67, 0xad, 0x63, 0xd2, 0x27, + 0xb0, 0x51, 0x93, 0x23, 0x31, 0x28, 0x5e, 0xe1, 0x74, 0x9c, 0x0f, 0x76, 0x66, 0x73, 0x87, 0xee, + 0xcc, 0xe6, 0x3f, 0xeb, 0x95, 0x86, 0x60, 0xff, 0x35, 0xc6, 0xab, 0xf7, 0x33, 0x28, 0xb1, 0x8c, + 0x7e, 0xf6, 0x6d, 0xb3, 0x75, 0x34, 0x1d, 0xcb, 0x06, 0x10, 0xbb, 0x4d, 0x4f, 0x99, 0x2c, 0x10, + 0xe7, 0xc6, 0xaf, 0xf3, 0xc2, 0xdd, 0xd2, 0x45, 0x4c, 0x5d, 0xe5, 0x24, 0x29, 0x14, 0xe8, 0x7e, + 0x23, 0xdc, 0x0a, 0x79, 0x40, 0x56, 0x44, 0x16, 0x00, 0x5c, 0x5a, 0xdb, 0x75, 0x5b, 0x44, 0x42, + 0xe9, 0x7f, 0x7f, 0x22, 0xda, 0x09, 0xc5, 0x57, 0x45, 0x22, 0x84, 0x74, 0x31, 0x55, 0xec, 0xd8, + 0x31, 0x4f, 0x7c, 0xf8, 0x3a, 0x9a, 0xa8, 0xb5, 0x1d, 0xea, 0x7a, 0x76, 0x07, 0xae, 0x8c, 0xc9, + 0x46, 0xdb, 0x7a, 0x96, 0x04, 0x97, 0x53, 0x97, 0x65, 0xfa, 0xe8, 0xbe, 0x9b, 0xdc, 0xa1, 0xf7, + 0xdd, 0x5c, 0x47, 0x23, 0x0f, 0xe0, 0x9a, 0x5a, 0xe9, 0x6a, 0x9c, 0x6e, 0xec, 0x92, 0x5a, 0x4e, + 0x81, 0x6f, 0xa0, 0x51, 0xd8, 0xdb, 0xf3, 0xb4, 0x11, 0xa0, 0x85, 0xe3, 0xfc, 0x2d, 0x80, 0xc8, + 0x35, 0x86, 0x38, 0x0d, 0xbe, 0x8f, 0x8a, 0x51, 0xc1, 0x22, 0xa8, 0x07, 0x15, 0xe4, 0x60, 0xc3, + 0x11, 0xe0, 0xdd, 0x10, 0xc7, 0x0b, 0x49, 0xc9, 0x22, 0x12, 0x8c, 0x78, 0x19, 0x4d, 0x47, 0x30, + 0xa6, 0xa2, 0xe0, 0xec, 0xc7, 0x95, 0x7e, 0xaf, 0x34, 0x2b, 0xc9, 0x62, 0xea, 0x94, 0x45, 0xc5, + 0xd9, 0x70, 0x2d, 0xba, 0xf3, 0x2b, 0x7f, 0xe8, 0x18, 0xbe, 0x20, 0xb2, 0x0b, 0xc6, 0xc4, 0x9d, + 0x5f, 0xea, 0x4d, 0x5f, 0x4b, 0x68, 0x8a, 0xd8, 0x5d, 0x9f, 0x6e, 0xda, 0xc1, 0xc5, 0x05, 0x3c, + 0x39, 0x18, 0x9e, 0xc9, 0x65, 0x98, 0x86, 0x6f, 0x07, 0x27, 0xa8, 0xe5, 0x93, 0xde, 0x2a, 0x17, + 0x5e, 0x4b, 0xbb, 0x03, 0x41, 0x3a, 0xd7, 0x2c, 0xbd, 0x5e, 0x52, 0x58, 0xca, 0xa5, 0x07, 0x7f, + 0x2e, 0x83, 0x46, 0x37, 0x5d, 0xc3, 0xf2, 0x3d, 0xb1, 0xd3, 0x76, 0x69, 0x6e, 0xcf, 0x35, 0x1c, + 0x36, 0x3e, 0xe6, 0x20, 0xc9, 0x00, 0x6a, 0xbe, 0x7b, 0x0b, 0x0f, 0xd9, 0xdb, 0xfd, 0x87, 0x5e, + 0xe9, 0x6b, 0xdb, 0x10, 0x62, 0x9e, 0x6b, 0xda, 0xed, 0xf9, 0x6d, 0xd7, 0x78, 0x6c, 0xf1, 0x1b, + 0x7f, 0x8c, 0xd6, 0xbc, 0x4f, 0x5b, 0xd4, 0xb1, 0x5d, 0x7f, 0xde, 0x70, 0xac, 0x79, 0x7f, 0xdf, + 0xa1, 0xde, 0x7c, 0x28, 0x89, 0xb7, 0xc0, 0x86, 0x80, 0x0f, 0xff, 0xc9, 0x43, 0x80, 0xe3, 0xf0, + 0x1a, 0x42, 0xe2, 0x55, 0xcb, 0x8e, 0x23, 0xb6, 0xed, 0xa4, 0x3d, 0x89, 0x00, 0xc3, 0x07, 0x76, + 0xa8, 0x30, 0xc3, 0x91, 0xab, 0x8a, 0x49, 0x12, 0xd8, 0x28, 0xd8, 0x14, 0x4f, 0x14, 0xa8, 0x69, + 0x32, 0xd2, 0x78, 0xf0, 0xb0, 0x29, 0x4a, 0x8a, 0xb3, 0xe1, 0x2d, 0x34, 0x2d, 0xe4, 0x86, 0x49, + 0xbf, 0x53, 0xaa, 0xd1, 0x88, 0xa1, 0xf9, 0xa0, 0x0d, 0x9f, 0xd1, 0x14, 0x60, 0xb9, 0x8d, 0x18, + 0x07, 0x5e, 0x88, 0x0e, 0x13, 0x42, 0x09, 0x33, 0x6d, 0x1a, 0x46, 0x2c, 0xdc, 0x7d, 0x14, 0xf0, + 0xf3, 0xca, 0x67, 0x72, 0x8d, 0x2d, 0x85, 0x45, 0x96, 0xc1, 0x47, 0x7d, 0x31, 0x45, 0x46, 0x7c, + 0xcc, 0xab, 0x2c, 0xb8, 0x82, 0x26, 0xc3, 0xa8, 0xe1, 0x03, 0x66, 0xd9, 0x66, 0xa2, 0x62, 0x5f, + 0xb1, 0x7c, 0x62, 0x59, 0x88, 0xc2, 0x83, 0x6f, 0xa3, 0x3c, 0xdf, 0x77, 0xab, 0xf1, 0x8d, 0xc2, + 0x20, 0x17, 0x04, 0x60, 0x0d, 0x4b, 0xee, 0xb1, 0x90, 0x10, 0xbf, 0x8f, 0x0a, 0xe5, 0x87, 0x1b, + 0xcc, 0xce, 0x94, 0xc9, 0x9a, 0xa7, 0x5d, 0x88, 0x4e, 0x60, 0x40, 0x8d, 0x01, 0xbb, 0x45, 0x1b, + 0x86, 0xab, 0x18, 0x0f, 0x99, 0x1e, 0x2f, 0xa2, 0x29, 0xc5, 0xf1, 0xf0, 0xb4, 0x8b, 0xd1, 0xa5, + 0xe5, 0xe2, 0x6a, 0x01, 0x51, 0xe8, 0x4e, 0x29, 0xa4, 0xa0, 0x32, 0xb1, 0x51, 0x53, 0xb5, 0x3c, + 0xa3, 0xd5, 0xb2, 0xf7, 0x08, 0xb5, 0x3c, 0xaf, 0x4b, 0x61, 0x97, 0x31, 0xcf, 0x47, 0x8d, 0x29, + 0x50, 0x0d, 0x97, 0xe3, 0x94, 0x32, 0x17, 0x2a, 0x1b, 0xfe, 0x2e, 0xc2, 0x65, 0xf6, 0x5b, 0xbd, + 0x87, 0xea, 0x85, 0x81, 0xf7, 0x50, 0x5d, 0x15, 0xe6, 0xe3, 0x8a, 0xc1, 0xb9, 0x1a, 0x03, 0xee, + 0xa3, 0x4a, 0x91, 0xaa, 0xff, 0xef, 0x8c, 0x3c, 0x79, 0xc2, 0x42, 0xe9, 0x99, 0xd4, 0x42, 0xe9, + 0x37, 0xd0, 0xb8, 0xf8, 0xe4, 0x84, 0xe9, 0xe2, 0x70, 0x28, 0x2e, 0x48, 0x8a, 0xb2, 0x4c, 0x12, + 0x11, 0xc0, 0x81, 0xa4, 0xa8, 0xb6, 0x51, 0x4e, 0x3a, 0x90, 0x14, 0xd5, 0x36, 0x52, 0x2a, 0x1b, + 0xdd, 0x52, 0xef, 0xc2, 0x1a, 0x8e, 0xf2, 0xa6, 0x82, 0xf2, 0x10, 0x3c, 0x6f, 0x4a, 0xbe, 0x10, + 0xeb, 0x5d, 0x84, 0xa2, 0xbe, 0x14, 0x1f, 0x48, 0x98, 0xe7, 0x72, 0xd7, 0x2b, 0x45, 0xf4, 0x43, + 0x6a, 0xfd, 0xdf, 0x67, 0x12, 0xd3, 0x93, 0x3d, 0x83, 0x48, 0xc1, 0x93, 0xf4, 0x00, 0xcf, 0x20, + 0x12, 0xf6, 0xc4, 0x33, 0x48, 0x44, 0xf8, 0x1a, 0xca, 0xc7, 0xca, 0x91, 0x40, 0xca, 0x51, 0x58, + 0x8b, 0x24, 0xc4, 0xe2, 0x5b, 0x28, 0xcf, 0x26, 0x4b, 0x27, 0xba, 0xa4, 0x0b, 0x8a, 0xcd, 0x75, + 0x05, 0x4c, 0x1e, 0xdd, 0x01, 0x1d, 0xe3, 0x51, 0x4e, 0x0c, 0x08, 0x9e, 0x14, 0xd3, 0x10, 0x9d, + 0x10, 0xf8, 0xbf, 0xc3, 0x07, 0xba, 0xe5, 0x27, 0x92, 0x65, 0xf9, 0x0e, 0xf3, 0xc6, 0x58, 0xeb, + 0x65, 0x2f, 0xe1, 0x34, 0x78, 0x80, 0x68, 0x18, 0xbc, 0xcb, 0x3c, 0xa2, 0x52, 0xca, 0xf5, 0x14, + 0x21, 0x67, 0x69, 0x38, 0xa5, 0x9e, 0x62, 0x2c, 0x53, 0x4c, 0x61, 0xc0, 0x6f, 0xa1, 0xf1, 0xa8, + 0x32, 0xe4, 0x48, 0x64, 0x57, 0xd2, 0x0a, 0x42, 0x46, 0x94, 0xf8, 0x3b, 0x68, 0x54, 0x29, 0xc3, + 0x32, 0xff, 0x14, 0xeb, 0x98, 0x39, 0x39, 0xcb, 0x91, 0xbb, 0x2e, 0xf1, 0x12, 0x2c, 0x42, 0x28, + 0xde, 0x44, 0x17, 0xea, 0x2e, 0x35, 0x61, 0xc5, 0xbc, 0xf8, 0xc4, 0x71, 0x45, 0x0e, 0x2a, 0xcf, + 0xc5, 0xd4, 0xd9, 0x84, 0x76, 0x02, 0x74, 0x83, 0x86, 0x78, 0x49, 0x50, 0x1a, 0x3b, 0x33, 0x67, + 0xfc, 0x49, 0xee, 0xd3, 0xfd, 0x3d, 0xdb, 0x35, 0x3d, 0x71, 0xe1, 0x3c, 0x98, 0x33, 0xa1, 0xe8, + 0x5d, 0x81, 0x92, 0xcd, 0x99, 0xca, 0x34, 0xfb, 0x0e, 0x2a, 0x3c, 0x6b, 0xa6, 0xe0, 0xaf, 0x66, + 0x07, 0x04, 0xb8, 0xce, 0xee, 0xc9, 0xc2, 0xf0, 0x94, 0xf7, 0xc8, 0x80, 0x53, 0xde, 0x7f, 0x98, + 0x1d, 0x10, 0xbd, 0x3b, 0xd3, 0xa7, 0x31, 0x43, 0x65, 0xa8, 0xa7, 0x31, 0xa3, 0x83, 0xb0, 0x96, + 0x49, 0x64, 0xa2, 0xd8, 0xb9, 0xed, 0xd1, 0x43, 0xcf, 0x6d, 0xff, 0xcd, 0xdc, 0x41, 0xd1, 0xcd, + 0x73, 0xdd, 0x1f, 0x45, 0xf7, 0xb7, 0x50, 0x21, 0xd4, 0xac, 0xa8, 0xc5, 0x36, 0x19, 0xe6, 0x25, + 0x73, 0x30, 0xf0, 0x48, 0x44, 0xf8, 0x3a, 0x7f, 0x56, 0xb8, 0x0a, 0x6b, 0x0c, 0x18, 0xa0, 0x5c, + 0x19, 0x7b, 0x36, 0xb8, 0xec, 0x8a, 0x84, 0x68, 0xfd, 0x9f, 0x66, 0x53, 0x43, 0xc4, 0xe7, 0x7d, + 0x74, 0x84, 0x3e, 0x4a, 0x51, 0x22, 0x0f, 0x6e, 0x9f, 0x2b, 0xf1, 0x08, 0x4a, 0xfc, 0x83, 0x6c, + 0xea, 0x56, 0xc0, 0xb9, 0x12, 0x8f, 0x62, 0x2d, 0x6e, 0xa0, 0x71, 0x62, 0xef, 0x79, 0x15, 0xbb, + 0xdb, 0xf1, 0x85, 0xad, 0x00, 0x43, 0xed, 0xda, 0x7b, 0x5e, 0xa3, 0xc9, 0xa0, 0x24, 0x22, 0xd0, + 0xff, 0x28, 0x7b, 0xc0, 0x66, 0xc9, 0xb9, 0xe2, 0x7f, 0x9a, 0x9f, 0xc8, 0xdf, 0xc8, 0x2a, 0x9b, + 0x31, 0x67, 0xba, 0xac, 0xc9, 0x46, 0x73, 0x87, 0xb6, 0x8d, 0x78, 0x59, 0x13, 0x0f, 0xa0, 0xe2, + 0x70, 0x75, 0x44, 0xa2, 0xff, 0x66, 0x36, 0xb6, 0x1b, 0x75, 0xae, 0xbb, 0xa7, 0xd6, 0x5d, 0x38, + 0xea, 0xc4, 0x06, 0xdb, 0xb9, 0xe6, 0x9e, 0x56, 0x73, 0xdf, 0xcf, 0xc6, 0xf6, 0x22, 0xcf, 0x6e, + 0xa1, 0x84, 0xdf, 0xcc, 0x26, 0xf7, 0x55, 0xcf, 0xee, 0x48, 0xba, 0x81, 0xc6, 0x85, 0x1e, 0xc2, + 0x4f, 0x05, 0xb7, 0xfb, 0x1c, 0x08, 0xd1, 0xbb, 0x90, 0x40, 0xff, 0xb3, 0x59, 0xa4, 0xee, 0x11, + 0x9f, 0xd1, 0x31, 0xf4, 0x1b, 0x59, 0x75, 0x77, 0xfc, 0xec, 0x8e, 0x9f, 0x39, 0x84, 0x36, 0xba, + 0x5b, 0xe2, 0x12, 0x75, 0x61, 0x89, 0x78, 0xf8, 0x37, 0x84, 0x12, 0x89, 0x42, 0xff, 0x7f, 0xd9, + 0xd4, 0x2d, 0xfb, 0xb3, 0xab, 0xc0, 0xdb, 0x10, 0x27, 0x6e, 0x76, 0x22, 0x43, 0x0e, 0x41, 0x48, + 0x36, 0xff, 0xe2, 0x15, 0xa5, 0x43, 0x42, 0xfc, 0xd5, 0x14, 0x77, 0x0d, 0x4a, 0x66, 0xa7, 0x56, + 0x78, 0x94, 0x1d, 0xb7, 0x7f, 0x99, 0x3d, 0x2c, 0xc3, 0xe1, 0x2c, 0x7f, 0x55, 0xc7, 0xea, 0xc6, + 0x3e, 0x64, 0xe2, 0xb3, 0x9e, 0x98, 0xe0, 0xe5, 0xb9, 0x1d, 0x0e, 0x92, 0xef, 0x7c, 0x11, 0x54, + 0xba, 0x83, 0x66, 0x93, 0x39, 0x15, 0xa1, 0x2e, 0x08, 0xc2, 0x49, 0xac, 0xd8, 0x3c, 0x80, 0x40, + 0x6e, 0x97, 0x63, 0x1b, 0xfc, 0x70, 0x7d, 0xfc, 0x68, 0x3a, 0x49, 0xe1, 0xd6, 0x7f, 0x35, 0x3b, + 0x38, 0x15, 0xe4, 0x74, 0x76, 0xdc, 0x9f, 0x4a, 0xd5, 0xd2, 0xb0, 0x9a, 0x41, 0x38, 0x58, 0xcb, + 0x31, 0xb1, 0x29, 0xb2, 0xbe, 0xf4, 0x06, 0x2a, 0x40, 0x3a, 0x89, 0xb8, 0xed, 0x78, 0x02, 0xe5, + 0xd7, 0x17, 0x36, 0x16, 0xc9, 0xc7, 0x8b, 0xd5, 0xe2, 0x10, 0x46, 0x68, 0xb4, 0xba, 0xb8, 0x56, + 0x5b, 0xac, 0x16, 0x33, 0x5f, 0xfa, 0xef, 0x19, 0x84, 0xa2, 0xab, 0x92, 0x71, 0x01, 0x8d, 0xd5, + 0xd6, 0x3e, 0x2e, 0xaf, 0xd4, 0x18, 0x5d, 0x1e, 0x0d, 0xaf, 0xd7, 0x17, 0xd7, 0x8a, 0x19, 0x3c, + 0x8e, 0x46, 0x2a, 0x2b, 0xeb, 0x1b, 0x8b, 0xc5, 0x2c, 0x03, 0x92, 0xc5, 0x72, 0xb5, 0x98, 0x63, + 0xc0, 0x87, 0xa4, 0xb6, 0xb9, 0x58, 0x1c, 0x66, 0xff, 0xae, 0x6c, 0x6c, 0x96, 0x37, 0x8b, 0x23, + 0xec, 0xdf, 0x25, 0xf8, 0x77, 0x94, 0x09, 0xdb, 0x58, 0xdc, 0x84, 0x1f, 0x63, 0xec, 0x11, 0x96, + 0x82, 0x5f, 0x79, 0x86, 0x62, 0xa2, 0xab, 0x35, 0x52, 0x1c, 0x67, 0x3f, 0x98, 0x48, 0xf6, 0x03, + 0xb1, 0x87, 0x23, 0x8b, 0xab, 0xeb, 0x1f, 0x2f, 0x16, 0x0b, 0x4c, 0xd6, 0xea, 0x7d, 0x06, 0x9e, + 0x60, 0xff, 0x92, 0x55, 0xf6, 0xef, 0x24, 0x93, 0x44, 0x16, 0xcb, 0x2b, 0xf5, 0xf2, 0xe6, 0x72, + 0x71, 0x8a, 0x3d, 0x0f, 0xc8, 0x9c, 0xe6, 0x9c, 0x6b, 0xe5, 0xd5, 0xc5, 0x62, 0x51, 0xd0, 0x54, + 0x57, 0x6a, 0x6b, 0xf7, 0x8b, 0x33, 0xf0, 0x20, 0xdf, 0x5a, 0x85, 0x1f, 0x78, 0xa1, 0xf8, 0xd9, + 0x7f, 0xba, 0x32, 0xf4, 0xd9, 0x4f, 0xae, 0x64, 0x7e, 0xe7, 0x27, 0x57, 0x32, 0xff, 0xf1, 0x27, + 0x57, 0x32, 0x5b, 0xa3, 0xb0, 0x41, 0x75, 0xfb, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0xcc, 0xad, + 0x4a, 0xbc, 0x94, 0xb4, 0x00, 0x00, } func (m *Metadata) Marshal() (dAtA []byte, err error) { @@ -12356,6 +12424,93 @@ func (m *AppSessionStart) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *AppSessionEnd) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *AppSessionEnd) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *AppSessionEnd) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + { + size, err := m.AppMetadata.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x32 + { + size, err := m.ConnectionMetadata.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x2a + { + size, err := m.ServerMetadata.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x22 + { + size, err := m.SessionMetadata.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + { + size, err := m.UserMetadata.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + { + size, err := m.Metadata.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + return len(dAtA) - i, nil +} + func (m *AppSessionChunk) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -14189,20 +14344,20 @@ func (m *WindowsDesktopSessionEnd) MarshalToSizedBuffer(dAtA []byte) (int, error i-- dAtA[i] = 0x5a } - n281, err281 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.EndTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.EndTime):]) - if err281 != nil { - return 0, err281 + n287, err287 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.EndTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.EndTime):]) + if err287 != nil { + return 0, err287 } - i -= n281 - i = encodeVarintEvents(dAtA, i, uint64(n281)) + i -= n287 + i = encodeVarintEvents(dAtA, i, uint64(n287)) i-- dAtA[i] = 0x52 - n282, err282 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.StartTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.StartTime):]) - if err282 != nil { - return 0, err282 + n288, err288 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.StartTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.StartTime):]) + if err288 != nil { + return 0, err288 } - i -= n282 - i = encodeVarintEvents(dAtA, i, uint64(n282)) + i -= n288 + i = encodeVarintEvents(dAtA, i, uint64(n288)) i-- dAtA[i] = 0x4a if len(m.DesktopLabels) > 0 { @@ -16568,6 +16723,29 @@ func (m *OneOf_UpgradeWindowStartUpdate) MarshalToSizedBuffer(dAtA []byte) (int, } return len(dAtA) - i, nil } +func (m *OneOf_AppSessionEnd) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *OneOf_AppSessionEnd) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + if m.AppSessionEnd != nil { + { + size, err := m.AppSessionEnd.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintEvents(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x5 + i-- + dAtA[i] = 0xea + } + return len(dAtA) - i, nil +} func (m *StreamStatus) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -16592,12 +16770,12 @@ func (m *StreamStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } - n383, err383 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.LastUploadTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.LastUploadTime):]) - if err383 != nil { - return 0, err383 + n390, err390 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.LastUploadTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.LastUploadTime):]) + if err390 != nil { + return 0, err390 } - i -= n383 - i = encodeVarintEvents(dAtA, i, uint64(n383)) + i -= n390 + i = encodeVarintEvents(dAtA, i, uint64(n390)) i-- dAtA[i] = 0x1a if m.LastEventIndex != 0 { @@ -16843,12 +17021,12 @@ func (m *Identity) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x4a } - n389, err389 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.Expires, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.Expires):]) - if err389 != nil { - return 0, err389 + n396, err396 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.Expires, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.Expires):]) + if err396 != nil { + return 0, err396 } - i -= n389 - i = encodeVarintEvents(dAtA, i, uint64(n389)) + i -= n396 + i = encodeVarintEvents(dAtA, i, uint64(n396)) i-- dAtA[i] = 0x42 if len(m.KubernetesUsers) > 0 { @@ -20068,6 +20246,30 @@ func (m *AppSessionStart) Size() (n int) { return n } +func (m *AppSessionEnd) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = m.Metadata.Size() + n += 1 + l + sovEvents(uint64(l)) + l = m.UserMetadata.Size() + n += 1 + l + sovEvents(uint64(l)) + l = m.SessionMetadata.Size() + n += 1 + l + sovEvents(uint64(l)) + l = m.ServerMetadata.Size() + n += 1 + l + sovEvents(uint64(l)) + l = m.ConnectionMetadata.Size() + n += 1 + l + sovEvents(uint64(l)) + l = m.AppMetadata.Size() + n += 1 + l + sovEvents(uint64(l)) + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + func (m *AppSessionChunk) Size() (n int) { if m == nil { return 0 @@ -21932,6 +22134,18 @@ func (m *OneOf_UpgradeWindowStartUpdate) Size() (n int) { } return n } +func (m *OneOf_AppSessionEnd) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.AppSessionEnd != nil { + l = m.AppSessionEnd.Size() + n += 2 + l + sovEvents(uint64(l)) + } + return n +} func (m *StreamStatus) Size() (n int) { if m == nil { return 0 @@ -35443,13 +35657,229 @@ func (m *AppUpdate) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.Metadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.Metadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field UserMetadata", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.UserMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ResourceMetadata", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.ResourceMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AppMetadata", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.AppMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipEvents(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthEvents + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *AppDelete) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: AppDelete: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: AppDelete: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Metadata", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.Metadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field UserMetadata", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.UserMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 2: + case 3: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field UserMetadata", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ResourceMetadata", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -35476,13 +35906,64 @@ func (m *AppUpdate) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.UserMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.ResourceMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 3: + default: + iNdEx = preIndex + skippy, err := skipEvents(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthEvents + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *AppSessionStart) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: AppSessionStart: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: AppSessionStart: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ResourceMetadata", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field Metadata", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -35509,13 +35990,13 @@ func (m *AppUpdate) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.ResourceMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.Metadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 4: + case 2: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field AppMetadata", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field UserMetadata", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -35542,64 +36023,46 @@ func (m *AppUpdate) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.AppMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.UserMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipEvents(dAtA[iNdEx:]) - if err != nil { - return err + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SessionMetadata", wireType) } - if (skippy < 0) || (iNdEx+skippy) < 0 { - return ErrInvalidLengthEvents + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } } - if (iNdEx + skippy) > l { - return io.ErrUnexpectedEOF + if msglen < 0 { + return ErrInvalidLengthEvents } - m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) - iNdEx += skippy - } - } - - if iNdEx > l { - return io.ErrUnexpectedEOF - } - return nil -} -func (m *AppDelete) Unmarshal(dAtA []byte) error { - l := len(dAtA) - iNdEx := 0 - for iNdEx < l { - preIndex := iNdEx - var wire uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowEvents + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents } - if iNdEx >= l { + if postIndex > l { return io.ErrUnexpectedEOF } - b := dAtA[iNdEx] - iNdEx++ - wire |= uint64(b&0x7F) << shift - if b < 0x80 { - break + if err := m.SessionMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err } - } - fieldNum := int32(wire >> 3) - wireType := int(wire & 0x7) - if wireType == 4 { - return fmt.Errorf("proto: AppDelete: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: AppDelete: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: + iNdEx = postIndex + case 4: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Metadata", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ServerMetadata", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -35626,13 +36089,13 @@ func (m *AppDelete) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.Metadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.ServerMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 2: + case 5: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field UserMetadata", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ConnectionMetadata", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -35659,13 +36122,45 @@ func (m *AppDelete) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.UserMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.ConnectionMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 3: + case 7: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ResourceMetadata", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field PublicAddr", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PublicAddr = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 8: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AppMetadata", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -35692,7 +36187,7 @@ func (m *AppDelete) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.ResourceMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.AppMetadata.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -35718,7 +36213,7 @@ func (m *AppDelete) Unmarshal(dAtA []byte) error { } return nil } -func (m *AppSessionStart) Unmarshal(dAtA []byte) error { +func (m *AppSessionEnd) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -35741,10 +36236,10 @@ func (m *AppSessionStart) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: AppSessionStart: wiretype end group for non-group") + return fmt.Errorf("proto: AppSessionEnd: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: AppSessionStart: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: AppSessionEnd: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -35912,39 +36407,7 @@ func (m *AppSessionStart) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 7: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field PublicAddr", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowEvents - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthEvents - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthEvents - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.PublicAddr = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 8: + case 6: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field AppMetadata", wireType) } @@ -45582,6 +46045,41 @@ func (m *OneOf) Unmarshal(dAtA []byte) error { } m.Event = &OneOf_UpgradeWindowStartUpdate{v} iNdEx = postIndex + case 93: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AppSessionEnd", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowEvents + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthEvents + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthEvents + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + v := &AppSessionEnd{} + if err := v.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + m.Event = &OneOf_AppSessionEnd{v} + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipEvents(dAtA[iNdEx:]) diff --git a/api/types/events/events.proto b/api/types/events/events.proto index 99aba4f4a6490..9db9b49a2e724 100644 --- a/api/types/events/events.proto +++ b/api/types/events/events.proto @@ -1402,6 +1402,33 @@ message AppSessionStart { [ (gogoproto.nullable) = false, (gogoproto.embed) = true, (gogoproto.jsontag) = "" ]; } +// AppSessionEnd is emitted when an application session ends. +message AppSessionEnd { + // Metadata is a common event metadata + Metadata Metadata = 1 + [ (gogoproto.nullable) = false, (gogoproto.embed) = true, (gogoproto.jsontag) = "" ]; + + // User is a common user event metadata + UserMetadata User = 2 + [ (gogoproto.nullable) = false, (gogoproto.embed) = true, (gogoproto.jsontag) = "" ]; + + // SessionMetadata is a common event session metadata + SessionMetadata Session = 3 + [ (gogoproto.nullable) = false, (gogoproto.embed) = true, (gogoproto.jsontag) = "" ]; + + // ServerMetadata is a common server metadata + ServerMetadata Server = 4 + [ (gogoproto.nullable) = false, (gogoproto.embed) = true, (gogoproto.jsontag) = "" ]; + + // ConnectionMetadata holds information about the connection + ConnectionMetadata Connection = 5 + [ (gogoproto.nullable) = false, (gogoproto.embed) = true, (gogoproto.jsontag) = "" ]; + + // App is a common application resource metadata. + AppMetadata App = 6 + [ (gogoproto.nullable) = false, (gogoproto.embed) = true, (gogoproto.jsontag) = "" ]; +} + // AppSessionChunk is emitted at the start of a 5 minute chunk on each // proxy. This chunk is used to buffer 5 minutes of audit events at a time // for applications. @@ -2029,6 +2056,7 @@ message OneOf { events.DatabaseSessionMalformedPacket DatabaseSessionMalformedPacket = 90; events.SFTP SFTP = 91; events.UpgradeWindowStartUpdate UpgradeWindowStartUpdate = 92; + events.AppSessionEnd AppSessionEnd = 93; } } diff --git a/api/types/events/oneof.go b/api/types/events/oneof.go index ffde525ae21fb..183f4fc11e339 100644 --- a/api/types/events/oneof.go +++ b/api/types/events/oneof.go @@ -191,6 +191,10 @@ func ToOneOf(in AuditEvent) (*OneOf, error) { out.Event = &OneOf_AppSessionStart{ AppSessionStart: e, } + case *AppSessionEnd: + out.Event = &OneOf_AppSessionEnd{ + AppSessionEnd: e, + } case *AppSessionChunk: out.Event = &OneOf_AppSessionChunk{ AppSessionChunk: e, diff --git a/integration/app_integration_test.go b/integration/app_integration_test.go index a1956f80d3d2c..25a1a9f8007a8 100644 --- a/integration/app_integration_test.go +++ b/integration/app_integration_test.go @@ -1,5 +1,5 @@ /* -Copyright 2020-2021 Gravitational, Inc. +Copyright 2020-2022 Gravitational, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,6 +26,7 @@ import ( "errors" "fmt" "io" + "net" "net/http" "net/http/httptest" "net/url" @@ -33,9 +34,6 @@ import ( "testing" "time" - "github.com/google/go-cmp/cmp" - "github.com/google/go-cmp/cmp/cmpopts" - "github.com/gravitational/teleport" "github.com/gravitational/teleport/api/breaker" apidefaults "github.com/gravitational/teleport/api/defaults" @@ -53,10 +51,14 @@ import ( "github.com/gravitational/teleport/lib/jwt" "github.com/gravitational/teleport/lib/service" "github.com/gravitational/teleport/lib/services" + "github.com/gravitational/teleport/lib/srv/alpnproxy" + alpncommon "github.com/gravitational/teleport/lib/srv/alpnproxy/common" "github.com/gravitational/teleport/lib/utils" "github.com/gravitational/teleport/lib/web" "github.com/gravitational/teleport/lib/web/app" + "github.com/google/go-cmp/cmp" + "github.com/google/go-cmp/cmp/cmpopts" "github.com/google/uuid" "github.com/gorilla/websocket" "github.com/gravitational/oxy/forward" @@ -83,6 +85,7 @@ func TestAppAccess(t *testing.T) { t.Run("TestAppAccessNoHeaderOverrides", pack.appAccessNoHeaderOverrides) t.Run("TestAppAuditEvents", pack.appAuditEvents) t.Run("TestAppInvalidateAppSessionsOnLogout", pack.appInvalidateAppSessionsOnLogout) + t.Run("TestAppAccessTCP", pack.appAccessTCP) // This test should go last because it stops/starts app servers. t.Run("TestAppServersHA", pack.appServersHA) @@ -175,6 +178,43 @@ func (p *pack) appAccessWebsockets(t *testing.T) { } } +// appAccessTCP tests proxying of plain TCP applications through app access. +func (p *pack) appAccessTCP(t *testing.T) { + pack := setup(t) + + tests := []struct { + description string + address string + outMessage string + }{ + { + description: "TCP app in root cluster", + address: pack.startLocalProxy(t, pack.rootTCPPublicAddr, pack.rootAppClusterName), + outMessage: pack.rootTCPMessage, + }, + { + description: "TCP app in leaf cluster", + address: pack.startLocalProxy(t, pack.leafTCPPublicAddr, pack.leafAppClusterName), + outMessage: pack.leafTCPMessage, + }, + } + + for _, test := range tests { + t.Run(test.description, func(t *testing.T) { + conn, err := net.Dial("tcp", test.address) + require.NoError(t, err) + + buf := make([]byte, 1024) + n, err := conn.Read(buf) + require.NoError(t, err) + + resp := strings.TrimSpace(string(buf[:n])) + require.Equal(t, test.outMessage, resp) + }) + } +} + +// appAccessClientCert tests mutual TLS authentication flow with application // access typically used in CLI by curl and other clients. func (p *pack) appAccessClientCert(t *testing.T) { tests := []struct { @@ -711,6 +751,11 @@ type pack struct { rootWSSMessage string rootWSSAppURI string + rootTCPAppName string + rootTCPPublicAddr string + rootTCPMessage string + rootTCPAppURI string + jwtAppName string jwtAppPublicAddr string jwtAppClusterName string @@ -737,6 +782,11 @@ type pack struct { leafWSSMessage string leafWSSAppURI string + leafTCPAppName string + leafTCPPublicAddr string + leafTCPMessage string + leafTCPAppURI string + headerAppName string headerAppPublicAddr string headerAppClusterName string @@ -763,6 +813,29 @@ func setup(t *testing.T) *pack { return setupWithOptions(t, appTestOptions{}) } +// newTCPServer starts accepting TCP connections and serving them using the +// provided handler. Handlers are expected to close client connections. +// Returns the TCP listener. +func newTCPServer(t *testing.T, handleConn func(net.Conn)) net.Listener { + listener, err := net.Listen("tcp", "127.0.0.1:0") + require.NoError(t, err) + + go func() { + for { + conn, err := listener.Accept() + if err == nil { + go handleConn(conn) + } + if err != nil && !utils.IsOKNetworkError(err) { + t.Error(err) + return + } + } + }() + + return listener +} + // setupWithOptions configures app access test with custom options. func setupWithOptions(t *testing.T, opts appTestOptions) *pack { tr := utils.NewTracer(utils.ThisFunction()).Start() @@ -788,6 +861,10 @@ func setupWithOptions(t *testing.T, opts appTestOptions) *pack { rootWSSPublicAddr: "wss-01.example.com", rootWSSMessage: uuid.New().String(), + rootTCPAppName: "tcp-01", + rootTCPPublicAddr: "tcp-01.example.com", + rootTCPMessage: uuid.New().String(), + leafAppName: "app-02", leafAppPublicAddr: "app-02.example.com", leafAppClusterName: "leaf.example.com", @@ -801,6 +878,10 @@ func setupWithOptions(t *testing.T, opts appTestOptions) *pack { leafWSSPublicAddr: "wss-02.example.com", leafWSSMessage: uuid.New().String(), + leafTCPAppName: "tcp-02", + leafTCPPublicAddr: "tcp-02.example.com", + leafTCPMessage: uuid.New().String(), + jwtAppName: "app-03", jwtAppPublicAddr: "app-03.example.com", jwtAppClusterName: "example.com", @@ -844,6 +925,13 @@ func setupWithOptions(t *testing.T, opts appTestOptions) *pack { conn.Close() })) t.Cleanup(rootWSSServer.Close) + // Plain TCP application in root cluster (tcp://). + rootTCPServer := newTCPServer(t, func(c net.Conn) { + c.Write([]byte(p.rootTCPMessage)) + c.Close() + }) + t.Cleanup(func() { rootTCPServer.Close() }) + // HTTP server in leaf cluster. leafServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, p.leafMessage) })) @@ -860,6 +948,12 @@ func setupWithOptions(t *testing.T, opts appTestOptions) *pack { conn.Close() })) t.Cleanup(leafWSSServer.Close) + // Plain TCP application in leaf cluster (tcp://). + leafTCPServer := newTCPServer(t, func(c net.Conn) { + c.Write([]byte(p.leafTCPMessage)) + c.Close() + }) + t.Cleanup(func() { leafTCPServer.Close() }) jwtServer := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { fmt.Fprintln(w, r.Header.Get(teleport.AppJWTHeader)) })) @@ -898,9 +992,11 @@ func setupWithOptions(t *testing.T, opts appTestOptions) *pack { p.rootAppURI = rootServer.URL p.rootWSAppURI = rootWSServer.URL p.rootWSSAppURI = rootWSSServer.URL + p.rootTCPAppURI = fmt.Sprintf("tcp://%v", rootTCPServer.Addr().String()) p.leafAppURI = leafServer.URL p.leafWSAppURI = leafWSServer.URL p.leafWSSAppURI = leafWSSServer.URL + p.leafTCPAppURI = fmt.Sprintf("tcp://%v", leafTCPServer.Addr().String()) p.jwtAppURI = jwtServer.URL p.headerAppURI = headerServer.URL p.flushAppURI = flushServer.URL @@ -1185,6 +1281,29 @@ func (p *pack) initCertPool(t *testing.T) { p.rootCertPool = pool } +// startLocalProxy starts a local ALPN proxy for the specified application. +func (p *pack) startLocalProxy(t *testing.T, publicAddr, clusterName string) string { + tlsConfig := p.makeTLSConfig(t, publicAddr, clusterName) + + listener, err := net.Listen("tcp", "127.0.0.1:0") + require.NoError(t, err) + + proxy, err := alpnproxy.NewLocalProxy(alpnproxy.LocalProxyConfig{ + RemoteProxyAddr: p.rootCluster.Web, + Protocols: []alpncommon.Protocol{alpncommon.ProtocolTCP}, + InsecureSkipVerify: true, + Listener: listener, + ParentContext: context.Background(), + Certs: tlsConfig.Certificates, + }) + require.NoError(t, err) + t.Cleanup(func() { proxy.Close() }) + + go proxy.Start(context.Background()) + + return proxy.GetAddr() +} + // makeTLSConfig returns TLS config suitable for making an app access request. func (p *pack) makeTLSConfig(t *testing.T, publicAddr, clusterName string) *tls.Config { privateKey, publicKey, err := native.GenerateKeyPair() @@ -1410,6 +1529,11 @@ func (p *pack) startRootAppServers(t *testing.T, count int, extraApps []service. URI: p.rootWSSAppURI, PublicAddr: p.rootWSSPublicAddr, }, + { + Name: p.rootTCPAppName, + URI: p.rootTCPAppURI, + PublicAddr: p.rootTCPPublicAddr, + }, { Name: p.jwtAppName, URI: p.jwtAppURI, @@ -1539,6 +1663,11 @@ func (p *pack) startLeafAppServers(t *testing.T, count int, extraApps []service. URI: p.leafWSSAppURI, PublicAddr: p.leafWSSPublicAddr, }, + { + Name: p.leafTCPAppName, + URI: p.leafTCPAppURI, + PublicAddr: p.leafTCPPublicAddr, + }, { Name: "dumper-leaf", URI: p.dumperAppURI, diff --git a/lib/events/api.go b/lib/events/api.go index 6134d2ac128a4..6ea9f820f0ff7 100644 --- a/lib/events/api.go +++ b/lib/events/api.go @@ -384,6 +384,8 @@ const ( // AppSessionStartEvent is emitted when a user is issued an application certificate. AppSessionStartEvent = "app.session.start" + // AppSessionEndEvent is emitted when a user connects to a TCP application. + AppSessionEndEvent = "app.session.end" // AppSessionChunkEvent is emitted at the start of a 5 minute chunk on each // proxy. This chunk is used to buffer 5 minutes of audit events at a time diff --git a/lib/events/codes.go b/lib/events/codes.go index 31944f68df921..bf9ca5cf532ca 100644 --- a/lib/events/codes.go +++ b/lib/events/codes.go @@ -106,6 +106,8 @@ const ( // AppSessionStartCode is the application session start code. AppSessionStartCode = "T2007I" + // AppSessionEndCode is the application session end event code. + AppSessionEndCode = "T2011I" // AppSessionChunkCode is the application session chunk create code. AppSessionChunkCode = "T2008I" // AppSessionRequestCode is the application request/response code. diff --git a/lib/events/dynamic.go b/lib/events/dynamic.go index d897b99266818..69daf0d856638 100644 --- a/lib/events/dynamic.go +++ b/lib/events/dynamic.go @@ -145,6 +145,8 @@ func FromEventFields(fields EventFields) (events.AuditEvent, error) { e = &events.SessionReject{} case AppSessionStartEvent: e = &events.AppSessionStart{} + case AppSessionEndEvent: + e = &events.AppSessionEnd{} case AppSessionChunkEvent: e = &events.AppSessionChunk{} case AppSessionRequestEvent: diff --git a/lib/service/service.go b/lib/service/service.go index 34c678e9d2d7f..b859038faa80e 100644 --- a/lib/service/service.go +++ b/lib/service/service.go @@ -3428,6 +3428,15 @@ func (process *TeleportProcess) initProxyEndpoint(conn *Connector) error { log.Info("Web UI is disabled.") } + // Register ALPN handler that will be accepting connections for plain + // TCP applications. + if alpnRouter != nil { + alpnRouter.Add(alpnproxy.HandlerDecs{ + MatchFunc: alpnproxy.MatchByProtocol(alpncommon.ProtocolTCP), + Handler: webHandler.HandleConnection, + }) + } + var peerAddr string var proxyServer *proxy.Server if !process.Config.Proxy.DisableReverseTunnel && listeners.proxy != nil { diff --git a/lib/service/service_test.go b/lib/service/service_test.go index a43df7ad528ca..399320d9fc903 100644 --- a/lib/service/service_test.go +++ b/lib/service/service_test.go @@ -504,6 +504,7 @@ func TestSetupProxyTLSConfig(t *testing.T) { "teleport-proxy-ssh", "teleport-reversetunnel", "teleport-auth@", + "teleport-tcp", }, }, { @@ -522,6 +523,7 @@ func TestSetupProxyTLSConfig(t *testing.T) { "teleport-proxy-ssh", "teleport-reversetunnel", "teleport-auth@", + "teleport-tcp", }, }, } diff --git a/lib/srv/alpnproxy/common/protocols.go b/lib/srv/alpnproxy/common/protocols.go index 2ad570826ddc2..595f42d381211 100644 --- a/lib/srv/alpnproxy/common/protocols.go +++ b/lib/srv/alpnproxy/common/protocols.go @@ -76,6 +76,9 @@ const ( // ProtocolMySQLWithVerPrefix is TLS ALPN prefix used by tsh to carry // MySQL server version. ProtocolMySQLWithVerPrefix = Protocol(string(ProtocolMySQL) + "-") + + // ProtocolTCP is TLS ALPN protocol value used to indicate plain TCP connection. + ProtocolTCP Protocol = "teleport-tcp" ) // SupportedProtocols is the list of supported ALPN protocols. @@ -91,6 +94,7 @@ var SupportedProtocols = []Protocol{ ProtocolProxySSH, ProtocolReverseTunnel, ProtocolAuth, + ProtocolTCP, } // ProtocolsToString converts the list of Protocols to the list of strings. diff --git a/lib/srv/app/server.go b/lib/srv/app/server.go index 851d4afac890c..d8664799590a3 100644 --- a/lib/srv/app/server.go +++ b/lib/srv/app/server.go @@ -170,6 +170,7 @@ type Server struct { closeFunc context.CancelFunc httpServer *http.Server + tcpServer *tcpServer tlsConfig *tls.Config mu sync.RWMutex @@ -193,6 +194,9 @@ type Server struct { // watcher monitors changes to application resources. watcher *services.AppWatcher + + // authMiddleware allows wrapping connections with identity information. + authMiddleware *auth.Middleware } // monitoredApps is a collection of applications from different sources @@ -259,9 +263,9 @@ func New(ctx context.Context, c *Config) (*Server, error) { // Create and configure HTTP server with authorizing middleware. s.httpServer = s.newHTTPServer() - if err != nil { - return nil, trace.Wrap(err) - } + + // TCP server will handle TCP applications. + s.tcpServer = s.newTCPServer() // Create a new session cache, this holds sessions that can be used to // forward requests. @@ -576,9 +580,52 @@ func (s *Server) HandleConnection(conn net.Conn) { // httpServer will initiate the close call. closerConn := utils.NewCloserConn(conn) + if err := s.handleConnection(closerConn); err != nil { + s.log.WithError(err).Warnf("Failed to handle client connection.") + if err := conn.Close(); err != nil { + s.log.WithError(err).Warnf("Failed to close client connection.") + } + return + } + + // Wait for connection to close. + closerConn.Wait() +} + +func (s *Server) handleConnection(conn net.Conn) error { + // Proxy sends a X.509 client certificate to pass identity information, + // extract it and run authorization checks on it. + tlsConn, user, app, err := s.getConnectionInfo(s.closeContext, conn) + if err != nil { + return trace.Wrap(err) + } + + // Application access supports plain TCP connections which are handled + // differently than HTTP requests from web apps. + if app.IsTCP() { + return s.handleTCPApp(s.closeContext, tlsConn, user, app) + } + + return s.handleHTTPApp(s.closeContext, tlsConn) +} + +// handleTCPApp handles connection for a TCP application. +func (s *Server) handleTCPApp(ctx context.Context, conn net.Conn, user auth.IdentityGetter, app types.Application) error { + id, _, err := s.authorizeContext(context.WithValue(ctx, auth.ContextUser, user)) + if err != nil { + return trace.Wrap(err) + } + err = s.tcpServer.handleConnection(s.closeContext, conn, id, app) + if err != nil { + return trace.Wrap(err) + } + return nil +} + +// handleHTTPApp handles connection for an HTTP application. +func (s *Server) handleHTTPApp(ctx context.Context, conn net.Conn) error { // Wrap a TLS authorizing conn in a single-use listener. - tlsConn := tls.Server(closerConn, s.tlsConfig) - listener := newListener(s.closeContext, tlsConn) + listener := newListener(s.closeContext, conn) // Serve will return as soon as tlsConn is running in its own goroutine err := s.httpServer.Serve(listener) @@ -586,12 +633,10 @@ func (s *Server) HandleConnection(conn net.Conn) { // okay to ignore errListenerConnServed; it is a signal that our // single-use listener has passed the connection to http.Serve // and conn is being served. See listener.Accept for details. - s.log.Warnf("Failed to handle connection: %v.", err) - return + return trace.Wrap(err) } - // Wait for connection to close. - closerConn.Wait() + return nil } // ServeHTTP will forward the *http.Request to the target application. @@ -608,7 +653,7 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { func (s *Server) serveHTTP(w http.ResponseWriter, r *http.Request) error { // Extract the identity and application being requested from the certificate // and check if the caller has access. - identity, app, err := s.authorize(r.Context(), r) + identity, app, err := s.authorizeContext(r.Context()) if err != nil { return trace.Wrap(err) } @@ -661,11 +706,35 @@ func (s *Server) serveHTTP(w http.ResponseWriter, r *http.Request) error { return nil } -// authorize will check if request carries a session cookie matching a -// session in the backend. -func (s *Server) authorize(ctx context.Context, r *http.Request) (*tlsca.Identity, types.Application, error) { +// getConnectionInfo extracts identity information from the provided +// connection and runs authorization checks on it. +// +// The connection comes from the reverse tunnel and is expected to be TLS and +// carry identity in the client certificate. +func (s *Server) getConnectionInfo(ctx context.Context, conn net.Conn) (*tls.Conn, auth.IdentityGetter, types.Application, error) { + tlsConn := tls.Server(conn, s.tlsConfig) + if err := tlsConn.Handshake(); err != nil { + return nil, nil, nil, trace.Wrap(err, "TLS handshake failed") + } + + user, err := s.authMiddleware.GetUser(tlsConn.ConnectionState()) + if err != nil { + return nil, nil, nil, trace.Wrap(err) + } + + app, err := s.getApp(ctx, user.GetIdentity().RouteToApp.PublicAddr) + if err != nil { + return nil, nil, nil, trace.Wrap(err) + } + + return tlsConn, user, app, nil +} + +// authorizeContext will check if the context carries identity information and +// runs authorization checks on it. +func (s *Server) authorizeContext(ctx context.Context) (*tlsca.Identity, types.Application, error) { // Only allow local and remote identities to proxy to an application. - userType := r.Context().Value(auth.ContextUser) + userType := ctx.Value(auth.ContextUser) switch userType.(type) { case auth.LocalUser, auth.RemoteUser: default: @@ -673,14 +742,14 @@ func (s *Server) authorize(ctx context.Context, r *http.Request) (*tlsca.Identit } // Extract authorizing context and identity of the user from the request. - authContext, err := s.c.Authorizer.Authorize(r.Context()) + authContext, err := s.c.Authorizer.Authorize(ctx) if err != nil { return nil, nil, trace.Wrap(err) } identity := authContext.Identity.GetIdentity() // Fetch the application and check if the identity has access. - app, err := s.getApp(r.Context(), identity.RouteToApp.PublicAddr) + app, err := s.getApp(ctx, identity.RouteToApp.PublicAddr) if err != nil { return nil, nil, trace.Wrap(err) } @@ -756,19 +825,28 @@ func (s *Server) getApp(ctx context.Context, publicAddr string) (types.Applicati func (s *Server) newHTTPServer() *http.Server { // Reuse the auth.Middleware to authorize requests but only accept // certificates that were specifically generated for applications. - authMiddleware := &auth.Middleware{ + s.authMiddleware = &auth.Middleware{ AccessPoint: s.c.AccessPoint, AcceptedUsage: []string{teleport.UsageAppsOnly}, } - authMiddleware.Wrap(s) + s.authMiddleware.Wrap(s) return &http.Server{ - Handler: authMiddleware, + Handler: s.authMiddleware, ReadHeaderTimeout: apidefaults.DefaultDialTimeout, ErrorLog: utils.NewStdlogger(s.log.Error, teleport.ComponentApp), } } +// newTCPServer creates a server that proxies TCP applications. +func (s *Server) newTCPServer() *tcpServer { + return &tcpServer{ + authClient: s.c.AuthClient, + hostID: s.c.HostID, + log: s.log, + } +} + // getProxyPort tries to figure out the address the proxy is running at. func (s *Server) getProxyPort() string { servers, err := s.c.AccessPoint.GetProxies() diff --git a/lib/srv/app/tcpserver.go b/lib/srv/app/tcpserver.go new file mode 100644 index 0000000000000..62ec3b0257905 --- /dev/null +++ b/lib/srv/app/tcpserver.go @@ -0,0 +1,126 @@ +/* +Copyright 2022 Gravitational, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package app + +import ( + "context" + "net" + + apidefaults "github.com/gravitational/teleport/api/defaults" + apitypes "github.com/gravitational/teleport/api/types" + apievents "github.com/gravitational/teleport/api/types/events" + "github.com/gravitational/teleport/lib/auth" + "github.com/gravitational/teleport/lib/events" + "github.com/gravitational/teleport/lib/tlsca" + "github.com/gravitational/teleport/lib/utils" + + "github.com/gravitational/trace" + "github.com/sirupsen/logrus" +) + +type tcpServer struct { + authClient *auth.Client + hostID string + log logrus.FieldLogger +} + +// handleConnection handles connection from a TCP application. +func (s *tcpServer) handleConnection(ctx context.Context, clientConn net.Conn, identity *tlsca.Identity, app apitypes.Application) error { + addr, err := utils.ParseAddr(app.GetURI()) + if err != nil { + return trace.Wrap(err) + } + if addr.AddrNetwork != "tcp" { + return trace.BadParameter(`unexpected app %q address network, expected "tcp": %+v`, app.GetName(), addr) + } + dialer := net.Dialer{ + Timeout: apidefaults.DefaultDialTimeout, + } + serverConn, err := dialer.DialContext(ctx, addr.AddrNetwork, addr.String()) + if err != nil { + return trace.Wrap(err) + } + err = s.emitStartEvent(ctx, identity, app) + if err != nil { + return trace.Wrap(err) + } + defer func() { + err = s.emitEndEvent(ctx, identity, app) + if err != nil { + s.log.WithError(err).Warnf("Failed to emit session end event for app %v.", app.GetName()) + } + }() + err = utils.ProxyConn(ctx, clientConn, serverConn) + if err != nil { + return trace.Wrap(err) + } + return nil +} + +func (s *tcpServer) emitStartEvent(ctx context.Context, identity *tlsca.Identity, app apitypes.Application) error { + return s.authClient.EmitAuditEvent(ctx, &apievents.AppSessionStart{ + Metadata: apievents.Metadata{ + Type: events.AppSessionStartEvent, + Code: events.AppSessionStartCode, + ClusterName: identity.RouteToApp.ClusterName, + }, + ServerMetadata: apievents.ServerMetadata{ + ServerID: s.hostID, + ServerNamespace: apidefaults.Namespace, + }, + SessionMetadata: apievents.SessionMetadata{ + SessionID: identity.RouteToApp.SessionID, + WithMFA: identity.MFAVerified, + }, + UserMetadata: identity.GetUserMetadata(), + ConnectionMetadata: apievents.ConnectionMetadata{ + RemoteAddr: identity.ClientIP, + }, + AppMetadata: apievents.AppMetadata{ + AppURI: app.GetURI(), + AppPublicAddr: app.GetPublicAddr(), + AppName: app.GetName(), + }, + }) +} + +func (s *tcpServer) emitEndEvent(ctx context.Context, identity *tlsca.Identity, app apitypes.Application) error { + return s.authClient.EmitAuditEvent(ctx, &apievents.AppSessionEnd{ + Metadata: apievents.Metadata{ + Type: events.AppSessionEndEvent, + Code: events.AppSessionEndCode, + ClusterName: identity.RouteToApp.ClusterName, + }, + ServerMetadata: apievents.ServerMetadata{ + ServerID: s.hostID, + ServerNamespace: apidefaults.Namespace, + }, + SessionMetadata: apievents.SessionMetadata{ + SessionID: identity.RouteToApp.SessionID, + WithMFA: identity.MFAVerified, + }, + UserMetadata: identity.GetUserMetadata(), + ConnectionMetadata: apievents.ConnectionMetadata{ + RemoteAddr: identity.ClientIP, + }, + AppMetadata: apievents.AppMetadata{ + AppURI: app.GetURI(), + AppPublicAddr: app.GetPublicAddr(), + AppName: app.GetName(), + }, + }) +} diff --git a/lib/utils/proxyconn.go b/lib/utils/proxyconn.go new file mode 100644 index 0000000000000..3856f9d998ce7 --- /dev/null +++ b/lib/utils/proxyconn.go @@ -0,0 +1,64 @@ +/* +Copyright 2022 Gravitational, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package utils + +import ( + "context" + "io" + + "github.com/gravitational/trace" +) + +// ProxyConn launches a double-copy loop that proxies traffic between the +// provided client and server connections. +// +// Exits when one or both copies stop, or when the context is canceled, and +// closes both connections. +func ProxyConn(ctx context.Context, client, server io.ReadWriteCloser) error { + errCh := make(chan error, 2) + + defer server.Close() + defer client.Close() + + go func() { + defer server.Close() + defer client.Close() + _, err := io.Copy(server, client) + errCh <- err + }() + + go func() { + defer server.Close() + defer client.Close() + _, err := io.Copy(client, server) + errCh <- err + }() + + var errors []error + for i := 0; i < 2; i++ { + select { + case err := <-errCh: + if err != nil && !IsOKNetworkError(err) { + errors = append(errors, err) + } + case <-ctx.Done(): + return ctx.Err() + } + } + + return trace.NewAggregate(errors...) +} diff --git a/lib/utils/proxyconn_test.go b/lib/utils/proxyconn_test.go new file mode 100644 index 0000000000000..5f73b9ad064d0 --- /dev/null +++ b/lib/utils/proxyconn_test.go @@ -0,0 +1,161 @@ +/* +Copyright 2022 Gravitational, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package utils + +import ( + "context" + "fmt" + "io" + "net" + "strings" + "testing" + "time" + + "github.com/google/uuid" + "github.com/gravitational/trace" + "github.com/sirupsen/logrus" + "github.com/stretchr/testify/require" +) + +// TestProxyConn tests proxying the connection between client and server. +func TestProxyConn(t *testing.T) { + ctx := context.Background() + + echoServer, err := newEchoServer() + require.NoError(t, err) + go echoServer.Start() + t.Cleanup(func() { echoServer.Close() }) + + echoConn, err := net.Dial("tcp", echoServer.Addr()) + require.NoError(t, err) + // Connection will be closed below. + + // Simulate the client connection with pipe. + clientLeft, clientRight := net.Pipe() + + errCh := make(chan error, 1) + go func() { + defer close(errCh) + err := ProxyConn(ctx, clientRight, echoConn) + if err != nil && !strings.Contains(err.Error(), io.ErrClosedPipe.Error()) { + errCh <- err + } + }() + + // Send message to the echo server through the proxy and expect to get + // the same one back. + sent := uuid.NewString() + _, err = clientLeft.Write([]byte(sent)) + require.NoError(t, err) + + received := make([]byte, 36) + _, err = clientLeft.Read(received) + require.NoError(t, err) + require.Equal(t, sent, string(received)) + fmt.Println(string(received)) + + // Close the server connection and make sure the proxy loop exits. + echoConn.Close() + select { + case err := <-errCh: + require.NoError(t, err) + case <-time.After(time.Second): + t.Fatal("proxy loop didn't exit after 1s") + } +} + +// TestProxyConnCancel verifies context cancellation for the proxy loop. +func TestProxyConnCancel(t *testing.T) { + ctx, cancel := context.WithCancel(context.Background()) + + echoServer, err := newEchoServer() + require.NoError(t, err) + go echoServer.Start() + t.Cleanup(func() { echoServer.Close() }) + + echoConn, err := net.Dial("tcp", echoServer.Addr()) + require.NoError(t, err) + t.Cleanup(func() { echoConn.Close() }) + + _, clientRight := net.Pipe() + + errCh := make(chan error, 1) + go func() { + defer close(errCh) + errCh <- ProxyConn(ctx, clientRight, echoConn) + }() + + // Cancel the context and make sure the proxy loop exits. + cancel() + select { + case err := <-errCh: + require.ErrorIs(t, err, context.Canceled) + case <-time.After(time.Second): + t.Fatal("proxy loop didn't exit after 1s") + } +} + +type echoServer struct { + listener net.Listener + log logrus.FieldLogger +} + +func newEchoServer() (*echoServer, error) { + listener, err := net.Listen("tcp", "127.0.0.1:0") + if err != nil { + return nil, trace.Wrap(err) + } + return &echoServer{ + listener: listener, + log: logrus.WithField(trace.Component, "echo"), + }, nil +} + +func (s *echoServer) Addr() string { + return s.listener.Addr().String() +} + +func (s *echoServer) Close() error { + return s.listener.Close() +} + +func (s *echoServer) Start() error { + for { + conn, err := s.listener.Accept() + if err != nil { + return trace.Wrap(err) + } + go s.handleConn(conn) + // Don't close the connection to let the proxy handle it. + } +} + +func (s *echoServer) handleConn(conn net.Conn) error { + b := make([]byte, 36) // expect to receive UUID from the test + _, err := conn.Read(b) + if err != nil { + return trace.Wrap(err) + } + s.log.Infof("Received message: %s.", b) + + _, err = conn.Write(b) + if err != nil { + return trace.Wrap(err) + } + + return nil +} diff --git a/lib/web/apiserver.go b/lib/web/apiserver.go index 864fa4abe8146..afb8508c7be9b 100644 --- a/lib/web/apiserver.go +++ b/lib/web/apiserver.go @@ -218,6 +218,11 @@ func (h *APIHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { h.handler.ServeHTTP(w, r) } +// HandleConnection handles connections from plain TCP applications. +func (h *APIHandler) HandleConnection(ctx context.Context, conn net.Conn) error { + return h.appHandler.HandleConnection(ctx, conn) +} + func (h *APIHandler) Close() error { return h.handler.Close() } diff --git a/lib/web/app/handler.go b/lib/web/app/handler.go index 588657916bab3..9d188280addda 100644 --- a/lib/web/app/handler.go +++ b/lib/web/app/handler.go @@ -20,6 +20,7 @@ package app import ( "context" + "crypto/tls" "fmt" "net" "net/http" @@ -136,6 +137,51 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) { h.router.ServeHTTP(w, r) } +// HandleConnection handles connections from plain TCP applications. +func (h *Handler) HandleConnection(ctx context.Context, clientConn net.Conn) error { + tlsConn, ok := clientConn.(*tls.Conn) + if !ok { + return trace.BadParameter("expected *tls.Conn, got: %T", clientConn) + } + + certs := tlsConn.ConnectionState().PeerCertificates + if len(certs) != 1 { + return trace.BadParameter("expected 1 client certificate: %+v", tlsConn.ConnectionState()) + } + + identity, err := tlsca.FromSubject(certs[0].Subject, certs[0].NotAfter) + if err != nil { + return trace.Wrap(err) + } + + ws, err := h.c.AccessPoint.GetAppSession(ctx, types.GetAppSessionRequest{ + SessionID: identity.RouteToApp.SessionID, + }) + if err != nil { + return trace.Wrap(err) + } + + session, err := h.getSession(ctx, ws) + if err != nil { + return trace.Wrap(err) + } + + serverConn, err := session.tr.DialContext(ctx, "", "") + if err != nil { + return trace.Wrap(err) + } + defer serverConn.Close() + + serverConn = tls.Client(serverConn, session.tr.clientTLSConfig) + + err = utils.ProxyConn(ctx, clientConn, serverConn) + if err != nil { + return trace.Wrap(err) + } + + return nil +} + // handleForward forwards the request to the application service. func (h *Handler) handleForward(w http.ResponseWriter, r *http.Request, session *session) error { session.fwd.ServeHTTP(w, r) diff --git a/lib/web/app/session.go b/lib/web/app/session.go index 49b8fe954a579..9c8da304316ac 100644 --- a/lib/web/app/session.go +++ b/lib/web/app/session.go @@ -39,6 +39,8 @@ type session struct { fwd *forward.Forwarder // ws represents the services.WebSession this requests belongs to. ws types.WebSession + // transport allows to dial an application server. + tr *transport } // newSession creates a new session. @@ -113,6 +115,7 @@ func (h *Handler) newSession(ctx context.Context, ws types.WebSession) (*session return &session{ fwd: fwd, ws: ws, + tr: transport, }, nil } diff --git a/lib/web/apps.go b/lib/web/apps.go index 9ca45cfd6967d..9c39e50653de8 100644 --- a/lib/web/apps.go +++ b/lib/web/apps.go @@ -65,7 +65,10 @@ func (h *Handler) clusterAppsGet(w http.ResponseWriter, r *http.Request, p httpr var apps types.Apps for _, server := range appServers { - apps = append(apps, server.GetApp()) + // Skip over TCP apps since they cannot be accessed through web UI. + if !server.GetApp().IsTCP() { + apps = append(apps, server.GetApp()) + } } return listResourcesGetResponse{ diff --git a/tool/tctl/common/collection.go b/tool/tctl/common/collection.go index 0a5bed166ff29..7d780d3bb1055 100644 --- a/tool/tctl/common/collection.go +++ b/tool/tctl/common/collection.go @@ -490,10 +490,10 @@ func (a *appServerCollection) writeText(w io.Writer) error { app := server.GetApp() labels := stripInternalTeleportLabels(a.verbose, app.GetAllLabels()) rows = append(rows, []string{ - server.GetHostname(), app.GetName(), app.GetPublicAddr(), app.GetURI(), labels, server.GetTeleportVersion()}) + server.GetHostname(), app.GetName(), app.GetProtocol(), app.GetPublicAddr(), app.GetURI(), labels, server.GetTeleportVersion()}) } var t asciitable.Table - headers := []string{"Host", "Name", "Public Address", "URI", "Labels", "Version"} + headers := []string{"Host", "Name", "Type", "Public Address", "URI", "Labels", "Version"} if a.verbose { t = asciitable.MakeTable(headers, rows...) } else { diff --git a/tool/tsh/app.go b/tool/tsh/app.go index 29e30e9361a70..df1765ea3d965 100644 --- a/tool/tsh/app.go +++ b/tool/tsh/app.go @@ -100,6 +100,11 @@ func onAppLogin(cf *CLIConf) error { "awsCmd": "s3 ls", }) } + if app.IsTCP() { + return appLoginTCPTpl.Execute(os.Stdout, map[string]string{ + "appName": app.GetName(), + }) + } curlCmd, err := formatAppConfig(tc, profile, app.GetName(), app.GetPublicAddr(), appFormatCURL, rootCluster) if err != nil { return trace.Wrap(err) @@ -110,18 +115,30 @@ func onAppLogin(cf *CLIConf) error { }) } -// appLoginTpl is the message that gets printed to a user upon successful app login. +// appLoginTpl is the message that gets printed to a user upon successful login +// into an HTTP application. var appLoginTpl = template.Must(template.New("").Parse( `Logged into app {{.appName}}. Example curl command: {{.curlCmd}} `)) -// awsCliTpl is the message that gets printed to a user upon successful aws app login. +// appLoginTCPTpl is the message that gets printed to a user upon successful +// login into a TCP application. +var appLoginTCPTpl = template.Must(template.New("").Parse( + `Logged into TCP app {{.appName}}. Start the local TCP proxy for it: + + tsh proxy app {{.appName}} + +Then connect to the application through this proxy. +`)) + +// awsCliTpl is the message that gets printed to a user upon successful login +// into an AWS Console application. var awsCliTpl = template.Must(template.New("").Parse( - `Logged into AWS app {{.awsAppName}}. Example AWS cli command: + `Logged into AWS app {{.awsAppName}}. Example AWS CLI command: -tsh aws {{.awsCmd}} + tsh aws {{.awsCmd}} `)) // getRegisteredApp returns the registered application with the specified name. diff --git a/tool/tsh/proxy.go b/tool/tsh/proxy.go index 050030a79848a..e389111ac2072 100644 --- a/tool/tsh/proxy.go +++ b/tool/tsh/proxy.go @@ -37,6 +37,7 @@ import ( "github.com/gravitational/teleport/api/client/webclient" "github.com/gravitational/teleport/api/constants" tracessh "github.com/gravitational/teleport/api/observability/tracing/ssh" + "github.com/gravitational/teleport/api/types" libclient "github.com/gravitational/teleport/lib/client" "github.com/gravitational/teleport/lib/client/db/dbcmd" "github.com/gravitational/teleport/lib/defaults" @@ -477,6 +478,13 @@ func mkLocalProxyCerts(certFile, keyFile string) ([]tls.Certificate, error) { return []tls.Certificate{cert}, nil } +func alpnProtocolForApp(app types.Application) alpncommon.Protocol { + if app.IsTCP() { + return alpncommon.ProtocolTCP + } + return alpncommon.ProtocolHTTP +} + func onProxyCommandApp(cf *CLIConf) error { tc, err := makeClient(cf, false) if err != nil { @@ -488,6 +496,11 @@ func onProxyCommandApp(cf *CLIConf) error { return trace.Wrap(err) } + app, err := getRegisteredApp(cf, tc) + if err != nil { + return trace.Wrap(err) + } + address, err := utils.ParseAddr(tc.WebProxyAddr) if err != nil { return trace.Wrap(err) @@ -506,7 +519,7 @@ func onProxyCommandApp(cf *CLIConf) error { lp, err := alpnproxy.NewLocalProxy(alpnproxy.LocalProxyConfig{ Listener: listener, RemoteProxyAddr: tc.WebProxyAddr, - Protocols: []alpncommon.Protocol{alpncommon.ProtocolHTTP}, + Protocols: []alpncommon.Protocol{alpnProtocolForApp(app)}, InsecureSkipVerify: cf.InsecureSkipVerify, ParentContext: cf.Context, SNI: address.Host(), diff --git a/tool/tsh/tsh.go b/tool/tsh/tsh.go index c9645f827fb5d..23e20c23ea726 100644 --- a/tool/tsh/tsh.go +++ b/tool/tsh/tsh.go @@ -2060,11 +2060,13 @@ func getAppRow(proxy, cluster string, app types.Application, active []tlsca.Rout break } } + if verbose { - row = append(row, name, app.GetDescription(), app.GetPublicAddr(), app.GetURI(), sortedLabels(app.GetAllLabels())) + row = append(row, name, app.GetDescription(), app.GetProtocol(), app.GetPublicAddr(), app.GetURI(), sortedLabels(app.GetAllLabels())) } else { - row = append(row, name, app.GetDescription(), app.GetPublicAddr(), sortedLabels(app.GetAllLabels())) + row = append(row, name, app.GetDescription(), app.GetProtocol(), app.GetPublicAddr(), sortedLabels(app.GetAllLabels())) } + return row } @@ -2078,10 +2080,10 @@ func showAppsAsText(apps []types.Application, active []tlsca.RouteToApp, verbose // lines per node. var t asciitable.Table if verbose { - t = asciitable.MakeTable([]string{"Application", "Description", "Public Address", "URI", "Labels"}, rows...) + t = asciitable.MakeTable([]string{"Application", "Description", "Type", "Public Address", "URI", "Labels"}, rows...) } else { t = asciitable.MakeTableWithTruncatedColumn( - []string{"Application", "Description", "Public Address", "Labels"}, rows, "Labels") + []string{"Application", "Description", "Type", "Public Address", "Labels"}, rows, "Labels") } fmt.Println(t.AsBuffer().String()) } @@ -3775,10 +3777,10 @@ func printAppsWithClusters(apps []appListing, active []tlsca.RouteToApp, verbose // lines per node. var t asciitable.Table if verbose { - t = asciitable.MakeTable([]string{"Proxy", "Cluster", "Application", "Description", "Public Address", "URI", "Labels"}, rows...) + t = asciitable.MakeTable([]string{"Proxy", "Cluster", "Application", "Description", "Type", "Public Address", "URI", "Labels"}, rows...) } else { t = asciitable.MakeTableWithTruncatedColumn( - []string{"Proxy", "Cluster", "Application", "Description", "Public Address", "Labels"}, rows, "Labels") + []string{"Proxy", "Cluster", "Application", "Description", "Type", "Public Address", "Labels"}, rows, "Labels") } fmt.Println(t.AsBuffer().String()) }