r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new() limits
[bbaumbach/samba-autobuild/.git] / source4 / smb_server / conn.c
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/*