index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shu...
Gregor Beck
2012-10-19
1
-10
/
+17
*
s3:build: move sessionid_tdb.o and conn_tdb.o to SMBD_OBJ_BASE
Gregor Beck
2012-10-19
2
-56
/
+40
*
s3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()
Gregor Beck
2012-10-19
2
-0
/
+74
*
s3:smbXsrv_session: add smbXsrv_session_global_traverse()
Gregor Beck
2012-10-19
2
-0
/
+75
*
s3:smbd: use session_global_id as session number for pam and utmp
Gregor Beck
2012-10-19
3
-97
/
+15
*
s3:configure: check that struct utmp.ut_line is large enough for our use case
Stefan Metzmacher
2012-10-19
2
-0
/
+26
*
s3:smbd: initialize session->global before calling session_claim
Gregor Beck
2012-10-19
2
-27
/
+27
*
s3:smbd: remove smbd_server_connection argument from session_claim()
Gregor Beck
2012-10-19
4
-6
/
+7
*
s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...
Gregor Beck
2012-10-19
5
-8
/
+11
*
s3:net_status_shares: use connections_forall_read for a read only traversal
Gregor Beck
2012-10-19
1
-3
/
+2
*
s3:count_current_connections: do not clear orphaned entries from connections.tdb
Gregor Beck
2012-10-19
2
-21
/
+9
*
s3:smbcontrol: don't do stack_trace by connection but by server_id.
Gregor Beck
2012-10-19
1
-6
/
+7
*
s3:lib: remove unused function connections_traverse()
Gregor Beck
2012-10-19
2
-23
/
+0
*
s3:rpc_server/srvsvc: remove function net_enum_pipes()
Gregor Beck
2012-10-19
1
-97
/
+0
*
s3:auth: use const in smb_pam_xxx_session()
Gregor Beck
2012-10-19
2
-6
/
+6
*
s3:auth: remove duplicate propotypes for smb_pam_claim_session and smb_pam_cl...
Michael Adam
2012-10-19
1
-2
/
+0
*
s3:smbd/utmp: remove ip address from utmp record
Stefan Metzmacher
2012-10-19
5
-61
/
+8
*
s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield()
Michael Adam
2012-10-19
1
-6
/
+0
*
s3:smbd: add exit_server to the smbd_shim hooks
Stefan Metzmacher
2012-10-19
6
-7
/
+41
*
s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()
Michael Adam
2012-10-19
2
-16
/
+15
*
s3: fix comment header description for smbd_shim
Michael Adam
2012-10-19
2
-2
/
+2
*
s3:smbd: update sconn->remote_hostname after the netbios session request
Stefan Metzmacher
2012-10-19
1
-0
/
+13
*
build: Assert that auth_domain, auth_builtin, auth_sam, auth_winbind are builtin
Andrew Bartlett
2012-10-18
1
-0
/
+6
*
BUG #9295: Build standard auth modules as internal modules.
Andreas Schneider
2012-10-18
1
-8
/
+4
*
s3:smbd: fix brace placements in validate_my_share_entries() for readability
Michael Adam
2012-10-17
1
-2
/
+4
*
s3:smbd: also log the "offline" flag when debugging the dos-mode
Michael Adam
2012-10-17
1
-0
/
+1
*
s3:smb2_getinfo ensure proper error for not yet present quota support
Christian Ambach
2012-10-12
1
-0
/
+4
*
s3:vfs_gpfs re-indent run-away lines
Christian Ambach
2012-10-12
1
-4
/
+10
*
s3:vfs_gpfs fix the build
Christian Ambach
2012-10-12
1
-5
/
+11
*
s3:vfs_gpfs remove a trailing space
Christian Ambach
2012-10-12
1
-1
/
+1
*
s3:vfs_gpfs skip local flock when gpfs sharemodes are disabled
Christian Ambach
2012-10-12
1
-2
/
+5
*
s3fs-printing: Simplify the comment and location handling.
Andreas Schneider
2012-10-11
1
-13
/
+17
*
smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...
Andrew Bartlett
2012-10-11
1
-0
/
+3
*
rpc_server:srvsvc Remove psd variable that was no longer set by SMB_VFS_FGET_...
Andrew Bartlett
2012-10-11
1
-5
/
+3
*
vfs: Remove irixacl module (all the fucntions in it are unimplemented)
Andrew Bartlett
2012-10-11
7
-197
/
+0
*
vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctx
Andrew Bartlett
2012-10-11
4
-31
/
+50
*
vfs: Improve formatting of vfs_fake_acls
Andrew Bartlett
2012-10-11
1
-2
/
+2
*
vfs: Improve formatting of vfs_default
Andrew Bartlett
2012-10-11
1
-23
/
+23
*
vfs: Use a blocking function in vfs_zfsacl for system ACL blobs
Andrew Bartlett
2012-10-11
1
-0
/
+12
*
vfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl for posix ACLs
Andrew Bartlett
2012-10-11
1
-0
/
+2
*
vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLs
Andrew Bartlett
2012-10-11
1
-0
/
+2
*
vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLs
Andrew Bartlett
2012-10-11
1
-0
/
+2
*
vfs: Use posix_sys_acl_blob_get_file in vfs_irix for posix ACLs
Andrew Bartlett
2012-10-11
1
-0
/
+2
*
vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLs
Andrew Bartlett
2012-10-11
1
-0
/
+2
*
vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLs
Andrew Bartlett
2012-10-11
1
-0
/
+58
*
vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLs
Andrew Bartlett
2012-10-11
1
-67
/
+2
*
vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLs
Andrew Bartlett
2012-10-11
1
-0
/
+2
*
vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl2 for posix ACLs
Andrew Bartlett
2012-10-11
1
-0
/
+38
*
vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl
Andrew Bartlett
2012-10-11
1
-0
/
+2
*
vfs: Use a blocking function in vfs_afsacl for system ACL blobs
Andrew Bartlett
2012-10-11
1
-1
/
+17
[next]