Andrew Tridgell
aa34fcebf8
r3466: split out request.h, signing.h, and smb_server.h
...
(This used to be commit 7c4e6ebf05
)
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 b97e395c81
)
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 4f33247f1c
)
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 834b09929b
)
2007-10-10 13:01:55 -05:00
Tim Potter
b98218c84b
r3060: Replace magic number with a C99 constant.
...
(This used to be commit b572be00b3
)
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 8856f010e9
)
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 4220914179
)
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 21ef338cbb
)
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 60f823f201
)
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 99473fab4b
)
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 0712f9f307
)
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 57151e80eb
)
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 18062d2ed9
)
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 af6f1f8a01
)
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 22aa425c96
)
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 956d212c83
)
2004-02-03 05:47:36 +00:00