r3520: minor portability fix (for struct timeval)
[samba.git] / source4 / smb_server /
2007-10-10 Andrew Tridgellr3518: fixed some includes to be consistent.
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3500: cleaned up the AS_USER/AS_GUEST stuff in the...
2007-10-10 Andrew Tridgellr3493: fixed a bug in readx reply where the client...
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Andrew Tridgellr3466: split out request.h, signing.h, and smb_server.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3461: another place where "open" was used as a structu...
2007-10-10 Andrew Tridgellr3458: more solaris portability fixes, the main one...
2007-10-10 Andrew Tridgellr3455: some more portability fixes. We nearly compile...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3443: the next stage in the include files re-organisation.
2007-10-10 Andrew Tridgellr3441: some include file cleanups and general housekeeping
2007-10-10 Andrew Tridgellr3425: got rid of a bunch of cruft from rewrite.h
2007-10-10 Andrew Tridgellr3380: - changed the default behaviour of server signin...
2007-10-10 Andrew Bartlettr3361: Allow Samba4 (I'm interested in ntlm_auth in...
2007-10-10 Andrew Tridgellr3355: fixed the old style search code in smb_server...
2007-10-10 Andrew Tridgellr3350: fixed a bug with sending multiple replies for...
2007-10-10 Andrew Tridgellr3341: - don't zero the async structure (makes valgrind...
2007-10-10 Stefan Metzmacherr3336: use a struct ntvfs_async_state to be able to...
2007-10-10 Andrew Tridgellr3307: fixed the send side of the smb_server code to...
2007-10-10 Andrew Tridgellr3306: the main smb server code now handles non-blockin...
2007-10-10 Andrew Tridgellr3304: changed the API to lib/socket/ a little.
2007-10-10 Andrew Tridgellr3278: - rewrote the client side rpc connection code...
2007-10-10 Andrew Tridgellr3256: get rid of the unused session_claim() and sessio...
2007-10-10 Andrew Tridgellr3255: - fixed 2 uninitialised data errors found with...
2007-10-10 Andrew Tridgellr3243: read the high offset count in SMBreadx in the...
2007-10-10 Andrew Tridgellr3234: in SMBreadx, if the client asks for exactly...
2007-10-10 Andrew Tridgellr3202: return a old DOS error code ERRSRV:ERRbaduid...
2007-10-10 Andrew Bartlettr3186: Use the properties of the new talloc() system...
2007-10-10 Jelmer Vernooijr3136: - Allow specifying socket type when adding smbd...
2007-10-10 Andrew Tridgellr3134: use struct idr_context * in tid allocation
2007-10-10 Andrew Tridgellr3084: mincnt and maxcnt were the wrong way around...
2007-10-10 Andrew Tridgellr3081: several updates to ntvfs and server side async...
2007-10-10 Andrew Tridgellr3064: - use UINT8_MAX and UINT16_MAX instead of hex...
2007-10-10 Tim Potterr3060: Replace magic number with a C99 constant.
2007-10-10 Andrew Tridgellr3059: completely get rid of the MAX_CONNECTIONS limit...
2007-10-10 Andrew Tridgellr3057: - moved the idtree.c code into lib/
2007-10-10 Andrew Tridgellr3054: use talloc_zero_array_p() in a couple of places
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Andrew Tridgellr2797: don't free the server_info before using it for...
2007-10-10 Andrew Tridgellr2784: - fixed alignment of ascii directory listings
2007-10-10 Andrew Tridgellr2783: got rid of the unused remote architecture detect...
2007-10-10 Stefan Metzmacherr2751: this is a new ntvfs design which tries to solve:
2007-10-10 Andrew Tridgellr2671: we're getting too many errors caused by the...
2007-10-10 Andrew Tridgellr2669: convert make_user_info() and associated function...
2007-10-10 Andrew Tridgellr2664: fixed the final server leak for normal operation...
2007-10-10 Andrew Tridgellr2660: - converted the libcli/raw/ library to use tallo...
2007-10-10 Andrew Tridgellr2658: fixed a couple of error codes found with RAW...
2007-10-10 Andrew Tridgellr2657: if we are already fully authenticated in session...
2007-10-10 Andrew Tridgellr2648: - use a destructor on struct server_connection...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2629: convert gensec to the new talloc model
2007-10-10 Andrew Tridgellr2627: use the new talloc capabilities in a bunch more...
2007-10-10 Andrew Tridgellr2618: before we had refererence counts in talloc I...
2007-10-10 Andrew Tridgellr2616: the cascading nature of talloc_free() can lead...
2007-10-10 Andrew Tridgellr2590: fixed one of the server security memory leaks...
2007-10-10 Andrew Tridgellr2581: added "hosts allow" and "hosts deny" checking...
2007-10-10 Andrew Tridgellr2561: completely redid the ntvfs module chaining code...
2007-10-10 Andrew Bartlettr2552: Character set conversion and string handling...
2007-10-10 Andrew Bartlettr2550: survive our own BASE-NEGNOWAIT torture test.
2007-10-10 Andrew Bartlettr2544: (missed from the last commit)
2007-10-10 Andrew Bartlettr2542: I really don't like the 'substitute' code, and...
2007-10-10 Andrew Bartlettr2541: Add a TODO: This is one place we can grab the...
2007-10-10 Andrew Tridgellr2521: fixed two uninitialised data errors found with...
2007-10-10 Andrew Tridgellr2520: - finished implementing the server side of the...
2007-10-10 Andrew Tridgellr2503: the RAW-SEARCH test now mostly passes against...
2007-10-10 Andrew Tridgellr2469: complete overhaul of the old-style RAW_SEARCH_...
2007-10-10 Andrew Tridgellr2460: fixed the spnego code that I recently broke
2007-10-10 Andrew Tridgellr2455: don't use the uninitialised sess structure when...
2007-10-10 Stefan Metzmacherr2449: use a blocking fd for smbsrv code
2007-10-10 Stefan Metzmacherr2447: let the server code use the new lib/socket/...
2007-10-10 Stefan Metzmacherr2326: remove definition and usage of struct socket_context
2007-10-10 Stefan Metzmacherr2320: add my copyright
2007-10-10 Andrew Bartlettr2288: Remove the claim/yield connection code - this...
2007-10-10 Andrew Tridgellr2250: removed unnecessary mem_ctx
2007-10-10 Andrew Tridgellr2249: got rid of some more mem_ctx elements in structures
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
2007-10-10 Andrew Tridgellr2159: converted samba4 over to UTF-16.
2007-10-10 Andrew Tridgellr2046: fixed two server packet format errors found...
2007-10-10 Andrew Tridgellr2045: fixed a date format push in SMBsearch
2007-10-10 Andrew Tridgellr2044: fixed two unin\11
2007-10-10 Andrew Bartlettr2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
2007-10-10 Stefan Metzmacherr1999: fix compiler warning
2007-10-10 Stefan Metzmacherr1998: fix compiler warning
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Tridgellr1819: changed "smb ports" to be a LIST parameter type...
2007-10-10 Andrew Bartlettr1796: Enable server-side SPNEGO, now that I have fixed...
2007-10-10 Andrew Bartlettr1762: Ensure that a user (as opposed to guest) cannot...
2007-10-10 Stefan Metzmacherr1747: don't segfault when the spnego mech only use...
2007-10-10 Andrew Tridgellr1741: fixed padding of setpathinfo in server
2007-10-10 Andrew Bartlettr1731: Add server-side SPNEGO support to Samba (disable...
2007-10-10 Andrew Bartlettr1727: SPNEGO session setup replies need to include...
2007-10-10 Andrew Bartlettr1726: Fix up the comments and indenting.
2007-10-10 Andrew Bartlettr1687: Fix bogus requirement for SMB signing on guest...
2007-10-10 Andrew Tridgellr1578: the first stage of the async client rewrite.
2007-10-10 Stefan Metzmacherr1547: rename 'enum <bla>_level' -> 'enum smb_<bla...
2007-10-10 Andrew Bartlettr1521: Updates to our SMB signing code.
2007-10-10 Stefan Metzmacherr1514: close stuff from the server_connection not in the
next