Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-08 | s3: Hang the irix kernel oplocks off the NULL ctx | Volker Lendecke | 1 | -1/+1 | |
Just a fd_event to be cleaned up. The pipe is closed implicitly. | |||||
2010-10-08 | s3: Hang the linux kernel oplocks off the NULL ctx | Volker Lendecke | 1 | -1/+1 | |
The destructor that is called removes the signal handler. But at process exit the signal handling is lost anyway. | |||||
2010-10-08 | s3: Call printer_list_parent_init in the parent | Volker Lendecke | 1 | -0/+5 | |
Simo, please check! | |||||
2010-10-08 | s3: Remove talloc_autofree_context() from get_printer_list_db() | Volker Lendecke | 1 | -1/+1 | |
Another db that does not need explicit closing | |||||
2010-10-08 | s3: Remove talloc_autofree_context() from loadparm.c | Volker Lendecke | 1 | -6/+5 | |
None of these uses requires a special destructor | |||||
2010-10-08 | s3: Add a little test for the echo responder | Volker Lendecke | 4 | -1/+146 | |
2010-10-08 | s3: Implement echo_TestSleep | Volker Lendecke | 1 | -1/+1 | |
2010-10-08 | Move talloc_enable_null_tracking() to the s3 daemons | Volker Lendecke | 3 | -3/+21 | |
2010-10-08 | s3-waf: slowly getting modules to match how they look like in old build. | Günther Deschner | 5 | -170/+170 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Oct 8 09:31:01 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | s3: Fix input check in is_encrypted_packet | Volker Lendecke | 1 | -1/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Oct 8 07:40:52 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | Fix bug 7716 - acl_xattr and acl_tdb modules don't store unmodified copies ↵ | Jeremy Allison | 1 | -1/+13 | |
of security descriptors. As pointed out by an OEM, the code within smbd/posix_acl.c, even though passed a const pointer to a security descriptor, still modifies the ACE entries within it (which are not const pointers). This means ACLs stored in the extended attribute by the acl_xattr module have already been modified by the POSIX acl layer, and are not the original intent of storing the "unmodified" ACL from the client. Use dup_sec_desc to make a copy of the incoming ACL on talloc_tos() - that is what is then modified inside smbd/posix_acl.c, leaving the original ACL to be correctly stored in the xattr. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 8 00:37:53 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | s3: Fix the async echo responder for netbios keepalives | Volker Lendecke | 1 | -10/+23 | |
This fixes a crash in the echo responder when the client started to send the NetBIOS-Level 0x85-style keepalive packets. We did not correctly check the packet length, so the code writing the signing seqnum overwrote memory after the malloc'ed area for the 4 byte keepalive packet. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 7 19:47:35 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | s3-spoolss: make it possible to have and announce a [prnproc$] share on the ↵ | Günther Deschner | 1 | -2/+12 | |
printserver. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 7 16:09:14 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | s3-rpcclient: add openprinter_ex command. | Günther Deschner | 1 | -1/+47 | |
Guenther | |||||
2010-10-07 | samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray. | Günther Deschner | 6 | -12/+12 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 7 12:04:32 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | s3-samr: fix _samr_QueryGroupMember(). | Günther Deschner | 1 | -2/+5 | |
that array contains attributes, not sid types. Guenther | |||||
2010-10-07 | s3: Adding TCP_KEEPALIVE_THRESHOLD and TCP_KEEPALIVE_ABORT_THRESHOLD to ↵ | Ira Cooper | 1 | -0/+6 | |
the list of accepted socket settings. These are both exclusive to Solaris/OpenSolaris. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 7 00:26:39 UTC 2010 on sn-devel-104 | |||||
2010-10-06 | Fix crash in SMB2 rename found by gentest. We must always have an lcomp | Jeremy Allison | 1 | -1/+1 | |
in the destination struct for a rename, so set the flag appropriately. Jeremy. | |||||
2010-10-06 | s3: Make the write end of the echo responder pipe non-blocking | Volker Lendecke | 1 | -0/+1 | |
Without this, we can get a writable pipe end, but the writev call on the pipe will block. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 6 13:57:30 UTC 2010 on sn-devel-104 | |||||
2010-10-06 | s3-build: use the simpler "make bin/smbtorture" for s4 torture | Andrew Tridgell | 1 | -2/+2 | |
and the same for bin/ndrdump Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 6 12:58:21 UTC 2010 on sn-devel-104 | |||||
2010-10-06 | s3-spoolss: added another intermittent failure to knownfail | Andrew Tridgell | 1 | -0/+1 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 6 11:55:00 UTC 2010 on sn-devel-104 | |||||
2010-10-06 | Fix crash in SMB2 rename found by gentest. We must always have an lcomp | Jeremy Allison | 1 | -1/+1 | |
in the destination struct for a rename, so set the flag appropriately. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 6 00:29:51 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | selftest: make it more obvious we only expect the printjob tests to fail. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-10-05 | s3-waf: add slightly different mkbuildoptions awk script for waf. | Günther Deschner | 2 | -1/+274 | |
This allows to run make test (w/o smbtorture4 for now) using waf. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 5 18:24:55 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | s3-waf: use more of the NDR_ subsystems. | Günther Deschner | 1 | -8/+7 | |
Guenther | |||||
2010-10-05 | Fix bug 7704 - Possible error in fix to rpc_server/srv_spoolss_nt.c. | Jeremy Allison | 1 | -1/+1 | |
From pjb1008@cam.ac.uk - Service numbers start from 0. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Oct 5 17:32:34 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | s3-selftest: enable smb2 torture tests against samba3. | Günther Deschner | 2 | -1/+5 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 5 14:38:07 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | s3-reg_parse: fix uninitialized variable in srprs_key(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-10-05 | s3-libndr: handle NDR_ERR_IPV6ADDRESS case in ndr_errstr(). | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2010-10-05 | s3-waf: convert NSS_INFO into a subsystem. | Günther Deschner | 2 | -8/+52 | |
We don't do the fancy symlinking to idmap modules though. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Oct 5 10:50:53 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | s3-waf: add RPCCLI_WINREG subsystem. | Günther Deschner | 1 | -11/+9 | |
Guenther | |||||
2010-10-05 | s3: Stop using the write cache after an oplock break | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Oct 5 10:09:38 UTC 2010 on sn-devel-104 | |||||
2010-10-04 | s3: Fix a pointer error | Volker Lendecke | 1 | -1/+1 | |
It is not universally guaranteed that an enum is represented as a uint32_t. This starts to be THE BUG (tm) in Samba. What can I do to explain this to people a bit better? It seems that the verbose explanations I put into the recent checkins fixing similar bugs are not clear enough. Anybody who does is not 100% clear about what this patch fixes please contact me directly so that we can talk it through on the phone to agree on a wording that everybody can understand. Thanks, Volker | |||||
2010-10-04 | s3: Attempt to get the Tru64 build a bit further | Volker Lendecke | 1 | -1/+0 | |
2010-10-04 | spoolss: fill in spoolss_SetPort IDL. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-10-03 | s3: Remove smbd_server_conn from msg_force_tdis | Volker Lendecke | 1 | -1/+7 | |
2010-10-03 | s3: Remove smbd_server_conn from process_blocking_lock_cancel_message | Volker Lendecke | 1 | -1/+7 | |
2010-10-03 | s3: Remove smbd_server_conn from smb1 receive_unlock_msg | Volker Lendecke | 1 | -1/+9 | |
2010-10-03 | s3: Remove smbd_server_conn from msg_file_was_renamed | Volker Lendecke | 1 | -1/+8 | |
2010-10-03 | s3: Remove smbd_server_conn from validate_my_share_entries | Volker Lendecke | 1 | -3/+5 | |
2010-10-03 | s3: Remove smbd_server_conn from msg_close_file | Volker Lendecke | 1 | -1/+8 | |
2010-10-03 | s3: Remove smbd_server_conn from smb2 receive_unlock_msg | Volker Lendecke | 1 | -1/+9 | |
2010-10-03 | s3: Remove smbd_server_conn from process_kernel_oplock_break | Volker Lendecke | 1 | -2/+8 | |
2010-10-03 | s3: Remove smbd_server_conn from process_oplock_break_message | Volker Lendecke | 1 | -3/+8 | |
2010-10-03 | s3: Remove smbd_server_conn from process_oplock_async_level2_break_message | Volker Lendecke | 1 | -2/+8 | |
2010-10-03 | s3: Lift smbd_server_conn from initial_break_processing | Volker Lendecke | 1 | -5/+9 | |
2010-10-03 | s3: Add msg_ctx_to_sconn | Volker Lendecke | 2 | -0/+15 | |
2010-10-03 | s3: I thought I had compiled this.... | Volker Lendecke | 1 | -1/+1 | |
2010-10-03 | s3: Move #define VALGRIND to config.h | Volker Lendecke | 2 | -10/+7 | |
This fixes the valgrind overrun in the tdb jenkins hash | |||||
2010-10-03 | s3: Attempt to fix the IRIX build | Volker Lendecke | 1 | -1/+1 | |