Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-09 | s4:join python code - perform a fallback password set operation over libnet | Matthias Dieter Wallnöfer | 1 | -4/+18 | |
Windows 2000 DCs allow LDAP password set operations only with the help of SSL. Given the fact that this technique is hard to setup it is easier to use SAMR over "libnet". Reviewed-By: Andrew Bartlett <abartlet@samba.org> | |||||
2012-02-09 | s4:join python code - write the SAM account name correctly | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
It is easier for the comprehension Reviewed-By: Andrew Bartlett <abartlet@samba.org> | |||||
2012-02-08 | Fix shadow variable name warning. | Jeremy Allison | 1 | -10/+10 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 8 22:55:08 CET 2012 on sn-devel-104 | |||||
2012-02-08 | regshell: Fix a counter that can actually be non-zero. | Jelmer Vernooij | 1 | -1/+1 | |
This was a regression caused by one of the unsigned patches. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Feb 8 16:00:22 CET 2012 on sn-devel-104 | |||||
2012-02-08 | s3-passdb: Remove #if _SAMBA_BUILD_ == 4 from pdb_samba4 | Andrew Bartlett | 1 | -2/+0 | |
pdb_samba4 is only built with waf anyway. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Feb 8 09:17:40 CET 2012 on sn-devel-104 | |||||
2012-02-08 | s3-docs: Remove references to long-gone smbmount utilities | Andrew Bartlett | 7 | -31/+0 | |
2012-02-08 | auth: rename ntlmssp.c to ntlmssp_util.c | Andrew Bartlett | 3 | -2/+2 | |
2012-02-08 | s3-auth Add const to make_user_info_map | Andrew Bartlett | 2 | -4/+4 | |
2012-02-08 | s4-messaging: fix pymessaging docstring | Andrew Bartlett | 1 | -3/+2 | |
2012-02-08 | s3-build use common VERSION file for all builds | Andrew Bartlett | 2 | -106/+1 | |
There is no need to have both version files at this point. Andrew Bartlett | |||||
2012-02-08 | pidl: add more mapped types | Andrew Tridgell | 1 | -1/+7 | |
when we #define one type to another, we need special handling in the python generator Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Feb 8 04:50:06 CET 2012 on sn-devel-104 | |||||
2012-02-08 | idl: wmi and dcom don't need python bindings | Andrew Tridgell | 1 | -1/+1 | |
the python generation for these IDL files is currently broken | |||||
2012-02-08 | samba-tool sites: Re-add support for option groups | Amitay Isaacs | 1 | -0/+13 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Feb 8 02:27:28 CET 2012 on sn-devel-104 | |||||
2012-02-08 | samba-tool dns: Re-add support for option groups | Amitay Isaacs | 1 | -0/+60 | |
2012-02-07 | Remove unused get_file_size() function. | Jeremy Allison | 2 | -14/+0 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Feb 7 20:56:28 CET 2012 on sn-devel-104 | |||||
2012-02-07 | s3: Increase debug level of basic ctdb packet handling | Volker Lendecke | 1 | -6/+6 | |
This clutters the debug level 10 output significantly without much value Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Feb 7 18:19:08 CET 2012 on sn-devel-104 | |||||
2012-02-07 | s3-waf: Link tdbsam against needed libraries. | Andreas Schneider | 1 | -1/+1 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue Feb 7 12:49:59 CET 2012 on sn-devel-104 | |||||
2012-02-07 | s3-waf: Link against tdb_compat instead of tdb. | Andreas Schneider | 2 | -7/+7 | |
2012-02-07 | provision: Make sure target directory is created early. | Jelmer Vernooij | 3 | -15/+29 | |
This is necessary when using the target directory to store temporary files. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Feb 7 02:45:37 CET 2012 on sn-devel-104 | |||||
2012-02-07 | samba-tool user password: Re-add support for option groups. | Jelmer Vernooij | 1 | -4/+13 | |
2012-02-07 | samba-tool: Add optiongroups, necessary for 'samba-tool domain ...' | Jelmer Vernooij | 1 | -6/+13 | |
2012-02-07 | crypto: Use libbsd md5 header, if available. | Jelmer Vernooij | 4 | -2/+18 | |
2012-02-07 | crypto/md5: Change prototypes to match BSD. | Jelmer Vernooij | 1 | -5/+7 | |
2012-02-07 | Revert "samba-tool: moved takes_optiongroups definition to Command base class" | Jelmer Vernooij | 17 | -27/+240 | |
This reverts commit f6fa8684896b8f3f9f8b7bd3742c99906973274c. This keeps the main command class fairly slim, and makes it a bit more obvious where the arguments to run() are coming from. Conflicts: source4/scripting/python/samba/netcmd/__init__.py source4/scripting/python/samba/netcmd/domain.py source4/scripting/python/samba/netcmd/gpo.py source4/scripting/python/samba/netcmd/newuser.py source4/scripting/python/samba/netcmd/testparm.py source4/scripting/python/samba/netcmd/user.py source4/scripting/python/samba/tests/samba_tool/__init__.py | |||||
2012-02-07 | charset/tests: Add prototypes for test functions. | Jelmer Vernooij | 2 | -0/+7 | |
2012-02-07 | smb_server: Preserve signedness of string push return value. | Jelmer Vernooij | 1 | -1/+1 | |
2012-02-07 | loadparm: handle P_SEP in switches (silences warning with clang). | Jelmer Vernooij | 1 | -0/+5 | |
2012-02-07 | pysocketwrapper: fix behaviour to be consistent with 'socket.getsockopt' | Jelmer Vernooij | 1 | -2/+2 | |
socklen_t is unsigned | |||||
2012-02-07 | torture/libnet: Include prototype headers. | Jelmer Vernooij | 1 | -0/+1 | |
2012-02-07 | pyxattr_tdb: Remove pointless check for blob.length < 0. | Jelmer Vernooij | 1 | -1/+1 | |
2012-02-07 | crypto: Add prototype for main torture functions. | Jelmer Vernooij | 3 | -0/+4 | |
2012-02-07 | Use named argument 'dir' instead of 'prefix' on NamedTemporaryFile for domain.py | Horacio G. de Oro | 1 | -2/+2 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2012-02-07 | Use named argument 'dir' instead of 'prefix' on NamedTemporaryFile for ↵ | Horacio G. de Oro | 1 | -2/+2 | |
source4/setup/provision Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2012-02-06 | s3-winbind: Remove unused bool "local" | Christof Schmitt | 1 | -5/+2 | |
"local" is always False, so simply remove it and the if statement checking its value. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Feb 6 23:27:48 CET 2012 on sn-devel-104 | |||||
2012-02-06 | s3: FreeBSD does not define sin6_addr.s_addr32 | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 6 20:03:58 CET 2012 on sn-devel-104 | |||||
2012-02-06 | s3-nsswitch: Fix warnings on Solaris. | Ira Cooper | 1 | -0/+1 | |
Add "system/passwd.h" so struct group is declared. Autobuild-User: Ira Cooper <ira@samba.org> Autobuild-Date: Mon Feb 6 18:28:53 CET 2012 on sn-devel-104 | |||||
2012-02-06 | lib/util: Add hex_encode_buf | Volker Lendecke | 4 | -9/+43 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 6 09:15:33 CET 2012 on sn-devel-104 | |||||
2012-02-04 | s3-popt: Fix configure.developer builds on Solairs. | Ira Cooper | 1 | -0/+2 | |
alloca.h needs to be included, or the build complains the implicit definition of alloca. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 4 03:27:42 CET 2012 on sn-devel-104 | |||||
2012-02-03 | Ensure when setting a POSIX ACL, that the uid for a | Jeremy Allison | 1 | -0/+60 | |
SMB_ACL_USER_OBJ ACE (the owner ACE entry) has a duplicate permission entry as an SMB_ACL_USER, and a gid for a SMB_ACL_GROUP_OBJ ACE (the primary group ACE entry) also has a duplicate permission entry as an SMB_ACL_GROUP. If not, then if the ownership or group ownership of this file or directory gets changed, the user or group can lose their access. | |||||
2012-02-03 | Fix mistaken assignment of gid to uid field. | Jeremy Allison | 1 | -1/+1 | |
2012-02-03 | Replace bool flags inside ensure_canon_entry_valid() with pointers. | Jeremy Allison | 1 | -11/+12 | |
This will make the second tweak to the ACL mapping on set easier. | |||||
2012-02-03 | Fix bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER bit with the ↵ | Jeremy Allison | 1 | -1/+36 | |
acl_xattr module. | |||||
2012-02-03 | Replace all malloc/free with talloc on tos. | Jeremy Allison | 1 | -41/+41 | |
2012-02-03 | s4:torture: add a smb2.durable_open.reopen4 test | Michael Adam | 1 | -0/+89 | |
open a durable handle, logoff, new sessions setup, try durable reopen (fail), open tcon, durable reopen (succeed) Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Feb 3 12:45:34 CET 2012 on sn-devel-104 | |||||
2012-02-03 | s4:torture: add a torture_smb2_session_setup() utility function | Michael Adam | 1 | -0/+31 | |
2012-02-03 | s4:torture: add smb2.durable_open test reopen3 | Michael Adam | 1 | -0/+68 | |
Do a durable open, tdis, tree_connect, durable reopen -> fail | |||||
2012-02-03 | s4:torture: add torture_smb2_tree_connect() utility function | Michael Adam | 1 | -0/+42 | |
This does a tcon based on an existing session, using the name an host present in the torture context. | |||||
2012-02-03 | s4:torture: add smb2.durable_open test reopen2 | Michael Adam | 1 | -0/+71 | |
durable open, disconnect, new seession, durable reopen | |||||
2012-02-03 | s4:torture: add smb2.durable_open test reopen1 | Michael Adam | 1 | -0/+57 | |
2012-02-03 | s4:libcli:smb2: don't allocate the smb2_tree struct earlier than necessary ↵ | Michael Adam | 1 | -5/+5 | |
in smb2_connect() Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> |