summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-10-19s3:smbd/durable: update the low level write_time before disconnecting the file.Stefan Metzmacher1-0/+19
2012-10-19s3:smbd/durable: trigger pending write_time updates before disconnecting the ...Stefan Metzmacher1-0/+8
2012-10-19s3:lib: remove unused connections_fetch_entry*() and connections_init()Stefan Metzmacher2-68/+0
2012-10-19s3:smbd: remove unused claim_connection/yield_connectionStefan Metzmacher2-88/+0
2012-10-19s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...Stefan Metzmacher2-19/+0
2012-10-19s3:lib/conn_tdb: implement connections_forall_read() based on smbXsrv_*_globa...Gregor Beck2-38/+95
2012-10-19s3:smbd: fill tcon->global->session_global_idStefan Metzmacher2-0/+4
2012-10-19s3:smbXsrv.idl: add session_global_id to smbXsrv_tcon_globalStefan Metzmacher1-0/+4
2012-10-19s3:lib: remove function connections_forall()Gregor Beck2-61/+0
2012-10-19s3:utils/net: remove unused "net connections"Stefan Metzmacher5-286/+2
2012-10-19s3:net_serverid: remove connections_forall from "net serverid wipedbs"Gregor Beck1-28/+3
2012-10-19s3:lib: remove unused sessionid_*() functionsGregor Beck3-92/+0
2012-10-19s3:net_serverid: remove sessionid_traverse from "net serverid wipedbs"Gregor Beck1-23/+0
2012-10-19s3:smbd: don't use (fill) sessionid.tdb in session_claim/yield any more.Gregor Beck1-99/+33
2012-10-19s3:lib: implement sessionid_traverse_read with smb2srv_session_traverse_readGregor Beck1-25/+33
2012-10-19s3:smbd/connection: use smbXsrv_tcon_traverse to count connectionsGregor Beck1-18/+8
2012-10-19s3:smbd:setup_new_vc_session: traverse sessions instead of connections to shu...Gregor Beck1-10/+17
2012-10-19s3:build: move sessionid_tdb.o and conn_tdb.o to SMBD_OBJ_BASEGregor Beck2-56/+40
2012-10-19s3:smbXsrv_tcon: add smbXsrv_tcon_global_traverse()Gregor Beck2-0/+74
2012-10-19s3:smbXsrv_session: add smbXsrv_session_global_traverse()Gregor Beck2-0/+75
2012-10-19s3:smbd: use session_global_id as session number for pam and utmpGregor Beck3-97/+15
2012-10-19s3:configure: check that struct utmp.ut_line is large enough for our use caseStefan Metzmacher2-0/+26
2012-10-19s3:smbd: initialize session->global before calling session_claimGregor Beck2-27/+27
2012-10-19s3:smbd: remove smbd_server_connection argument from session_claim()Gregor Beck4-6/+7
2012-10-19s3:smbd: pass smbXsrv_session instead of user_struct to session_claim() and s...Gregor Beck5-8/+11
2012-10-19s3:net_status_shares: use connections_forall_read for a read only traversalGregor Beck1-3/+2
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