summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Ensure the server can cope with multiple secondary transJeremy Allison2003-12-013-0/+24
* Subtract NT_STATUS from common flag, don't add it...Jeremy Allison2003-12-012-7/+7
* Don't automatically set nt status code flag unless client tells us it canJeremy Allison2003-12-012-14/+29
* Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bitsJeremy Allison2003-11-252-0/+45
* Added "passwd chat timeout" parameter. Docs to follow.Jeremy Allison2003-11-241-3/+6
* more access fixes for group enumeration in LDAP; bug 281Gerald Carter2003-11-241-2/+7
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-222-15/+40
* Fix for rename across filesystems. Noticed by Rainer Link <link@foo.fh-furtwa...Jeremy Allison2003-11-211-5/+95
* Group quotas patch from "Heinreichsberger, Helmut" <Helmut.Heinreichsberger@w...Jeremy Allison2003-11-191-19/+32
* Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison2003-11-181-13/+3
* Ensure we mangle names ending in '.' in hash2 mangling method.Jeremy Allison2003-11-181-1/+1
* Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke2003-11-071-1/+1
* Fix debug message warning.Jeremy Allison2003-11-051-1/+1
* Fix missing bracket in quota quote - my fault.Tim Potter2003-11-041-1/+1
* Fix more 64-bit printf warnings.Tim Potter2003-11-035-10/+10
* Printf fixes for 64-bit size_t.Tim Potter2003-11-021-3/+3
* bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter2003-10-301-0/+5
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-4/+6
* parameterise the listen backlog in smbd and make it larger by default. A back...Andrew Tridgell2003-10-291-2/+2
* Don't log at level zero when chdir fails. Ensure correct error message is ret...Jeremy Allison2003-10-281-1/+1
* Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison2003-10-281-1/+1
* Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo...Jeremy Allison2003-10-271-5/+5
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-222-2/+2
* Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison2003-10-211-1/+9
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-1/+1
* Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison2003-10-213-3/+3
* more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter2003-10-201-13/+10
* Typo broke win9x logins.Jeremy Allison2003-10-171-1/+1
* Tidyup wrap checking.Jeremy Allison2003-10-163-14/+38
* Fix buggy data_len calculation in echo. Add paranoia debug message.Jeremy Allison2003-10-161-1/+5
* Ensure error code path doesn't free unmalloced memory. Bug #628.Jeremy Allison2003-10-161-0/+4
* Enclose usage of st_blksize and st_blocks struct stat members inTim Potter2003-10-141-0/+2
* Ensure cancelling a blocking lock returns the correct error message.Jeremy Allison2003-10-101-1/+1
* Make us pass Samba4 lock tester (with one different error message).Jeremy Allison2003-10-101-0/+3
* Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester.Jeremy Allison2003-10-091-9/+20
* At least give a message if we're returning a short read for W2K compatibility.Jeremy Allison2003-10-091-2/+12
* Changes to allow Samba3 to pass the Samba4 RAW-READ tests.Jeremy Allison2003-10-092-14/+47
* Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison2003-10-082-39/+169
* Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.Jeremy Allison2003-10-071-6/+23
* Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.Jeremy Allison2003-10-061-3/+3
* cleaning out patch list; patch from Steve L. to change the cwd before the pos...Gerald Carter2003-10-031-3/+3
* Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison2003-10-022-6/+7
* Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison2003-10-021-3/+4
* Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison2003-09-291-1/+1
* Ensure %S gets expanded in read/write lists.Jeremy Allison2003-09-261-6/+13
* Fix for valid users = %S in homes share.Jeremy Allison2003-09-261-3/+7
* This only touches the fake kaserver support. It adds two parameters:Volker Lendecke2003-09-231-1/+3
* Fix coredump from Samba4 torture suite.Jeremy Allison2003-09-172-0/+5
* Fix OOPS when dealing with mangled names reported by several users.Jeremy Allison2003-09-151-1/+1
* A *curse* upon the person who #ifdefed out the mangle debug statementsJeremy Allison2003-09-151-1/+1