Stefan Metzmacher
8308da6ce4
r4726: - use the name tcon and tid instead of conn and cnum
...
- make use of talloc destructors
metze
2007-10-10 13:08:48 -05:00
Andrew Tridgell
7c4e6ebf05
r3466: split out request.h, signing.h, and smb_server.h
2007-10-10 13:05:17 -05:00
Andrew Tridgell
b97e395c81
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h)
2007-10-10 13:05:17 -05:00
Andrew Tridgell
4f33247f1c
r3455: some more portability fixes. We nearly compile on solaris again now.
2007-10-10 13:05:15 -05:00
Andrew Tridgell
834b09929b
r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new() limits
...
- change idr_get_new() to use > instead of >= in the limit check
2007-10-10 13:01:55 -05:00
Tim Potter
b572be00b3
r3060: Replace magic number with a C99 constant.
2007-10-10 13:01:55 -05:00
Andrew Tridgell
8856f010e9
r3059: completely get rid of the MAX_CONNECTIONS limit, as a idle tree
...
connect is very cheap now.
2007-10-10 13:01:55 -05:00
Andrew Tridgell
4220914179
r3057: - moved the idtree.c code into lib/
...
- converted the tid handling to use a idtree instead of bitmaps
2007-10-10 13:01:54 -05:00
Andrew Tridgell
21ef338cbb
r2249: got rid of some more mem_ctx elements in structures
2007-10-10 12:58:34 -05:00
Stefan Metzmacher
60f823f201
r1291: rename struct smbsrv_context to smbsrv_connection
...
because this is the connection state per transport layer (tcp)
connection
I also moved the substructs directly into smbsrv_connection,
because they don't need a struct name and we should allway pass the complete
smbsrv_connection struct into functions
metze
2007-10-10 12:56:49 -05:00
Stefan Metzmacher
99473fab4b
r1279: rename struct tcon_context to smbsrv_tcon
...
metze
2007-10-10 12:56:48 -05:00
Stefan Metzmacher
0712f9f307
r1277: rename struct server_context to smbsrv_ontext
...
because I need server_context fot the generic server infastructure
metze
2007-10-10 12:56:48 -05:00
Stefan Metzmacher
57151e80eb
r962: convert 'unsigned' and 'unsigned int' to uint_t
...
metze
2007-10-10 12:56:23 -05:00
Stefan Metzmacher
18062d2ed9
r960: convert 'unsigned int' to uint_t in the most places
...
metze
2007-10-10 12:56:23 -05:00
Stefan Metzmacher
af6f1f8a01
r889: convert samba4 to use [u]int16_t instead of [u]int16
...
metze
2007-10-10 12:56:16 -05:00
Andrew Tridgell
22aa425c96
r508: fixed a place where we used free() on memory from a talloc(). The new
...
talloc code catches errors like this.
2007-10-10 12:51:46 -05:00
Stefan Metzmacher
956d212c83
- move all SMB server stuff to smb_server/*
...
and create the SMB server subsystem
- remove unused XML and MYSQL configure tests
metze
-