summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-10-19s3:count_current_connections: do not clear orphaned entries from connections.tdbGregor Beck2-21/+9
2012-10-19s3:smbcontrol: don't do stack_trace by connection but by server_id.Gregor Beck1-6/+7
2012-10-19s3:lib: remove unused function connections_traverse()Gregor Beck2-23/+0
2012-10-19s3:rpc_server/srvsvc: remove function net_enum_pipes()Gregor Beck1-97/+0
2012-10-19s3:auth: use const in smb_pam_xxx_session()Gregor Beck2-6/+6
2012-10-19s3:auth: remove duplicate propotypes for smb_pam_claim_session and smb_pam_cl...Michael Adam1-2/+0
2012-10-19s3:smbd/utmp: remove ip address from utmp recordStefan Metzmacher5-61/+8
2012-10-19s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield()Michael Adam1-6/+0
2012-10-19s3:smbd: add exit_server to the smbd_shim hooksStefan Metzmacher6-7/+41
2012-10-19s3:smbd: move initialization of the smbd_shim from smbd_init_globals() to main()Michael Adam2-16/+15
2012-10-19s3: fix comment header description for smbd_shimMichael Adam2-2/+2
2012-10-19s3:smbd: update sconn->remote_hostname after the netbios session requestStefan Metzmacher1-0/+13
2012-10-18build: Assert that auth_domain, auth_builtin, auth_sam, auth_winbind are builtinAndrew Bartlett1-0/+6
2012-10-18BUG #9295: Build standard auth modules as internal modules.Andreas Schneider1-8/+4
2012-10-17s3:smbd: fix brace placements in validate_my_share_entries() for readabilityMichael Adam1-2/+4
2012-10-17s3:smbd: also log the "offline" flag when debugging the dos-modeMichael Adam1-0/+1
2012-10-12s3:smb2_getinfo ensure proper error for not yet present quota supportChristian Ambach1-0/+4
2012-10-12s3:vfs_gpfs re-indent run-away linesChristian Ambach1-4/+10
2012-10-12s3:vfs_gpfs fix the buildChristian Ambach1-5/+11
2012-10-12s3:vfs_gpfs remove a trailing spaceChristian Ambach1-1/+1
2012-10-12s3:vfs_gpfs skip local flock when gpfs sharemodes are disabledChristian Ambach1-2/+5
2012-10-11s3fs-printing: Simplify the comment and location handling.Andreas Schneider1-13/+17
2012-10-11smbd: Always free the talloc_stackframe() before leaving smbd_do_query_securi...Andrew Bartlett1-0/+3
2012-10-11rpc_server:srvsvc Remove psd variable that was no longer set by SMB_VFS_FGET_...Andrew Bartlett1-5/+3
2012-10-11vfs: Remove irixacl module (all the fucntions in it are unimplemented)Andrew Bartlett7-197/+0
2012-10-11vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctxAndrew Bartlett4-31/+50
2012-10-11vfs: Improve formatting of vfs_fake_aclsAndrew Bartlett1-2/+2
2012-10-11vfs: Improve formatting of vfs_defaultAndrew Bartlett1-23/+23
2012-10-11vfs: Use a blocking function in vfs_zfsacl for system ACL blobsAndrew Bartlett1-0/+12
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_tru64acl for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_solarisacl for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_posixacl for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_irix for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_hpux for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_gpfs for posix ACLsAndrew Bartlett1-0/+58
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_fake_acls for posix ACLsAndrew Bartlett1-67/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_default for posix ACLsAndrew Bartlett1-0/+2
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_aixacl2 for posix ACLsAndrew Bartlett1-0/+38
2012-10-11vfs: Use posix_sys_acl_blob_get_file in vfs_aixaclAndrew Bartlett1-0/+2
2012-10-11vfs: Use a blocking function in vfs_afsacl for system ACL blobsAndrew Bartlett1-1/+17
2012-10-11vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backendsAndrew Bartlett3-1/+126
2012-10-11vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett5-14/+13
2012-10-11smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett23-124/+231
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett25-140/+203
2012-10-11build: Add vfs_media_harmony to the waf buildAndrew Bartlett1-0/+9
2012-10-10s3-rpc_server: fix build warningDavid Disseldorp1-0/+2
2012-10-09Make sure the returned sd is on the right context, and if not it's always freed.Jeremy Allison1-1/+3
2012-10-09Move setting of psd->dacl->revision and protect against null SD's.Jeremy Allison1-2/+4
2012-10-09s3: Pass down smb_filename to smbacl4_fill_ace4Volker Lendecke1-6/+6
2012-10-08s3fs-printing: Fix RAW printing for normal users.Andreas Schneider1-1/+1