summaryrefslogtreecommitdiffstats
path: root/source4/smb_server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r2449: use a blocking fd for smbsrv codeStefan Metzmacher2007-10-101-0/+4
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-103-17/+35
* r2326: remove definition and usage of struct socket_contextStefan Metzmacher2007-10-103-6/+7
* r2320: add my copyrightStefan Metzmacher2007-10-102-0/+2
* r2288: Remove the claim/yield connection code - this will need to be redoneAndrew Bartlett2007-10-103-240/+0
* r2250: removed unnecessary mem_ctxAndrew Tridgell2007-10-101-3/+0
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-1013-66/+45
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-101-2/+2
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-101-1/+1
* r2046: fixed two server packet format errors found with the RAW-* testsAndrew Tridgell2007-10-101-4/+3
* r2045: fixed a date format push in SMBsearchAndrew Tridgell2007-10-101-1/+1
* r2044: fixed two uninAndrew Tridgell2007-10-101-0/+2
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-101-0/+2
* r1999: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r1998: fix compiler warningStefan Metzmacher2007-10-101-2/+1
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-102-3/+3
* r1819: changed "smb ports" to be a LIST parameter type in loadparm (its a cla...Andrew Tridgell2007-10-101-5/+4
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-106-64/+152
* r1762: Ensure that a user (as opposed to guest) cannot login without SPNEGO,Andrew Bartlett2007-10-101-4/+6
* r1747: don't segfault when the spnego mech only use one call from the client ...Stefan Metzmacher2007-10-101-9/+19
* r1741: fixed padding of setpathinfo in serverAndrew Tridgell2007-10-101-1/+1
* r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett2007-10-102-68/+149
* r1727: SPNEGO session setup replies need to include the blob, even on errorAndrew Bartlett2007-10-101-5/+4
* r1726: Fix up the comments and indenting.Andrew Bartlett2007-10-101-5/+3
* r1687: Fix bogus requirement for SMB signing on guest connections.Andrew Bartlett2007-10-101-1/+4