summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
...
* r3593: fixed the trans2 t2open reply to initialise all bytes (bug found by va...Andrew Tridgell2007-10-101-4/+6
* r3591: to get a bit more useful info from valgrind I'm disabling theAndrew Tridgell2007-10-101-1/+1
* r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge...Andrew Tridgell2007-10-102-1/+62
* r3539: much nicer async open delay code.Andrew Tridgell2007-10-101-4/+4
* r3531: add support for RAW_OPEN_MKNEW, RAW_OPEN_CREATE and RAW_OPEN_CTEMP in ...Andrew Tridgell2007-10-101-1/+5
* r3529: fixed signing support for SMBntcancel requests (no reply means seqAndrew Tridgell2007-10-102-2/+11
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-1/+3
* r3518: fixed some includes to be consistent.Andrew Tridgell2007-10-101-13/+4
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-5/+4
* r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processingAndrew Tridgell2007-10-101-96/+36
* r3493: fixed a bug in readx reply where the client specifies an invalid highAndrew Tridgell2007-10-101-1/+7
* r3481: split out client.h and events.hAndrew Tridgell2007-10-102-0/+2
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-1014-2/+27
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-106-0/+6
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-101-6/+6
* r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell2007-10-101-11/+11
* r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-102-0/+2
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-101-4/+4
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-101-1/+1
* r3425: got rid of a bunch of cruft from rewrite.hAndrew Tridgell2007-10-102-2/+1
* r3380: - changed the default behaviour of server signing. We now have a defaultAndrew Tridgell2007-10-101-0/+7
* r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to useAndrew Bartlett2007-10-101-11/+20
* r3355: fixed the old style search code in smb_server to correctly handleAndrew Tridgell2007-10-101-4/+8
* r3350: fixed a bug with sending multiple replies for the one request, asAndrew Tridgell2007-10-104-58/+107
* r3341: - don't zero the async structure (makes valgrind more useful)Andrew Tridgell2007-10-103-6/+2
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-105-185/+179
* 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