Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r19689: Fix a NULL dereference found by coverity (the call to strlen). | Volker Lendecke | 2006-11-13 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Jerry, please check this. The way I understood alpha_strcpy the last arg needs to be the size of the target, not of the source. Thanks, Volker | |||||
| | * | r19688: Fix a deadcode warning by Coverity. | Volker Lendecke | 2006-11-13 | 1 | -7/+5 | |
| | | | | | | | | | | | | | | | | | | | | | Simo, I'm not sure this is the correct fix. So I'd like you to look at it and merge to 4 if appropriate. Volker | |||||
| | * | r19687: Fix uninitialized variables found by Coverity (and gcc -O1... ;-)) | Volker Lendecke | 2006-11-13 | 1 | -1/+2 | |
| | | | | | | | | | | | | Volker | |||||
| | * | r19686: Fix the build | Volker Lendecke | 2006-11-13 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19685: Two changes inspired by problems with huge tdbs. tdbtool's list ↵ | Volker Lendecke | 2006-11-13 | 4 | -10/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | command now prints the hash on every record for easier awk'ing, and tdbbackup allows a different hash chain length on the backed up tdb. Jeremy, Günther, this might be interesting for you huge domains. Not only locking.tdb, also the winbind ones might grow huge. In the installation I fixed with this winbind spent a huge amount of CPU spinning through a degenerated winbindd_idmap.tdb with entries for more than 15.000 users. With a default number of hash chains of 131 on that tdb you can imagine that the lists get large. Not merging to 4, I don't get tdbbackup to compile there right now. What about changing the global default hash chain number to be dramatically larger? Disk is cheap these days. Volker | |||||
| | * | r19669: set_share_security does not need a mem_ctx passed | Volker Lendecke | 2006-11-11 | 4 | -5/+5 | |
| | | | ||||||
| | * | r19668: Convert the locking params to use struct share_param instead of snum | Volker Lendecke | 2006-11-11 | 5 | -20/+26 | |
| | | | ||||||
| | * | r19667: Fix incorrect null check | Volker Lendecke | 2006-11-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19666: Talloc_guide text on multithreading by Remi Turboult | Volker Lendecke | 2006-11-11 | 1 | -0/+16 | |
| | | | ||||||
| | * | r19665: Fix a memleak | Volker Lendecke | 2006-11-11 | 1 | -3/+3 | |
| | | | ||||||
| | * | r19659: Fix bug #4187. Possible crash in signing on/off code. | Jeremy Allison | 2006-11-11 | 1 | -0/+8 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | r19657: Correctly check for malloc failure | Volker Lendecke | 2006-11-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19656: Correctly check for malloc failure | Volker Lendecke | 2006-11-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19655: Jeremy, please review: | Jim McDonough | 2006-11-10 | 1 | -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 name | Günther Deschner | 2006-11-10 | 1 | -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 Deschner | 2006-11-10 | 4 | -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 flock | Jim McDonough | 2006-11-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | call. | |||||
| | * | r19647: Add some GPFS support in a vfs mod. Also adds the kernel flock op to | Jim McDonough | 2006-11-09 | 11 | -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 Hu | Günther Deschner | 2006-11-09 | 1 | -11/+37 | |
| | | | | | | | | | | | | | | | | | | <david.hu@hp.com>. Fixes #4212. Guenther | |||||
| | * | r19627: Fix for bug #4211 - logic error in acl_group_override() | Jeremy Allison | 2006-11-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | function. Fix from Jim Wang of Wesoft. Jeremy. | |||||
| | * | r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error message | James Peach | 2006-11-07 | 4 | -7/+6 | |
| | | | | | | | | | | | | in core dump path. | |||||
| | * | r19601: Fix protection from invalid struct tm values. | Jeremy Allison | 2006-11-07 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | Backport from Samba4. Jeremy. | |||||
| | * | r19591: Use `import' and `include' in the IDL and regenerate. | Jelmer Vernooij | 2006-11-06 | 14 | -26/+34 | |
| | | | ||||||
| | * | r19579: BUG 4075: patch from Dmitry Butskoy <dmitry@butskoy.name>. | Gerald Carter | 2006-11-06 | 1 | -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 Allison | 2006-11-06 | 1 | -5/+6 | |
| | | | | | | | | | | | | Jeremy. | |||||
| | * | r19576: Correct trivial typo. | James Peach | 2006-11-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19552: Fix names of known failing tests. | Jelmer Vernooij | 2006-11-04 | 1 | -4/+4 | |
| | | | ||||||
| | * | r19542: Regenerate IDL. | Jelmer Vernooij | 2006-11-03 | 3 | -20/+0 | |
| | | | ||||||
| | * | r19533: Add a suffix to the program name if this is a process with a | Jeremy Allison | 2006-11-02 | 2 | -1/+16 | |
| | | | | | | | | | | | | | | | non-default configuration file name. Jeremy. | |||||
| | * | r19529: Added showacls togle. Previously was vendor-specific code. | Jeremy Allison | 2006-11-01 | 2 | -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" functions | Günther Deschner | 2006-11-01 | 2 | -9/+22 | |
| | | | | | | | | | | | | | | | | | | along with some memleaks. Guenther | |||||
| | * | r19527: Fix double free in "net ads group add". | Günther Deschner | 2006-11-01 | 1 | -1/+0 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19526: Fix minor memleak. | Günther Deschner | 2006-11-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19525: Fix the same error in "net ads group delete". | Günther Deschner | 2006-11-01 | 1 | -3/+4 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19524: Stop "net ads user delete" from doing funny things. | Günther Deschner | 2006-11-01 | 1 | -3/+4 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | r19516: Fix the DN, to make searches using the domain as base | Simo Sorce | 2006-10-31 | 1 | -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 Carter | 2006-10-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | and not CVS (since we don't use CVS anymore | |||||
| | * | r19494: When building with a static Heimdal, make sure not to link against | Günther Deschner | 2006-10-25 | 1 | -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" when | Günther Deschner | 2006-10-25 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | we can't find a domain controller at all. Guenther | |||||
| | * | r19491: backport changes from samba4 | Simo Sorce | 2006-10-25 | 8 | -35/+44 | |
| | | | ||||||
| | * | r19487: Fix coverity # 313 | Volker Lendecke | 2006-10-24 | 1 | -2/+4 | |
| | | | ||||||
| | * | r19486: Probably Coverity is wrong here, but this fixes their ID 317. Not ↵ | Volker Lendecke | 2006-10-24 | 1 | -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 # 319 | Volker Lendecke | 2006-10-24 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19484: Fix Coverity #329 | Volker Lendecke | 2006-10-24 | 1 | -1/+1 | |
| | | | ||||||
| | * | r19477: Patch from Huang Dejin Eugene <hdejin@yahoo.com>. | James Peach | 2006-10-24 | 1 | -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 NetShareEnum | Volker Lendecke | 2006-10-23 | 1 | -0/+4 | |
| | | | ||||||
| | * | r19468: Fix some potential NULL dereferences | Volker Lendecke | 2006-10-23 | 1 | -14/+48 | |
| | | | ||||||
| | * | r19451: Another cleanup of 18802. Referring to structures after the block ↵ | Volker Lendecke | 2006-10-22 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | has been left is not a good idea. Volker | |||||
| | * | r19450: Fix smbtree's use of netshareenum. | Volker Lendecke | 2006-10-22 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | Jelmer, how much of r18802 did you actually test?? Volker | |||||
| | * | r19448: Convert delete_share_security to struct share_params plus some cleanups | Volker Lendecke | 2006-10-21 | 4 | -21/+69 | |
| | | |