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