Displaying 3 results from an estimated 3 matches for "cli_tdis".
1997 Dec 31
1
security = server not working properly (PR#2786)
...his code is designed to avoid.
--- password.c 1997/10/21 10:09:28 1.25.2.4
+++ password.c 1997/12/31 06:43:06
@@ -1619,6 +1619,7 @@
}
+#if 0
if (!cli_NetWkstaUserLogon(&cli,user,local_machine)) {
DEBUG(1,("password server %s failed NetWkstaUserLogon\n", cli.desthost));
cli_tdis(&cli);
@@ -1638,6 +1639,7 @@
cli_tdis(&cli);
return False;
}
+#endif
DEBUG(3,("password server %s accepted the password\n", cli.desthost));
Cheers, Andrew
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Andrew Tridgell...
2021 Mar 09
0
[Announce] Samba 4.13.5 Available for Download
...lease series.
Changes since 4.13.4
--------------------
o Trever L. Adams <trever.adams at gmail.com>
* BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause infinite
start-up failure.
o Jeremy Allison <jra at samba.org>
* BUG 13992: s3: libsmb: Add missing cli_tdis() in error path if encryption
setup failed on temp proxy connection.
* BUG 14604: smbd: In conn_force_tdis_done() when forcing a connection closed
force a full reload of services.
o Andrew Bartlett <abartlet at samba.org>
* BUG 14593: dbcheck: Check Deleted Objects and reduc...
2021 Mar 09
0
[Announce] Samba 4.13.5 Available for Download
...lease series.
Changes since 4.13.4
--------------------
o Trever L. Adams <trever.adams at gmail.com>
* BUG 14634: s3:modules:vfs_virusfilter: Recent talloc changes cause infinite
start-up failure.
o Jeremy Allison <jra at samba.org>
* BUG 13992: s3: libsmb: Add missing cli_tdis() in error path if encryption
setup failed on temp proxy connection.
* BUG 14604: smbd: In conn_force_tdis_done() when forcing a connection closed
force a full reload of services.
o Andrew Bartlett <abartlet at samba.org>
* BUG 14593: dbcheck: Check Deleted Objects and reduc...