summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Break line properly.samba-3.6.6Karolin Seeger2012-06-241-1/+2
* WHATSNEW: Add more changes since 3.6.5.Karolin Seeger2012-06-231-2/+47
* s3:smbd: use fsp_persistent_id() as persistent_file_id part for SMB2 (bug #8995)Stefan Metzmacher2012-06-223-6/+9
* s3:smbd: add a fsp_persistent_id() functionStefan Metzmacher2012-06-222-0/+25
* s3:smbd: try to make fsp->fh->gen_id as globally unique as possibleStefan Metzmacher2012-06-221-1/+19
* Revert "s3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()"Stefan Metzmacher2012-06-221-3/+0
* s3:smb2_ioctl: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-30/+16
* s3:smb2_lock: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-30/+12
* s3:smb2_write: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-26/+9
* s3:smb2_read: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-29/+11
* s3:smb2_notify: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-26/+9
* 3:smb2_setinfo: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-29/+12
* s3:smb2_getinfo: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-29/+12
* s3:smb2_find: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-26/+9
* s3:smb2_break: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-32/+13
* s3:smb2_close: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-20/+8
* s3:smb2_flush: make use of file_fsp_smb2()Stefan Metzmacher2012-06-221-26/+9
* s3:smbd: add file_fsp_smb2()Stefan Metzmacher2012-06-222-0/+46
* s3:smb2_write: pass fsp->fnum to init_strict_lock_struct()Stefan Metzmacher2012-06-221-1/+1
* s3:smb2_read: pass fsp->fnum to init_strict_lock_struct()Stefan Metzmacher2012-06-221-2/+2
* s3:smb2_lock: use fsp->fnum as locking contextStefan Metzmacher2012-06-221-1/+1
* s3:smb2_lock: use smb2req->compat_chain_fsp instead of looking it up againStefan Metzmacher2012-06-221-6/+1
* s3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()Stefan Metzmacher2012-06-221-0/+3
* Part 2 of fix for bug #8998 - Notify code can miss a ChDir.Volker Lendecke2012-06-221-1/+13
* Part 1 of fix for bug #8998 - Notify code can miss a ChDir.Volker Lendecke2012-06-221-14/+26
* Fix bug #8922.Jeremy Allison2012-06-221-1/+1
* Complete fix for bug #8811 - sd_has_inheritable_components segfaults on an SD...Jeremy Allison2012-06-223-6/+28
* s3: remove dependency on automake for "make everything"Björn Jacke2012-06-222-1/+9
* Fix bug #8972 - Directory group write permission bit is set if unix extension...Jeremy Allison2012-06-221-2/+4
* s3-winbindd: call dump_core_setup after command line option has been parsedMatthieu Patou2012-06-221-0/+14
* Fix bug #8311 - Winzip occasionally can not read files out of an open winzip ...Stefan Metzmacher2012-06-223-297/+242
* s3-librpc-crypto: avoid crash with MIT krb5 1.10.0 in gss_get_name_attribute()Alexander Bokovoy2012-06-221-2/+18
* We are triggering the cleanup_timeout_fn() too often, on exiting when an smbd...Jeremy Allison2012-06-221-11/+4
* Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messa...Jeremy Allison2012-06-221-16/+19
* s3: Fix uninitialized memory read in talloc_free()Volker Lendecke2012-06-221-0/+3
* Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison2012-06-226-10/+22
* s3: fix compile of krb5 locator on SolarisBjörn Jacke2012-06-221-1/+1
* s3-pid: Catch with pid filename's change when config file is not smb.confMatthieu Patou2012-06-221-1/+25
* Fix bug #8627: Crash bug in dns_create_probe.Jeremy Allison2012-06-221-14/+14
* Second part of fix for bug 8953 - winbind can hang as nbt_getdc() has no time...Herb Lewis2012-06-221-0/+1
* Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison2012-06-224-2/+8
* Fix bug #8373 - Can't join XP Pro workstations to 3.6.1 DC.Jeremy Allison2012-06-222-5/+11
* Fix bad bugfix for bug #8910 - resolve_ads() code can return zero addresses a...Ira Cooper2012-06-221-1/+1
* Fix bug #8882 - Broken processing of %U with vfs_full_audit when force user i...Jeremy Allison2012-06-221-0/+8
* s3-utils: Use ads_do_search_retry in net ads searchAndrew Bartlett2012-06-221-1/+1
* s3-libads: Use a reducing page size to try and cope with a slow LDAP serverAndrew Bartlett2012-06-224-2/+14
* s3-winbindd: Always map the LDAP error code to an NTSTATUSAndrew Bartlett2012-06-221-4/+20
* s3-libads: Map LDAP_TIMELIMIT_EXCEEDED as NT_STATUS_IO_TIMEOUTAndrew Bartlett2012-06-221-0/+3
* Fix the loop unrolling inside resolve_ads(). If we don't get an IP list don't...Jeremy Allison2012-06-221-34/+73
* Protect all of the name resolution methods from returning null addrs. Ensure ...Jeremy Allison2012-06-221-9/+19