summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd: Remove an unnecessary else branchVolker Lendecke2015-08-201-2/+1
* s3:smb2_negprot: prefer AES128_CCM if the client supports itStefan Metzmacher2015-08-171-4/+14
* smbd: Use a struct initializerVolker Lendecke2015-08-141-8/+9
* smbd: Remove a confusing commentVolker Lendecke2015-08-141-1/+0
* smbd: Log smb2 requests returning !OK with higher log levelChristof Schmitt2015-08-061-3/+3
* s3:sesssetup: use session->pending_auth in smb1 session setupMichael Adam2015-07-301-11/+24
* s3:smb2_sesssetup: use session->pending_authStefan Metzmacher2015-07-302-27/+48
* smbXsrv_session: add smbXsrv_session_create_auth()Stefan Metzmacher2015-07-302-0/+59
* smbXsrv_session: add smbXsrv_session_find_auth()Stefan Metzmacher2015-07-302-0/+24
* s3:smb2_sesssetup: remove now unneeded declaration of smb2srv_session_lookup_rawMichael Adam2015-07-301-6/+0
* s3:smb2_server: defer channel/session validation to the session setup code.Michael Adam2015-07-291-4/+20
* s3:smb2_sesssetup: check that the connection belongs to the session in sess.s...Michael Adam2015-07-291-0/+8
* smbXsrv: use smb2srv_session_lookup_client in smbXsrv_session_close_loopMichael Adam2015-07-291-4/+3
* smbXsrv: add smb2srv_session_lookup_client().Michael Adam2015-07-292-0/+12
* smbXsrv: rename smb2srv_session_lookup -> smb2srv_session_lookup_connMichael Adam2015-07-294-14/+15
* smbXsrv: add a smbXsrv_connection argument to smb2srv_session_lookup_rawMichael Adam2015-07-291-2/+8
* smbXsrv: add a smbXsrv_connection argument to smbXsrv_session_local_lookup()Stefan Metzmacher2015-07-291-2/+19
* s3-smbd: Remove the global dfree_broken variableAndreas Schneider2015-07-173-5/+1
* s3-smbd: Leave sys_disk_free() if dfree command is usedAndreas Schneider2015-07-171-16/+13
* s3:smbd: change a loglevel from 0 to 1 when SMB_VFS_CONNECT failsRalph Boehme2015-07-161-1/+3
* async_req: check for errors when monitoring socket for readabilityUri Simchoni2015-07-151-2/+2
* ctdbd_conn: Move release_ip handling into process.cVolker Lendecke2015-07-141-5/+18
* ctdbd_conn: Make register_with_ctdbd use an int-returning callbackVolker Lendecke2015-07-142-15/+19
* Replace random() and related calls with generate_random_buffer()Robin McCorkell2015-07-101-4/+3
* smbd: Fix CID 1311338 Error handling issues (CHECKED_RETURN)Volker Lendecke2015-07-091-1/+6
* smbd: Fix CID 1311337 Error handling issues (CHECKED_RETURN)Volker Lendecke2015-07-091-2/+1
* dosmode: Change message of result to informationalChristof Schmitt2015-07-091-2/+3
* vfs: Change final message in check_reduce_name to "info"Christof Schmitt2015-07-091-2/+1
* vfs: Make entry message for check_reduced_name a debug messageChristof Schmitt2015-07-091-1/+1
* Spelling correction: exlusive -> exclusivePaul Wayper2015-07-081-1/+1
* notifyd: Add notifyddVolker Lendecke2015-07-072-0/+90
* notify: Remove two now unused stubsVolker Lendecke2015-07-072-21/+0
* smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke2015-07-071-16/+0
* notify: Re-add notify_walk()Volker Lendecke2015-07-072-13/+73
* notifyd: Add notifyd_parse_db()Volker Lendecke2015-07-072-0/+84
* smbd: Kernel change notify is done by notifydVolker Lendecke2015-07-071-22/+0
* smbd: Replace the tdb-based notify_internal with notify_msgVolker Lendecke2015-07-073-1283/+268
* smbd: Don't start the notify cleanup anymoreVolker Lendecke2015-07-071-100/+0
* smbd: Start the notify daemonVolker Lendecke2015-07-071-0/+95
* smbd: Add the notify daemonVolker Lendecke2015-07-074-0/+1692
* smbd: Add direct notify_fam supportVolker Lendecke2015-07-072-0/+317
* param: Make "change notify" globalVolker Lendecke2015-07-071-1/+1
* smbd:trans2: treat new SMB_SIGNING_DESIRED in caseMichael Adam2015-07-071-0/+1
* s3-mdssvc: add mdssd RPC service daemon for mdssvcRalph Boehme2015-07-071-0/+10
* smbd:smb2: use encryption_desired in send_breakMichael Adam2015-07-071-2/+2
* smbd:smb2: only enable encryption in tcon if desiredMichael Adam2015-07-071-3/+6
* smbd:smb2: only enable encryption in session if desiredMichael Adam2015-07-071-3/+4
* smbd:smb2: separate between encryption required and enc desiredMichael Adam2015-07-072-4/+17
* s3-smbd: reset protocol in smbXsrv_connection_init_tables failure paths.Günther Deschner2015-06-301-1/+6
* s3: smbd: Use separate flag to track become_root()/unbecome_root() state.Jeremy Allison2015-06-251-2/+6