summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Make winbindd_register_handlers staticVolker Lendecke2012-10-192-2/+1
* s3: Fix a typoVolker Lendecke2012-10-191-1/+1
* s3: Remove some calls to procid_selfVolker Lendecke2012-10-193-9/+11
* s3:smbd:durable: store stat info for disconnected durables and check at recon...Michael Adam2012-10-191-0/+456
* s3:open_files.idl: add stat-info to vfs_default_durable_cookie.Michael Adam2012-10-191-0/+23
* s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect()Michael Adam2012-10-191-1/+0
* s3:smbd/durable: add write_time specific stuff to vfs_default_durable_cookieStefan Metzmacher2012-10-191-0/+12
* s3:open_files.idl: add write_time specific stuff to vfs_default_durable_cookieStefan Metzmacher2012-10-191-0/+4
* s3:smbd/durable: update the low level write_time before disconnecting the file.Stefan Metzmacher2012-10-191-0/+19
* s3:smbd/durable: trigger pending write_time updates before disconnecting the ...Stefan Metzmacher2012-10-191-0/+8
* s3:lib: remove unused connections_fetch_entry*() and connections_init()Stefan Metzmacher2012-10-192-68/+0
* s3:smbd: remove unused claim_connection/yield_connectionStefan Metzmacher2012-10-192-88/+0
* s3:smbd: don't call claim/yield_connection() in make_connection_snum/close_cn...Stefan Metzmacher2012-10-192-19/+0
* s3:lib/conn_tdb: implement connections_forall_read() based on smbXsrv_*_globa...Gregor Beck2012-10-192-38/+95
* s3:smbd: fill tcon->global->session_global_idStefan Metzmacher2012-10-192-0/+4
* s3:smbXsrv.idl: add session_global_id to smbXsrv_tcon_globalStefan Metzmacher2012-10-191-0/+4
* s3:lib: remove function connections_forall()Gregor Beck2012-10-192-61/+0
* s3:utils/net: remove unused "net connections"Stefan Metzmacher2012-10-195-286/+2
* s3:net_serverid: remove connections_forall from "net serverid wipedbs"Gregor Beck2012-10-191-28/+3
* s3:lib: remove unused sessionid_*() functionsGregor Beck2012-10-193-92/+0
* s3:net_serverid: remove sessionid_traverse from "net serverid wipedbs"Gregor Beck2012-10-191-23/+0
* s3:smbd: don't use (fill) sessionid.tdb in session_claim/yield any more.Gregor Beck2012-10-191-99/+33
* s3:lib: implement sessionid_traverse_read with smb2srv_session_traverse_readGregor Beck2012-10-191-25/+33
* s3:smbd/connection: use smbXsrv_tcon_traverse to count connectionsGregor Beck2012-10-191-18/+8
* 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