RickSKy

Results 21 issues of RickSKy

It will be nice to support for ntlm auth protocal(Mechasim::Ntlm), the param for this function can be the ntlm auth negotiation‘s result(which from library sspi 0.3)

type:feature
component:transport

想全局代理udp,用tftp测试了一下,配置如下: # client -L redu://:12345?ttl=60s -F=socks5+tls://admin:123456@servip:servport # server -L=socks5+tls://admin:123456@servport ```bash tftp> tftp> tftp> get a Error code 1: File not found tftp> get aca.pcap Transfer timed out. ``` 文件传输的put和get都是超时,看客户端日志socks的协商是成功的(但一直重复下面的日志): ```...

NeedsInvestigation

There is no Fwpm* API in winapi-rs.

missing api

### 描述问题 - 三方库生成多个lib静态库,如dpdk21.11, 本地源码编译,添加add_packages后,链接库存在顺序错乱 或者 循环引用的问题。目前临时添加 add_ldflags("-lrte_kvargs", {force = true}) 解决问题。 - 描述: 三方库编译后,得到的编译依赖为 -lrte_kvargs -lrte_eal 顺序,但-lrte_eal会使用kvargs,即循环引用,这样编译就无法通过了 - 拓展:因为存在一种情况,生成的.a静态库存在未实现的函数,可能由其他库实现,库之间存在符号循环链接的情况,这时可能也需要--start-group, 因而是否可以在target里加上接口,表示链接这个目标文件所有的库都可能存在循环引用 ### 期待的结果 个人是想 利用-Wl,--start-group参数将这个三方库的depend添加这个参数,从而避免链接不到的问题; ### 错误信息 如果是xmake相关编译问题,请加上`-vD`参数运行,并给出完整编译输出信息以及执行的完整命令,例如: ```console bash-5.1$...

bug

**Is your feature request related to a problem? Please describe.** tokio::process::Command may need use another user to run in some cases. **Describe the solution you'd like** add an function to...

A-tokio
M-process
C-feature-request
S-blocked

It will be nice to select rusttls optionally in the condition of no sftp supportion. And is there any plan for supporting nativetls?

Is there any example to get stderr for expect?

question

it is nice to have Serialize and Deserialize trait for patricia tree. it can save the cost of disk for storing and updating(merging patricia tree) .

in windows we can use syscall CreateProcessAsUserW to create cmd by another user. Is there any plan for this?

enhancement
question