smb
Here are 141 public repositories matching this topic...
-
Updated
Dec 25, 2019 - Python
-
Updated
Jun 1, 2020 - Python
-
Updated
May 17, 2020 - Python
-
Updated
Dec 4, 2019 - Python
-
Updated
Feb 3, 2020 - PowerShell
<< Enhancement >>
- Nullability
It'd be good to either update to nullable syntax or at least provide comments to model methods/properties. EgTONetBIOSNameServiceEntry->namecan be nil? Can be.length == 0? Both the nullable rule + a comment would be suitable here. - Generics
Equally,@property (nonatomic, readonly) NSArray *downloadTasks;can be more straightforward:
`@property (
-
Updated
Jun 9, 2020 - PowerShell
-
Updated
May 27, 2019 - PowerShell
-
Updated
Apr 23, 2020 - Python
-
Updated
Jun 9, 2020 - C++
-
Updated
Jan 7, 2019 - Python
-
Updated
Jun 12, 2020 - PowerShell
-
Updated
Jul 2, 2018 - Python
-
Updated
Jun 26, 2020 - C
Code (Mostly from http://sharpcifsstd.dobes.jp/ with a slight modification)
SharpCifs.Config.SetProperty("jcifs.smb.client.lport", "8137");
string invalidIP = "192.168.0.240"; // Make sure there are no machines on your local network with the specific IP
//string to Auth-Object.
Console.WriteLine("SMB1");
var auth1 = new NtlmPasswor
Steps to reproduce
- Got a nextcloud instance from version 11 to 18 with enabled user_external and IMAP. Have a few users with IMAP auth. and userid "username@domain.com".
- Configure nextcloud for using user_external with stripped domain part for more than one domain like here.
- Login with the same user tha
-
Updated
Mar 30, 2019 - Dockerfile
-
Updated
Jun 24, 2020 - C
Pulled the latest version,
Installed with docker run -d -p 127.0.0.1:9392:9392 --name gvm securecompliance/gvm
Logs show that login was successful, but I keep getting presented with the login page. I cannot manually navigate to any of the deeper URIs.
Here is the tail of the logs:
`Starting Open Scanner Protocol daemon for OpenVAS...
Starting Greenbone Vulnerability Manager...
Creati
-
Updated
May 19, 2017 - Python
-
Updated
May 12, 2019 - C
-
Updated
Nov 22, 2019 - Shell
Improve this page
Add a description, image, and links to the smb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smb topic, visit your repo's landing page and select "manage topics."
When we search for cached tickets, we ccall ccache.getCredential() specifying the SPN we want to connect. If there are tickets in the cache, those are returned, but we never check whether or not that ticket returned is for the username we want to authenticate with.
Should that matter? I think so.. At least we s