Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-14 | s3:smbd/conn_msg: use talloc_get_type_abort() as private_data can't be NULL | Stefan Metzmacher | 1 | -5/+1 | |
metze | |||||
2011-12-13 | s3:smbd/conn_msg: pass smbd_server_connection as private_data to ↵ | Stefan Metzmacher | 1 | -3/+3 | |
msg_force_tdis() metze | |||||
2011-05-31 | s3-smbd Fix conn_msg.c: Cannot return in a void function | Andrew Bartlett | 1 | -1/+1 | |
2011-05-31 | s3-smbd Split conn.c into 3 files | Andrew Bartlett | 1 | -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 |