index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2003-10-02
Fix for not opening Excel 2000 files that are read-only. Needs tidying
Jeremy Allison
1
-3
/
+4
2003-09-29
Take care of condition where DOS and NT error codes must differ. Found by
Jeremy Allison
1
-1
/
+1
2003-09-26
Ensure %S gets expanded in read/write lists.
Jeremy Allison
1
-6
/
+13
2003-09-26
Fix for valid users = %S in homes share.
Jeremy Allison
1
-3
/
+7
2003-09-23
This only touches the fake kaserver support. It adds two parameters:
Volker Lendecke
1
-1
/
+3
2003-09-17
Fix coredump from Samba4 torture suite.
Jeremy Allison
2
-0
/
+5
2003-09-15
Fix OOPS when dealing with mangled names reported by several users.
Jeremy Allison
1
-1
/
+1
2003-09-15
A *curse* upon the person who #ifdefed out the mangle debug statements
Jeremy Allison
1
-1
/
+1
2003-09-15
Fixed typo in debug.
Tim Potter
1
-1
/
+1
2003-09-10
Fix for bug #273 - smbd crash on machine account change.
Jeremy Allison
1
-10
/
+7
2003-09-08
Protect against core dump if ioctl for print job sends invalid fid. Found
Jeremy Allison
1
-1
/
+5
2003-09-08
make sure we substitute basic variables in read/write list
Gerald Carter
1
-2
/
+2
2003-09-07
Nobody complained on the team-list, so commit it ...
Volker Lendecke
1
-0
/
+4
2003-09-05
More cachegrind tuning, plus fix an error message.
Jeremy Allison
2
-4
/
+6
2003-09-05
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
5
-10
/
+11
2003-09-05
fix bug 397: use a variant of alloc_sub_basic() for string lists.
Gerald Carter
1
-1
/
+4
2003-09-04
Fix UNIX passwd sync properly. I've finally understood
Jeremy Allison
2
-99
/
+63
2003-09-04
Used cachegrind to track down some bottlenecks.
Jeremy Allison
1
-0
/
+4
2003-08-28
Fix bug found by tridge in 2.2.x. Ensure that %U substitution is
Jeremy Allison
1
-1
/
+1
2003-08-27
Fix bug 327 (again and I think for the last time). Make sure that
Gerald Carter
1
-463
/
+0
2003-08-27
Check for embedded mb chars when testing for illegal characters like /.
Jeremy Allison
1
-1
/
+23
2003-08-27
Fix initial debug.
Jeremy Allison
1
-1
/
+1
2003-08-27
Remove completely unneeded malloc/free out of this codepath.
Jeremy Allison
1
-12
/
+11
2003-08-26
adding some debugs while tracking down a bug
Gerald Carter
1
-0
/
+5
2003-08-25
Fix memleak.
Volker Lendecke
1
-1
/
+3
2003-08-20
Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed
Jeremy Allison
1
-1
/
+1
2003-08-20
metze's autogenerate patch for version.h
Gerald Carter
2
-2
/
+2
2003-08-19
Fix BUG #314: api_netUserGetGRoups() was failing prematurely
Gerald Carter
1
-7
/
+59
2003-08-19
Implement SMBexit properly. Found by Samba4 tester. You must do a make
Jeremy Allison
3
-0
/
+23
2003-08-19
Fix flush of 0xFFFF - found by Samba4 tester.
Jeremy Allison
1
-2
/
+4
2003-08-19
Don't return DOS error on SMBsearch return if using NT error codes (NT1
Jeremy Allison
1
-8
/
+10
2003-08-18
Win2k never returns 'no such user' here, so when we do it, the clients freak
Andrew Bartlett
1
-1
/
+1
2003-08-18
Added level 262. Found by Samba4 torture tester.
Jeremy Allison
1
-0
/
+44
2003-08-18
Add level 261 to search. Found using Samba4 tester.
Jeremy Allison
1
-0
/
+22
2003-08-16
Implemented the level 1010 NT rename level. Many fixes for Samba4 test
Jeremy Allison
4
-71
/
+256
2003-08-15
Fix memleaks.
Volker Lendecke
1
-0
/
+5
2003-08-15
get rid of some sompiler warnings on IRIX
Herb Lewis
1
-1
/
+1
2003-08-15
get rid of unused call
Herb Lewis
1
-12
/
+0
2003-08-15
Fix attribute set using setfileinfo - Samba4 found.
Jeremy Allison
1
-3
/
+0
2003-08-15
Ignore silently set disposition information when set on a path.
Jeremy Allison
1
-1
/
+2
2003-08-14
nlink field should decrement when delete pending is set.
Jeremy Allison
1
-2
/
+8
2003-08-14
Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4
Jeremy Allison
1
-6
/
+1
2003-08-14
Fix changing of attributes via setattr. Samba4 test fixes.
Jeremy Allison
2
-10
/
+23
2003-08-14
Fix SMBseek and get/set position information SMBs. Works against
Jeremy Allison
4
-32
/
+51
2003-08-14
In ads_verify_realm, all we use in the ADS_STRUCT is the
Volker Lendecke
1
-15
/
+2
2003-08-13
Query volume info level 2 fix - found by Samba4 tester.
Jeremy Allison
1
-1
/
+1
2003-08-13
Better path checking for chkpth. We now pass Samba4 chkpath and unlink.
Jeremy Allison
1
-4
/
+25
2003-08-13
More chkpth fixes from Samba4 tests.
Jeremy Allison
1
-2
/
+15
2003-08-13
Ensure we pass the Samba4 unlink test !
Jeremy Allison
1
-1
/
+9
2003-08-12
Fix another error code return against Samba4 test suite... Don't allow
Jeremy Allison
1
-0
/
+4
[next]