summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2004-01-15reply_spnego_kerberos did not set the domain of the user handed toVolker Lendecke1-0/+7
2004-01-15merge:Stefan Metzmacher2-8/+12
2004-01-13sync HEAD with recent changes in 3.0Gerald Carter2-86/+154
2004-01-11update copyright to -2004Stefan Metzmacher1-1/+1
2004-01-07Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().Jeremy Allison1-5/+7
2004-01-06Patch penguin. Cleaning out old mbp patch.Jeremy Allison1-22/+24
2004-01-06remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter1-25/+0
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison3-131/+255
2004-01-04Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke1-3/+41
2003-12-23Fix for special files being hidden from admins by Dmitry Butskoj <buc@odusz.e...Jeremy Allison1-1/+1
2003-12-12Fix for bug #815. Make plaintext unicode passwords work with NT4.xJeremy Allison1-5/+11
2003-12-11Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limitJeremy Allison1-9/+32
2003-12-05fix %a variable for Windows 2003 -> Win2K3Gerald Carter1-9/+39
2003-12-03Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <...Jeremy Allison1-8/+10
2003-12-01Ensure the server can cope with multiple secondary transJeremy Allison3-0/+24
2003-12-01Subtract NT_STATUS from common flag, don't add it...Jeremy Allison2-7/+7
2003-12-01Don't automatically set nt status code flag unless client tells us it canJeremy Allison2-14/+29
2003-11-25Patch from Jim McDonough for bug #802. Retrieve the correct ACL group bitsJeremy Allison2-0/+45
2003-11-24Added "passwd chat timeout" parameter. Docs to follow.Jeremy Allison1-3/+6
2003-11-24more access fixes for group enumeration in LDAP; bug 281Gerald Carter1-2/+7
2003-11-22(merge from 3.0)Andrew Bartlett2-15/+40
2003-11-21Fix for rename across filesystems. Noticed by Rainer Link <link@foo.fh-furtwa...Jeremy Allison1-5/+95
2003-11-19Group quotas patch from "Heinreichsberger, Helmut" <Helmut.Heinreichsberger@w...Jeremy Allison1-19/+32
2003-11-18Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison1-13/+3
2003-11-18Ensure we mangle names ending in '.' in hash2 mangling method.Jeremy Allison1-1/+1
2003-11-07From 3_0:Volker Lendecke1-1/+1
2003-11-05Merge of 64-bit printf warning fixes.Tim Potter6-13/+13
2003-10-30bug 696; check for an invalid fid before dereferencing the fsp pointerGerald Carter1-0/+5
2003-10-29Janitor for tridge.Jeremy Allison1-2/+2
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-4/+6
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-21Add server side support for epmapper pipe. Currently only does a fixedJim McDonough1-0/+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