summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbd: use req->sconn in sesssetup.cStefan Metzmacher2014-09-191-2/+2
* s3:smbd: use req->sconn in reply_ntcancel()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: use req->sconn in reply_negprot()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: pass smbXsrv_connection to srv_send_smb()Stefan Metzmacher2014-09-1910-33/+30
* s3:smbd: pass smbXsrv_connection to receive_smb*()Stefan Metzmacher2014-09-191-11/+7
* s3:smbd: use smbXsrv_connection_dbg() in receive_smb_talloc()Michael Adam2014-09-191-2/+1
* s3:smbd: use smbXsrv_connection_dbg() inreceive_smb_raw_talloc_partial_read()Michael Adam2014-09-191-2/+1
* s3:smb2_sesssetup: use smb2req->sconn in smbd_smb2_reauth_generic_return()Stefan Metzmacher2014-09-191-2/+1
* s3:smb2_server: use the global signing key to check if signing is requiredStefan Metzmacher2014-09-191-1/+1
* s3:selftest: run the smb2.replay test against the //$SERVER_IP/durable shareStefan Metzmacher2014-09-191-1/+1
* lib: Add EMSGSIZE to map_nt_error_from_unixVolker Lendecke2014-09-181-0/+1
* ctdb_conn: Fix a small memory leak when releasing an IPVolker Lendecke2014-09-181-1/+2
* lib: Move tdb lock timeout fns to source3Volker Lendecke2014-09-182-0/+97
* Remove a few #ifdef EWOULDBLOCkVolker Lendecke2014-09-185-55/+6
* s3: vfs module: Adding new vfs module for Symantec VxFS.Abhidnya Joshi2014-09-183-0/+728
* nmbd: Send waiting status to systemd.Andreas Schneider2014-09-171-2/+5
* lib: Avoid a talloc in write_data_iovVolker Lendecke2014-09-171-9/+3
* Add test suite for iconv conversion fail of bad names over SMB1/SMB3.Jeremy Allison2014-09-161-0/+144
* s3: smbd: Fix a couple of tricky slow-path cases - don't return a mangled nam...Jeremy Allison2014-09-162-0/+49
* s3: smbd: Change get_lanman2_dir_entry() to return the full NTSTATUS.Jeremy Allison2014-09-161-20/+32
* s3: smbd: Remove unneeded 'out_of_space' parameter from smbd_dirptr_lanman2_e...Jeremy Allison2014-09-163-7/+6
* s3: smbd: SMB2 - change smbd_dirptr_lanman2_entry() to return an NTSTATUS.Jeremy Allison2014-09-163-12/+19
* s3: smbd: smbd_marshall_dir_entry() no longer needs explicit 'out_of_space' p...Jeremy Allison2014-09-161-7/+1
* s3: smbd: Change smbd_marshall_dir_entry() to return an NTSTATUS. Returns STA...Jeremy Allison2014-09-161-23/+24
* s3: smbd: Change the function signature of srvstr_push() from returning a len...Jeremy Allison2014-09-167-70/+215
* s3: smbd: Ensure types for all variables called 'len' used in srvstr_push() a...Jeremy Allison2014-09-161-12/+10
* s3: smbd: srvstr_push() was changed to never return -1, so don't check for th...Jeremy Allison2014-09-161-1/+1
* s3: utils: Don't directly manipulate errno inside strupper_m().Jeremy Allison2014-09-161-5/+1
* vfs_gpfs: Fix the build with profiling-dataVolker Lendecke2014-09-161-4/+4
* s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be N...Jeremy Allison2014-09-152-3/+8
* messaging_dgm: Don't expose the messaging_dgm_contextVolker Lendecke2014-09-143-37/+59
* messaging_dgm: Avoid a tallocVolker Lendecke2014-09-141-10/+10
* messaging_dgm: Avoid a tallocVolker Lendecke2014-09-141-7/+8
* messaging_dgm: messaging_dgm_lockfile_remove does not use tmp_ctx anymoreVolker Lendecke2014-09-141-3/+2
* messaging_dgm: messaging_dgm_lockfile_create does not use tmp_ctx anymoreVolker Lendecke2014-09-141-3/+2
* messaging_dgm: Avoid talloc_tos()Volker Lendecke2014-09-141-56/+55
* messaging_dgm: ReformattingVolker Lendecke2014-09-141-2/+1
* messaging_dgm: Remove an unnecessary castVolker Lendecke2014-09-141-2/+1
* namecache: fix uninitialised pointer returnsDavid Disseldorp2014-09-131-3/+3
* s3: smbd: streams - Ensure share mode validation ignores internal opens (op_m...Volker Lendecke2014-09-121-1/+6
* media_harmony: Fix a crash bugVolker Lendecke2014-09-121-2/+2
* media_harmony: Fix warningsVolker Lendecke2014-09-121-12/+9
* s3: smbd - open logic fix.Jeremy Allison2014-09-111-0/+11
* vfs_acl_common: dacl size must be updatedRalph Boehme2014-09-111-0/+3
* s3: smbd: Ensure we don't call qsort() with a size of -1.Jeremy Allison2014-09-111-16/+16
* s3:smbd:open_file: use a more natural check.Michael Adam2014-09-111-1/+3
* s3:smbd: fix a race in open codeMichael Adam2014-09-101-17/+42
* smbd: Fix a typoVolker Lendecke2014-09-101-1/+1
* s3:smbd: fix a comment typoRalph Boehme2014-09-091-1/+1
* smbd: Move make_dir_struct() to reply.cVolker Lendecke2014-09-093-54/+46