Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 2 | -2/+2 | |
2011-09-23 | Fix bug #8477 - Map to guest can return uninitialized blob of data. | Jeremy Allison | 1 | -1/+3 | |
Found by Codenomicon at SNIA SDC. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Sep 23 03:19:46 CEST 2011 on sn-devel-104 | |||||
2011-09-23 | s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH | Andrew Tridgell | 4 | -2/+66 | |
this allows the s3 code to understand and cache responses from the s4 winbindd which may include a single SID mapped to both a uid and a gid Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Sep 23 01:47:54 CEST 2011 on sn-devel-104 | |||||
2011-09-23 | lib/util: move some timespec helpers from source3 to the toplevel | Stefan Metzmacher | 2 | -156/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Sep 23 00:15:31 CEST 2011 on sn-devel-104 | |||||
2011-09-22 | s3:smb2_server: fix a logic error, we should sign non guest sessions | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-09-22 | Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules. | Jeremy Allison | 1 | -1/+6 | |
Just drop the connection, not SMB_ASSERT. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Sep 22 19:41:31 CEST 2011 on sn-devel-104 | |||||
2011-09-22 | s3: Fix Coverity ID 2619: UNINIT | Volker Lendecke | 1 | -0/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Sep 22 01:55:04 CEST 2011 on sn-devel-104 | |||||
2011-09-22 | s3: Fix Coverity ID 2618: UNINIT | Volker Lendecke | 1 | -0/+2 | |
2011-09-21 | Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 share | Jeremy Allison | 1 | -0/+25 | |
Handle the SECINFO_LABEL flag in the same was as Win2k3. | |||||
2011-09-21 | Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 ↵ | Jeremy Allison | 1 | -1/+1 | |
instead of smb2_max_trans. Use lp_smb2_max_trans() instead of 0x10000. | |||||
2011-09-21 | s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin. | Günther Deschner | 2 | -31/+5 | |
We force using a MEMORY ccache though in the wkssvc server. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Sep 21 19:13:33 CEST 2011 on sn-devel-104 | |||||
2011-09-21 | s3-netapi: allow to use default krb5 credential cache for libnetapi users. | Günther Deschner | 2 | -8/+23 | |
Guenther | |||||
2011-09-21 | s3:smb2-server: session setup replies should always be signed (except for ↵ | Michael Adam | 1 | -2/+7 | |
guest sessions) not only if the session should be signed Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Sep 21 11:00:09 CEST 2011 on sn-devel-104 | |||||
2011-09-21 | Try and fix bug #8472 - Crash in asn.1 parsing code. | Jeremy Allison | 1 | -1/+6 | |
Found by Codenomicon at the SNIA plugfest. Don't keep going in the loop when reading the OIDs fail. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Sep 21 05:24:59 CEST 2011 on sn-devel-104 | |||||
2011-09-21 | s3: Further fix for bug 8338 | Volker Lendecke | 1 | -2/+9 | |
OS/X can not deal with a 10-vwv read on normal files. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Sep 21 00:51:08 CEST 2011 on sn-devel-104 | |||||
2011-09-20 | s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from ↵ | Michael Adam | 1 | -0/+26 | |
(persistent) traverse and traverse_read This is is used internally in the persistent transactions and should not surface. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Sep 20 07:59:20 CEST 2011 on sn-devel-104 | |||||
2011-09-20 | s3:dbwrap_tool: add popt support and standard samba options | Michael Adam | 3 | -16/+49 | |
2011-09-20 | s3:g_lock: add a missing \n to a debug message in g_lock_init | Michael Adam | 1 | -1/+1 | |
2011-09-20 | lib/util/charset: remove charset module loading | Andrew Bartlett | 2 | -13/+4 | |
Now that the 'table' modules are gone, there is no reason for there to be charset modules at all. This builds the macosxfs and weird modules into the binary at the appropriate times, and changes the tests to test instead the difference between the remaining internal handlers and iconv(). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Sep 20 06:27:06 CEST 2011 on sn-devel-104 | |||||
2011-09-20 | lib/util/charcnv: Remove broken internal CP850 and CP464 modules | Andrew Bartlett | 3 | -17/+0 | |
These modules are now known to be faulty, and Samba 3.6.0 didn't include support for them, so we now require a system iconv if you wish to support these character sets for the non-ASCII range. Andrew Bartlett | |||||
2011-09-19 | s4:auth - remove unused variables | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Reviewed-by: Jelmer | |||||
2011-09-19 | s3:registry: fix a debug message in the v2_to_v3 upgrade code | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Sep 19 10:31:45 CEST 2011 on sn-devel-104 | |||||
2011-09-19 | s3:smb2cli: remove unused struct ntlmssp_state from smb2cli_session_setup_state | Stefan Metzmacher | 1 | -1/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Sep 19 06:06:46 CEST 2011 on sn-devel-104 | |||||
2011-09-19 | s3:smb2cli: s/smb2cli_sesssetup_blob/smb2cli_session_setup/ | Stefan Metzmacher | 1 | -15/+15 | |
metze | |||||
2011-09-18 | s3: Add some const to create_local_private_krb5_conf_for_domain | Volker Lendecke | 2 | -2/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Sep 18 23:31:28 CEST 2011 on sn-devel-104 | |||||
2011-09-18 | s3: Add some const to print_kdc_line | Volker Lendecke | 1 | -1/+1 | |
2011-09-18 | s3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/ | Stefan Metzmacher | 3 | -18/+18 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Sep 18 21:43:26 CEST 2011 on sn-devel-104 | |||||
2011-09-18 | s3: Fix a c++ warning | Volker Lendecke | 1 | -1/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Sep 18 18:55:48 CEST 2011 on sn-devel-104 | |||||
2011-09-18 | s3: Fix "ISO C90 forbids mixed declarations and code" | Volker Lendecke | 1 | -3/+3 | |
2011-09-18 | s3: Fix two c++ warnings | Volker Lendecke | 1 | -2/+2 | |
2011-09-18 | s3:smb2cli: pass timeout to smb2cli_req_create/send() | Stefan Metzmacher | 11 | -0/+25 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Sep 18 07:04:05 CEST 2011 on sn-devel-104 | |||||
2011-09-18 | s3:smb2cli: pass an array of expected status/body_size pairs to ↵ | Stefan Metzmacher | 11 | -17/+153 | |
smb2cli_req_recv() This gives the caller more control and correctly reports unexpected errors to the caller, instead of return NT_STATUS_INVALID_NETWOR_RESPONSE metze | |||||
2011-09-18 | s3:smb2cli: only use tevent_req_defer_callback() if we have more than one ↵ | Stefan Metzmacher | 1 | -1/+12 | |
smb2 response metze | |||||
2011-09-18 | s3:smb2cli: ignore async interim responses and store the async_id | Stefan Metzmacher | 1 | -0/+12 | |
metze | |||||
2011-09-18 | s3:smb2cli: check the response has the SMB2_HDR_FLAG_REDIRECT flag | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2011-09-18 | s3:smb2cli: validate the opcode from the server is as expected | Stefan Metzmacher | 1 | -3/+14 | |
metze | |||||
2011-09-18 | s3:smb2cli: initialize status if we got an unexpected response | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-09-18 | s3:libsmb: return INTERNAL_ERROR if the request is in bad state when the ↵ | Stefan Metzmacher | 1 | -0/+8 | |
caller ships it metze | |||||
2011-09-18 | s3:libsmb: return if tevent_req_set_endtime() fails | Stefan Metzmacher | 1 | -2/+4 | |
tevent_req_set_endtime() already calls tevent_req_nomem(). metze | |||||
2011-09-18 | s3:SMB2-BASIC: test smb2cli_flush() | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2011-09-18 | s3:smb2cli: SMB2_FLUSH responses have a body size of 4 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-09-18 | s3: Trim a debug to 80 chars | Volker Lendecke | 1 | -6/+11 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Sep 18 01:15:02 CEST 2011 on sn-devel-104 | |||||
2011-09-17 | s3: Fix a cut&paste error | Volker Lendecke | 1 | -1/+1 | |
2011-09-17 | s3: Fix bug 8455 -- Samba PDC is looking up only primary user group | Volker Lendecke | 1 | -7/+7 | |
group_sids_to_info3 does a sid_peek_check_rid on the domain sid before adding the rids to the array. If the domain sid is 0x0, then the check will always fail. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Sep 17 00:51:27 CEST 2011 on sn-devel-104 | |||||
2011-09-16 | s3:libsmb: forward declaration for struct smb_trans_enc_state | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2011-09-16 | s3-waf: finally make SO_PEERCRED configure check work with stricter CFLAGS. | Günther Deschner | 1 | -3/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Sep 16 14:14:48 CEST 2011 on sn-devel-104 | |||||
2011-09-16 | s3: Trim lines in nfs4_acls.c | Volker Lendecke | 1 | -41/+75 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Sep 16 01:39:36 CEST 2011 on sn-devel-104 | |||||
2011-09-16 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -17/+17 | |
2011-09-16 | s3: Make sharesec optionally use sddl | Volker Lendecke | 1 | -1/+76 | |
2011-09-15 | s3-waf: fix SO_PEERCRED configure check. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Sep 15 20:59:26 CEST 2011 on sn-devel-104 |