Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-19 | s3: Remove a comment from ancient times that no longer applies | Volker Lendecke | 1 | -1/+0 | |
2010-01-19 | s3-selftest: finally enable RPC-SPOOLSS-NOTIFY against s3. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-01-19 | s3-spoolss: stricter name checks when opening back-channel notify connection. | Günther Deschner | 1 | -7/+13 | |
Make sure to always check if the name the client passed in spoolss_RemoteFindFirstPrinterChangeNotifyEx is not one of our names. Guenther | |||||
2010-01-19 | s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-01-19 | s3 net/i18n: update .po files | Kai Blin | 1 | -1257/+946 | |
2010-01-19 | s3 net/i18n: Use only one spelling for "Usage:" | Kai Blin | 11 | -57/+57 | |
2010-01-19 | s3 net: Fix compile error with WITH_DNS_UPDATES | Kai Blin | 1 | -2/+2 | |
bd3c922e2bc1a163efc1d8c9cb59578bebb79616 introduced a compile-time error when building with WITH_DNS_UPDATES. | |||||
2010-01-18 | s3/net: split up some printable stings to ease i18n | Björn Jacke | 25 | -344/+347 | |
If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty. | |||||
2010-01-18 | s3/i18n/de: improve some German translations | Björn Jacke | 1 | -4/+4 | |
2010-01-18 | ѕ3/i18n/de: fix typo | Björn Jacke | 1 | -2/+2 | |
2010-01-18 | net: Add German translation, specially for the command listing | André Hentschel | 1 | -107/+116 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2010-01-18 | s3-selftest: use testenv dc so that smbtorture4 actually uses the client ↵ | Günther Deschner | 1 | -1/+1 | |
configuration. Found while trying to get RPC-SPOOLSS-NOTIFY working against s3. Guenther | |||||
2010-01-18 | s3: Show share path in swat statuspage | Marcin Gryszkalis | 1 | -4/+7 | |
2010-01-17 | s3: Fix the format string for smbcontrol pool-usage | Volker Lendecke | 1 | -1/+1 | |
With the dot I have seen printf to not print anything | |||||
2010-01-18 | idl: switched to using the WSPP names for the 'neighbour' DRS options | Andrew Tridgell | 2 | -10/+10 | |
The documentation shows that all these functions in fact use the same flags variable type. To be consistent between functions, and to allow easy reference to the WSPP docs, it is better for us to also use this generic DrsOptions bitfield rather than one per operations. | |||||
2010-01-17 | s3: Protect against an invalid bcc in SMBsendtxt | Volker Lendecke | 1 | -1/+1 | |
2010-01-17 | s3: For "smbcontrol <pid> pool-usage", print the first 50 bytes of a string | Volker Lendecke | 1 | -0/+17 | |
2010-01-17 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -5/+5 | |
2010-01-16 | Modification of fix for bug 6876 - Delete of an object whose parent folder ↵ | Jeremy Allison | 1 | -8/+5 | |
does not have delete rights fails even if the delete right is set on the object Suggested by Volker. Reduce the surface area of the become_root() unbecome_root() code to reduce the chance of errors. Jeremy. | |||||
2010-01-16 | s3: Fix a crash in libsmbclient used against the OpenSolaris CIFS server | Volker Lendecke | 1 | -1/+1 | |
A user has sent me a sniff where the OpenSolaris CIFS server returns "32" in totalentries, but the array in ctr only contains 15 entries. Look at the right delimiter for walking the array. | |||||
2010-01-15 | Second part of bug 7045 - Bad (non memory copying) interfaces in ↵ | Jeremy Allison | 1 | -3/+9 | |
smbc_setXXXX calls. Protect against SMB_STRDUP of null... Jeremy. | |||||
2010-01-15 | Fix bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX calls. | Jeremy Allison | 2 | -10/+25 | |
In smbc_free_context libsmbclient just called free() on the string options so it assumes the callers have malloced them before setting them via smbc_set calls. Change to corretly malloc/free string options to the library. Jeremy | |||||
2010-01-14 | Fix bug #7036 - net rpc getsid fails in hardened windows environments. | Jeremy Allison | 1 | -1/+7 | |
Fix suggested by Dave.Daugherty@Centrify.com. | |||||
2010-01-14 | Part 4 of bug #7028 - include scannedonly VFS module | Olivier Sessink | 1 | -13/+8 | |
Fix some issues with handling names ending in '/'. | |||||
2010-01-14 | s3-libsmbclient: Fix crash bug in SMBC_parse_path(). | Günther Deschner | 1 | -1/+1 | |
Patch from Tim Waugh <twaugh@redhat.com>. This resolves https://bugzilla.redhat.com/show_bug.cgi?id=552658 LIBSMBCLIENT-OPENDIR torture test checks this as well. Guenther | |||||
2010-01-14 | s4-smbtorture: add rather simple libsmbclient torture testsuite. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-01-14 | s3:auth: fix account unlock regression introduced with fix for bug #4347 | Michael Adam | 1 | -7/+5 | |
By an oversight, the patchset for #4347 made the unlocking of a locked account after the lockout duration ineffective. Thanks to Björn for finding this! Michael | |||||
2010-01-14 | s3 selftest: Enable the WINBIND-STRUCT tests | Kai Blin | 1 | -1/+1 | |
2010-01-14 | s3 test: Fix WINBINDD-STRUCT tests | Kai Blin | 1 | -0/+3 | |
The struct-based tests are working in make selftest, make them work in plain "make test" as well. | |||||
2010-01-14 | s3 winbindd: Return number of groups in data.num_entries for ↵ | Kai Blin | 1 | -1/+3 | |
WINBINDD_LIST_GROUPS This allows to test if there's something wrong with the group list in extra_data or if there's simply no groups in the database. Volker, please check. | |||||
2010-01-14 | s3 winbindd: Get WINBINDD_CHECK_MACHACC torture test to work again. | Kai Blin | 1 | -1/+4 | |
WINBINDD_CHECK_MACHACC used to report an NTSTATUS error and appropriate error strings. Make this work again. | |||||
2010-01-14 | s3:pdb_ldap: restore Samba 3.0.x behavior and use the first "uid" value. | Stefan Metzmacher | 1 | -1/+1 | |
See bug #6157 for more details. metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 25806f43ddee7e2653e907eea2c6fcc075960fa1) | |||||
2010-01-14 | s3:smbldap: add smbldap_talloc_first_attribute() | Stefan Metzmacher | 2 | -0/+37 | |
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit c992127f8a96c37940a6d298c7c6859c47f83d9b) | |||||
2010-01-13 | s3: Fix a winbind segfault in "trusted_domains" | Volker Lendecke | 1 | -3/+4 | |
We have to initialize domain->backend by calling "get_cache" before doing a query Thanks to Christian Ambach to find this :-) | |||||
2010-01-12 | Fix bug #7034 - vfs_cap causes signal 11 (SIGSEGV) | SASAJIMA Toshihiro | 1 | -1/+2 | |
2010-01-12 | Fix two uses of strncat -> strlcat. Ensure proper use of strncpy when ↵ | Jeremy Allison | 1 | -3/+3 | |
setting socket name. Jeremy. | |||||
2010-01-12 | Make file access control decisions a lot easier to debug (at level 10). | Jeremy Allison | 1 | -0/+11 | |
Jeremy. | |||||
2010-01-12 | Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ↵ | Jeremy Allison | 1 | -2/+6 | |
a directory. Argh. Missed the second (and essential) part of the fix for the above :-(. Jeremy | |||||
2010-01-12 | Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ↵ | Jeremy Allison | 1 | -2/+6 | |
a directory. There is a codepath missing to propagate back error returns from the rmdir POSIX call inside close_directory when delete on close is set. This means doing an rmdir on a Windows command line will always report success, even when the directory was not deleted. This fix adds that codepath back into Samba. Jeremy. | |||||
2010-01-12 | Fix bug #6876 - Delete of an object whose parent folder does not have delete ↵ | Jeremy Allison | 7 | -4/+142 | |
rights fails even if the delete right is set on the object. Final fix for the vfs_acl_xattr and vfs_acl_tdb code. Ensure we can delete a file even if the underlying POSIX permissions don't allow it, if the Windows permissions do. Jeremy. | |||||
2010-01-12 | Remove the global char *LastDir. | Jeremy Allison | 3 | -22/+1 | |
This is no longer used for anything. | |||||
2010-01-12 | s3: Lift the version of the scannedonly VFS module | Volker Lendecke | 1 | -1/+1 | |
2010-01-12 | s3: Add the "scannedonly" vfs virus scanner interface module | Olivier Sessink | 3 | -0/+1002 | |
2010-01-12 | s3:auth: add comment to nulling out stolen sampass | Michael Adam | 1 | -0/+4 | |
Adding this comment makes me think, I could also have changed make_server_info_sam() talloc_move instead of talloc_steal, but that would have changed the signature... Well the comment is a first step. :-) Michael | |||||
2010-01-12 | s3: Remove a pointless if-statement | Volker Lendecke | 1 | -3/+2 | |
2010-01-11 | s3-lanman: Allow a level2 descriptor for a level1 NetShareGetInfo | Giovanni Bajo | 1 | -1/+3 | |
Windows seems to allow this http://lists.samba.org/archive/samba-technical/2009-November/068116.html has a dump of this. | |||||
2010-01-11 | s3: Add a zfsacl:denymissingspecial parameter | Volker Lendecke | 1 | -0/+10 | |
When setting an ACL without any of the user/group/other entries, ZFS automatically creates them. This can at times confuse users a lot. This parameter denies setting such an acl, users explicitly have to for example set an ACE with everyone allowing nothing. Users need to be educated about this, but this helps avoid a lot of confusion. | |||||
2010-01-10 | s3: Remove some unused variables | Volker Lendecke | 1 | -7/+0 | |
2010-01-10 | s3: Fix some nonempty blank lines | Volker Lendecke | 3 | -42/+42 | |
2010-01-10 | s3: Use sid_check_is_domain instead of a direct sid_equal | Volker Lendecke | 1 | -3/+6 | |