summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-examples: make sure to match correct key name in adssearch.Günther Deschner2009-04-151-1/+1
| | | | Guenther
* s4-smbtorture: define TORTURE_DEFAULT_SERVICE and set to netlogon.Günther Deschner2009-04-151-6/+8
| | | | Guenther
* Enable software rollout through ADMatthias Dieter Wallnöfer2009-04-151-0/+10
| | | | | | This enables the sofware rollout feature in Samba4 Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Ensure a tls key is only generated once - wrap create & destroy in a mutex.Jeremy Allison2009-04-144-40/+71
| | | | | | Change the function names to add _once to the tls_create & tls_destroy to make this obvious. Jeremy.
* s3-spoolss: Fix format of description string in spoolss_PrinterInfo1.Günther Deschner2009-04-141-10/+6
| | | | | | | This is what windows does and should get us closer to show the appropriate printer location string in explorer. Guenther
* netdomjoin-gui: make sure to grey out change fields when not running as root.Günther Deschner2009-04-141-0/+15
| | | | Guenther
* Try and fix the S4 build - include thread includes.Jeremy Allison2009-04-141-0/+4
| | | | Jeremy.
* Make talloc_stack threadsafe using TLS. Volker pleaseJeremy Allison2009-04-144-25/+93
| | | | | check. Passes make test and basic valgrind testing. Jeremy.
* libwbclient: Fix undocumented arguments doxygen warnings.Günther Deschner2009-04-141-8/+8
| | | | | Guenther (cherry picked from commit f2b3fbf0c04a6f9484853da263174a472eb6bb6d)
* s3-nsswitch: fix make test_wbpad.Günther Deschner2009-04-141-1/+1
| | | | Guenther
* socket_wrapper: fix the build on systems without ipv6 supportStefan Metzmacher2009-04-141-0/+2
| | | | metze
* s4-smbtorture: make sure samba3 does not regress in EnumServicesStatusW call.Günther Deschner2009-04-141-0/+3
| | | | Guenther
* s3-svcctl: fix memcpy in _svcctl_EnumServicesStatusW().Günther Deschner2009-04-141-2/+1
| | | | | | | | Make sure we are not copying more than what we have as valid data. Fix from Jeremy. Thanks a lot for watching this so closely! Guenther
* s3-spoolss: remove unused dup_nt_devicemode().Günther Deschner2009-04-142-29/+0
| | | | Guenther
* s4-smbtorture: print SPOOLSS_JOB_CONTROL flags in RPC-SPOOLSS test.Günther Deschner2009-04-141-1/+32
| | | | Guenther
* s3:charcnv remove now unused malloc() based conversion functionsAndrew Bartlett2009-04-142-43/+0
|
* Add some harmless use of talloc_tos() in ntlm_authAndrew Bartlett2009-04-142-5/+5
|
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-1421-356/+190
| | | | | | | | | | | | This removes calls to push_*_allocate() and pull_*_allocate(), as well as convert_string_allocate, as they are not in the common API To allow transition to a common charcnv in future, provide Samba4-like strupper functions in source3/lib/charcnv.c (the actual implementation remains distinct, but the API is now shared) Andrew Bartlett
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-148-53/+86
| | | | | | | | This renames push_string in Samba3 into push_string_base and push_string_check for the two different use cases. This should allow push_string to be imported from Samba4, using it's calling conventions.
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into master-develAndrew Bartlett2009-04-144-41/+102
|\
| * s3-rpcclient: add set_job command.Günther Deschner2009-04-131-0/+55
| | | | | | | | Guenther
| * s4-smbtorture: fix two valgrind warnings.Günther Deschner2009-04-131-0/+2
| | | | | | | | Guenther
| * s4-smbtorture: disable test_SecondaryClosePrinter when running against s3 ↵Günther Deschner2009-04-131-4/+8
| | | | | | | | | | | | for now. Guenther
| * s4-smbtorture: move test_ReplyOpenPrinter from RPC-SPOOLSS to ↵Günther Deschner2009-04-132-36/+36
| | | | | | | | | | | | RPC-SPOOLSS-NOTIFY. Guenther
| * s3-spoolss: fix typo in fill_printer_driver_info3().Günther Deschner2009-04-131-1/+1
| | | | | | | | Guenther
* | s4:ldb Make it possible to re-run ldap.py againAndrew Bartlett2009-04-141-2/+6
|/ | | | | | The parentGUID test didn't clean up after itself correctly. Andrew Bartlett
* s3-loadparm: Fix resume command typo for "printing = vlp".Günther Deschner2009-04-131-1/+1
| | | | Guenther
* s3-spoolss: Fix permission checks for _spoolss_AddForm,SetForm and DelForm.Günther Deschner2009-04-131-12/+34
| | | | | | Found by smbtorture test. Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-04-133-3/+29
| | | | Guenther
* spoolss: add spoolss_DriverAttributes bitmask.Günther Deschner2009-04-131-2/+6
| | | | Guenther
* s3-spoolss: use enumprinterdrivers_level() for level 3 enum.Günther Deschner2009-04-131-67/+6
| | | | Guenther
* s3-spoolss: use enumprinterdrivers_level() for level 2 enum.Günther Deschner2009-04-131-66/+6
| | | | Guenther
* s3-spoolss: use enumprinterdrivers_level() for level 1 enum.Günther Deschner2009-04-131-67/+7
| | | | Guenther
* s3-spoolss: add generic enumprinterdrivers_level function.Günther Deschner2009-04-131-0/+86
| | | | Guenther
* s4-smbtorture: use printerinfo level 1 name, not description inGünther Deschner2009-04-131-4/+11
| | | | | | test_EnumPrinters_old(). Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-04-132-73/+73
| | | | Guenther
* spoolss: fix order of strings in PrinterInfo1 structs.Günther Deschner2009-04-131-2/+2
| | | | Guenther
* 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.
* s4:rpc_server: split out the parsing of the ncacn_packet from analyzing of ↵Stefan Metzmacher2009-04-101-34/+55
| | | | | | the content metze
* s4:rpc_server: report available output for all repliesStefan Metzmacher2009-04-101-0/+24
| | | | metze