search for: cli_ulogoff

Displaying 6 results from an estimated 6 matches for "cli_ulogoff".

1998 Aug 31
1
samba error message - "broken (and insecure) behavior"
...DEBUG(0,("server_validate: password server %s allows users as non-guest \ with a bad password.\n", cli.desthost)); DEBUG(0,("server_validate: This is broken (and insecure) behaviour. Please do not \ use this machine as the password server.\n")); cli_ulogoff(&cli); return False; } cli_ulogoff(&cli); } WHAT versions of NT4 have this problem? Obviously, we have one! Jim -- Jim Watt jimw@PE-Nelson.COM Perkin-Elmer Corporation Voice (desk): +1 408 577 2228 PE...
2009 Apr 17
1
[Announce] Samba 3.2.11 Maintenance Release Available
...------------------- o Jeremy Allison <jra@samba.org> * BUG 6089: Fix samr_OpenDomain access checks. * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with "msdfs root" set to "yes". * Allow pdbedit to change a user rid/sid. * When doing a cli_ulogoff don''t invalidate the cnum, invalidate the vuid. o Günther Deschner <gd@samba.org> * BUG 6205: Correct sample smb.conf share configuration. * BUG 6263: Fix domain logins for WinXP clients pre SP3. * Fix resume command typo for "printing = vlp". o Volker L...
2009 Apr 17
1
[Announce] Samba 3.2.11 Maintenance Release Available
...------------------- o Jeremy Allison <jra@samba.org> * BUG 6089: Fix samr_OpenDomain access checks. * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with "msdfs root" set to "yes". * Allow pdbedit to change a user rid/sid. * When doing a cli_ulogoff don''t invalidate the cnum, invalidate the vuid. o Günther Deschner <gd@samba.org> * BUG 6205: Correct sample smb.conf share configuration. * BUG 6263: Fix domain logins for WinXP clients pre SP3. * Fix resume command typo for "printing = vlp". o Volker L...
2009 Apr 29
2
[Announce] Samba 3.3.4 Available for Download
...lison <jra@samba.org> * BUG 6089: Fix samr_OpenDomain access checks. * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with "msdfs root" set to "yes". * BUG 6279: Fix Winbind crash. * Allow pdbedit to change a user rid/sid. * When doing a cli_ulogoff don''t invalidate the cnum, invalidate the vuid. * Don''t access a freed structure when logging off and re-using a vuid. o Guenther Deschner <gd@samba.org> * BUG 5329: Add "net rpc service delete/create". * BUG 6238: Make sure wbcLogoffUserParams are...
2009 Apr 29
2
[Announce] Samba 3.3.4 Available for Download
...lison <jra@samba.org> * BUG 6089: Fix samr_OpenDomain access checks. * BUG 6254: Fix IPv6 PUT/GET errors to an SMB server (3.3) with "msdfs root" set to "yes". * BUG 6279: Fix Winbind crash. * Allow pdbedit to change a user rid/sid. * When doing a cli_ulogoff don''t invalidate the cnum, invalidate the vuid. * Don''t access a freed structure when logging off and re-using a vuid. o Guenther Deschner <gd@samba.org> * BUG 5329: Add "net rpc service delete/create". * BUG 6238: Make sure wbcLogoffUserParams are...
2002 Feb 27
1
Possible big/small endian problem Samba 2.2.2 and 2.2.3a
...fail on the very last call: if (!NT_STATUS_IS_OK(cli_nt_setup_creds(pcli, trust_passwd))) { DEBUG(0,("connect_to_domain_password_server: unable to setup the PDC credentials to machine \ %s. Error was : %s.\n", remote_machine, cli_errstr(pcli))); cli_nt_session_close(pcli); cli_ulogoff(pcli); cli_shutdown(pcli); return(False); } I have about exhausted all possible things to try. Also, this works 100% on a Intel based PC with Samba 2.2.3a. We compared the smb.conf files between the mainframe Linux and the PC Linux and the only thing I currently suspect is a big/small en...