Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 10, 2020 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/dbf950321109680b0489ee99adfb6d07 to your computer and use it in GitHub Desktop.
Save r-ryantm/dbf950321109680b0489ee99adfb6d07 to your computer and use it in GitHub Desktop.
/nix/store/6vklfd0b4435f30hy4plx8g9058ar6lq-openwsman-2.7.0
├── bin
│   ├── openwsmand
│   └── winrs
├── etc
│   ├── openwsman
│   │   ├── openwsman_client.conf
│   │   ├── openwsman.conf
│   │   ├── owsmangencert.sh
│   │   └── ssleay.cnf
│   └── pam.d
│   └── openwsman
├── include
│   └── openwsman
│   ├── cim
│   │   └── cim-interface.h
│   ├── cpp
│   │   ├── Exception.h
│   │   ├── OpenWsmanClient.h
│   │   ├── WsmanClient.h
│   │   ├── WsmanEPR.h
│   │   ├── WsmanFilter.h
│   │   └── WsmanOptions.h
│   ├── u
│   │   ├── base64.h
│   │   ├── buf.h
│   │   ├── carpal.h
│   │   ├── debug.h
│   │   ├── debug_internal.h
│   │   ├── gettimeofday.h
│   │   ├── hash.h
│   │   ├── iniparser.h
│   │   ├── libu.h
│   │   ├── list.h
│   │   ├── lock.h
│   │   ├── log.h
│   │   ├── logprv.h
│   │   ├── md5.h
│   │   ├── memory.h
│   │   ├── misc.h
│   │   ├── os.h
│   │   ├── pthreadx.h
│   │   ├── strings.h
│   │   ├── syslog.h
│   │   ├── uerr.h
│   │   ├── uoption.h
│   │   ├── uri.h
│   │   └── uuid.h
│   ├── wsman-api.h
│   ├── wsman-cimindication-processor.h
│   ├── wsman-client-api.h
│   ├── wsman-client.h
│   ├── wsman-client-transport.h
│   ├── wsman-debug.h
│   ├── wsman-declarations.h
│   ├── wsman-epr.h
│   ├── wsman-event-pool.h
│   ├── wsman-faults.h
│   ├── wsman-filter.h
│   ├── wsman-key-value.h
│   ├── wsman-names.h
│   ├── wsman-server-api.h
│   ├── wsman-soap-envelope.h
│   ├── wsman-soap.h
│   ├── wsman-soap-message.h
│   ├── wsman-subscription-repository.h
│   ├── wsman-types.h
│   ├── wsman-xml-api.h
│   ├── wsman-xml-binding.h
│   ├── wsman-xml.h
│   ├── wsman-xml-serialize.h
│   └── wsman-xml-serializer.h
├── lib
│   ├── libwsman_clientpp.so -> libwsman_clientpp.so.1
│   ├── libwsman_clientpp.so.1 -> libwsman_clientpp.so.1.0.0
│   ├── libwsman_clientpp.so.1.0.0
│   ├── libwsman_client.so -> libwsman_client.so.5
│   ├── libwsman_client.so.5 -> libwsman_client.so.5.0.0
│   ├── libwsman_client.so.5.0.0
│   ├── libwsman_curl_client_transport.so -> libwsman_curl_client_transport.so.1
│   ├── libwsman_curl_client_transport.so.1 -> libwsman_curl_client_transport.so.1.0.0
│   ├── libwsman_curl_client_transport.so.1.0.0
│   ├── libwsman_server.so -> libwsman_server.so.1
│   ├── libwsman_server.so.1 -> libwsman_server.so.1.0.0
│   ├── libwsman_server.so.1.0.0
│   ├── libwsman.so -> libwsman.so.1
│   ├── libwsman.so.1 -> libwsman.so.1.0.0
│   ├── libwsman.so.1.0.0
│   ├── openwsman
│   │   ├── authenticators
│   │   │   ├── libwsman_file_auth.so -> libwsman_file_auth.so.1
│   │   │   ├── libwsman_file_auth.so.1 -> libwsman_file_auth.so.1.0.0
│   │   │   ├── libwsman_file_auth.so.1.0.0
│   │   │   ├── libwsman_pam_auth.so -> libwsman_pam_auth.so.1
│   │   │   ├── libwsman_pam_auth.so.1 -> libwsman_pam_auth.so.1.0.0
│   │   │   └── libwsman_pam_auth.so.1.0.0
│   │   └── plugins
│   │   ├── libredirect.so -> libredirect.so.1
│   │   ├── libredirect.so.1 -> libredirect.so.1.0.0
│   │   ├── libredirect.so.1.0.0
│   │   ├── libwsman_cim_plugin.so -> libwsman_cim_plugin.so.1
│   │   ├── libwsman_cim_plugin.so.1 -> libwsman_cim_plugin.so.1.0.0
│   │   ├── libwsman_cim_plugin.so.1.0.0
│   │   ├── libwsman_identify_plugin.so -> libwsman_identify_plugin.so.1
│   │   ├── libwsman_identify_plugin.so.1 -> libwsman_identify_plugin.so.1.0.0
│   │   ├── libwsman_identify_plugin.so.1.0.0
│   │   ├── libwsman_test.so -> libwsman_test.so.1
│   │   ├── libwsman_test.so.1 -> libwsman_test.so.1.0.0
│   │   └── libwsman_test.so.1.0.0
│   └── pkgconfig
│   ├── openwsman++.pc
│   ├── openwsman.pc
│   └── openwsman-server.pc
├── lib64 -> lib
└── sbin -> bin
16 directories, 98 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment