summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-283-492/+352
* s3:libsmb: handle the smb signing states the same in the krb5 and ntlmssp casesStefan Metzmacher2009-01-281-16/+35
* Even for srclen == 0 we have to return somethingVolker Lendecke2009-01-281-0/+6
* Fix null pointer refrence in event context in backport from v3-3-testBo Yang2009-01-281-2/+6
* Fix logic bug introduce in backport of ccache_regain_all_now, sync withJeremy Allison2009-01-281-13/+20
* Backport of the clean event context after fork andBo Yang2009-01-285-185/+423
* Don't set child->requests to NULL in parent after forkBo Yang2009-01-281-1/+0
* s3/smbpasswd: Check if Unix account exists before asking for the password.Karolin Seeger2009-01-281-0/+9
* docs: Improve man mount.cifs.Karolin Seeger2009-01-281-3/+5
* Fix a delete on close divergence from windows [2/2]Tim Prouty2009-01-285-50/+10502
* Fix a delete on close divergence from windows [1/2]Tim Prouty2009-01-281-4/+2
* Fix bug #6021 - smbclient du command does not recuse properlyJeremy Allison2009-01-282-5/+6
* Remove "strict allocate = partial" code that got accidentally committed.Jeremy Allison2009-01-286-50/+11
* Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...Jeremy Allison2009-01-281-1/+1
* packaging RHEL: Fix syntax error in samba.spec.tmpl.Karolin Seeger2009-01-281-2/+1
* Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.Jeremy Allison2009-01-281-3/+8
* refresh sequence number as soon as possible when domain->sequence_number == -...boyang2009-01-287-14/+58
* packaging(RHEL): fix typo in [u]mount.cifs installationMichael Adam2009-01-281-2/+2
* packaging(RHEL): fix build of [u]mount.cifsMichael Adam2009-01-281-8/+2
* Fix bug #6017, - magic script does not work. based on a patch from monyo@samb...Jeremy Allison2009-01-281-3/+13
* s3/swat: Fix creation of the first share using SWAT.Volker Lendecke2009-01-281-1/+1
* docs: Improve description of the share commands in man smb.conf.Karolin Seeger2009-01-283-24/+34
* docs: Fix example in man vfs_recycle.Karolin Seeger2009-01-281-5/+8
* Fix the build (event context init was different).Jeremy Allison2009-01-281-1/+22
* clean event context after child is forked.Bo Yang2009-01-2810-20/+51
* Attempt to fix crash seen with new CUPS async printcap loading code.Jeremy Allison2009-01-282-1/+3
* examples: Avoid bashism in perfcount.init.Karolin Seeger2009-01-281-3/+3
* Revert "examples: Avoid bashism in perfcount.init."Karolin Seeger2009-01-281-1/+1
* Fix bug 6014 -- mget shouldn't segfault without argumentsVolker Lendecke2009-01-281-0/+5
* examples: Avoid bashism in perfcount.init.Karolin Seeger2009-01-281-3/+3
* docs: Document the -g option of smbclient.Karolin Seeger2009-01-281-7/+17
* Fix a bad memleak in vfs_full_auditVolker Lendecke2009-01-281-1/+4
* Fix bug #6009 - Setting "min receivefile size = 1" breaks writes.Jeremy Allison2009-01-281-1/+1
* Revert "packaging(RHEL): fix build of [u]mount.cifs"Karolin Seeger2009-01-281-2/+8
* Revert "packaging(RHEL): fix typo in [u]mount.cifs installation"Karolin Seeger2009-01-281-2/+2
* packaging(RHEL): fix typo in [u]mount.cifs installationMichael Adam2009-01-281-2/+2
* packaging(RHEL): fix build of [u]mount.cifsMichael Adam2009-01-281-8/+2
* Happy New Year!Stefan Metzmacher2009-01-281-1/+1
* Fix bug 5913.Volker Lendecke2009-01-281-1/+1
* recvfile can't be used for printing so farVolker Lendecke2009-01-281-0/+4
* Fix an ancient uninitialized variable readVolker Lendecke2009-01-283-7/+7
* Fix a memory leak in cups_pull_comment_locationVolker Lendecke2009-01-281-0/+4
* Don't increment twiceVolker Lendecke2009-01-281-1/+0
* Second part of the bugfix for #5933Volker Lendecke2009-01-281-6/+13
* First part of bugfix for #5933Volker Lendecke2009-01-281-3/+0
* s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher2009-01-281-2/+2
* Add code to test write_data_iov a bitVolker Lendecke2009-01-281-0/+11
* Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writevVolker Lendecke2009-01-281-27/+13
* Make write_data use write_data_iovVolker Lendecke2009-01-281-24/+24
* Add write_data_iovVolker Lendecke2009-01-281-0/+69