Displaying 3 results from an estimated 3 matches for "memeo".
Did you mean:
memeq
2011 Aug 15
1
Help needed getting rsync to copy from windows to mac
...lumes/Windows rsync
Kleiman-ibook:Windows rsync michael$ ls
total 8
0 rsync/ 4 Desktop DF 4 Desktop DB
Kleiman-ibook:Windows rsync michael$ ls -R rsync/
Kleiman-ibook:Windows rsync michael$
Alright, so maybe it's somewhere else?
Kleiman-ibook:Windows rsync michael$ mdfind nvwrssv.dll
/Volumes/Memeo backup/Backups here/My WD_Backup/Memeo/My
WD_Backup/C_/DRIVERS/VIDEO/ADDON/NVWRSSV.DLL
/Volumes/Memeo backup/Backups here/My WD_Backup/Memeo/My
WD_Backup/C_/I386/nvwrssv.dll
Kleiman-ibook:Windows rsync michael$
So a quick check on a file that was listed as copied shows that the
only copies on my s...
2015 Nov 27
0
nitwit's attempt to edit samba source
...-ip (coming from ip) to failed
> passwords attemp log lines?
>
> MJ
>
My C skills are very basic, and I never even looked at the Samba code
till just now. Unlike the other two methods/properties, remote_host
seems to return a structure of the type tsocket_address
(https://github.com/Memeo/samba-unovero/blob/master/lib/tsocket/tsocket_guide.txt)
and might need to be typecasted/converted first. Skimming through some
of the source code, try to use the following line instead:
state->user_info->remote_host->addr. Really, I'm just guessing. Someone
else will hopefully giv...
2015 Nov 26
2
nitwit's attempt to edit samba source
Hi,
Since I really would like some more info (specifically: remote ip
address) to be logged with failed password attempts, I have tried to
edit the samba source code. :-)
Anyway, I changed in source4/auth/ntlm/auth.c
> if (tevent_req_is_nterror(req, &status)) {
> DEBUG(2,("auth_check_password_recv: "
> "%s authentication for user [%s\\%s] "
>