summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shu...Gregor Beck2012-10-191-10/+17
* s3:build: move sessionid_tdb.o and conn_tdb.o to SMBD_OBJ_BASEGregor Beck2012-10-192-56/+40
* 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-193-97/+15
* s3:configure: check that struct utmp.ut_line is large enough for our use caseStefan Metzmacher2012-10-192-0/+26
* 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:net_status_shares: use connections_forall_read for a read only traversalGregor Beck2012-10-191-3/+2
* s3:count_current_connections: do not clear orphaned entries from connections.tdbGregor Beck2012-10-192-21/+9
* s3:smbcontrol: don't do stack_trace by connection but by server_id.Gregor Beck2012-10-191-6/+7
* s3:lib: remove unused function connections_traverse()Gregor Beck2012-10-192-23/+0
* s3:rpc_server/srvsvc: remove function net_enum_pipes()Gregor Beck2012-10-191-97/+0
* s3:auth: use const in smb_pam_xxx_session()Gregor Beck2012-10-192-6/+6
* s3:auth: remove duplicate propotypes for smb_pam_claim_session and smb_pam_cl...Michael Adam2012-10-191-2/+0
* s3:smbd/utmp: remove ip address from utmp recordStefan Metzmacher2012-10-195-61/+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-196-7/+41
* s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()Michael Adam2012-10-192-16/+15
* s3: fix comment header description for smbd_shimMichael Adam2012-10-192-2/+2
* s3:smbd: update sconn->remote_hostname after the netbios session requestStefan Metzmacher2012-10-191-0/+13
* build: Assert that auth_domain, auth_builtin, auth_sam, auth_winbind are builtinAndrew Bartlett2012-10-181-0/+6
* BUG #9295: Build standard auth modules as internal modules.Andreas Schneider2012-10-181-8/+4
* 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
* s3:vfs_gpfs re-indent run-away linesChristian Ambach2012-10-121-4/+10
* s3:vfs_gpfs fix the buildChristian Ambach2012-10-121-5/+11
* s3:vfs_gpfs remove a trailing spaceChristian Ambach2012-10-121-1/+1
* s3:vfs_gpfs skip local flock when gpfs sharemodes are disabledChristian Ambach2012-10-121-2/+5
* s3fs-printing: Simplify the comment and location handling.Andreas Schneider2012-10-111-13/+17
* smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...Andrew Bartlett2012-10-111-0/+3
* rpc_server:srvsvc Remove psd variable that was no longer set by SMB_VFS_FGET_...Andrew Bartlett2012-10-111-5/+3
* vfs: Remove irixacl module (all the fucntions in it are unimplemented)Andrew Bartlett2012-10-117-197/+0
* vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctxAndrew Bartlett2012-10-114-31/+50
* vfs: Improve formatting of vfs_fake_aclsAndrew Bartlett2012-10-111-2/+2
* vfs: Improve formatting of vfs_defaultAndrew Bartlett2012-10-111-23/+23
* vfs: Use a blocking function in vfs_zfsacl for system ACL blobsAndrew Bartlett2012-10-111-0/+12
* vfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_irix for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLsAndrew Bartlett2012-10-111-0/+58
* vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLsAndrew Bartlett2012-10-111-67/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLsAndrew Bartlett2012-10-111-0/+2
* vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl2 for posix ACLsAndrew Bartlett2012-10-111-0/+38
* vfs: Use posix_sys_acl_blob_get_file in vfs_aixaclAndrew Bartlett2012-10-111-0/+2
* vfs: Use a blocking function in vfs_afsacl for system ACL blobsAndrew Bartlett2012-10-111-1/+17