Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 14 | -2/+27 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 6 | -0/+6 |
2007-10-10 | r3461: another place where "open" was used as a structure element | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r3458: more solaris portability fixes, the main one being that we can't use a | Andrew Tridgell | 1 | -11/+11 |
2007-10-10 | r3455: some more portability fixes. We nearly compile on solaris again now. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3443: the next stage in the include files re-organisation. | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r3441: some include file cleanups and general housekeeping | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3425: got rid of a bunch of cruft from rewrite.h | Andrew Tridgell | 2 | -2/+1 |
2007-10-10 | r3380: - changed the default behaviour of server signing. We now have a default | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to use | Andrew Bartlett | 1 | -11/+20 |
2007-10-10 | r3355: fixed the old style search code in smb_server to correctly handle | Andrew Tridgell | 1 | -4/+8 |
2007-10-10 | r3350: fixed a bug with sending multiple replies for the one request, as | Andrew Tridgell | 4 | -58/+107 |
2007-10-10 | r3341: - don't zero the async structure (makes valgrind more useful) | Andrew Tridgell | 3 | -6/+2 |
2007-10-10 | r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs... | Stefan Metzmacher | 5 | -185/+179 |
2007-10-10 | r3307: fixed the send side of the smb_server code to be non-blocking. This | Andrew Tridgell | 3 | -18/+49 |
2007-10-10 | r3306: the main smb server code now handles non-blocking socket receives. I | Andrew Tridgell | 2 | -47/+81 |
2007-10-10 | r3304: changed the API to lib/socket/ a little. | Andrew Tridgell | 2 | -7/+16 |
2007-10-10 | r3278: - rewrote the client side rpc connection code to use lib/socket/ | Andrew Tridgell | 1 | -11/+3 |
2007-10-10 | r3256: get rid of the unused session_claim() and session_yield() calls | Andrew Tridgell | 3 | -25/+0 |
2007-10-10 | r3255: - fixed 2 uninitialised data errors found with valgrind | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r3243: read the high offset count in SMBreadx in the server | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3234: in SMBreadx, if the client asks for exactly 65535 bytes then don't try | Andrew Tridgell | 1 | -3/+13 |
2007-10-10 | r3202: return a old DOS error code ERRSRV:ERRbaduid for a bad vuid. This mean... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3186: Use the properties of the new talloc() system to handle the auth | Andrew Bartlett | 2 | -9/+14 |
2007-10-10 | r3136: - Allow specifying socket type when adding smbd service | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3134: use struct idr_context * in tid allocation | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3084: mincnt and maxcnt were the wrong way around in readbraw server code | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3081: several updates to ntvfs and server side async request handling in | Andrew Tridgell | 3 | -5/+41 |
2007-10-10 | r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3060: Replace magic number with a C99 constant. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r3059: completely get rid of the MAX_CONNECTIONS limit, as a idle tree | Andrew Tridgell | 1 | -7/+1 |
2007-10-10 | r3057: - moved the idtree.c code into lib/ | Andrew Tridgell | 2 | -74/+25 |
2007-10-10 | r3054: use talloc_zero_array_p() in a couple of places | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 1 | -7/+1 |
2007-10-10 | r2797: don't free the server_info before using it for anonymous connections | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r2784: - fixed alignment of ascii directory listings | Andrew Tridgell | 1 | -1/+14 |
2007-10-10 | r2783: got rid of the unused remote architecture detection code | Andrew Tridgell | 1 | -120/+0 |
2007-10-10 | r2751: this is a new ntvfs design which tries to solve: | Stefan Metzmacher | 7 | -102/+76 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r2669: convert make_user_info() and associated functions from malloc to talloc | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r2664: fixed the final server leak for normal operation. We now get a clean r... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 1 | -14/+26 |
2007-10-10 | r2658: fixed a couple of error codes found with RAW-CONTEXT | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r2657: if we are already fully authenticated in session setup then the vuid i... | Andrew Tridgell | 1 | -6/+3 |
2007-10-10 | r2648: - use a destructor on struct server_connection to simplify the | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r2646: - use a talloc destructor to ensure that sockets from the new socket | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2629: convert gensec to the new talloc model | Andrew Tridgell | 2 | -2/+2 |