summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* Use convert_string_talloc, thanks Andrew!Volker Lendecke2009-04-131-1/+1
|
* We have to deny a level 2 oplock if kernel oplocks are enabledVolker Lendecke2009-04-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | The second r/o opener of a file is supposed to get a level2 oplock. The first opener due to the protection in process_oplock_break_message() has been forced to break to no oplock. The second opener according to locking.tdb gets a level2 oplock. Further down in open_file_ntcreate we try to set this level2 oplock in the kernel, and the non-clustered Linux kernel disallows this. The rules for the kernel leases are a bit baroque, but the attempt to do the SETLEASE correctly fails and we end up with no oplock for any client. In the clustered case however the linux kernel on the second opening node has not seen the open fd of the first node, it is only the cluster fs that has this information. If the cluster fs does not have the very same notion of leases as the local kernel has, we can end up with a WRLCK style kernel lease for the second opener where locking.tdb only indicates a level2 oplock. Getting a kernel oplock break signal with just a level2 oplock in locking.tdb is something smbd is not prepared for. For example after sending out the break in response to the kernel signal we set a timeout, waiting for a reply. More work needs to be done to make level2 kernel oplocks real for us. This patch addresses a real problem we have right now without them.
* Fix a bug in smbclient not sending the correct called nameVolker Lendecke2009-04-121-1/+5
| | | | | | | | | | | | | | Jeremy, I think the ability to say smbclient //foo/bar -I <ip-address> -p 139 making the called name to "foo" got lost with 3d2d0203. Was this removed deliberately? If so, please revert this patch. If not, please merge appropriately. Thanks, Volker
* Add "netbios retarget"Volker Lendecke2009-04-121-0/+93
| | | | | | | | This is fun -- XP still does this :-) netbios retarget : foo = 192.168.234.10:1139 and if you connect to port 139 name foo, XP will happily do SMB over 1139
* Reactivate get_socket_portVolker Lendecke2009-04-122-4/+2
|
* write_data already guarantees everything was writtenVolker Lendecke2009-04-121-9/+6
|
* Extract and print the server name type the client connects toVolker Lendecke2009-04-121-7/+7
|
* Fix some nonempty blank linesVolker Lendecke2009-04-111-4/+4
|
* Fix a memleak in an unlikely error path in change_notify_create()Volker Lendecke2009-04-111-0/+1
|
* Use talloc_tos() for a temp convert_string_allocate()Volker Lendecke2009-04-111-3/+3
|
* Link in the threads functions, not yet used.Jeremy Allison2009-04-102-1/+4
| | | | Jeremy.
* s3-spoolss: implement dummy _spoolss_AddPort().Günther Deschner2009-04-101-11/+12
| | | | Guenther
* s3-spoolss: add support for level 8 in _spoolss_GetPrinter().Günther Deschner2009-04-101-0/+37
| | | | Guenther
* s3-eventlog: implement _eventlog_FlushEventLog().Günther Deschner2009-04-101-6/+15
| | | | Guenther
* s3-eventlog: implement _eventlog_GetLogInformation().Günther Deschner2009-04-101-6/+44
| | | | Guenther
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-04-0966-3027/+3358
|\
| * s3-selftest: enable the RPC-NTSVCS torture test against Samba3.Günther Deschner2009-04-101-1/+1
| | | | | | | | Guenther
| * s3-ntsvcs: fix _PNP_GetDeviceList and _PNP_GetDeviceListSize.Günther Deschner2009-04-101-17/+24
| | | | | | | | Guenther
| * s3-rpcclient: allow to set flags in cmd_ntsvcs_get_dev_list().Günther Deschner2009-04-101-4/+8
| | | | | | | | Guenther
| * s3-svcctl: minor fix for _svcctl_EnumDependentServicesW().Günther Deschner2009-04-091-0/+9
| | | | | | | | Guenther
| * s3-svcctl: Fix invalid buffer memset in _svcctl_QueryServiceObjectSecurity().Günther Deschner2009-04-091-1/+0
| | | | | | | | | | | | Found by torture-test. Guenther
| * s3-svcctl: Fix _svcctl_Set/GetServiceObjectSecurity after IDL changes.Günther Deschner2009-04-091-2/+3
| | | | | | | | Guenther
| * s3-svcctl: Fix _svcctl_EnumServicesStatusW (again).Günther Deschner2009-04-081-3/+1
| | | | | | | | | | | | | | The final plan is to use the same macro based code that we have in spoolss to handle the buffers and calculate the buffer-sizes. Guenther
| * Remove async_reqVolker Lendecke2009-04-082-3/+1
| |
| * Convert cli_push to tevent_reqVolker Lendecke2009-04-082-77/+66
| | | | | | | | | | | | | | | | Metze, please check! Thanks, Volker
| * Convert cli_pull to tevent_reqVolker Lendecke2009-04-082-54/+49
| |
| * s3-net: Fix Bug #5329: add "net rpc service delete/create".Günther Deschner2009-04-081-0/+204
| | | | | | | | | | | | Patch from Danny Tylman <danny.tylman@insightix.com>. Guenther
| * Convert rpc_transport_smbd_init to tevent_reqVolker Lendecke2009-04-082-39/+37
| |
| * Convert rpc_cli_smbd_conn_init to tevent_reqVolker Lendecke2009-04-082-44/+41
| |
| * Convert get_anon_ipc to tevent_reqVolker Lendecke2009-04-081-40/+35
| |
| * Convert rpc_transport_np_init to tevent_reqVolker Lendecke2009-04-083-46/+43
| |
| * s3-eventlog: split out evlog_convert_tdb_to_evt().Günther Deschner2009-04-083-52/+80
| | | | | | | | Guenther
| * s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.Günther Deschner2009-04-083-2/+2
| | | | | | | | Guenther
| * s3-rpc-server: remove unused rpc_server/srv_util.c file.Günther Deschner2009-04-081-88/+0
| | | | | | | | Guenther
| * s3-selftest: As Samba3 now passes RPC-SPOOLSS-WIN enable it against ourself.Günther Deschner2009-04-081-1/+1
| | | | | | | | Guenther
| * s3-selftest: add root for make test as well (not only make selftest).Günther Deschner2009-04-081-0/+1
| | | | | | | | Guenther
| * s3-util-sock: add ismyaddr() check in is_myname_or_ipaddr().Günther Deschner2009-04-081-0/+4
| | | | | | | | Guenther
| * s3-selftest: Samba3 passes RPC-SVCCTL so enable it during make test.Günther Deschner2009-04-081-0/+1
| | | | | | | | Guenther
| * svcctl: use offered/needed for buffer sizes as in spoolss.Günther Deschner2009-04-081-14/+14
| | | | | | | | Guenther
| * s3-svcctl: no need to define SVCCTL_NUM_INTERNAL_SERVICES twice in a file.Günther Deschner2009-04-081-2/+0
| | | | | | | | Guenther
| * s3:lib Use push_ucs2_talloc() in ms_fnmatch()Andrew Bartlett2009-04-081-7/+7
| | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org>
| * s3-spoolss: set servername to global_myname() in set_printer_hnd_name().Günther Deschner2009-04-071-1/+1
| | | | | | | | | | | | | | This allows spoolss_OpenPrinterEx to open a printer by printername. Now the Samba3 spoolss server passes the RPC-SPOOLSS-WIN test. Guenther
| * s3:charcnv Remove unused unistrcpy() and unistrlen()Andrew Bartlett2009-04-072-39/+0
| | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org>
| * s3:rpc_parse remove unused prs_unistr2()Andrew Bartlett2009-04-072-39/+0
| | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org>
| * s3:charcnv Remove unused unistr2 functionsAndrew Bartlett2009-04-072-121/+0
| | | | | | | | | | | | | | | | Natrually, the hard work to make these unsued was done by GD, not me :-) Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
| * s3:charcnv Remove unused ucs2_to_unistr2()Andrew Bartlett2009-04-072-47/+0
| | | | | | | | Signed-off-by: Günther Deschner <gd@samba.org>
| * s3/loadparm: Fiy typos.Karolin Seeger2009-04-071-2/+2
| | | | | | | | Karolin
| * s3/gpo_ldap: Fix typo.Karolin Seeger2009-04-071-1/+1
| | | | | | | | Karolin
| * s3/smbconf_reg: Fix typo.Karolin Seeger2009-04-071-1/+1
| | | | | | | | Karolin
| * s3 onefs: Fix case-insensitivity for mangled namesTim Prouty2009-04-071-0/+12
| | | | | | | | | | onefs_get_real_filename needs to demangle the filename before doing the case-insensitive estat