diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-07-22 23:06:16 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-07-23 00:04:58 +0200 |
| commit | 09bc93ed756361d396890c389b01315cdb5e32fd (patch) | |
| tree | 3a2718a2b5a3584a489d009a532526239f6b45a5 /.gitmodules | |
| parent | 42564c71cfb70c28831c662a3b6bf4084e079353 (diff) | |
Add initial code for samba implementation based on libsmb2
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bdcf1e8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libs/samba/libsmb2"] + path = libs/samba/libsmb2 + url = https://github.com/sahlberg/libsmb2.git |
