summaryrefslogtreecommitdiff
path: root/source3/smbd/conn_msg.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-14s3:smbd/conn_msg: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher1-5/+1
metze
2011-12-13s3:smbd/conn_msg: pass smbd_server_connection as private_data to ↵Stefan Metzmacher1-3/+3
msg_force_tdis() metze
2011-05-31s3-smbd Fix conn_msg.c: Cannot return in a void functionAndrew Bartlett1-1/+1
2011-05-31s3-smbd Split conn.c into 3 filesAndrew Bartlett1-0/+49
The idea with this split is to make it easier to handle dependencies, avoiding having the loadparm code depend on the global server variables, without resorting to dummy functions and linker tricks. conn_clear_vuid_cache() is brought in from uid.c to make it static Andrew Bartlett