summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* s3:torture: fix use of non-existent word (existant)Michael Adam2012-06-121-3/+3
* s3:printing: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* s3:vfs:scannedonly: fix use of non-existent word (existant)Michael Adam2012-06-121-5/+5
* libsmbclient: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* selftest: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* lib/testtools: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* tdb:tests: fix use of a non-existent word (existant)Michael Adam2012-06-121-2/+2
* ldb:tests: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* pidl/tests: fix use of a non-existent word (existant)Michael Adam2012-06-121-2/+2
* lib/util: fix use of a non-existent word (existant) in a commentMichael Adam2012-06-121-1/+1
* nsstest: fix use of a non-existent word (existant)Michael Adam2012-06-121-4/+4
* s3: Make vfswrap_audit_file staticVolker Lendecke2012-06-121-5/+5
* s3: Fix Coverity ID 703870 Uninitialized scalar variableVolker Lendecke2012-06-111-0/+1
* s3: Save errno around a TALLOC_FREEVolker Lendecke2012-06-111-0/+3
* s3: Fix Coverity ID 703871 Unused pointer valueVolker Lendecke2012-06-111-0/+4
* s3/doc: some spelling fixesBjörn Jacke2012-06-1123-26/+26
* s3-winbindd: add comments about dump_core_setupMatthieu Patou2012-06-111-0/+11
* s3:smbd: explain parameters to filename_convert call in smbd_smb2_create_send()Michael Adam2012-06-111-2/+2
* s3: Fix Coverity ID 703869 Logically dead codeVolker Lendecke2012-06-111-10/+6
* s3: Fix Coverity ID 709049 Dereference before null checkVolker Lendecke2012-06-111-1/+1
* debug: Do not constantly rename logs when max log size = 0Andrew Bartlett2012-06-111-16/+18
* file_server: Use samba4 auth module for guest logins as wellAndrew Bartlett2012-06-111-1/+1
* lib/param: simplfy lp_find_security()Andrew Bartlett2012-06-111-5/+0
* pyldb: Ensure that the ldb argument is really an ldb before we dereferenceAndrew Bartlett2012-06-111-0/+10
* s3-smbd: Remove unused branches in negprot since security=share was removedAndrew Bartlett2012-06-111-21/+8
* s4-selftest: Test samba-tool drs replicate --local --full-syncAndrew Bartlett2012-06-113-2/+12
* libcli/nbt: remove unused system/network.h from libnbt.hStefan Metzmacher2012-06-111-1/+0
* lib/ldb/tools: add missing "replace.h"Stefan Metzmacher2012-06-114-0/+4
* s3/test: make dd call more portableBjörn Jacke2012-06-101-1/+1
* s4/pvfs: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFO...Björn Jacke2012-06-101-1/+22
* s3: fix build on systems without O_NOFOLLOWBjörn Jacke2012-06-101-1/+1
* wafsamba: try to fix the build on AIX with xlc_rStefan Metzmacher2012-06-101-1/+10
* heimdal:lib/asn1: try to fix the build on IRIXStefan Metzmacher2012-06-101-2/+6
* Revert "s3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()"Stefan Metzmacher2012-06-101-3/+0
* s3: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFOLLOW ...Björn Jacke2012-06-101-1/+20
* s3:smb2_ioctl: make use of file_fsp_smb2()Stefan Metzmacher2012-06-101-30/+12
* s3:smb2_lock: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-30/+12
* s3:smb2_write: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-26/+9
* s3:smb2_read: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-29/+11
* s3:smb2_notify: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-26/+9
* s3:smb2_setinfo: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-29/+12
* s3:smb2_getinfo: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-29/+12
* s3:smb2_find: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-26/+9
* s3:smb2_break: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-32/+13
* s3:smb2_close: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-30/+15
* s3:smb2_flush: make use of file_fsp_smb2()Stefan Metzmacher2012-06-091-26/+9
* s3:smbd: add file_fsp_smb2()Stefan Metzmacher2012-06-092-0/+46
* s3:smb2_write: pass fsp->fnum to init_strict_lock_struct()Stefan Metzmacher2012-06-091-1/+1
* s3:smb2_read: pass fsp->fnum to init_strict_lock_struct()Stefan Metzmacher2012-06-091-2/+2
* s3:smb2_lock: use fsp->fnum as locking contextStefan Metzmacher2012-06-091-1/+1