Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-15 | s3-waf: libwbclient does not depend on talloc anymore. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 15 00:50:08 CET 2010 on sn-devel-104 | |||||
2010-12-14 | s3-waf: add missing libnss_wins.so.2 library. | Günther Deschner | 1 | -2/+8 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Dec 14 23:29:25 CET 2010 on sn-devel-104 | |||||
2010-12-14 | s3-waf: recurse into ../libcli/ldap. | Günther Deschner | 1 | -13/+7 | |
Guenther | |||||
2010-12-14 | s3-waf: recurse into ../libcli/smb. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-12-14 | s3-waf: recurse into ../libcli/samsync. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-12-14 | s3-waf: recurse into ../libcli/named_pipe_auth. | Günther Deschner | 1 | -8/+3 | |
Guenther | |||||
2010-12-14 | s3-waf: recurse into ../libcli/drsuapi. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-12-14 | s3-waf: add pam_ and nss_winbind. | Günther Deschner | 1 | -1/+14 | |
Guenther | |||||
2010-12-14 | s3-waf: check for "WITH_PAM_MODULES" to determine pam_smbpass build. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-12-14 | s3-waf: fix pamsmbpass libwbclient dependency. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-12-14 | s3-waf: recurse into ../libcli/auth. | Günther Deschner | 1 | -12/+6 | |
Guenther | |||||
2010-12-14 | s3-waf: add CHARSET subsystem. | Günther Deschner | 1 | -5/+11 | |
Guenther | |||||
2010-12-14 | s3-waf: convert UTIL_SRC into a subsystem samba-util, similar to the s4 one. | Günther Deschner | 1 | -2/+6 | |
Guenther | |||||
2010-12-14 | s3-waf: convert lib/util_tdb.c into a subsystem. | Günther Deschner | 1 | -2/+5 | |
Guenther | |||||
2010-12-14 | s3-waf: use shared LIBASYNC_REQ subsystem. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2010-12-14 | s4-smbtorture: paranoia check for architectures in request and reply for ↵ | Günther Deschner | 1 | -0/+10 | |
enumdrivers test. Guenther | |||||
2010-12-14 | build: fix bad syntax | Matthieu Patou | 1 | -1/+1 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Dec 14 20:55:17 CET 2010 on sn-devel-104 | |||||
2010-12-14 | s4:gensec/spnego: only look at the optimistic token if we support the first mech | Stefan Metzmacher | 1 | -4/+20 | |
As a server only try the mechs the client proposed and only call gensec_update() with the optimistic token for the first mech in the list. If the server doesn't support the first mech we pick the first one in the clients list we also support. That's how w2k8r2 works. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Dec 14 16:50:50 CET 2010 on sn-devel-104 | |||||
2010-12-14 | s3/net: don't use external "date" to make "net time set" more portable | Björn Jacke | 1 | -14/+10 | |
the "date" syntax is different for example on *BSD Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue Dec 14 15:31:03 CET 2010 on sn-devel-104 | |||||
2010-12-14 | wafsamba: change the default value for SAMBA_MODULE of pyembed to False | Matthieu Patou | 1 | -1/+1 | |
ALL SAMBA_MODULE didn't need this, new modules that could need will just have to opt this in Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Dec 14 14:45:15 CET 2010 on sn-devel-104 | |||||
2010-12-14 | build do not add -no-undefined on openbsd | Matthieu Patou | 1 | -1/+2 | |
2010-12-14 | Ensure we use vfs_fsp_stat(), not VFS_STAT directly, and store into ↵ | Jeremy Allison | 1 | -19/+20 | |
fsp->fsp_name->st instead of a SMB_STRUCT_STAT on the stack. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Dec 14 05:05:50 CET 2010 on sn-devel-104 | |||||
2010-12-14 | wintest Add testing of kerberos connections to Windows members of an AD domain | Andrew Bartlett | 3 | -27/+129 | |
This improves the Samba3 wintest script to test against Windows7 and WinXP domain members, and Windows7 standalone servers. To do this, more of the samba4 script is put in common, and we splut up the starting of the VMs from the preperation of the VM. This also improves the nmblookup command parsing to cope with both the samba3 and samba4 nmblookup commands. A krb5.conf is now provided for both s3 and s4 tests. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Dec 14 01:54:46 CET 2010 on sn-devel-104 | |||||
2010-12-14 | s3-libsmb Improve error message when denying LM encryption | Andrew Bartlett | 1 | -9/+9 | |
Now that 'client ntlmv2 auth = yes' is the default, make it more clear what options a user may need to enable to get this to work. Andrew Bartlett | |||||
2010-12-14 | Change crediting so that the credits are returned on the interim async response. | Jeremy Allison | 1 | -4/+7 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Dec 14 01:09:05 CET 2010 on sn-devel-104 | |||||
2010-12-13 | As we handle missing sendfile() inside lib/sendfile.c, remove the ↵ | Jeremy Allison | 2 | -9/+0 | |
WITH_SENDFILE ifdefs. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Dec 13 23:47:07 CET 2010 on sn-devel-104 | |||||
2010-12-13 | We need to start off with smb2.credits_granted == 0. That way | Jeremy Allison | 1 | -2/+3 | |
when processing the faked up SMB2 NegProt from the SMB1 packet we always allocate one credit on reply. Jeremy. | |||||
2010-12-13 | Remove extra unused credit arg. to smbd_smb2_request_setup_out() | Jeremy Allison | 1 | -3/+3 | |
2010-12-13 | s4:dsdb:password_hash: verify content if the BYPASS_PASSWORD_HASH control is ↵ | Stefan Metzmacher | 1 | -2/+395 | |
used Make it much harder to import bad data into the password attributes. This isn't 100% safe, but much better than no checks. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 13 16:17:36 CET 2010 on sn-devel-104 | |||||
2010-12-13 | s4:ldap_controls: allow DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID over sockets. | Stefan Metzmacher | 1 | -2/+2 | |
The DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID control has to data attached to it. So we can allow it to be send over LDAP. We'll accept this control over the privileged ldapi socket only. metze | |||||
2010-12-13 | s4:ldap_server: don't call ldb_req_mark_untrusted() on the privileged ldapi ↵ | Stefan Metzmacher | 3 | -8/+21 | |
socket metze | |||||
2010-12-13 | s4:ldap_server: rename helper functions to ldapsrv_ prefix and pass ldapsrv_call | Stefan Metzmacher | 1 | -15/+19 | |
metze | |||||
2010-12-13 | s4:dsdb:util: dsdb_get_single_valued_attr() only needs a const ldb_messages | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-12-13 | s3-waf: try to fix the build with snow leopard. | Günther Deschner | 1 | -1/+5 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 13 15:03:08 CET 2010 on sn-devel-104 | |||||
2010-12-13 | s3:selftest: fix knownfail for ↵ | Stefan Metzmacher | 1 | -1/+1 | |
samba3.posix_s3.rpc.spoolss.*printserver.enum_printers_old The name is in lowercase since commit 35fbc7bbda5851f7172538f79fc79be201f1d521 (s4-smbtorture: Make test names lowercase and dot-separated.) This should avoid intermittent failures in make test. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 13 13:52:18 CET 2010 on sn-devel-104 | |||||
2010-12-13 | s4:heimdal_build: replace '+' by '_' for vscripts in HEIMDAL_LIBRARY() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-12-13 | s3-selftest: support differing VFSLIBDIR in autoconf and waf build. | Günther Deschner | 3 | -1/+3 | |
With this change make test in the s3 waf build (w/o s4 smbtorture yet) works! Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 13 13:06:05 CET 2010 on sn-devel-104 | |||||
2010-12-13 | s3-waf: add -Wl,--export-dynamic to LDFLAGS. | Günther Deschner | 1 | -0/+2 | |
Our binaries did not export symbols so e.g. smbd could not load vfs modules. Patch from tridge. We might remove this later on, once we decide to resolve all symbols and fix all dependencies in s3 modules. Guenther | |||||
2010-12-13 | nss_wrapper: make nss_wrapper.pl executeable. | Günther Deschner | 1 | -0/+0 | |
Guenther | |||||
2010-12-13 | build: remove -no-undefined and -as-needed on openbsd | Matthieu Patou | 1 | -2/+5 | |
This is causing problems with linker Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Dec 13 00:25:38 CET 2010 on sn-devel-104 | |||||
2010-12-12 | s4:dsdb/pydsdb.c - don't throw another exception on "PyObject_AsDn" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Dec 12 23:40:17 CET 2010 on sn-devel-104 | |||||
2010-12-12 | ldb:pyldb.h - revert to the previous header behaviour | Matthias Dieter Wallnöfer | 7 | -6/+16 | |
"ldb_private.h" is private and therefore might not always be available. | |||||
2010-12-12 | build: move the import near the place where need it, so that we can build on ↵ | Matthieu Patou | 1 | -1/+2 | |
hosts with python's zlib Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Dec 12 22:54:19 CET 2010 on sn-devel-104 | |||||
2010-12-12 | s4:scripting/python/pyglue.c - add a OOM handling | Matthias Dieter Wallnöfer | 1 | -0/+4 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Dec 12 20:50:55 CET 2010 on sn-devel-104 | |||||
2010-12-12 | s4:scripting/python/pyglue.c - optimise includes | Matthias Dieter Wallnöfer | 1 | -4/+0 | |
2010-12-12 | s4:param/provision.c - optimise includes | Matthias Dieter Wallnöfer | 1 | -9/+1 | |
2010-12-12 | s4:libcli/finddc.h - fix header dependancies | Matthias Dieter Wallnöfer | 5 | -15/+3 | |
And optimise includes | |||||
2010-12-12 | s4:libcli/finddcs_nbt.c - optimise headers | Matthias Dieter Wallnöfer | 1 | -2/+0 | |
2010-12-12 | s4:libnet/py_net.c - add checks for OOM conditions | Matthias Dieter Wallnöfer | 1 | -0/+13 | |
2010-12-12 | s4:dsdb/pydsdb.c and web_server/wsgi.c - remove accidentally introduced ↵ | Matthias Dieter Wallnöfer | 2 | -8/+0 | |
Py_RETURN_NONE This was only thought for Python 2.3 which we generally no longer support (only pyldb in the LDB library is an exception). |