summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3:smbd: also log the "offline" flag when debugging the dos-modeMichael Adam2012-10-171-0/+1
* s3:smb2_getinfo ensure proper error for not yet present quota supportChristian Ambach2012-10-121-0/+4
* smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...Andrew Bartlett2012-10-111-0/+3
* vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backendsAndrew Bartlett2012-10-112-0/+125
* vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2012-10-111-2/+1
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-116-37/+65
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-114-43/+66
* We should never just assign an st_mode to an ace->perms field, theoreticallyJeremy Allison2012-10-061-2/+2
* Modify ensure_canon_entry_valid() into ensure_canon_entry_valid_on_set() - ma...Jeremy Allison2012-10-051-154/+141
* Simplify ensure_canon_entry_valid by splitting out the _get codepath.Jeremy Allison2012-10-051-3/+86
* Remove all uses of lp_security_mask/lp_force_security_mode/lp_dir_security_ma...Jeremy Allison2012-10-042-20/+10
* Revert "When creating a new file/directory, we need to obey the create mask/d...Jeremy Allison2012-10-041-15/+0
* s3fs-smbd: Make sure the registry is set up before we init printing.Andreas Schneider2012-10-041-4/+4