summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
* r3307: fixed the send side of the smb_server code to be non-blocking. ThisAndrew Tridgell2007-10-103-18/+49
* r3306: the main smb server code now handles non-blocking socket receives. IAndrew Tridgell2007-10-102-47/+81
* r3304: changed the API to lib/socket/ a little.Andrew Tridgell2007-10-102-7/+16
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-11/+3
* r3256: get rid of the unused session_claim() and session_yield() callsAndrew Tridgell2007-10-103-25/+0
* r3255: - fixed 2 uninitialised data errors found with valgrindAndrew Tridgell2007-10-101-1/+3
* r3243: read the high offset count in SMBreadx in the serverAndrew Tridgell2007-10-101-0/+1
* r3234: in SMBreadx, if the client asks for exactly 65535 bytes then don't tryAndrew Tridgell2007-10-101-3/+13
* r3202: return a old DOS error code ERRSRV:ERRbaduid for a bad vuid. This mean...Andrew Tridgell2007-10-101-1/+1
* r3186: Use the properties of the new talloc() system to handle the authAndrew Bartlett2007-10-102-9/+14
* r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij2007-10-101-1/+1
* r3134: use struct idr_context * in tid allocationAndrew Tridgell2007-10-101-1/+1
* r3084: mincnt and maxcnt were the wrong way around in readbraw server codeAndrew Tridgell2007-10-101-2/+2
* r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell2007-10-103-5/+41
* r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...Andrew Tridgell2007-10-101-1/+1
* r3060: Replace magic number with a C99 constant.Tim Potter2007-10-101-1/+1
* r3059: completely get rid of the MAX_CONNECTIONS limit, as a idle treeAndrew Tridgell2007-10-101-7/+1
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2007-10-102-74/+25
* r3054: use talloc_zero_array_p() in a couple of placesAndrew Tridgell2007-10-102-2/+2
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-7/+1
* r2797: don't free the server_info before using it for anonymous connectionsAndrew Tridgell2007-10-101-3/+2
* r2784: - fixed alignment of ascii directory listingsAndrew Tridgell2007-10-101-1/+14
* r2783: got rid of the unused remote architecture detection codeAndrew Tridgell2007-10-101-120/+0
* r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher2007-10-107-102/+76
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-102-3/+3
* r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell2007-10-101-3/+5
* r2664: fixed the final server leak for normal operation. We now get a clean r...Andrew Tridgell2007-10-101-1/+2
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-101-14/+26
* r2658: fixed a couple of error codes found with RAW-CONTEXTAndrew Tridgell2007-10-101-2/+2
* r2657: if we are already fully authenticated in session setup then the vuid i...Andrew Tridgell2007-10-101-6/+3
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-102-2/+2
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-101-1/+1
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-102-2/+2
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-102-3/+2
* r2618: before we had refererence counts in talloc I added a hack in theAndrew Tridgell2007-10-104-22/+8
* r2616: the cascading nature of talloc_free() can lead to some surprises. InAndrew Tridgell2007-10-101-0/+1
* r2590: fixed one of the server security memory leaks. There are more :(Andrew Tridgell2007-10-101-0/+4
* r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell2007-10-101-0/+7
* r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell2007-10-102-4/+7
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-102-5/+9
* r2550: survive our own BASE-NEGNOWAIT torture test.Andrew Bartlett2007-10-101-0/+1
* r2544: (missed from the last commit)Andrew Bartlett2007-10-101-1/+1
* r2542: I really don't like the 'substitute' code, and I particularly don'tAndrew Bartlett2007-10-104-25/+22
* r2541: Add a TODO: This is one place we can grab the remote netbios name.Andrew Bartlett2007-10-101-1/+2
* r2521: fixed two uninitialised data errors found with valgrind whenAndrew Tridgell2007-10-102-4/+2
* r2520: - finished implementing the server side of the old style search requestsAndrew Tridgell2007-10-101-2/+3
* r2503: the RAW-SEARCH test now mostly passes against the posix backendAndrew Tridgell2007-10-101-1/+2
* r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 andAndrew Tridgell2007-10-104-58/+110
* r2460: fixed the spnego code that I recently brokeAndrew Tridgell2007-10-101-0/+4
* r2455: don't use the uninitialised sess structure when auth failsAndrew Tridgell2007-10-101-4/+6