Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-28 | s3: Remove two calls to procid_self() | Volker Lendecke | 1 | -2/+4 | |
2010-09-28 | s3: Remove talloc_autofree_context() from myhostname() | Volker Lendecke | 1 | -3/+1 | |
No destructor needed, so we can as well use the NULL context | |||||
2010-09-28 | s3: Remove some remaining files.c globals to sconn | Volker Lendecke | 3 | -53/+49 | |
2010-09-28 | s3: Remove talloc_autofree_context() from files.c | Volker Lendecke | 3 | -7/+10 | |
2010-09-28 | s3: Lift smbd_server_conn from file_find_fd | Volker Lendecke | 4 | -7/+9 | |
2010-09-28 | s3: Remove smbd_server_conn from file_fsp | Volker Lendecke | 1 | -1/+1 | |
2010-09-28 | s3: Slightly simplify file_fnum | Volker Lendecke | 1 | -2/+15 | |
req==NULL should never happen, see the comment | |||||
2010-09-28 | s3: Remove smbd_server_conn from file_sync_all | Volker Lendecke | 1 | -1/+1 | |
2010-09-28 | s3: Remove smbd_server_conn from file_find_subpath | Volker Lendecke | 1 | -1/+1 | |
2010-09-28 | s3: Lift smbd_server_conn from file_find_di_first | Volker Lendecke | 6 | -10/+15 | |
2010-09-28 | s3: Lift smbd_server_conn from file_find_dif | Volker Lendecke | 5 | -7/+9 | |
2010-09-28 | s3: Remove smbd_server_conn from files_forall | Volker Lendecke | 4 | -9/+12 | |
2010-09-28 | s3: Remove smbd_server_conn from file_close_user | Volker Lendecke | 3 | -4/+4 | |
2010-09-28 | s3: Remove smbd_server_conn from file_close_pid | Volker Lendecke | 3 | -4/+6 | |
2010-09-28 | s3: Remove smbd_server_conn from file_close_conn | Volker Lendecke | 1 | -1/+1 | |
2010-09-28 | s3: Remove smbd_server_conn from file_new and file_free | Volker Lendecke | 1 | -2/+2 | |
2010-09-28 | s3: Lift smbd_server_conn from file_fnum | Volker Lendecke | 1 | -4/+5 | |
2010-09-28 | s3: Move "Files" to smbd_server_connection | Volker Lendecke | 3 | -17/+16 | |
2010-09-28 | s3: Remove "server_fd" global variable | Volker Lendecke | 3 | -9/+4 | |
2010-09-28 | s3: Remove talloc_autofree_context() from receive_unexpected() | Volker Lendecke | 1 | -2/+2 | |
This is freed in this routine a few lines down | |||||
2010-09-28 | s4:gensec_tstream: remove plain socket handling | Stefan Metzmacher | 1 | -124/+12 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Sep 28 04:54:24 UTC 2010 on sn-devel-104 | |||||
2010-09-28 | s4:lib/tls: add gnutls backend for tstream | Stefan Metzmacher | 3 | -3/+1298 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Sep 28 02:29:42 UTC 2010 on sn-devel-104 | |||||
2010-09-28 | s4:gensec: add gensec_create_tstream() | Stefan Metzmacher | 3 | -1/+764 | |
Based on the initial patch from Andreas Schneider <asn@redhat.com>. metze | |||||
2010-09-28 | s4:wrepl_server: use SOCKET_FLAG_NOCLOSE instead of a dup() | Stefan Metzmacher | 1 | -18/+3 | |
The key thing is that we might have to turn the incomming connection into a outgoing connection. This change makes sense anyway, because we donate the fd to tstream. metze | |||||
2010-09-28 | s4:rpc_server: use SOCKET_FLAG_NOCLOSE to avoid calling close() on the ↵ | Stefan Metzmacher | 1 | -0/+1 | |
socket fd twice. metze | |||||
2010-09-27 | Add torture test BAD-NBT-SESSION as regression fix for bug 7698 - Assert ↵ | Jeremy Allison | 1 | -0/+130 | |
causes smbd to panic on invalid NetBIOS session request. Jeremy. | |||||
2010-09-27 | Small tweak to bugfix for 7698 - Assert causes smbd to panic on invalid ↵ | Jeremy Allison | 1 | -3/+3 | |
NetBIOS session request. Don't just fail to reply on a bad NBT name, just don't do the internal action. Jeremy. | |||||
2010-09-28 | tsocket: make sure we delete the fd event before calling close() | Stefan Metzmacher | 1 | -0/+1 | |
We got random double free errors, when getting events from epoll_wait() and try to dereference the private talloc pointer attached to it. Before doing the close() in the tstream_disconnect_send() function we need to delete the fd event. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Sep 28 01:02:55 UTC 2010 on sn-devel-104 | |||||
2010-09-27 | Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all | Jeremy Allison | 18 | -28/+33 | |
TDB_CLEAR_IF_FIRST tdb's. For tdb's like gencache where we open without CLEAR_IF_FIRST and then with CLEAR_IF_FIRST if corrupt this is still safe to use as if opening an existing tdb the new hash will be ignored - it's only used on creating a new tdb not opening an old one. Jeremy. | |||||
2010-09-28 | s4-ildap: two more places that need talloc_reparent() | Andrew Tridgell | 2 | -2/+2 | |
these contexts can have references Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Sep 28 00:04:03 UTC 2010 on sn-devel-104 | |||||
2010-09-27 | s4-kcc: don't print "Testing kcctpl_create_intersite_connections" | Andrew Tridgell | 1 | -1/+1 | |
log level 0 is excessive for this! | |||||
2010-09-27 | s4-drs: make getncchanges debug less verbose | Andrew Tridgell | 1 | -1/+1 | |
quieten make test a little | |||||
2010-09-27 | s4-dns: avoid search domains expansion in DNS resolver | Andrew Tridgell | 1 | -0/+8 | |
add a '.' if the name contains a '.' already, but not at the end | |||||
2010-09-27 | heimdal: avoid DNS search domain expansion | Andrew Tridgell | 1 | -1/+16 | |
When you have a domain search list in resolv.conf, and one of the DNS servers for a searched domain is uncontactable then we would timeout resolving DNS names. Avoid this by adding a '.' to the hostname if the hostname already has a '.' in it, which we assume to mean it is fully qualified. | |||||
2010-09-28 | samr: add three new ACB flags to IDL. | Günther Deschner | 1 | -1/+4 | |
Guenther | |||||
2010-09-28 | s3-spoolss: Fix _spoolss_EnumPrintProcDataTypes error handling | Günther Deschner | 1 | -0/+5 | |
2010-09-28 | s4-smbtorture: rework spoolss_EnumPrintProcDataTypes test. | Günther Deschner | 1 | -34/+79 | |
Guenther | |||||
2010-09-28 | s3-spoolss: Fix _spoolss_EnumPrintProcessors error handling | Günther Deschner | 1 | -0/+4 | |
2010-09-28 | s4-smbtorture: rework test_EnumPrintProcessors to let it test more combinations. | Günther Deschner | 1 | -33/+15 | |
Guenther | |||||
2010-09-28 | s3-waf: add NDR_PERFCOUNT subsystem. | Günther Deschner | 2 | -3/+7 | |
Guenther | |||||
2010-09-27 | s4-ildap: fixed a talloc_steal with references error | Andrew Tridgell | 1 | -1/+1 | |
We need talloc_reparent() instead Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Sep 27 20:38:00 UTC 2010 on sn-devel-104 | |||||
2010-09-27 | s4-ldb: Added ldb_request_replace_control | Nadezhda Ivanova | 3 | -1/+35 | |
It is the same as ldb_request_add_control, except it will replace an existing control. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Sep 27 19:00:38 UTC 2010 on sn-devel-104 | |||||
2010-09-27 | s4/irpc: Add security token to the binding handle when doing irp call forwarding | Anatoliy Atanasov | 1 | -0/+7 | |
2010-09-27 | s4/irpc: Add function to add security token to the binding handle | Anatoliy Atanasov | 2 | -0/+12 | |
2010-09-27 | s4:irpc: optionaly pass the security_token via IRPC requests. | Stefan Metzmacher | 2 | -0/+8 | |
metze | |||||
2010-09-27 | s3: Make file_fnum static | Volker Lendecke | 2 | -2/+1 | |
2010-09-27 | s3: Remove some unused code | Volker Lendecke | 2 | -53/+0 | |
2010-09-27 | s3: Fix some comments | Volker Lendecke | 1 | -2/+2 | |
2010-09-27 | Remove talloc_autofree_context() from pm_process | Volker Lendecke | 1 | -1/+1 | |
This would be a classic for talloc_tos(), InFile is freed a few lines down. But unfortunately S4 does not support talloc_tos(). | |||||
2010-09-27 | Lift talloc_autofree_context() from OpenConfFile() | Volker Lendecke | 1 | -3/+3 | |