summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2015-10-08Fix a few small spelling mistakes in DEBUG messages to reduce confusionRichard Sharpe1-3/+3
2015-10-07lib: Make messaging_send_iov_from return 0/errnoVolker Lendecke1-4/+4
2015-10-07lib: Make ctdbd_register_ips return 0/errnoVolker Lendecke1-1/+6
2015-10-07lib: Make ctdbd_messaging_send_iov return 0/errnoVolker Lendecke1-4/+4
2015-10-07lib: Make register_with_ctdbd return 0/errnoVolker Lendecke1-5/+4
2015-10-07s3:smbd: pass expected_seq_low to smbd_initialize_smb2Ralph Boehme1-1/+1
2015-10-07s3:smb3: rename smbd_smb2_first_negprot and pass expected seq_lowRalph Boehme4-6/+8
2015-10-06s3:smbd: add expected_seq_low arg to smbd_initialize_smb2Ralph Boehme1-3/+4
2015-10-01s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bug #...Jeremy Allison1-0/+6
2015-10-01s3: smbd: fix a crash in unix_convert()Ralph Boehme1-1/+1
2015-09-24smbd: Set process name for notifyd processChristof Schmitt1-1/+1
2015-09-24smbd: Set process name for async echo handlerChristof Schmitt1-1/+1
2015-09-24s3: Move call to prctl_set_comment to reinit_after_forkChristof Schmitt4-12/+10
2015-09-24s3: smbd: Fix mkdir race condition.Jeremy Allison1-0/+19
2015-09-18s3: smbd: Fix opening/creating :stream files on the root share directory.Jeremy Allison1-0/+23
2015-09-18s3: smbd: Remove unused parameter from build_stream_path().Jeremy Allison1-3/+1
2015-09-10smbXsrv_session: factor smbXsrv_session_add_channel() out of smbXsrv_session_...Stefan Metzmacher2-29/+57
2015-09-10s3:smb2_sesssetup: let smbd_smb2_reauth_generic_return() cope with channelsStefan Metzmacher1-2/+8
2015-09-10s3:smb2_sesssetup: let smbd_smb2_auth_generic_return() cope with channelsMichael Adam1-3/+8
2015-09-10s3:smb2_sesssetup: change talloc hierarchy in smbd_smb2_session_setup_gensec_...Michael Adam1-3/+5
2015-08-31notify: check for valid notify_ctx in notify_removeRalph Boehme1-0/+5
2015-08-28s3:smb2_create: #if 0 unused variableStefan Metzmacher1-0/+4
2015-08-28Move the error handling for svhdx to vfswrap_create to give VFS module writer...Richard Sharpe1-7/+0
2015-08-27lib: Make sid_linearize take a uint8_tVolker Lendecke2-3/+5
2015-08-26lib: Make sid_parse take a uint8_tVolker Lendecke1-2/+3
2015-08-20smbd: Remove an unnecessary else branchVolker Lendecke1-2/+1
2015-08-17s3:smb2_negprot: prefer AES128_CCM if the client supports itStefan Metzmacher1-4/+14
2015-08-14smbd: Use a struct initializerVolker Lendecke1-8/+9
2015-08-14smbd: Remove a confusing commentVolker Lendecke1-1/+0
2015-08-06smbd: Log smb2 requests returning !OK with higher log levelChristof Schmitt1-3/+3
2015-07-30s3:sesssetup: use session->pending_auth in smb1 session setupMichael Adam1-11/+24
2015-07-30s3:smb2_sesssetup: use session->pending_authStefan Metzmacher2-27/+48
2015-07-30smbXsrv_session: add smbXsrv_session_create_auth()Stefan Metzmacher2-0/+59
2015-07-30smbXsrv_session: add smbXsrv_session_find_auth()Stefan Metzmacher2-0/+24
2015-07-30s3:smb2_sesssetup: remove now unneeded declaration of smb2srv_session_lookup_rawMichael Adam1-6/+0
2015-07-29s3:smb2_server: defer channel/session validation to the session setup code.Michael Adam1-4/+20
2015-07-29s3:smb2_sesssetup: check that the connection belongs to the session in sess.s...Michael Adam1-0/+8
2015-07-29smbXsrv: use smb2srv_session_lookup_client in smbXsrv_session_close_loopMichael Adam1-4/+3
2015-07-29smbXsrv: add smb2srv_session_lookup_client().Michael Adam2-0/+12
2015-07-29smbXsrv: rename smb2srv_session_lookup -> smb2srv_session_lookup_connMichael Adam4-14/+15
2015-07-29smbXsrv: add a smbXsrv_connection argument to smb2srv_session_lookup_rawMichael Adam1-2/+8
2015-07-29smbXsrv: add a smbXsrv_connection argument to smbXsrv_session_local_lookup()Stefan Metzmacher1-2/+19
2015-07-17s3-smbd: Remove the global dfree_broken variableAndreas Schneider3-5/+1
2015-07-17s3-smbd: Leave sys_disk_free() if dfree command is usedAndreas Schneider1-16/+13
2015-07-16s3:smbd: change a loglevel from 0 to 1 when SMB_VFS_CONNECT failsRalph Boehme1-1/+3
2015-07-15async_req: check for errors when monitoring socket for readabilityUri Simchoni1-2/+2
2015-07-14ctdbd_conn: Move release_ip handling into process.cVolker Lendecke1-5/+18
2015-07-14ctdbd_conn: Make register_with_ctdbd use an int-returning callbackVolker Lendecke2-15/+19
2015-07-10Replace random() and related calls with generate_random_buffer()Robin McCorkell1-4/+3
2015-07-09smbd: Fix CID 1311338 Error handling issues (CHECKED_RETURN)Volker Lendecke1-1/+6