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-07-07
Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inode
Jeremy Allison
1
-0
/
+10
2003-07-07
Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcache
Jeremy Allison
1
-7
/
+9
2003-07-07
Fixed a couple of const issues with the new code.
Jeremy Allison
1
-1
/
+1
2003-07-07
and so it begins....
Gerald Carter
2
-13
/
+409
2003-07-06
This changes our Unix primary GID behaviour back to what most people expect:
Andrew Bartlett
1
-1
/
+1
2003-07-04
This patch cleans up some of our ldap code, for better behaviour:
Andrew Bartlett
1
-7
/
+13
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
6
-12
/
+13
2003-07-03
Missed this in the previous patch - we now have a seperate idea of the
Andrew Bartlett
1
-1
/
+1
2003-07-02
Fixing problems in the iconv discovery stuff in configure.in.
Richard Sharpe
1
-0
/
+1
2003-07-02
Added fix for Japanese case names in statcache - these can change
Jeremy Allison
1
-2
/
+33
2003-07-02
Whitespace reformat before applying a patch.
Jeremy Allison
1
-184
/
+187
2003-07-01
Fix for bug 189 from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>. Incorrect
Jeremy Allison
1
-1
/
+1
2003-07-01
Fixed the latest complaint from jcmd :-). We were storing -1 for the
Jeremy Allison
1
-6
/
+10
2003-06-30
Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we were
Jeremy Allison
1
-20
/
+10
2003-06-27
Some const correctness. Stop tdb being used as a remote backend. If an
Jeremy Allison
2
-7
/
+11
2003-06-25
large change:
Gerald Carter
1
-1
/
+1
2003-06-23
Fixed the merge_default_aces() code to work correctly with inheritance.
Jeremy Allison
1
-11
/
+38
2003-06-22
Found out a good number of NT_STATUS_IS_ERR used the wrong way.
Simo Sorce
4
-10
/
+10
2003-06-21
Always initialize.
Andrew Bartlett
1
-0
/
+2
2003-06-21
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
1
-3
/
+0
2003-06-20
Fixed sorting algorithm to prevent problems with W2K clients.
Jeremy Allison
1
-2
/
+2
2003-06-20
Mapping of Windows ACL inheritance and protected bits onto extended attributes
Jeremy Allison
1
-16
/
+461
2003-06-18
Ok, this patch removes the privilege stuff we had in, unused, for some time.
Simo Sorce
1
-1
/
+1
2003-06-13
Fix an spelling mistake.
Richard Sharpe
1
-1
/
+1
2003-06-07
Don't assume that the SAM knows the unix home directory - look it up by
Andrew Bartlett
1
-6
/
+14
2003-06-06
* add in David Lee's utmp patch (defaults to on if available)
Gerald Carter
2
-11
/
+18
2003-06-06
SMBlockingX timeouts are in units of 2 milliseconds, not 1
Andrew Tridgell
1
-1
/
+1
2003-06-06
2 more places where win2003 forces UCS2
Andrew Tridgell
1
-2
/
+2
2003-06-06
- the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 name
Andrew Tridgell
1
-3
/
+3
2003-06-06
make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrE
Andrew Tridgell
1
-1
/
+2
2003-06-06
- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
Andrew Tridgell
1
-5
/
+5
2003-06-06
fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst level
Andrew Tridgell
1
-2
/
+1
2003-06-06
fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst level
Andrew Tridgell
1
-5
/
+5
2003-06-06
removed the 'valgrind fix' that (although it may well remove a
Andrew Tridgell
1
-8
/
+0
2003-06-06
Added EA operations to VFS layer.
Jeremy Allison
2
-1
/
+81
2003-06-04
fixed the termination of several trans2 strings
Andrew Tridgell
1
-3
/
+3
2003-06-04
shouldn't null terminate trans2 qfileinfo all_info/name
Andrew Tridgell
1
-1
/
+1
2003-06-01
added the COMPRESSION_INFO trans2 QFILEINFO level and fixed the
Andrew Tridgell
1
-3
/
+9
2003-06-01
fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. The
Andrew Tridgell
1
-35
/
+2
2003-05-31
Got us happy running under valgrind again :-).
Jeremy Allison
3
-0
/
+10
2003-05-31
Fixes to stop valgrind complaining about uninitialised memory when it's
Jeremy Allison
2
-0
/
+16
2003-05-30
Ensure 'blank' entries show up in both default and normal entries to
Jeremy Allison
1
-13
/
+7
2003-05-29
Change get_nt_acl() to include security_info wanted. Only return this.
Jeremy Allison
4
-235
/
+256
2003-05-28
Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's to
Jeremy Allison
1
-107
/
+14
2003-05-28
It seems only NT4 does the VC == 0 session drop code.
Jeremy Allison
1
-1
/
+5
2003-05-27
Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resources
Jeremy Allison
1
-1
/
+18
2003-05-27
volker's add_signature() fix; must pass the beginning on the outbuf to get th...
Gerald Carter
1
-5
/
+5
2003-05-27
Fix printf warnings in debug statments.
Tim Potter
1
-2
/
+2
2003-05-27
Fix shadow parameter warning in free_empty_sys_acl()
Tim Potter
1
-5
/
+5
2003-05-27
More fixes for builddir != srcdir.
Tim Potter
1
-0
/
+6
[next]