fleet/server/service
2016-10-06 08:43:09 -04:00
..
endpoint_appconfig.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
endpoint_hosts.go Implement endpoints for host service methods (#280) 2016-10-05 17:10:44 -07:00
endpoint_invites.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
endpoint_labels.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
endpoint_middleware_test.go Build endpoints for osquery service methods (#245) 2016-09-28 21:21:39 -07:00
endpoint_middleware.go Build endpoints for osquery service methods (#245) 2016-09-28 21:21:39 -07:00
endpoint_osquery.go Flesh out log ingestion endpoint/service methods (#258) 2016-09-30 19:18:27 -07:00
endpoint_packs.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
endpoint_queries.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
endpoint_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
endpoint_users.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
frontend.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
handler_test.go Implement endpoints for host service methods (#280) 2016-10-05 17:10:44 -07:00
handler.go Fix incorrect decode function in GetAllQueries (#284) 2016-10-05 17:35:07 -07:00
http_auth_test.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
http_auth.go Login form displays error message (#243) 2016-09-28 20:46:45 -04:00
logging_invites.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
logging_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
logging_users.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
logging.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
metrics_appconfig.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
metrics_invites.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
metrics_sessions.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
metrics_users.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
metrics.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
service_appconfig.go add prometheus endpoint (#236) 2016-09-28 07:35:15 -04:00
service_hosts_test.go Implement endpoints for host service methods (#280) 2016-10-05 17:10:44 -07:00
service_hosts.go Implement endpoints for host service methods (#280) 2016-10-05 17:10:44 -07:00
service_invites_test.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
service_invites.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
service_labels_test.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
service_labels.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
service_osquery_test.go Update host labels in distributed query ingestion (#278) 2016-10-05 08:56:29 -07:00
service_osquery.go Update host labels in distributed query ingestion (#278) 2016-10-05 08:56:29 -07:00
service_packs_test.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
service_packs.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
service_queries_test.go Implement osquery datastore methods for inmem datastore (#255) 2016-09-29 18:19:51 -07:00
service_queries.go Implement osquery datastore methods for inmem datastore (#255) 2016-09-29 18:19:51 -07:00
service_sessions_test.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
service_sessions.go Login form displays error message (#243) 2016-09-28 20:46:45 -04:00
service_users_test.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
service_users.go only set AdminForcedPasswordReset if payload value is true (#289) 2016-10-06 08:43:09 -04:00
service.go Flesh out log ingestion endpoint/service methods (#258) 2016-09-30 19:18:27 -07:00
transport_appconfig.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_error.go Build endpoints for osquery service methods (#245) 2016-09-28 21:21:39 -07:00
transport_hosts.go Implement endpoints for host service methods (#280) 2016-10-05 17:10:44 -07:00
transport_invites_test.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
transport_invites.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
transport_labels_test.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
transport_labels.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
transport_osquery_test.go Update host details in distributed query ingestion (#274) 2016-10-04 17:17:55 -07:00
transport_osquery.go Update host details in distributed query ingestion (#274) 2016-10-04 17:17:55 -07:00
transport_packs_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_packs.go Osquery Configuration Control (#244) 2016-10-02 20:14:35 -07:00
transport_queries_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_queries.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_sessions_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_sessions.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_users_test.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport_users.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
transport.go Organizing go code (#241) 2016-09-26 11:48:55 -07:00
util_test.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
validation_invites.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00
validation_users.go Adds endpoints to invite new users to the application. (#235) 2016-09-28 22:44:05 -04:00