summaryrefslogtreecommitdiffstats
path: root/source3/smbd/conn_msg.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:smbd/conn_msg: use talloc_get_type_abort() as private_data can't be NULLStefan Metzmacher2011-12-141-5/+1
| | | | metze
* s3:smbd/conn_msg: pass smbd_server_connection as private_data to ↵Stefan Metzmacher2011-12-131-3/+3
| | | | | | msg_force_tdis() metze
* s3-smbd Fix conn_msg.c: Cannot return in a void functionAndrew Bartlett2011-05-311-1/+1
|
* s3-smbd Split conn.c into 3 filesAndrew Bartlett2011-05-311-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