summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* s3: Initialize the seqnum in "init_smb_request"Volker Lendecke2010-01-211-4/+4
| | | | | This makes it a bit more obvious for me that the signing sequence number is tied to the SMB request.
* s3: Make "init_smb_request" static to process.cVolker Lendecke2010-01-212-8/+2
|
* s3: Move "yesno" to the only place where it is used: client.cVolker Lendecke2010-01-213-19/+18
|
* Add localtime parameter to shadow_copy2.Ed Plese2010-01-211-0/+22
|
* Add format parameter to shadow_copy2.Ed Plese2010-01-211-11/+73
|
* Add sort parameter to shadow_copy2.Ed Plese2010-01-211-0/+62
|
* s3: fix dnsupdate configure checkBjörn Jacke2010-01-211-16/+25
|
* Add cross option to samba_cv_linux_getgrouplist_okLars Müller2010-01-201-1/+3
| | | | | | | "cross" as an option got removed accidentl with commit e5a95132 while moving in direction of 3.2. Patch proposed by Richard Sharpe <realrichardsharpe@gmail.com>.
* s3: build with dnsupdate support when possibleBjörn Jacke2010-01-201-1/+1
|
* s3: Fix a typoVolker Lendecke2010-01-191-1/+1
|
* s3 net/i18n: Update .po filesKai Blin2010-01-191-1483/+1455
|
* s3 net: Fix compile warningsKai Blin2010-01-1924-380/+676
|
* s3: Remove a comment from ancient times that no longer appliesVolker Lendecke2010-01-191-1/+0
|
* s3-selftest: finally enable RPC-SPOOLSS-NOTIFY against s3.Günther Deschner2010-01-191-1/+1
| | | | Guenther
* s3-spoolss: stricter name checks when opening back-channel notify connection.Günther Deschner2010-01-191-7/+13
| | | | | | | Make sure to always check if the name the client passed in spoolss_RemoteFindFirstPrinterChangeNotifyEx is not one of our names. Guenther
* s3-selftest: use absolute path when setting SOCKET_WRAPPER_DIR.Günther Deschner2010-01-191-1/+1
| | | | Guenther
* s3 net/i18n: update .po filesKai Blin2010-01-191-1257/+946
|
* s3 net/i18n: Use only one spelling for "Usage:"Kai Blin2010-01-1911-57/+57
|
* s3 net: Fix compile error with WITH_DNS_UPDATESKai Blin2010-01-191-2/+2
| | | | | bd3c922e2bc1a163efc1d8c9cb59578bebb79616 introduced a compile-time error when building with WITH_DNS_UPDATES.
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-1825-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.
* s3/i18n/de: improve some German translationsBjörn Jacke2010-01-181-4/+4
|
* ѕ3/i18n/de: fix typoBjörn Jacke2010-01-181-2/+2
|
* net: Add German translation, specially for the command listingAndré Hentschel2010-01-181-107/+116
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* s3-selftest: use testenv dc so that smbtorture4 actually uses the client ↵Günther Deschner2010-01-181-1/+1
| | | | | | | | configuration. Found while trying to get RPC-SPOOLSS-NOTIFY working against s3. Guenther
* s3: Show share path in swat statuspageMarcin Gryszkalis2010-01-181-4/+7
|
* s3: Fix the format string for smbcontrol pool-usageVolker Lendecke2010-01-171-1/+1
| | | | With the dot I have seen printf to not print anything
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-182-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.
* s3: Protect against an invalid bcc in SMBsendtxtVolker Lendecke2010-01-171-1/+1
|
* s3: For "smbcontrol <pid> pool-usage", print the first 50 bytes of a stringVolker Lendecke2010-01-171-0/+17
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-171-5/+5
|
* Modification of fix for bug 6876 - Delete of an object whose parent folder ↵Jeremy Allison2010-01-161-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.
* s3: Fix a crash in libsmbclient used against the OpenSolaris CIFS serverVolker Lendecke2010-01-161-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.
* Second part of bug 7045 - Bad (non memory copying) interfaces in ↵Jeremy Allison2010-01-151-3/+9
| | | | | | | | smbc_setXXXX calls. Protect against SMB_STRDUP of null... Jeremy.
* Fix bug 7045 - Bad (non memory copying) interfaces in smbc_setXXXX calls.Jeremy Allison2010-01-152-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
* Fix bug #7036 - net rpc getsid fails in hardened windows environments.Jeremy Allison2010-01-141-1/+7
| | | | Fix suggested by Dave.Daugherty@Centrify.com.
* Part 4 of bug #7028 - include scannedonly VFS moduleOlivier Sessink2010-01-141-13/+8
| | | | Fix some issues with handling names ending in '/'.
* s3-libsmbclient: Fix crash bug in SMBC_parse_path().Günther Deschner2010-01-141-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
* s4-smbtorture: add rather simple libsmbclient torture testsuite.Günther Deschner2010-01-141-0/+1
| | | | Guenther
* s3:auth: fix account unlock regression introduced with fix for bug #4347Michael Adam2010-01-141-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
* s3 selftest: Enable the WINBIND-STRUCT testsKai Blin2010-01-141-1/+1
|
* s3 test: Fix WINBINDD-STRUCT testsKai Blin2010-01-141-0/+3
| | | | | The struct-based tests are working in make selftest, make them work in plain "make test" as well.
* s3 winbindd: Return number of groups in data.num_entries for ↵Kai Blin2010-01-141-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.
* s3 winbindd: Get WINBINDD_CHECK_MACHACC torture test to work again.Kai Blin2010-01-141-1/+4
| | | | | WINBINDD_CHECK_MACHACC used to report an NTSTATUS error and appropriate error strings. Make this work again.
* s3:pdb_ldap: restore Samba 3.0.x behavior and use the first "uid" value.Stefan Metzmacher2010-01-141-1/+1
| | | | | | | | | See bug #6157 for more details. metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 25806f43ddee7e2653e907eea2c6fcc075960fa1)
* s3:smbldap: add smbldap_talloc_first_attribute()Stefan Metzmacher2010-01-142-0/+37
| | | | | | | metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit c992127f8a96c37940a6d298c7c6859c47f83d9b)
* s3: Fix a winbind segfault in "trusted_domains"Volker Lendecke2010-01-131-3/+4
| | | | | | | We have to initialize domain->backend by calling "get_cache" before doing a query Thanks to Christian Ambach to find this :-)
* Fix bug #7034 - vfs_cap causes signal 11 (SIGSEGV)SASAJIMA Toshihiro2010-01-121-1/+2
|
* Fix two uses of strncat -> strlcat. Ensure proper use of strncpy when ↵Jeremy Allison2010-01-121-3/+3
| | | | | | setting socket name. Jeremy.
* Make file access control decisions a lot easier to debug (at level 10).Jeremy Allison2010-01-121-0/+11
| | | | Jeremy.
* Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ↵Jeremy Allison2010-01-121-2/+6
| | | | | | | | a directory. Argh. Missed the second (and essential) part of the fix for the above :-(. Jeremy