summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s4:heimdal - fix valgrind issue on Fedora 14Milan Crha2011-02-257-153/+153
| | | | | | | | | | This should definitely fix bug #7858. Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Feb 25 12:39:21 CET 2011 on sn-devel-104
* Revert "heimdal_build omit #line statments to allow valgrind to work again"Matthias Dieter Wallnöfer2011-02-258-57/+378
| | | | | This reverts commit 80e23c68d83a7c9989f87d5a88a78bb76d222afc. A better patch has been provided by Milan Crha in the following commit.
* heimdal_build omit #line statments to allow valgrind to work againAndrew Bartlett2011-02-258-378/+57
| | | | | | | | | | | | | | The lex/yacc files were generated on Fedora 14, and have empty filenames in #line declarations. I don't know why this is, but it seems best just to omit the #line statements. This is what was causing Valgrind on Fedora not to run on Samba binaries and programs linked to Samba libraries. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 25 11:46:56 CET 2011 on sn-devel-104
* libcli/nbt/wscript_build - fix build of "lmhosts"Matthias Dieter Wallnöfer2011-02-251-2/+2
| | | | | | | | | Needs also the "talloc" dependency. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Feb 25 11:01:31 CET 2011 on sn-devel-104
* s3-param: Make "rlimit_max below minimum Windows limit" notification less scaryJonathan Nieder2011-02-251-2/+2
| | | | | | | | | | | | | | | | | The fix to bug #6837 results in messages from testparm that look like a misconfiguration even though they aren't: rlimit_max: rlimit_max (8192) below minimum Windows limit (16384) Apply a slight change in wording ("increasing rlimit_max to minimum Windows limit") to make it clearer that the user has done nothing wrong. (Similarly for sysctl_max.) Reported-by: Miguel Medalha <miguelmedalha@sapo.pt> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 25 03:56:40 CET 2011 on sn-devel-104
* Gratuitous change to get around transient autobuild failure :-(.Jeremy Allison2011-02-251-2/+1
| | | | | | | Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 25 02:41:15 CET 2011 on sn-devel-104
* Detect Mac OS X as a separate client type.Justin Maggard2011-02-254-1/+9
|
* Ensure we don't return an incorrect access mask.Jeremy Allison2011-02-251-1/+2
| | | | | | | | | | From the Microsoft test suite @ Connectathon: Test Case: TestSuite_ScenarioNo009GrantedAccessTestS0 File created with access = 0x7 (Read, Write, Delete) Query Info on file returns 0x87 (Read, Write, Delete, Read Attributes) Jeremy.
* s3-libads: make ndr_print_ads_auth_flags() static.Günther Deschner2011-02-252-2/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 25 01:55:26 CET 2011 on sn-devel-104
* s3-vfs: make syncops_connect in modules/vfs_syncops.c static.Günther Deschner2011-02-251-2/+2
| | | | Guenther
* s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.Günther Deschner2011-02-254-40/+66
| | | | Guenther
* s3-printing: move more printing defines out of includes.hGünther Deschner2011-02-252-30/+30
| | | | Guenther
* Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move ↵Jeremy Allison2011-02-253-21/+77
| | | | | | | | | | | definition to correct place). Thanks to Nick Meier @ Microsoft for finding this @ Connectathon. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 25 00:40:52 CET 2011 on sn-devel-104
* Batch oplocks conflict with exclusive as well as themselves.Jeremy Allison2011-02-241-1/+1
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 24 21:44:50 CET 2011 on sn-devel-104
* s4:dynconfig: fix segfault in the set_dyn_*() functionsStefan Metzmacher2011-02-241-12/+25
| | | | | | | | | | | We should not try to call free on a const string (the default one). Now we make sure that the dyn_* variable is never NULL and only allocated if it's not the default value. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 24 12:29:56 CET 2011 on sn-devel-104
* s4:dynconfig: add prototypes for *dyn_LOCALEDIRStefan Metzmacher2011-02-241-0/+1
| | | | metze
* s3:rpc_client: we need to pass a non-blocking socket to ↵Stefan Metzmacher2011-02-241-0/+2
| | | | | | | | | tstream_bsd_existing_socket() metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 24 07:43:59 CET 2011 on sn-devel-104
* build: moved util_reg.c into a common subsystemAndrew Tridgell2011-02-244-5/+10
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 05:53:52 CET 2011 on sn-devel-104
* build: moved spnego_parse.c into a common subsystemAndrew Tridgell2011-02-243-7/+7
|
* Remember to free the second temporary string.Jeremy Allison2011-02-241-0/+1
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Feb 24 04:17:49 CET 2011 on sn-devel-104
* Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison2011-02-233-8/+21
| | | | | | We need to revalidate the pathname once re-constructed from a root fsp. Jeremy.
* build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell2011-02-2417-14/+126
| | | | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104
* build: moved lmhosts.c into a common subsystemAndrew Tridgell2011-02-242-5/+10
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell2011-02-2412-4/+30
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystemAndrew Tridgell2011-02-245-11/+8
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so libraryAndrew Tridgell2011-02-246-20/+19
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-docs: document all wbinfo options.Günther Deschner2011-02-231-3/+98
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 23:45:40 CET 2011 on sn-devel-104
* s3-waf: start adding checks for quota support.Günther Deschner2011-02-231-0/+8
| | | | Guenther
* s3-waf: remove more unused variables.Günther Deschner2011-02-231-10/+2
| | | | Guenther
* s3-waf: rename LIBSAMBA subsystem to LIBNTLMSSP (which it is in fact).Günther Deschner2011-02-232-12/+10
| | | | Guenther
* s3-waf: move GROUPDB into libpassdb.so.Günther Deschner2011-02-232-12/+12
| | | | Guenther
* Fix broken build with make dist tarballsSimo Sorce2011-02-231-1/+1
| | | | | Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Wed Feb 23 22:02:06 CET 2011 on sn-devel-104
* s3:libsmb only log a dead connection if it was not closedChristian Ambach2011-02-231-7/+12
| | | | | | | | | in case the cli was closed before (e.g. via a dropped ip message) it can be expected that the read here returns with an error and so we should not log that a connection is dead when it was closed before Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 23 16:51:03 CET 2011 on sn-devel-104
* s3: Fix 64-bit errorsVolker Lendecke2011-02-231-4/+8
| | | | | | | | | Casting those variables will lead to sscanf believing that it sees pointers to unsigned longs. These might be 64 bit long, thus sscanf will overwrite memory it should not overwrite. Assigning the vars later is okay, there we get automatic type conversion. C can be nasty ... Christian, please check!
* s3: Fix an uninitialized variable useVolker Lendecke2011-02-231-1/+2
| | | | | | The "goto error;" lead to the invalid talloc_free. Christian, please check!
* s3:idmap:autorid prevent fatal configuration changesChristian Ambach2011-02-231-2/+112
| | | | | | | | | | | | as the autorid module relies on a stable minimum uid/gid value and rangesize, it now saves the values used at first successful start and refuses to work if these values get changed in smb.conf later. Changing the values after the first mapping was done will result in unpredictable behaviour. Another check covers the maximum uid value. If this gets decreased later and domain range mappings already exist that would result in uid values higher than the new uid value, initialization will be aborted
* s3-proto: remove some prototypes of non-existing functions.Günther Deschner2011-02-236-51/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 15:42:35 CET 2011 on sn-devel-104
* s3: Improve an error msg in vfs_gpfsVolker Lendecke2011-02-231-1/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 23 14:12:39 CET 2011 on sn-devel-104
* lib/util/charset: ICONV_WRAPPER needs talloc.Günther Deschner2011-02-231-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 12:46:33 CET 2011 on sn-devel-104
* s3-waf: make use of LIBCLI_CLDAP subsystemStefan Metzmacher2011-02-231-6/+4
| | | | | | | metze Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 10:17:01 CET 2011 on sn-devel-104
* build: fixed 'make dist' without configuringAndrew Tridgell2011-02-231-1/+5
| | | | | | | | | this finds git inside samba_version.py thanks to Simo for noticing this problem Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Feb 23 07:55:28 CET 2011 on sn-devel-104
* build: don't display expected duplicate symbolsAndrew Tridgell2011-02-231-1/+6
|
* Torture test added to run_opentest() to ensure we don't regress onJeremy Allison2011-02-231-0/+26
| | | | | | | the previous change. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 23 03:00:53 CET 2011 on sn-devel-104
* Fix bug found against the new Mac client @ Connectathon. Mac clientsJeremy Allison2011-02-231-1/+9
| | | | | | | | don't open with FILE_WRITE_ATTRIBUTES when just doing a write, so updating the write time on close fails as smb_set_file_time() now (correctly) checks for FILE_WRITE_ATTRIBUTES in the access_mask before allowing client time update. This is an internal time update being done on a close, not a handle-based client request.
* s3-waf: move some parts of auth to AUTH_COMMON to avoid duplicate symbols ↵Günther Deschner2011-02-232-16/+15
| | | | | | | | | with winbindd. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 02:16:23 CET 2011 on sn-devel-104
* build: duplicate symbols between system libraries aren't interestingAndrew Tridgell2011-02-231-0/+10
| | | | | | | we expect dups in libpthread, libc and libattr Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Feb 23 01:29:38 CET 2011 on sn-devel-104
* s3-waf: added SYMBOLCHECK support to source3 waf buildAndrew Tridgell2011-02-231-0/+2
|
* build: move idtree.c into samba-util-commonAndrew Tridgell2011-02-231-3/+2
|
* build: moved more files into samba-util-commonAndrew Tridgell2011-02-232-29/+13
| | | | | this removes UTIL_SRC from the s3 waf build, as it is now all in common with samba-util-common
* build: created samba-util-common libraryAndrew Tridgell2011-02-232-39/+22
| | | | | | | | | | | this library will contain files that can be built in common between s3 and s4. Both samba-util and samba-util3 depend on it. Currently this library needs to be marked as allow_undefined_symbols, in order to allow s4 to build it. We can remove that flag once we have all the needed symbols in common Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>