Stefan Metzmacher
592fce7fb1
r4726: - use the name tcon and tid instead of conn and cnum
...
- make use of talloc destructors
metze
(This used to be commit 8308da6ce4a95f8c10e22949ef00e9e64f2dbb85)
2007-10-10 13:08:48 -05:00
Andrew Tridgell
aa34fcebf8
r3466: split out request.h, signing.h, and smb_server.h
...
(This used to be commit 7c4e6ebf05790dd6e29896dd316db0fff613aa4e)
2007-10-10 13:05:17 -05:00
Andrew Tridgell
3643fb1109
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h)
...
(This used to be commit b97e395c814762024336c1cf4d7c25be8da5813a)
2007-10-10 13:05:17 -05:00
Andrew Tridgell
f4ec1497a1
r3455: some more portability fixes. We nearly compile on solaris again now.
...
(This used to be commit 4f33247f1ca60416415a61a7afac43c9dc8a61fd)
2007-10-10 13:05:15 -05:00
Andrew Tridgell
72093ce62f
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
(This used to be commit 834b09929bcb8aabdd151b7c2306001497cabdb4)
2007-10-10 13:01:55 -05:00
Tim Potter
b98218c84b
r3060: Replace magic number with a C99 constant.
...
(This used to be commit b572be00b3432317169c6fa6df3f91a0c8f23fcb)
2007-10-10 13:01:55 -05:00
Andrew Tridgell
24bba442bc
r3059: completely get rid of the MAX_CONNECTIONS limit, as a idle tree
...
connect is very cheap now.
(This used to be commit 8856f010e96d2f20d349a51820f225a8493f6eef)
2007-10-10 13:01:55 -05:00
Andrew Tridgell
b2b8282b8c
r3057: - moved the idtree.c code into lib/
...
- converted the tid handling to use a idtree instead of bitmaps
(This used to be commit 4220914179d10132057216650b65ed7f7679717e)
2007-10-10 13:01:54 -05:00
Andrew Tridgell
893c62d383
r2249: got rid of some more mem_ctx elements in structures
...
(This used to be commit 21ef338cbbe96acc8594ffc550ef60c6a40fb951)
2007-10-10 12:58:34 -05:00
Stefan Metzmacher
118f3edd27
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
(This used to be commit 60f823f201fcedf5473008e8453a6351e73a92c7)
2007-10-10 12:56:49 -05:00
Stefan Metzmacher
4ddb2d347d
r1279: rename struct tcon_context to smbsrv_tcon
...
metze
(This used to be commit 99473fab4b1ff87a795f3c08f4c521d9beb504c0)
2007-10-10 12:56:48 -05:00
Stefan Metzmacher
d4ae6ae74d
r1277: rename struct server_context to smbsrv_ontext
...
because I need server_context fot the generic server infastructure
metze
(This used to be commit 0712f9f30797e65362c99423c0cf158a2f539000)
2007-10-10 12:56:48 -05:00
Stefan Metzmacher
770e3307ce
r962: convert 'unsigned' and 'unsigned int' to uint_t
...
metze
(This used to be commit 57151e80eb1090281401930c8fe25b20a8cf3a38)
2007-10-10 12:56:23 -05:00
Stefan Metzmacher
fa2e9ec311
r960: convert 'unsigned int' to uint_t in the most places
...
metze
(This used to be commit 18062d2ed9fc9224c43143c10efbf2f6f1f5bbe0)
2007-10-10 12:56:23 -05:00
Stefan Metzmacher
f88bf54c7f
r889: convert samba4 to use [u]int16_t instead of [u]int16
...
metze
(This used to be commit af6f1f8a01bebbecd99bc8c066519e89966e65e3)
2007-10-10 12:56:16 -05:00
Andrew Tridgell
8db2f256e4
r508: fixed a place where we used free() on memory from a talloc(). The new
...
talloc code catches errors like this.
(This used to be commit 22aa425c96030f55f6202bca1e1a876b0bc03f03)
2007-10-10 12:51:46 -05:00
Stefan Metzmacher
26ecaa3226
- move all SMB server stuff to smb_server/*
...
and create the SMB server subsystem
- remove unused XML and MYSQL configure tests
metze
(This used to be commit 956d212c83d8ebd8e31ec109f17dc2105ca72c30)
2004-02-03 05:47:36 +00:00