summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r19656: Correctly check for malloc failureVolker Lendecke2006-11-101-1/+1
| | |
| | * r19655: Jeremy, please review:Jim McDonough2006-11-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | I updated the vfs version in 3.0.24 from 16 to 17, beacuse 16 was the latest released code, but on SAMBA_3_0, I reverted my earlier change back from 19 to 18, because we've not had any released code with 18. This is related to the kernel_flock call addition.
| | * r19652: Trying to track down which caller tries to store a 0 length domain nameGünther Deschner2006-11-101-1/+6
| | | | | | | | | | | | | | | | | | in the affinity cache (which happens all the time here). Guenther
| | * r19651: Fix interesting bug with the automatic site coverage in Active ↵Günther Deschner2006-11-104-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Directory: When having DC-less sites, AD assigns DCs from other sites to that site that does not have it's own DC. The most reliable way for us to identify the nearest DC - in that and all other cases - is the closest_dc flag in the CLDAP reply. Guenther
| | * r19648: whoops, forgot to increment the vfs version number with the added flockJim McDonough2006-11-091-1/+2
| | | | | | | | | | | | call.
| | * r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op toJim McDonough2006-11-0911-24/+380
| | | | | | | | | | | | | | | the vfs layer, since gpfs supports it. Thanks to Volker, Christian, Mathias, Chetan, and Peter.
| | * r19646: Fix memleak in the default_ou_string handling. Thanks to David HuGünther Deschner2006-11-091-11/+37
| | | | | | | | | | | | | | | | | | <david.hu@hp.com>. Fixes #4212. Guenther
| | * r19627: Fix for bug #4211 - logic error in acl_group_override()Jeremy Allison2006-11-071-2/+2
| | | | | | | | | | | | | | | function. Fix from Jim Wang of Wesoft. Jeremy.
| | * r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach2006-11-074-7/+6
| | | | | | | | | | | | in core dump path.
| | * r19601: Fix protection from invalid struct tm values.Jeremy Allison2006-11-071-0/+10
| | | | | | | | | | | | | | | Backport from Samba4. Jeremy.
| | * r19591: Use `import' and `include' in the IDL and regenerate.Jelmer Vernooij2006-11-0614-26/+34
| | |
| | * r19579: BUG 4075: patch from Dmitry Butskoy <dmitry@butskoy.name>.Gerald Carter2006-11-061-2/+4
| | | | | | | | | | | | | | | Allow smbd to use winbindd to lookup uids/gids outside the idmap range if 'winbind trusted domains only = yes'
| | * r19577: Fix from Nils Nordman for bug #4085. Thanks !Jeremy Allison2006-11-061-5/+6
| | | | | | | | | | | | Jeremy.
| | * r19576: Correct trivial typo.James Peach2006-11-061-1/+1
| | |
| | * r19552: Fix names of known failing tests.Jelmer Vernooij2006-11-041-4/+4
| | |
| | * r19542: Regenerate IDL.Jelmer Vernooij2006-11-033-20/+0
| | |
| | * r19533: Add a suffix to the program name if this is a process with aJeremy Allison2006-11-022-1/+16
| | | | | | | | | | | | | | | non-default configuration file name. Jeremy.
| | * r19529: Added showacls togle. Previously was vendor-specific code.Jeremy Allison2006-11-012-9/+75
| | | | | | | | | | | | | | | | | | Merging these in - should have been merged back before (will be tidied up later). Jeremy.
| | * r19528: Fix container handling for "net ads user" and "net ads group" functionsGünther Deschner2006-11-012-9/+22
| | | | | | | | | | | | | | | | | | along with some memleaks. Guenther
| | * r19527: Fix double free in "net ads group add".Günther Deschner2006-11-011-1/+0
| | | | | | | | | | | | Guenther
| | * r19526: Fix minor memleak.Günther Deschner2006-11-011-0/+1
| | | | | | | | | | | | Guenther
| | * r19525: Fix the same error in "net ads group delete".Günther Deschner2006-11-011-3/+4
| | | | | | | | | | | | Guenther
| | * r19524: Stop "net ads user delete" from doing funny things.Günther Deschner2006-11-011-3/+4
| | | | | | | | | | | | Guenther
| | * r19516: Fix the DN, to make searches using the domain as baseSimo Sorce2006-10-311-9/+9
| | | | | | | | | | | | | | | | | | | | | the DN must be rid,domain and not domain,rid Also use member and not memberOf for group members following conventions.
| | * r19497: Thought I already fixes the etags target. Ignore .svn Gerald Carter2006-10-251-2/+2
| | | | | | | | | | | | and not CVS (since we don't use CVS anymore
| | * r19494: When building with a static Heimdal, make sure not to link againstGünther Deschner2006-10-251-1/+3
| | | | | | | | | | | | | | | | | | | | | -lgssapi_krb5. With that change I could sucessfully verify that Heimdal support is still working nicely after the changes from jpeach. Guenther
| | * r19493: There is no point in prompting for a user's password in "net ads" whenGünther Deschner2006-10-251-0/+8
| | | | | | | | | | | | | | | | | | we can't find a domain controller at all. Guenther
| | * r19491: backport changes from samba4Simo Sorce2006-10-258-35/+44
| | |
| | * r19487: Fix coverity # 313Volker Lendecke2006-10-241-2/+4
| | |
| | * r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵Volker Lendecke2006-10-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | sure whether to merge it to 4_0. I want it in 3_0 because it took a bit to persuade myself that el can not be NULL here. Volker
| | * r19485: Fix Coverity # 319Volker Lendecke2006-10-241-1/+1
| | |
| | * r19484: Fix Coverity #329Volker Lendecke2006-10-241-1/+1
| | |
| | * r19477: Patch from Huang Dejin Eugene <hdejin@yahoo.com>.James Peach2006-10-241-23/+31
| | | | | | | | | | | | | | | Add configure option --enable-fam so that FAM support can explicitly be controlled at build time. Default behaviour is to autodetect.
| | * r19469: Another user of NetShareEnumVolker Lendecke2006-10-231-0/+4
| | |
| | * r19468: Fix some potential NULL dereferencesVolker Lendecke2006-10-231-14/+48
| | |
| | * r19451: Another cleanup of 18802. Referring to structures after the block ↵Volker Lendecke2006-10-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | has been left is not a good idea. Volker
| | * r19450: Fix smbtree's use of netshareenum.Volker Lendecke2006-10-221-0/+5
| | | | | | | | | | | | | | | | | | Jelmer, how much of r18802 did you actually test?? Volker
| | * r19448: Convert delete_share_security to struct share_params plus some cleanupsVolker Lendecke2006-10-214-21/+69
| | |
| | * r19447: Do not throw away informationVolker Lendecke2006-10-211-4/+1
| | |
| | * r19446: Comment can be NULL nowVolker Lendecke2006-10-211-1/+2
| | |
| | * r19445: Attempt to fix net rpc shareVolker Lendecke2006-10-211-1/+42
| | |
| | * r19444: merge from samba4:Stefan Metzmacher2006-10-211-0/+2
| | | | | | | | | | | | | | | | | | reset trap when we have removed the test specifc files already metze
| | * r19431: merge recent talloc performance improvements from Samba4Andrew Tridgell2006-10-213-594/+660
| | |
| | * r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2006-10-2126-108/+170
| | | | | | | | | | | | and significant speedups
| | * r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell2006-10-204-2/+2
| | | | | | | | | | | | see discussion on samba-technical
| | * r19426: merge nearly all the differences between Samba3 tdb and Samba4Andrew Tridgell2006-10-2017-406/+558
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tdb. This includes: - the new tdb_lockall and tdb_lockall_read code, which will be needed for the ldb speedups - the tdb logging changes. This is an intermediate step to keep the differences between the two branches small. The plan is still to move to a tdb_init()/tdb_set_logging_function()/tdb_attach() style of open which will make things much cleaner. - the updated test suites and standalone tdb build code - use libreplace headers There are still some small differences I haven't merged. I'll discuss those on the list.
| | * r19424: Protect against username == NULLJeremy Allison2006-10-201-0/+4
| | | | | | | | | | | | Jeremy.
| | * r19422: Doh ! Put the krb5 user@realm code in the right place.Jeremy Allison2006-10-201-3/+37
| | | | | | | | | | | | Jeremy.
| | * r19421: BUG 3868: Patch from Timur Bakeyev <timur@com.bat.ru> to preventGerald Carter2006-10-191-0/+1
| | | | | | | | | | | | --with-aio-support from trimping on the $LIBS variable
| | * r19420: Remove strequal and use strcmp() instead. Meant to Gerald Carter2006-10-191-11/+12
| | | | | | | | | | | | make the change before theprevious commit.