search for: pdb_get_lanman_passwd

Displaying 3 results from an estimated 3 matches for "pdb_get_lanman_passwd".

2004 Apr 19
1
Samba + pdb_mysql - password hashes disappearing?
...s into passdb/pdb_get_set.c, pdb_set_lanman_password, line 958: if (pwd) { sampass->private.lm_pw = data_blob(pwd, LM_HASH_LEN); DEBUG(0, ("Setting LANMAN password %s in %08x\n", pwd, sampass)); DEBUG(0, ("Trying to get it back: %08x\n", pdb_get_lanman_passwd(sampass))); This is to the verify it is setting the password, and able to retrieve it. I get the correct lines in the logfile ("Setting LANMAN password <same stuff> in 08394fd8", then "Trying to get it back: 08397808"). Curiousier and curiousier. I added debug lines to...
2008 Aug 05
7
[ANNOUNCE] Samba 3.2.1 Available for Download
...sting of registry shares with testparm. * Fix several build issues. o Jeremy Allison <jra@samba.org> * BUG 5578: Fix error from strlcat. * BUG 5613: Fix flushing of smb.conf when creating a new share using SWAT. * Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd. * Remove worrying warning message when safe_strcpy tries to copy a pseaudo interface name that''s too long. * Canonicalize servername in the printer functions to remove leading ''\\'' characters. * Fix option processing in smbcacls - add POPT_COMMON_...
2008 Aug 05
7
[ANNOUNCE] Samba 3.2.1 Available for Download
...sting of registry shares with testparm. * Fix several build issues. o Jeremy Allison <jra@samba.org> * BUG 5578: Fix error from strlcat. * BUG 5613: Fix flushing of smb.conf when creating a new share using SWAT. * Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd. * Remove worrying warning message when safe_strcpy tries to copy a pseaudo interface name that''s too long. * Canonicalize servername in the printer functions to remove leading ''\\'' characters. * Fix option processing in smbcacls - add POPT_COMMON_...