Merge sources from S-Core's RSA git (release) 2.0alpha master 2.0_alpha
authorJenkins <taeyoung2.son@samsung.com>
Tue, 18 Sep 2012 04:31:47 +0000 (13:31 +0900)
committerJenkins <taeyoung2.son@samsung.com>
Tue, 18 Sep 2012 04:31:47 +0000 (13:31 +0900)
commitb7954d2a3c580003aadc589d2a5082a87ac5af0f
treee12d1be157c1ab5354b02cd11765809804f66d8d
parent041e6080ec2c7e6db643943434e7ddff49ffb68a
Merge sources from S-Core's RSA git (release)

Change-Id: Id3d9702ba6c2d0c88295dfb32b8d1eb85937dc60
149 files changed:
AUTHORS [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
Makefile.win [new file with mode: 0644]
NOTICE [new file with mode: 0644]
SdbWinApi.bat [new file with mode: 0644]
ansicon/.gitignore [new file with mode: 0755]
ansicon/ANSI-LLW.c [new file with mode: 0755]
ansicon/ANSI.c [new file with mode: 0755]
ansicon/COPYING.MinGW-w64-runtime.txt [new file with mode: 0755]
ansicon/G1.bat [new file with mode: 0755]
ansicon/G1.txt [new file with mode: 0755]
ansicon/ansi.rc [new file with mode: 0755]
ansicon/ansicon.c [new file with mode: 0755]
ansicon/ansicon.h [new file with mode: 0755]
ansicon/ansicon.rc [new file with mode: 0755]
ansicon/injdll32.c [new file with mode: 0755]
ansicon/injdll64.c [new file with mode: 0755]
ansicon/makefile [new file with mode: 0755]
ansicon/makefile.vc [new file with mode: 0755]
ansicon/proctype.c [new file with mode: 0755]
ansicon/readme.txt [new file with mode: 0755]
ansicon/util.c [new file with mode: 0755]
ansicon/version.h [new file with mode: 0755]
ansicon/wow64.h [new file with mode: 0755]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/sdbd.install [new file with mode: 0644]
package/build.linux [new file with mode: 0755]
package/build.macos-64 [new file with mode: 0755]
package/build.windows [new file with mode: 0644]
package/pkginfo.manifest [new file with mode: 0644]
package/sdb-run.bat [new file with mode: 0755]
package/sdb.install.darwin [new file with mode: 0755]
package/sdb.install.linux [new file with mode: 0755]
package/sdb.remove.darwin [new file with mode: 0755]
package/sdb.remove.linux [new file with mode: 0755]
package/sdb.remove.windows [new file with mode: 0644]
package/usb-connection-for-ssh.install.linux [new file with mode: 0755]
script/S06sdbd [new file with mode: 0755]
script/sdbd [new file with mode: 0755]
src/Android.mk [new file with mode: 0644]
src/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
src/NOTICE [new file with mode: 0644]
src/OVERVIEW.TXT [new file with mode: 0644]
src/SERVICES.TXT [new file with mode: 0644]
src/TizenConfig.h [new file with mode: 0644]
src/clear_vars.mk [new file with mode: 0644]
src/commandline.c [new file with mode: 0644]
src/console.c [new file with mode: 0644]
src/fdevent.c [new file with mode: 0644]
src/fdevent.h [new file with mode: 0644]
src/file_sync_client.c [new file with mode: 0644]
src/file_sync_service.c [new file with mode: 0644]
src/file_sync_service.h [new file with mode: 0644]
src/framebuffer_service.c [new file with mode: 0644]
src/get_my_path_darwin.c [new file with mode: 0644]
src/get_my_path_freebsd.c [new file with mode: 0644]
src/get_my_path_linux.c [new file with mode: 0644]
src/get_my_path_windows.c [new file with mode: 0644]
src/jdwp_service.c [new file with mode: 0644]
src/mutex_list.h [new file with mode: 0644]
src/protocol.txt [new file with mode: 0644]
src/remount_service.c [new file with mode: 0644]
src/sdb.c [new file with mode: 0644]
src/sdb.h [new file with mode: 0644]
src/sdb_client.c [new file with mode: 0644]
src/sdb_client.h [new file with mode: 0644]
src/sdbwinapi/BUILDME.TXT [new file with mode: 0644]
src/sdbwinapi/MAKEFILE [new file with mode: 0644]
src/sdbwinapi/MAKEFILE.org [new file with mode: 0644]
src/sdbwinapi/Resource.h [new file with mode: 0644]
src/sdbwinapi/SOURCES [new file with mode: 0644]
src/sdbwinapi/SdbWinApi.cpp [new file with mode: 0644]
src/sdbwinapi/SdbWinApi.def [new file with mode: 0644]
src/sdbwinapi/SdbWinApi.rc [new file with mode: 0644]
src/sdbwinapi/sdb_api.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_api.h [new file with mode: 0644]
src/sdbwinapi/sdb_api_instance.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_api_instance.h [new file with mode: 0644]
src/sdbwinapi/sdb_api_legacy.h [new file with mode: 0644]
src/sdbwinapi/sdb_api_private_defines.h [new file with mode: 0644]
src/sdbwinapi/sdb_endpoint_object.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_endpoint_object.h [new file with mode: 0644]
src/sdbwinapi/sdb_helper_routines.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_helper_routines.h [new file with mode: 0644]
src/sdbwinapi/sdb_interface.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_interface.h [new file with mode: 0644]
src/sdbwinapi/sdb_interface_enum.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_interface_enum.h [new file with mode: 0644]
src/sdbwinapi/sdb_io_completion.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_io_completion.h [new file with mode: 0644]
src/sdbwinapi/sdb_legacy_endpoint_object.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_legacy_endpoint_object.h [new file with mode: 0644]
src/sdbwinapi/sdb_legacy_interface.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_legacy_interface.h [new file with mode: 0644]
src/sdbwinapi/sdb_legacy_io_completion.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_legacy_io_completion.h [new file with mode: 0644]
src/sdbwinapi/sdb_object_handle.cpp [new file with mode: 0644]
src/sdbwinapi/sdb_object_handle.h [new file with mode: 0644]
src/sdbwinapi/sdb_winusb_api.h [new file with mode: 0644]
src/sdbwinapi/stdafx.cpp [new file with mode: 0644]
src/sdbwinapi/stdafx.h [new file with mode: 0644]
src/sdbwinusbapi/BUILDME.TXT [new file with mode: 0644]
src/sdbwinusbapi/MAKEFILE [new file with mode: 0644]
src/sdbwinusbapi/Resource.h [new file with mode: 0644]
src/sdbwinusbapi/SOURCES [new file with mode: 0644]
src/sdbwinusbapi/SdbWinUsbApi.cpp [new file with mode: 0644]
src/sdbwinusbapi/SdbWinUsbApi.def [new file with mode: 0644]
src/sdbwinusbapi/SdbWinUsbApi.rc [new file with mode: 0644]
src/sdbwinusbapi/sdb_winusb_endpoint_object.cpp [new file with mode: 0644]
src/sdbwinusbapi/sdb_winusb_endpoint_object.h [new file with mode: 0644]
src/sdbwinusbapi/sdb_winusb_interface.cpp [new file with mode: 0644]
src/sdbwinusbapi/sdb_winusb_interface.h [new file with mode: 0644]
src/sdbwinusbapi/sdb_winusb_io_completion.cpp [new file with mode: 0644]
src/sdbwinusbapi/sdb_winusb_io_completion.h [new file with mode: 0644]
src/sdbwinusbapi/stdafx.cpp [new file with mode: 0644]
src/sdbwinusbapi/stdafx.h [new file with mode: 0644]
src/services.c [new file with mode: 0644]
src/socket_inaddr_any_server.c [new file with mode: 0644]
src/socket_local.h [new file with mode: 0644]
src/socket_local_client.c [new file with mode: 0644]
src/socket_local_server.c [new file with mode: 0644]
src/socket_loopback_client.c [new file with mode: 0644]
src/socket_loopback_server.c [new file with mode: 0644]
src/socket_network_client.c [new file with mode: 0644]
src/sockets.c [new file with mode: 0644]
src/sockets.dia [new file with mode: 0644]
src/sockets.h [new file with mode: 0644]
src/sysdeps.h [new file with mode: 0644]
src/sysdeps_win32.c [new file with mode: 0644]
src/test_track_devices.c [new file with mode: 0644]
src/test_track_jdwp.c [new file with mode: 0644]
src/transport.c [new file with mode: 0644]
src/transport_local.c [new file with mode: 0644]
src/transport_usb.c [new file with mode: 0644]
src/usb_libusb.c [new file with mode: 0644]
src/usb_linux.c [new file with mode: 0644]
src/usb_linux_client.c [new file with mode: 0644]
src/usb_osx.c [new file with mode: 0644]
src/usb_vendors.c [new file with mode: 0644]
src/usb_vendors.h [new file with mode: 0644]
src/usb_windows.c [new file with mode: 0644]
src/utils.c [new file with mode: 0644]
src/utils.h [new file with mode: 0644]
usb-connection-for-ssh/packager/linux/data/tools/ssh/99-samsung-device.rules [new file with mode: 0644]
usb-connection-for-ssh/packager/linux/data/tools/ssh/config_device.sh [new file with mode: 0755]