index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-19
s3:lib: remove unused sessionid_*() functions
Gregor Beck
1
-3
/
+0
2012-10-19
s3:smbd: don't use (fill) sessionid.tdb in session_claim/yield any more.
Gregor Beck
1
-99
/
+33
2012-10-19
s3:smbd/connection: use smbXsrv_tcon_traverse to count connections
Gregor Beck
1
-18
/
+8
2012-10-19
s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shu...
Gregor Beck
1
-10
/
+17
2012-10-19
s3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()
Gregor Beck
2
-0
/
+74
2012-10-19
s3:smbXsrv_session: add smbXsrv_session_global_traverse()
Gregor Beck
2
-0
/
+75
2012-10-19
s3:smbd: use session_global_id as session number for pam and utmp
Gregor Beck
2
-77
/
+15
2012-10-19
s3:smbd: initialize session->global before calling session_claim
Gregor Beck
2
-27
/
+27
2012-10-19
s3:smbd: remove smbd_server_connection argument from session_claim()
Gregor Beck
4
-6
/
+7
2012-10-19
s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...
Gregor Beck
5
-8
/
+11
2012-10-19
s3:count_current_connections: do not clear orphaned entries from connections.tdb
Gregor Beck
2
-21
/
+9
2012-10-19
s3:smbd/utmp: remove ip address from utmp record
Stefan Metzmacher
3
-38
/
+8
2012-10-19
s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield()
Michael Adam
1
-6
/
+0
2012-10-19
s3:smbd: add exit_server to the smbd_shim hooks
Stefan Metzmacher
3
-4
/
+10
2012-10-19
s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()
Michael Adam
2
-16
/
+15
2012-10-19
s3:smbd: update sconn->remote_hostname after the netbios session request
Stefan Metzmacher
1
-0
/
+13
2012-10-17
s3:smbd: fix brace placements in validate_my_share_entries() for readability
Michael Adam
1
-2
/
+4
2012-10-17
s3:smbd: also log the "offline" flag when debugging the dos-mode
Michael Adam
1
-0
/
+1
2012-10-12
s3:smb2_getinfo ensure proper error for not yet present quota support
Christian Ambach
1
-0
/
+4
2012-10-11
smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...
Andrew Bartlett
1
-0
/
+3
2012-10-11
vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backends
Andrew Bartlett
2
-0
/
+125
2012-10-11
vfs: Remove type parameter from sys_acl_blob_get_{fd,file}
Andrew Bartlett
1
-2
/
+1
2012-10-11
smbd: Add mem_ctx to {f,}get_nt_acl VFS call
Andrew Bartlett
6
-37
/
+65
2012-10-11
smbd: Add mem_ctx to sys_acl_init() and all callers
Andrew Bartlett
4
-43
/
+66
2012-10-06
We should never just assign an st_mode to an ace->perms field, theoretically
Jeremy Allison
1
-2
/
+2
2012-10-05
Modify ensure_canon_entry_valid() into ensure_canon_entry_valid_on_set() - ma...
Jeremy Allison
1
-154
/
+141
2012-10-05
Simplify ensure_canon_entry_valid by splitting out the _get codepath.
Jeremy Allison
1
-3
/
+86
2012-10-04
Remove all uses of lp_security_mask/lp_force_security_mode/lp_dir_security_ma...
Jeremy Allison
2
-20
/
+10
2012-10-04
Revert "When creating a new file/directory, we need to obey the create mask/d...
Jeremy Allison
1
-15
/
+0
2012-10-04
s3fs-smbd: Make sure the registry is set up before we init printing.
Andreas Schneider
1
-4
/
+4
2012-10-03
Revert "Fix bug #9222 - smbd ignores the "server signing = no" setting for SM...
Jeremy Allison
2
-12
/
+4
2012-10-03
Fix bug #9214 - Bad user supplied SMB2 credit value can cause smbd to call sm...
Jeremy Allison
1
-1
/
+6
2012-10-03
Fix bug #9222 - smbd ignores the "server signing = no" setting for SMB2.
Jeremy Allison
2
-4
/
+12
2012-10-02
When creating a new file/directory, we need to obey the create mask/directory...
Jeremy Allison
1
-0
/
+15
2012-10-02
When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER a...
Jeremy Allison
1
-0
/
+10
2012-10-02
Only apply masks on non-default ACL entries when setting the ACL.
Jeremy Allison
1
-9
/
+19
2012-10-02
Use is_default_acl variable in canonicalise_acl().
Jeremy Allison
1
-2
/
+3
2012-10-02
Reformat spacing to be even.
Jeremy Allison
1
-7
/
+8
2012-10-01
s3: make recursive_rmdir function non-static
Björn Baumbach
2
-4
/
+7
2012-09-29
s3: Fix opening a file under kernel oplocks
Volker Lendecke
1
-0
/
+79
2012-09-29
s3: Remove a SMB_ASSERT
Volker Lendecke
1
-2
/
+0
2012-09-29
s3: Close the now opened file descriptor in error paths
Volker Lendecke
1
-0
/
+3
2012-09-29
s3: No code change, just re-indent
Volker Lendecke
1
-188
/
+187
2012-09-29
s3: Remove share mode handling before we open the file
Volker Lendecke
1
-204
/
+1
2012-09-29
s3: Fix fcb_or_dos_open after logic change
Volker Lendecke
1
-1
/
+2
2012-09-29
s3: Copy share mode handling from before to after open_file
Volker Lendecke
1
-17
/
+124
2012-09-27
s3: For read-only shares, filter out write bits from conn->access_mask
Volker Lendecke
1
-0
/
+7
2012-09-27
s3: Fix rejecting mkdir on read-only shares
Volker Lendecke
1
-1
/
+1
2012-09-26
s3: Slightly simplify open_file()
Volker Lendecke
1
-1
/
+2
2012-09-26
s3: Slightly simplify calculate_open_access_flags
Volker Lendecke
1
-9
/
+10
[next]