Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-01 | s4-ntvfs: added allow_override check based on use of NT ACL | Andrew Tridgell | 10 | -41/+59 | |
This disables the posix permission override if the calculated permissions did not come from a NT ACL. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Dec 1 05:14:49 CET 2011 on sn-devel-104 | |||||
2011-12-01 | s4-ntvfs: fixed a unix ACL mapping bug | Andrew Tridgell | 1 | -21/+25 | |
the ACL mapping code was incorrectly allowing creation of directories in some situations where it should be denied by the unix permissions | |||||
2011-12-01 | selftest: Fix typo in socket wrapper test. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Dec 1 00:30:00 CET 2011 on sn-devel-104 | |||||
2011-11-30 | selftest: Drop broken and unused Kvm target. | Jelmer Vernooij | 2 | -178/+5 | |
2011-11-30 | selftest: Don't acquire target when --list was specified. | Jelmer Vernooij | 1 | -25/+27 | |
2011-11-30 | Update ldb API sigs. | Jelmer Vernooij | 2 | -0/+258 | |
2011-11-30 | Bump ldb version to 1.1.4 after introduction of ldb_module_error. | Jelmer Vernooij | 1 | -1/+1 | |
2011-11-30 | selftest: Don't generate subunit file when writing subunit to stdout. | Jelmer Vernooij | 1 | -5/+3 | |
2011-11-30 | selftest: Prevent error about unfinished test command when using --list. | Jelmer Vernooij | 1 | -1/+1 | |
2011-11-30 | s4-tests: Use long option names in test list script, to prevent 'eating' ↵ | Jelmer Vernooij | 1 | -38/+38 | |
--list argument when e.g. is not set. | |||||
2011-11-30 | testr: Use test lists. | Jelmer Vernooij | 1 | -1/+2 | |
2011-11-30 | s4-testlist: Write diagnostic info to stderr, and purely test info to stdout. | Jelmer Vernooij | 1 | -2/+2 | |
2011-11-30 | selftest: Don't use fancy subunit formatters when generating a test list. | Jelmer Vernooij | 1 | -8/+11 | |
2011-11-30 | selftest: Don't write subunit output in --list mode. | Jelmer Vernooij | 1 | -7/+13 | |
2011-11-30 | selftesthelpers: write warnings to stderr rather than stdout. | Jelmer Vernooij | 1 | -2/+3 | |
2011-11-30 | s3: Attempt to fix the vfs_commit module | Volker Lendecke | 1 | -1/+1 | |
This bug went in in 2007. I wonder how much this module is actually used.... Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 30 21:46:09 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0 | Matthias Dieter Wallnöfer | 2 | -0/+8 | |
This function call together with the lowat feature has been removed in release 3.0 as described in this mailing list post: http://old.nabble.com/gnutls_transport_set_lowat-deprecated-td32554230.html. Since we do not make any use of lowat (esprimed by each function call) we are free to simply omit it on v3.0 and later. This addresses bug #8537. Reviewed by: abartlet + metze Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Nov 30 20:11:14 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s3-waf: fix the build with CTDB_CONTROL_CHECK_SRVIDS. | Günther Deschner | 1 | -0/+29 | |
Volker, Michael, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 30 18:37:29 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s4:gensec/spnego: only try the mechs that match the client given ones | Stefan Metzmacher | 1 | -0/+4 | |
Windows-Members of NT4/Samba3 domains, send MechTypes: 1.3.6.1.4.1.311.2.2.10 [NTLMSSP] 1.2.840.48018.1.2.2 [krb5 broken] 1.2.840.113554.1.2.2 [krb5] MechToken for NTLMSSP. This patch makes sure we start NTLMSSP with the given MechToken, instead of trying to pass the NTLMSSP MechToken to the krb5 backend first. As that would fail the authentication with an error instead of trying fallbacks. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 30 17:03:29 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s4:libcli/raw: implement on top of smbXcli_conn/req | Stefan Metzmacher | 20 | -1812/+1033 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s4:libcli: do the nbss session request within smbcli_sock_connect_*() | Stefan Metzmacher | 4 | -147/+108 | |
metze | |||||
2011-11-30 | s4:libcli/raw: remove unused functions | Stefan Metzmacher | 2 | -76/+0 | |
metze | |||||
2011-11-30 | s4:libcli: use smbcli_sock_connect() in smbcli_socket_connect() | Stefan Metzmacher | 1 | -5/+11 | |
metze | |||||
2011-11-30 | s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect() | Stefan Metzmacher | 4 | -38/+32 | |
metze | |||||
2011-11-30 | s4:libcli: convert smbcli_transport_connect_* to tevent_req | Stefan Metzmacher | 3 | -92/+240 | |
metze | |||||
2011-11-30 | s4:lib/socket: add socket_connect_multi_ex_* | Stefan Metzmacher | 2 | -10/+147 | |
This add an async establish hook, that gets called before a connection success is detected. This can be used to do a NBT session request and it makes sure that we don't cancel the connection on port 445, just because the tcp connect on port 139 worked. metze | |||||
2011-11-30 | s3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDS | Volker Lendecke | 4 | -2/+250 | |
This should be a lot quicker than PROCESS_EXISTS followed by looking at serverid.tdb Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 30 12:47:27 CET 2011 on sn-devel-104 | |||||
2011-11-30 | Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we ↵ | Jeremy Allison | 2 | -0/+4 | |
still set SEC_DESC_DACL_PRESENT in the type field. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Nov 30 04:59:07 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s4-kdc: Add hdb plugin for samba4, to allow kadmin to work | Andrew Bartlett | 6 | -43/+104 | |
This will help users who are used to the kadmin interface, and could be extended to import existing MIT or Heimdal keys into a Samba4 AD domain. To use, add to your krb5.conf [kdc] database = { dbname = samba4: } or [kdc] database = { dbname = samba4:/usr/local/samba/etc/smb.conf } And copy hdb_samba4.so from PREFIX/modules/hdb to your Heimdal lib directory Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Nov 30 03:22:11 CET 2011 on sn-devel-104 | |||||
2011-11-30 | s3:dbwrap_tdb: pass NTSTATUS code further up from db_tdb_fetch_parse in ↵ | Michael Adam | 1 | -1/+1 | |
db_tdb_fetch() Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Nov 30 01:46:31 CET 2011 on sn-devel-104 | |||||
2011-11-30 | build: TDB_ERR_NESTING is used unconditionally | Andrew Bartlett | 2 | -15/+0 | |
Therefore, do not bother doing an autoconf test looking for it. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Nov 30 00:08:18 CET 2011 on sn-devel-104 | |||||
2011-11-29 | Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and ↵ | Jeremy Allison | 1 | -2/+2 | |
from a DACL Reported by David Disseldorp. Fix based on a patch by David. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Nov 29 22:32:27 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s3:net registry check: adapt to new semantic of dbwrap_fetch with rbt | Gregor Beck | 1 | -6/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Nov 29 19:53:30 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s3:net registry check: adapt to new semantic of dbwrap_fetch | Gregor Beck | 1 | -10/+13 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-11-29 | s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code. | Michael Adam | 5 | -55/+58 | |
This implement more correct NTSTATUS handling inside the backends. This ensures that data.dptr != NULL if return code is NT_STATUS_OK. | |||||
2011-11-29 | s3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local tdb_error_to_ntstatus() | Michael Adam | 1 | -14/+1 | |
2011-11-29 | s3:net registry check: handle missing version info | Gregor Beck | 1 | -0/+36 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-11-29 | s3:dbwrap_torture: code cleanup | Gregor Beck | 1 | -3/+3 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-11-29 | s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.c | Stefan Metzmacher | 2 | -124/+123 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Nov 29 17:34:52 CET 2011 on sn-devel-104 | |||||
2011-11-29 | s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctx | Stefan Metzmacher | 8 | -6/+9 | |
We'll remove transport->socket soon, but removing transport->ev will take a bit longer. metze | |||||
2011-11-29 | s4:torture: use tctx->ev as event context for polling | Stefan Metzmacher | 6 | -22/+14 | |
metze | |||||
2011-11-29 | smbXcli: add support for SMBreadBraw | Stefan Metzmacher | 1 | -7/+54 | |
metze | |||||
2011-11-29 | smbXcli: add smb1cli_conn_server_{readbraw,writebraw,lockread,writeunlock}() | Stefan Metzmacher | 2 | -0/+24 | |
metze | |||||
2011-11-29 | s4:gentest: get the tid from the smbcli_tree struct | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2011-11-29 | s4:libcli/smb2: make sure only one idle event runs at a time | Stefan Metzmacher | 2 | -9/+17 | |
metze | |||||
2011-11-29 | smb1cli_trans: add support for tevent_req_cancel() | Stefan Metzmacher | 1 | -0/+16 | |
metze | |||||
2011-11-29 | smb1cli_trans: return the status from the server if possible | Stefan Metzmacher | 1 | -1/+16 | |
metze | |||||
2011-11-29 | smbXcli: rebuild smb1.recv_iov array if we expect more than one response | Stefan Metzmacher | 1 | -0/+29 | |
metze | |||||
2011-11-29 | smbXcli: allow up to 10 iovec elements for the bytes in smb1cli_req_create() | Stefan Metzmacher | 1 | -1/+1 | |
The smb1cli_trans_* code uses up to 6 elements, which was too much for the current limit of 5. metze | |||||
2011-11-29 | smbXcli: s/smb2cli_writev_done/smb2cli_req_writev_done | Stefan Metzmacher | 1 | -3/+3 | |
This is a better name and it matches smb1cli_req_writev_done metze |