summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smb2_lock: use smb2req->compat_chain_fsp instead of looking it up againStefan Metzmacher2012-06-091-6/+1
* s3:smbd: set req->smb2req->compat_chain_fsp in file_fsp()Stefan Metzmacher2012-06-091-0/+3
* s3:smb2_close: add missing TALLOC_FREE(subreq) in smbd_smb2_request_close_done()Stefan Metzmacher2012-06-091-0/+1
* s3:smbd: readd START_PROFILE(smbd_idle)/END_PROFILE(smbd_idle)Stefan Metzmacher2012-06-091-0/+15
* tdb2: use ccan/err instead of err.hRusty Russell2012-06-0935-36/+11
* ccan: make failtest use ccan/err.Rusty Russell2012-06-092-1/+2
* ccan: import err module.from ccan revision 5add556a1cb64b49a664506aa76216d885...Rusty Russell2012-06-096-2/+348
* s3:smbd: change set_file_oplock() to return NTSTATUSMichael Adam2012-06-083-7/+9
* s3: Replace an if with a boolean short circuitVolker Lendecke2012-06-081-5/+3
* s3: Assigning ?True:False to a bool is a bit pointlessVolker Lendecke2012-06-081-3/+2
* s3: Remove unnecessary ()Volker Lendecke2012-06-081-1/+1
* s3: Replace an if with a boolean short circuitVolker Lendecke2012-06-081-5/+3
* s3: Assigning ?True:False to a bool is a bit pointlessVolker Lendecke2012-06-081-2/+2
* s3: Remove unnecessary ()Volker Lendecke2012-06-081-1/+1
* tevent: change version to 0.9.16Stefan Metzmacher2012-06-082-1/+83
* tevent: expose tevent_context_init_opsStefan Metzmacher2012-06-082-3/+19
* lib/tevent: Add trace point callbackMartin Schwenke2012-06-088-0/+82
* lib/tevent: In poll_event_context, add a pointer back to the tevent_contextMartin Schwenke2012-06-081-0/+4
* s3:smbd: remove unnecessary variable readret from read_file()Michael Adam2012-06-081-7/+3
* s3:smbd: remove ancient DMF_FIX from read_file().Michael Adam2012-06-081-15/+0
* build: do not run fsrvp tests as part of selftestDavid Disseldorp2012-06-081-0/+1
* s4-torture: fsrvp test suiteDavid Disseldorp2012-06-083-2/+574
* doc: add FSRVP commands to rpcclient man pageDavid Disseldorp2012-06-081-0/+45
* s3-rpcclient: add fsrvp commandsDavid Disseldorp2012-06-085-3/+670
* idl: add File Server Remote VSS Protocol idlDavid Disseldorp2012-06-083-3/+126
* samba_util: mark smb_panic as _NORETURN_.Rusty Russell2012-06-081-1/+1
* s3-winbindd: call dump_core_setup after command line option has been parsedMatthieu Patou2012-06-081-0/+2
* s3-waf: Fix the winbindd active directory idmap support build.Ira Cooper2012-06-081-1/+1
* build: try to fix large file support for AIXBjörn Jacke2012-06-081-0/+8
* ccan: Only build ccan-failtest when we are in developer modeAndrew Bartlett2012-06-072-32/+50
* lib/tdb2: build tests when built at toplevel.Rusty Russell2012-06-071-23/+94
* waf: fix parsing krb5-config --version for MIT krb5Alexander Bokovoy2012-06-071-2/+8
* waf: support --without-ad-dc for Heimdal (embedded and system) as wellAlexander Bokovoy2012-06-074-6/+6
* build: fix typo that breaks the HP-UX buildBjörn Jacke2012-06-071-1/+1
* build: Tidy up broken posix_fallocate testsAndrew Bartlett2012-06-072-3/+3
* s4-libcli: Remove unused finddcs_nbtAndrew Bartlett2012-06-072-314/+3
* build: Add missing deps and make MESSAGING a private libraryAndrew Bartlett2012-06-076-9/+10
* util: fix build on platforms without IPv6 supportBjörn Jacke2012-06-071-1/+1
* s3: enable winbind also for upcoming FreeBSD/NetBSD releases >=10Björn Jacke2012-06-071-2/+2
* script/commit_mark.sh: add the current branch nameStefan Metzmacher2012-06-071-4/+6
* s3:include: change lock_struct->fnum to uint64_tMichael Adam2012-06-064-6/+7
* s3:include: change lock_context->tid to uint32_tMichael Adam2012-06-061-1/+1
* s3:include: change connection_struct->cnum to uint32_tMichael Adam2012-06-064-4/+4
* s3:include: change smb_request->tid to uint32_tMichael Adam2012-06-061-1/+1
* s3:smb: change the value of TID_FIELD_INVALID from -1 to 0Michael Adam2012-06-061-1/+1