summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/conn.c
Commit message (Expand)AuthorAgeFilesLines
* r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell2007-10-101-1/+1
* r3060: Replace magic number with a C99 constant.Tim Potter2007-10-101-1/+1
* r3059: completely get rid of the MAX_CONNECTIONS limit, as a idle treeAndrew Tridgell2007-10-101-7/+1
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2007-10-101-71/+22
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-101-6/+2
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-101-21/+21
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-38/+38
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-21/+21
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-1/+1
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
* r508: fixed a place where we used free() on memory from a talloc(). The newAndrew Tridgell2007-10-101-2/+1
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-031-0/+158