summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd/aio do not mark file modified during readsChristian Ambach2012-11-201-2/+0
* More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison2012-11-202-7/+10
* Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe...Jeremy Allison2012-11-191-3/+21
* Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...Jeremy Allison2012-11-151-7/+10
* smbd_open_one_socket does not use the messaging_context variable so why pass ...Richard Sharpe2012-11-141-3/+0
* A small error message fix in source3/smbd/server.cRichard Sharpe2012-11-141-1/+1
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-132-108/+1
* Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc...Andrew Bartlett2012-11-133-42/+27
* smbd: Correctly set fsp->is_directory before dealing with ACLsAndrew Bartlett2012-11-131-1/+24
* pysmbd: Add SMB_ACL_EXECUTE to the mask set by make_simple_acl()Andrew Bartlett2012-11-121-1/+1
* s3:smbd: Fix typo in got_duplicate_group checkArvid Requate2012-11-101-1/+1
* Remove two unused variablesVolker Lendecke2012-11-071-1/+0
* s3:smbd: pass the current time to make_connection[_smb1]()Stefan Metzmacher2012-11-053-6/+9
* smb2_server: Fix typo in comment.Karolin Seeger2012-11-021-1/+1
* s3:smbd:smb2: fix a comment typo in the crediting code.Michael Adam2012-11-021-1/+1
* s3:smb2_read: fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile() support (bug...Stefan Metzmacher2012-10-301-1/+1
* s3:smbd:durable: remove a TODO comment about write time updatesMichael Adam2012-10-291-2/+0
* Fix bug #9329 - Directory listing with SeBackup can crash smbd.Jeremy Allison2012-10-293-1/+37
* pysmbd: Set umask to 0 during smbd operationsAndrew Bartlett2012-10-261-9/+34
* pysmbd: Remember to close files after setting the NT ACLAndrew Bartlett2012-10-261-0/+5
* pysmbd: Add hook for unlink() so python scripts can remove xattr.tdb entriesAndrew Bartlett2012-10-261-0/+68
* s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_ch...Michael Adam2012-10-251-392/+261
* pysmbd: Fix pysmbd octal mode handlingAndrew Bartlett2012-10-251-2/+2
* s3: Fix some blank line endingsVolker Lendecke2012-10-201-5/+5
* s3: Use talloc_stackframe in token_contains_name_in_listVolker Lendecke2012-10-201-13/+8
* s3:smbd:durable: store stat info for disconnected durables and check at recon...Michael Adam2012-10-191-0/+456
* s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect()Michael Adam2012-10-191-1/+0
* s3:smbd/durable: add write_time specific stuff to vfs_default_durable_cookieStefan Metzmacher2012-10-191-0/+12
* s3:smbd/durable: update the low level write_time before disconnecting the file.Stefan Metzmacher2012-10-191-0/+19
* s3:smbd/durable: trigger pending write_time updates before disconnecting the ...Stefan Metzmacher2012-10-191-0/+8
* s3:smbd: remove unused claim_connection/yield_connectionStefan Metzmacher2012-10-192-88/+0
* s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...Stefan Metzmacher2012-10-192-19/+0
* s3:smbd: fill tcon->global->session_global_idStefan Metzmacher2012-10-192-0/+4
* s3:lib: remove unused sessionid_*() functionsGregor Beck2012-10-191-3/+0
* s3:smbd: don't use (fill) sessionid.tdb in session_claim/yield any more.Gregor Beck2012-10-191-99/+33
* s3:smbd/connection: use smbXsrv_tcon_traverse to count connectionsGregor Beck2012-10-191-18/+8
* s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shu...Gregor Beck2012-10-191-10/+17
* s3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()Gregor Beck2012-10-192-0/+74
* s3:smbXsrv_session: add smbXsrv_session_global_traverse()Gregor Beck2012-10-192-0/+75
* s3:smbd: use session_global_id as session number for pam and utmpGregor Beck2012-10-192-77/+15
* s3:smbd: initialize session->global before calling session_claimGregor Beck2012-10-192-27/+27
* s3:smbd: remove smbd_server_connection argument from session_claim()Gregor Beck2012-10-194-6/+7
* s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...Gregor Beck2012-10-195-8/+11
* s3:count_current_connections: do not clear orphaned entries from connections.tdbGregor Beck2012-10-192-21/+9
* s3:smbd/utmp: remove ip address from utmp recordStefan Metzmacher2012-10-193-38/+8
* s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield()Michael Adam2012-10-191-6/+0
* s3:smbd: add exit_server to the smbd_shim hooksStefan Metzmacher2012-10-193-4/+10
* s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()Michael Adam2012-10-192-16/+15
* s3:smbd: update sconn->remote_hostname after the netbios session requestStefan Metzmacher2012-10-191-0/+13
* s3:smbd: fix brace placements in validate_my_share_entries() for readabilityMichael Adam2012-10-171-2/+4