summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-08build: try to fix large file support for AIXBjörn Jacke1-0/+8
2012-06-07ccan: Only build ccan-failtest when we are in developer modeAndrew Bartlett2-32/+50
2012-06-07lib/tdb2: build tests when built at toplevel.Rusty Russell1-23/+94
2012-06-07waf: fix parsing krb5-config --version for MIT krb5Alexander Bokovoy1-2/+8
2012-06-07waf: support --without-ad-dc for Heimdal (embedded and system) as wellAlexander Bokovoy4-6/+6
2012-06-07build: fix typo that breaks the HP-UX buildBjörn Jacke1-1/+1
2012-06-07build: Tidy up broken posix_fallocate testsAndrew Bartlett2-3/+3
2012-06-07s4-libcli: Remove unused finddcs_nbtAndrew Bartlett2-314/+3
2012-06-07build: Add missing deps and make MESSAGING a private libraryAndrew Bartlett6-9/+10
2012-06-07util: fix build on platforms without IPv6 supportBjörn Jacke1-1/+1
2012-06-07s3: enable winbind also for upcoming FreeBSD/NetBSD releases >=10Björn Jacke1-2/+2
2012-06-07script/commit_mark.sh: add the current branch nameStefan Metzmacher1-4/+6
2012-06-06s3:include: change lock_struct->fnum to uint64_tMichael Adam4-6/+7
2012-06-06s3:include: change lock_context->tid to uint32_tMichael Adam1-1/+1
2012-06-06s3:include: change connection_struct->cnum to uint32_tMichael Adam4-4/+4
2012-06-06s3:include: change smb_request->tid to uint32_tMichael Adam1-1/+1
2012-06-06s3:smb: change the value of TID_FIELD_INVALID from -1 to 0Michael Adam1-1/+1
2012-06-06s3:smb: introduce a name TID_FIELD_INVALID for the invalid value for a cnum/tidMichael Adam6-8/+9
2012-06-06s3:connections: add a CNUM_OFFSET for mapping between cnum and the bitmap indexMichael Adam2-4/+12
2012-06-06s3:smb.h: fix a comment typoMichael Adam1-1/+1