summaryrefslogtreecommitdiff
path: root/source4/smb_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij1-1/+1
2007-10-10r3134: use struct idr_context * in tid allocationAndrew Tridgell1-1/+1
2007-10-10r3084: mincnt and maxcnt were the wrong way around in readbraw server codeAndrew Tridgell1-2/+2
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell3-5/+41
2007-10-10r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell1-1/+1
2007-10-10r3060: Replace magic number with a C99 constant.Tim Potter1-1/+1
2007-10-10r3059: completely get rid of the MAX_CONNECTIONS limit, as a idle treeAndrew Tridgell1-7/+1
2007-10-10r3057: - moved the idtree.c code into lib/Andrew Tridgell2-74/+25
2007-10-10r3054: use talloc_zero_array_p() in a couple of placesAndrew Tridgell2-2/+2
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-7/+1
2007-10-10r2797: don't free the server_info before using it for anonymous connectionsAndrew Tridgell1-3/+2
2007-10-10r2784: - fixed alignment of ascii directory listingsAndrew Tridgell1-1/+14
2007-10-10r2783: got rid of the unused remote architecture detection codeAndrew Tridgell1-120/+0
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher7-102/+76
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2-3/+3
2007-10-10r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell1-3/+5
2007-10-10r2664: fixed the final server leak for normal operation. We now get a clean r...Andrew Tridgell1-1/+2
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-14/+26
2007-10-10r2658: fixed a couple of error codes found with RAW-CONTEXTAndrew Tridgell1-2/+2
2007-10-10r2657: if we are already fully authenticated in session setup then the vuid i...Andrew Tridgell1-6/+3
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2-2/+2
2007-10-10r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell1-1/+1
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell2-2/+2
2007-10-10r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2-3/+2
2007-10-10r2618: before we had refererence counts in talloc I added a hack in theAndrew Tridgell4-22/+8
2007-10-10r2616: the cascading nature of talloc_free() can lead to some surprises. InAndrew Tridgell1-0/+1
2007-10-10r2590: fixed one of the server security memory leaks. There are more :(Andrew Tridgell1-0/+4
2007-10-10r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell1-0/+7
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2-4/+7
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett2-5/+9
2007-10-10r2550: survive our own BASE-NEGNOWAIT torture test.Andrew Bartlett1-0/+1
2007-10-10r2544: (missed from the last commit)Andrew Bartlett1-1/+1
2007-10-10r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett4-25/+22
2007-10-10r2541: Add a TODO: This is one place we can grab the remote netbios name.Andrew Bartlett1-1/+2
2007-10-10r2521: fixed two uninitialised data errors found with valgrind whenAndrew Tridgell2-4/+2
2007-10-10r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell1-2/+3
2007-10-10r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell1-1/+2
2007-10-10r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell4-58/+110
2007-10-10r2460: fixed the spnego code that I recently brokeAndrew Tridgell1-0/+4
2007-10-10r2455: don't use the uninitialised sess structure when auth failsAndrew Tridgell1-4/+6
2007-10-10r2449: use a blocking fd for smbsrv codeStefan Metzmacher1-0/+4
2007-10-10r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher3-17/+35
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher3-6/+7
2007-10-10r2320: add my copyrightStefan Metzmacher2-0/+2
2007-10-10r2288: Remove the claim/yield connection code - this will need to be redoneAndrew Bartlett3-240/+0
2007-10-10r2250: removed unnecessary mem_ctxAndrew Tridgell1-3/+0
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell13-66/+45
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-2/+2
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-1/+1
2007-10-10r2046: fixed two server packet format errors found with the RAW-* testsAndrew Tridgell1-4/+3