summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix bug 9809 -- missing entry in specfileVolker Lendecke2013-04-221-0/+1
* Fix bug in old create temp SMB request. Only use VFS functions.Jeremy Allison2013-04-201-53/+64
* Ensure the RECVFILE path in vfs_pwrite_data() operates on a blocking socket.Jeremy Allison2013-04-201-1/+12
* Ensure the RECVFILE path in vfs_write_data() operates on a blocking socket.Jeremy Allison2013-04-191-1/+12
* Ensure drain_socket() operates on a blocking socket.Jeremy Allison2013-04-191-2/+15
* Add the internals of is_smb2_recvfile_write.Jeremy Allison2013-04-191-1/+37
* The guts of the receivefile code changes.Jeremy Allison2013-04-191-5/+60
* Add stub static function that will turn on/off receivefile code path.Jeremy Allison2013-04-191-0/+5
* Add extra fields into struct smbd_smb2_request_read_state to support receivef...Jeremy Allison2013-04-191-0/+3
* Add macro SMBD_SMB2_SHORT_RECEIVEFILE_WRITE_LEN.Jeremy Allison2013-04-191-0/+2
* Add utility function get_min_receive_file_size().Jeremy Allison2013-04-191-0/+11
* Allow smbd_smb2_request_error_ex() to cope with unread bytes on error.Jeremy Allison2013-04-191-0/+10
* Add function smbd_smb2_unread_bytes().Jeremy Allison2013-04-192-0/+13
* If we already have an smb1req attached to the struct smbd_smb2_request, don't...Jeremy Allison2013-04-191-3/+7
* Ensure we don't do an SMB2 aio write if RECVFILE is active.Jeremy Allison2013-04-191-0/+5
* samba-tool/dns: Fix a typo in ttl variable nameAmitay Isaacs2013-04-191-1/+1
* fileserver: raise the debug level for share connection from non IPC to 2Matthieu Patou2013-04-191-1/+1
* s3:locking add NDR debug in share_mode_forallChristian Ambach2013-04-191-0/+4
* s3:rpc_server increase a debug levelChristian Ambach2013-04-191-8/+8
* s3:registry increase a debug levelChristian Ambach2013-04-191-1/+1
* s3:smbd stop working on a dead client socketChristian Ambach2013-04-191-0/+1
* s3:smbd increase a loglevelChristian Ambach2013-04-191-5/+5
* s3:smbstatus do not print orphaned share entriesChristian Ambach2013-04-191-0/+6
* smbd: Fix signing when the async echo handler kicks inVolker Lendecke2013-04-191-1/+1
* s4:dsdb: Fix warnings about not set / set but unused / shadowed variablesMatthieu Patou2013-04-197-20/+5
* s3:smbd:smb2:scavenger: fix format error for debugging open_persistent_id in ...Michael Adam2013-04-191-4/+5
* talloc: Simplify _talloc_free_poolmem a bitVolker Lendecke2013-04-181-2/+14
* talloc: Do an early returnVolker Lendecke2013-04-181-3/+6
* talloc: Avoid some "else" by doing early returnsVolker Lendecke2013-04-181-4/+8
* talloc: Fix nonblank line endingsVolker Lendecke2013-04-181-34/+34
* selftest: S3 does not do leases yetVolker Lendecke2013-04-181-0/+1
* s4:torture/smb2: add v2 lease requestsStefan Metzmacher2013-04-181-1/+209
* s4:torture/smb2: add smb2_lease_v2_create_share() helperStefan Metzmacher2013-04-182-1/+29
* s4:libcli/smb2: add support for SMB2 LEASES v2Stefan Metzmacher2013-04-182-6/+49
* libcli/smb: add SMB2_LEASE_FLAG_* definesStefan Metzmacher2013-04-181-0/+4
* s4:torture/smb2: add NTCREATEX_SHARE_ACCESS_DELETE in smb2_generic_create_sha...Stefan Metzmacher2013-04-181-1/+0
* s4:torture:smb2 delete temp memory context in test_durable_open_oplock_discon...Gregor Beck2013-04-181-2/+2
* s4:torture:smb2:durable_v2: remove an unused variableMichael Adam2013-04-181-1/+0
* s3:smbd: call scavenger_schedule_disconnected() from close normal file for du...Gregor Beck2013-04-181-0/+2
* s3:smbd: add a scavenger process for disconnected durable handlesGregor Beck2013-04-188-1/+573
* s3:locking: add function share_mode_cleanup_disconnected()Gregor Beck2013-04-182-0/+102
* s3:locking: improve debug output of parse_share_modes()Gregor Beck2013-04-181-1/+2
* s3:locking: no need to make a file_id passed by value a constantGregor Beck2013-04-182-13/+10
* s3:locking:brlock: add function brl_cleanup_disconnected()Gregor Beck2013-04-182-0/+74
* s3:locking:brlock: explain the lockdb_clean semantic better in brl_reconnect_...Michael Adam2013-04-181-1/+5
* s3:locking:brlock: let validate_lock_entries keep entries for disconnected se...Gregor Beck2013-04-181-8/+23
* s3:locking:brlock: improve the comment for the brl self cleaning codeMichael Adam2013-04-181-3/+6
* s3:locking:brlock: use serverids_exist to validate_lock_entriesGregor Beck2013-04-181-3/+34
* s3:smbXsrv_open: add function smbXsrv_open_cleanup()Gregor Beck2013-04-182-0/+80
* s3:smbXsrv_open: factor out smbXsrv_open_global_parse_recordGregor Beck2013-04-181-14/+36