summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r14989: Fix from Mathias Dietz <MDIETZ@de.ibm.com>. EPERM can beJeremy Allison2006-04-081-1/+1
| | | | | | | | | | | | a valid return from getting an xattr. Don't disable if we get it. Jeremy.
| * r14986: Fix OS/2 directory delete bug found by kukks.Jeremy Allison2006-04-082-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | (Thanks a lot for all your hard work on this). We were caching the results of *all* directory scans, not just the results that match the client wildcard. This actually made no sense, as only matches on the client wildcard can be returned to the client and so might need to be searched for in the cache. This fixes the directory cache to only cache entries that we return to the client. Jeremy.
| * r14954: Fix #3569 based on William Jojo's work. AIX alsoJeremy Allison2006-04-065-6/+22
| | | | | | | | | | | | | | | | | | has the linear posix locking issue which causes CLEAR_IF_FIRST to cause performance problems. As we know we're in a daemon architecture with long-lived parent we can avoid this in the Samba case. Add a comment explaining this. Jeremy.
| * r14940: Remove pam_winbind's ability to create home directories on it's own.Günther Deschner2006-04-062-59/+0
| | | | | | | | Guenther
| * r14931: Fix #1374: can't join an OU with name that contains '#'Jim McDonough2006-04-061-2/+6
| | | | | | | | | | | | I had to eliminate "\" as an OU path separator, because it is the escape char in LDAP. We still accept "/", but using the escape char is just not a good choice.
| * r14923: Return False in the case a parametrical option is not configured inLars Müller2006-04-051-3/+7
| | | | | | | | | | | | the config file. For a "somesettings: foo = " we still return an empty line.
| * r14922: Use BOOL for the returned value.Lars Müller2006-04-051-1/+2
| |
| * r14900: Separate words in error message.James Peach2006-04-041-1/+1
| |
| * r14899: Add missing semi-colon.James Peach2006-04-041-1/+1
| |
| * r14898: This change is an attempt to improve the quality of the information thatJames Peach2006-04-0414-198/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is produced when a process exits abnormally. First, we coalesce the core dumping code so that we greatly improve our odds of being able to produce a core file, even in the case of a memory fault. I've removed duplicates of dump_core() and split it in two to reduce the amount of work needed to actually do the dump. Second, we refactor the exit_server code path to always log an explanation and a stack trace. My goal is to always produce enough log information for us to be able to explain any server exit, though there is a risk that this could produce too much log information on a flaky network. Finally, smbcontrol has gained a smbd fault injection operation to test the changes above. This is only enabled for developer builds.
| * r14896: Remove unused filesVolker Lendecke2006-04-031-646/+0
| |
| * r14895: Merge the 3.0.22 changeVolker Lendecke2006-04-031-1/+1
| |
| * r14892: allow:Stefan Metzmacher2006-04-031-2/+9
| | | | | | | | | | | | CC_CHECKER=mycheker make metze
| * r14889: Fix smbwrapper compileVolker Lendecke2006-04-032-3/+3
| |
| * r14886: reenable BASE-DENY2 and BASE-DENY3Stefan Metzmacher2006-04-032-1/+2
| | | | | | | | metze
| * r14884: this doesn't work and causes processes to be left when using ctrl-c ↵Stefan Metzmacher2006-04-031-4/+1
| | | | | | | | | | | | (SIGINT) metze
| * r14883: add 'smbd:sharedelay' option, so that we can speed up BASE-DENY2 in ↵Stefan Metzmacher2006-04-031-1/+8
| | | | | | | | | | | | | | | | make test as done in samba4 metze
| * r14869: Allow to dump a paramatrical option.Lars Müller2006-04-021-1/+19
| | | | | | | | | | Flaw: We print an empty line if the paramatrical option is not defined in the requested section.
| * r14868: I will not write code when changing to Daylight Savings Time.Gerald Carter2006-04-024-23/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. I will not write code when changing to Daylight Savings Time. ... Fix my brain dead inverted logic for turning winbindd on and off when run on a DC or when calling pdb functions from within winbindd.
| * r14865: - enforce timelimits for the testsStefan Metzmacher2006-04-023-3/+7
| | | | | | | | | | | | - and skip some long tests for now metze
| * r14863: try to make the generation of bin/timelimit more portableStefan Metzmacher2006-04-021-2/+3
| | | | | | | | | | | | jerry: can you test that please metze
| * r14855: Various fixes:Gerald Carter2006-04-029-46/+72
| | | | | | | | | | | | | | | | * depreacte 'acl group control' after discussion with Jeremy and implement functionality as part of 'dos filemode' * fix winbindd on a non-member server to expand local groups * prevent code previously only used by smbd from blindly turning _NO_WINBINDD back on
| * r14849: Fix >= that should be >. Too strict conditionJeremy Allison2006-04-011-2/+2
| | | | | | | | | | checked by Volker. Jeremy.
| * r14847: Tell static checkers that exit_server() doesn'tJeremy Allison2006-04-012-5/+11
| | | | | | | | | | return. Jeremy.
| * r14841: Fix IRIX build --with-pam.Günther Deschner2006-03-311-1/+1
| | | | | | | | Guenther
| * r14833: Fix resource leak on error code path. Coverity #280.Jeremy Allison2006-03-311-2/+3
| | | | | | | | Jeremy.
| * r14831: Fix possible null deref. Coverity #279.Jeremy Allison2006-03-311-0/+7
| | | | | | | | Jeremy.
| * r14829: Fix reversed test in coverity fixes.Jeremy Allison2006-03-311-1/+1
| | | | | | | | Jeremy.
| * r14820: sync test_posix_p3.sh with test_posix.sh from samba4Stefan Metzmacher2006-03-301-17/+28
| | | | | | | | | | | | but only run the BASE-* tests and ignore some more than in samba4 metze
| * r14809: - add my email addressStefan Metzmacher2006-03-301-3/+5
| | | | | | | | | | | | | | - fix usage() - remove unused var metze
| * r14790: Fix possible null deref. Coverity #277.Jeremy Allison2006-03-291-1/+3
| | | | | | | | Jeremy.
| * r14788: Fix coverity bug #276. null deref.Jeremy Allison2006-03-291-1/+17
| | | | | | | | Jeremy.
| * r14786: Fix coverity #275. null deref.Jeremy Allison2006-03-291-1/+8
| | | | | | | | Jeremy.
| * r14784: Fix coverity bug #274. Null deref.Jeremy Allison2006-03-291-12/+33
| | | | | | | | Jeremy.
| * r14782: Fix coverity bug #273, null deref.Jeremy Allison2006-03-291-0/+3
| | | | | | | | Jeremy.
| * r14780: Fix coverity bug #272, null deref.Jeremy Allison2006-03-291-0/+8
| | | | | | | | Jeremy.
| * r14778: Fix coverity null deref bugs #268 - #271.Jeremy Allison2006-03-291-1/+24
| | | | | | | | Jeremy.
| * r14776: Fix coverity #263 - #267. No one was checking tallocJeremy Allison2006-03-291-7/+88
| | | | | | | | | | returns. Doh ! Jeremy.
| * r14774: Fix null deref coverity bugs #260, #261, #262.Jeremy Allison2006-03-291-2/+13
| | | | | | | | Jeremy.
| * r14772: Fix coverity bug #258. Seems coverity has discovered talloc :-).Jeremy Allison2006-03-291-0/+14
| | | | | | | | Jeremy.
| * r14770: Fix coverity bug #257. Possible null deref.Jeremy Allison2006-03-291-1/+9
| | | | | | | | Jeremy.
| * r14768: Fix potential null deref coverity bugs #255, #256.Jeremy Allison2006-03-291-17/+25
| | | | | | | | Jeremy.
| * r14766: Fix possible NULL deref. Coverity #254.Jeremy Allison2006-03-291-8/+9
| | | | | | | | Jeremy.
| * r14764: Fix possible null pointer deref. Coverity #253.Jeremy Allison2006-03-291-2/+4
| | | | | | | | Jeremy.
| * r14763: Add a new tuning parameter, open files database hash size,Jeremy Allison2006-03-294-4/+11
| | | | | | | | | | | | | | | | | | this allows us to experiment with ensuring the tdb hash size for our open files and locking db are appropriately sized. Make the hash size larger by default (10007 instead of 1049) and make the locking db hash size the same as the open file db hash size. Jeremy.
| * r14760: Fix #3642, ensure we don't call FD_SET on read with fd == -1.Jeremy Allison2006-03-291-0/+4
| | | | | | | | Jeremy.
| * r14758: Fix broken LDAP search filter.Günther Deschner2006-03-291-1/+1
| | | | | | | | Guenther
| * r14757: Make sure we only send out a CLDAP request to an connected AD server.Günther Deschner2006-03-291-4/+6
| | | | | | | | Guenther
| * r14756: Make smbpasswd -a root work for eDirectory where there is no "account"Günther Deschner2006-03-291-5/+18
| | | | | | | | | | | | structural objectclass. Guenther
| * r14753: Fix the kerberized pam_auth: As we could have created a new credentialGünther Deschner2006-03-291-14/+26
| | | | | | | | | | | | | | | | | | | | | | cache with a valid TGT in it but we werent able to get or verify the service ticket for this local host afterwards and therefor didn't get the PAC, we need to remove that ccache entirely. Also remove an ugly pair of (not needed) seteuid calls around the ticket destroy wrapper. Guenther