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
Age
Commit message (
Expand
)
Author
Files
Lines
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:lib: implement sessionid_traverse_read with smb2srv_session_traverse_read
Gregor Beck
1
-25
/
+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:build: move sessionid_tdb.o and conn_tdb.o to SMBD_OBJ_BASE
Gregor Beck
2
-56
/
+40
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
3
-97
/
+15
2012-10-19
s3:configure: check that struct utmp.ut_line is large enough for our use case
Stefan Metzmacher
2
-0
/
+26
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:net_status_shares: use connections_forall_read for a read only traversal
Gregor Beck
1
-3
/
+2
2012-10-19
s3:count_current_connections: do not clear orphaned entries from connections.tdb
Gregor Beck
2
-21
/
+9
2012-10-19
s3:smbcontrol: don't do stack_trace by connection but by server_id.
Gregor Beck
1
-6
/
+7
2012-10-19
s3:lib: remove unused function connections_traverse()
Gregor Beck
2
-23
/
+0
2012-10-19
s3:rpc_server/srvsvc: remove function net_enum_pipes()
Gregor Beck
1
-97
/
+0
2012-10-19
s3:auth: use const in smb_pam_xxx_session()
Gregor Beck
2
-6
/
+6
2012-10-19
s3:auth: remove duplicate propotypes for smb_pam_claim_session and smb_pam_cl...
Michael Adam
1
-2
/
+0
2012-10-19
s3:smbd/utmp: remove ip address from utmp record
Stefan Metzmacher
5
-61
/
+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
6
-7
/
+41
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: fix comment header description for smbd_shim
Michael Adam
2
-2
/
+2
2012-10-19
s3:smbd: update sconn->remote_hostname after the netbios session request
Stefan Metzmacher
1
-0
/
+13
2012-10-18
build: Assert that auth_domain, auth_builtin, auth_sam, auth_winbind are builtin
Andrew Bartlett
1
-0
/
+6
2012-10-18
BUG #9295: Build standard auth modules as internal modules.
Andreas Schneider
1
-8
/
+4
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-12
s3:vfs_gpfs re-indent run-away lines
Christian Ambach
1
-4
/
+10
2012-10-12
s3:vfs_gpfs fix the build
Christian Ambach
1
-5
/
+11
2012-10-12
s3:vfs_gpfs remove a trailing space
Christian Ambach
1
-1
/
+1
2012-10-12
s3:vfs_gpfs skip local flock when gpfs sharemodes are disabled
Christian Ambach
1
-2
/
+5
2012-10-11
s3fs-printing: Simplify the comment and location handling.
Andreas Schneider
1
-13
/
+17
2012-10-11
smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...
Andrew Bartlett
1
-0
/
+3
2012-10-11
rpc_server:srvsvc Remove psd variable that was no longer set by SMB_VFS_FGET_...
Andrew Bartlett
1
-5
/
+3
2012-10-11
vfs: Remove irixacl module (all the fucntions in it are unimplemented)
Andrew Bartlett
7
-197
/
+0
2012-10-11
vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctx
Andrew Bartlett
4
-31
/
+50
2012-10-11
vfs: Improve formatting of vfs_fake_acls
Andrew Bartlett
1
-2
/
+2
2012-10-11
vfs: Improve formatting of vfs_default
Andrew Bartlett
1
-23
/
+23
2012-10-11
vfs: Use a blocking function in vfs_zfsacl for system ACL blobs
Andrew Bartlett
1
-0
/
+12
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_irix for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLs
Andrew Bartlett
1
-0
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLs
Andrew Bartlett
1
-0
/
+58
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLs
Andrew Bartlett
1
-67
/
+2
2012-10-11
vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLs
Andrew Bartlett
1
-0
/
+2
[prev]
[next]