summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-10s3/test: make dd call more portableBjörn Jacke1-1/+1
2012-06-10s4/pvfs: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFO...Björn Jacke1-1/+22
2012-06-10s3: fix build on systems without O_NOFOLLOWBjörn Jacke1-1/+1
2012-06-10wafsamba: try to fix the build on AIX with xlc_rStefan Metzmacher1-1/+10
2012-06-10heimdal:lib/asn1: try to fix the build on IRIXStefan Metzmacher1-2/+6
2012-06-10Revert "s3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()"Stefan Metzmacher1-3/+0
2012-06-10s3: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFOLLOW ...Björn Jacke1-1/+20
2012-06-10s3:smb2_ioctl: make use of file_fsp_smb2()Stefan Metzmacher1-30/+12
2012-06-09s3:smb2_lock: make use of file_fsp_smb2()Stefan Metzmacher1-30/+12
2012-06-09s3:smb2_write: make use of file_fsp_smb2()Stefan Metzmacher1-26/+9
2012-06-09s3:smb2_read: make use of file_fsp_smb2()Stefan Metzmacher1-29/+11
2012-06-09s3:smb2_notify: make use of file_fsp_smb2()Stefan Metzmacher1-26/+9
2012-06-09s3:smb2_setinfo: make use of file_fsp_smb2()Stefan Metzmacher1-29/+12
2012-06-09s3:smb2_getinfo: make use of file_fsp_smb2()Stefan Metzmacher1-29/+12
2012-06-09s3:smb2_find: make use of file_fsp_smb2()Stefan Metzmacher1-26/+9
2012-06-09s3:smb2_break: make use of file_fsp_smb2()Stefan Metzmacher1-32/+13
2012-06-09s3:smb2_close: make use of file_fsp_smb2()Stefan Metzmacher1-30/+15
2012-06-09s3:smb2_flush: make use of file_fsp_smb2()Stefan Metzmacher1-26/+9
2012-06-09s3:smbd: add file_fsp_smb2()Stefan Metzmacher2-0/+46
2012-06-09s3:smb2_write: pass fsp->fnum to init_strict_lock_struct()Stefan Metzmacher1-1/+1
2012-06-09s3:smb2_read: pass fsp->fnum to init_strict_lock_struct()Stefan Metzmacher1-2/+2
2012-06-09s3:smb2_lock: use fsp->fnum as locking contextStefan Metzmacher1-1/+1
2012-06-09s3:smb2_lock: use smb2req->compat_chain_fsp instead of looking it up againStefan Metzmacher1-6/+1
2012-06-09s3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()Stefan Metzmacher1-0/+3
2012-06-09s3:smb2_close: add missing TALLOC_FREE(subreq) in smbd_smb2_request_close_done()Stefan Metzmacher1-0/+1
2012-06-09s3:smbd: readd START_PROFILE(smbd_idle)/END_PROFILE(smbd_idle)Stefan Metzmacher1-0/+15
2012-06-09tdb2: use ccan/err instead of err.hRusty Russell35-36/+11
2012-06-09ccan: make failtest use ccan/err.Rusty Russell2-1/+2
2012-06-09ccan: import err module.from ccan revision 5add556a1cb64b49a664506aa76216d885...Rusty Russell6-2/+348
2012-06-08s3:smbd: change set_file_oplock() to return NTSTATUSMichael Adam3-7/+9
2012-06-08s3: Replace an if with a boolean short circuitVolker Lendecke1-5/+3
2012-06-08s3: Assigning ?True:False to a bool is a bit pointlessVolker Lendecke1-3/+2
2012-06-08s3: Remove unnecessary ()Volker Lendecke1-1/+1
2012-06-08s3: Replace an if with a boolean short circuitVolker Lendecke1-5/+3
2012-06-08s3: Assigning ?True:False to a bool is a bit pointlessVolker Lendecke1-2/+2
2012-06-08s3: Remove unnecessary ()Volker Lendecke1-1/+1
2012-06-08tevent: change version to 0.9.16Stefan Metzmacher2-1/+83
2012-06-08tevent: expose tevent_context_init_opsStefan Metzmacher2-3/+19
2012-06-08lib/tevent: Add trace point callbackMartin Schwenke8-0/+82
2012-06-08lib/tevent: In poll_event_context, add a pointer back to the tevent_contextMartin Schwenke1-0/+4
2012-06-08s3:smbd: remove unnecessary variable readret from read_file()Michael Adam1-7/+3
2012-06-08s3:smbd: remove ancient DMF_FIX from read_file().Michael Adam1-15/+0
2012-06-08build: do not run fsrvp tests as part of selftestDavid Disseldorp1-0/+1
2012-06-08s4-torture: fsrvp test suiteDavid Disseldorp3-2/+574
2012-06-08doc: add FSRVP commands to rpcclient man pageDavid Disseldorp1-0/+45
2012-06-08s3-rpcclient: add fsrvp commandsDavid Disseldorp5-3/+670
2012-06-08idl: add File Server Remote VSS Protocol idlDavid Disseldorp3-3/+126
2012-06-08samba_util: mark smb_panic as _NORETURN_.Rusty Russell1-1/+1
2012-06-08s3-winbindd: call dump_core_setup after command line option has been parsedMatthieu Patou1-0/+2
2012-06-08s3-waf: Fix the winbindd active directory idmap support build.Ira Cooper1-1/+1