summaryrefslogtreecommitdiffstats
path: root/source4/smb_server/conn.c
Commit message (Expand)AuthorAgeFilesLines
* r8577: added management calls to list current tree connectsAndrew Tridgell2007-10-101-0/+1
* r7676: Make VUID and TID choice random, as this gives us protection againstAndrew Bartlett2007-10-101-1/+1
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-101-1/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-0/+1
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4726: - use the name tcon and tid instead of conn and cnumStefan Metzmacher2007-10-101-30/+17
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-101-0/+2
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell2007-10-101-0/+1
* 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