summaryrefslogtreecommitdiff
path: root/source4/smb_server/conn.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-0/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell1-0/+1
2007-10-10r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell1-1/+1
2007-10-10r3060: Replace magic number with a C99 constant.Tim Potter1-1/+1
2007-10-10r3059: completely get rid of the MAX_CONNECTIONS limit, as a idle treeAndrew Tridgell1-7/+1
2007-10-10r3057: - moved the idtree.c code into lib/Andrew Tridgell1-71/+22
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