summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-06-13Fix an spelling mistake.Richard Sharpe1-1/+1
2003-06-07Don't assume that the SAM knows the unix home directory - look it up byAndrew Bartlett1-6/+14
2003-06-06* add in David Lee's utmp patch (defaults to on if available)Gerald Carter2-11/+18
2003-06-06SMBlockingX timeouts are in units of 2 milliseconds, not 1Andrew Tridgell1-1/+1
2003-06-062 more places where win2003 forces UCS2Andrew Tridgell1-2/+2
2003-06-06- the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 nameAndrew Tridgell1-3/+3
2003-06-06make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrEAndrew Tridgell1-1/+2
2003-06-06- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell1-5/+5
2003-06-06fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst levelAndrew Tridgell1-2/+1
2003-06-06fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst levelAndrew Tridgell1-5/+5
2003-06-06removed the 'valgrind fix' that (although it may well remove aAndrew Tridgell1-8/+0
2003-06-06Added EA operations to VFS layer.Jeremy Allison2-1/+81
2003-06-04fixed the termination of several trans2 stringsAndrew Tridgell1-3/+3
2003-06-04shouldn't null terminate trans2 qfileinfo all_info/nameAndrew Tridgell1-1/+1
2003-06-01added the COMPRESSION_INFO trans2 QFILEINFO level and fixed theAndrew Tridgell1-3/+9
2003-06-01fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. TheAndrew Tridgell1-35/+2
2003-05-31Got us happy running under valgrind again :-).Jeremy Allison3-0/+10
2003-05-31Fixes to stop valgrind complaining about uninitialised memory when it'sJeremy Allison2-0/+16
2003-05-30Ensure 'blank' entries show up in both default and normal entries toJeremy Allison1-13/+7
2003-05-29Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison4-235/+256
2003-05-28Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison1-107/+14
2003-05-28It seems only NT4 does the VC == 0 session drop code.Jeremy Allison1-1/+5
2003-05-27Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison1-1/+18
2003-05-27volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter1-5/+5
2003-05-27Fix printf warnings in debug statments.Tim Potter1-2/+2
2003-05-27Fix shadow parameter warning in free_empty_sys_acl()Tim Potter1-5/+5
2003-05-27More fixes for builddir != srcdir.Tim Potter1-0/+6
2003-05-22Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison1-2/+10
2003-05-22More fixes for debug log to catch logic error.Jeremy Allison1-7/+5
2003-05-22Add more info to debug info...Jeremy Allison1-1/+5
2003-05-21fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter1-1/+4
2003-05-21merge LANMAN1/LANMAN2.1 fixes from headAndrew Tridgell1-0/+2
2003-05-20really make sure to include the version in the lanman string; tested spnego u...Gerald Carter1-8/+9
2003-05-17Cope with cumulative permissions sets. This code is #ifdef'ed out at theJeremy Allison1-1/+49
2003-05-16David Lee <t.d.lee@durham.ac.uk> provides some corrections to the commentsAndrew Bartlett1-39/+5
2003-05-16add metze's patch for smb_register functionsSimo Sorce1-4/+1
2003-05-15Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2-5/+7
2003-05-14fix quota build on non-64bit systemsGerald Carter2-5/+5
2003-05-14Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy5-17/+29
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy16-204/+204
2003-05-14spellingTim Potter4-5/+5
2003-05-13Restore a number of fixes that idra removed when he merged hisAndrew Bartlett1-0/+1
2003-05-12Fix obvious compiler warnings.Jeremy Allison1-1/+0
2003-05-12And finally IDMAP in 3_0Simo Sorce7-448/+27
2003-05-12fixing typos in debug statementsGerald Carter1-1/+1
2003-05-12Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...Alexander Bokovoy3-13/+17
2003-05-12GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave ...Alexander Bokovoy1-1/+1
2003-05-12A small patch from metze to fix builds on some platforms ...Richard Sharpe1-1/+1
2003-05-12Fix a wrong define check.Alexander Bokovoy1-3/+4
2003-05-12Wrap into WITH_QUOTAS yet another place in trans2Alexander Bokovoy1-1/+7