r6498: Add comments in line with those I already added to 3.0.
[samba.git] / source / smb_server / conn.c
2007-10-10 Andrew Tridgellr5308: trimmed back a lot of the old macros from smb_ma...
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Stefan Metzmacherr4726: - use the name tcon and tid instead of conn...
2007-10-10 Andrew Tridgellr3466: split out request.h, signing.h, and smb_server.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3455: some more portability fixes. We nearly compile...
2007-10-10 Andrew Tridgellr3064: - use UINT8_MAX and UINT16_MAX instead of hex...
2007-10-10 Tim Potterr3060: Replace magic number with a C99 constant.
2007-10-10 Andrew Tridgellr3059: completely get rid of the MAX_CONNECTIONS limit...
2007-10-10 Andrew Tridgellr3057: - moved the idtree.c code into lib/
2007-10-10 Andrew Tridgellr2249: got rid of some more mem_ctx elements in structures
2007-10-10 Stefan Metzmacherr1291: rename struct smbsrv_context to smbsrv_connection
2007-10-10 Stefan Metzmacherr1279: rename struct tcon_context to smbsrv_tcon
2007-10-10 Stefan Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Andrew Tridgellr508: fixed a place where we used free() on memory...
2004-02-03 Stefan Metzmacher- move all SMB server stuff to smb_server/*