summaryrefslogtreecommitdiff
path: root/source4/smb_server/conn.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell1-6/+2
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-21/+21
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-38/+38
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-21/+21
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2007-10-10r508: fixed a place where we used free() on memory from a talloc(). The newAndrew Tridgell1-2/+1
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher1-0/+158