summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-11-07Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke1-1/+1
2003-11-05Fix debug message warning.Jeremy Allison1-1/+1
2003-11-04Fix missing bracket in quota quote - my fault.Tim Potter1-1/+1
2003-11-03Fix more 64-bit printf warnings.Tim Potter5-10/+10
2003-11-02Printf fixes for 64-bit size_t.Tim Potter1-3/+3
2003-10-30bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter1-0/+5
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-4/+6
2003-10-29parameterise the listen backlog in smbd and make it larger by default. A back...Andrew Tridgell1-2/+2
2003-10-28Don't log at level zero when chdir fails. Ensure correct error message is ret...Jeremy Allison1-1/+1
2003-10-28Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison1-1/+1
2003-10-27Missing UNIX -> DOS codepage conversion. Fix from Alexander Bokovoy <a.bokovo...Jeremy Allison1-5/+5
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2-2/+2
2003-10-21Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison1-1/+9
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison1-1/+1
2003-10-21Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison3-3/+3
2003-10-20more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter1-13/+10
2003-10-17Typo broke win9x logins.Jeremy Allison1-1/+1
2003-10-16Tidyup wrap checking.Jeremy Allison3-14/+38
2003-10-16Fix buggy data_len calculation in echo. Add paranoia debug message.Jeremy Allison1-1/+5
2003-10-16Ensure error code path doesn't free unmalloced memory. Bug #628.Jeremy Allison1-0/+4
2003-10-14Enclose usage of st_blksize and st_blocks struct stat members inTim Potter1-0/+2
2003-10-10Ensure cancelling a blocking lock returns the correct error message.Jeremy Allison1-1/+1
2003-10-10Make us pass Samba4 lock tester (with one different error message).Jeremy Allison1-0/+3
2003-10-09Match W2K insanty w.r.t. writelock and writeclose. Samba4 torture tester.Jeremy Allison1-9/+20
2003-10-09At least give a message if we're returning a short read for W2K compatibility.Jeremy Allison1-2/+12
2003-10-09Changes to allow Samba3 to pass the Samba4 RAW-READ tests.Jeremy Allison2-14/+47
2003-10-08Fixup error code returns from Samba4 tester. Ensure invalid paths areJeremy Allison2-39/+169
2003-10-07Version of patch from nick@isilon.com (Nicholas Kirsch) for bug #564.Jeremy Allison1-6/+23
2003-10-06Fix for bug #562 (incorrect mode sum) by h-yamasaki@pd.jp.nec.com.Jeremy Allison1-3/+3
2003-10-03cleaning out patch list; patch from Steve L. to change the cwd before the pos...Gerald Carter1-3/+3
2003-10-02Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison2-6/+7
2003-10-02Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison1-3/+4
2003-09-29Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison1-1/+1
2003-09-26Ensure %S gets expanded in read/write lists.Jeremy Allison1-6/+13
2003-09-26Fix for valid users = %S in homes share.Jeremy Allison1-3/+7
2003-09-23This only touches the fake kaserver support. It adds two parameters:Volker Lendecke1-1/+3
2003-09-17Fix coredump from Samba4 torture suite.Jeremy Allison2-0/+5
2003-09-15Fix OOPS when dealing with mangled names reported by several users.Jeremy Allison1-1/+1
2003-09-15A *curse* upon the person who #ifdefed out the mangle debug statementsJeremy Allison1-1/+1
2003-09-15Fixed typo in debug.Tim Potter1-1/+1
2003-09-10Fix for bug #273 - smbd crash on machine account change.Jeremy Allison1-10/+7
2003-09-08Protect against core dump if ioctl for print job sends invalid fid. FoundJeremy Allison1-1/+5
2003-09-08make sure we substitute basic variables in read/write listGerald Carter1-2/+2
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+4
2003-09-05More cachegrind tuning, plus fix an error message.Jeremy Allison2-4/+6
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison5-10/+11
2003-09-05fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter1-1/+4
2003-09-04Fix UNIX passwd sync properly. I've finally understoodJeremy Allison2-99/+63
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison1-0/+4
2003-08-28Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison1-1/+1