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-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
2003-05-22
Stat opens can have fsp->fd == -1 and will have a share entry. Ensure
Jeremy Allison
1
-2
/
+10
2003-05-22
More fixes for debug log to catch logic error.
Jeremy Allison
1
-7
/
+5
2003-05-22
Add more info to debug info...
Jeremy Allison
1
-1
/
+5
2003-05-21
fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...
Gerald Carter
1
-1
/
+4
2003-05-21
merge LANMAN1/LANMAN2.1 fixes from head
Andrew Tridgell
1
-0
/
+2
2003-05-20
really make sure to include the version in the lanman string; tested spnego u...
Gerald Carter
1
-8
/
+9
2003-05-17
Cope with cumulative permissions sets. This code is #ifdef'ed out at the
Jeremy Allison
1
-1
/
+49
2003-05-16
David Lee <t.d.lee@durham.ac.uk> provides some corrections to the comments
Andrew Bartlett
1
-39
/
+5
2003-05-16
add metze's patch for smb_register functions
Simo Sorce
1
-4
/
+1
2003-05-15
Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on
Jeremy Allison
2
-5
/
+7
2003-05-14
fix quota build on non-64bit systems
Gerald Carter
2
-5
/
+5
2003-05-14
Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...
Alexander Bokovoy
5
-17
/
+29
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
16
-204
/
+204
2003-05-14
spelling
Tim Potter
4
-5
/
+5
2003-05-13
Restore a number of fixes that idra removed when he merged his
Andrew Bartlett
1
-0
/
+1
2003-05-12
Fix obvious compiler warnings.
Jeremy Allison
1
-1
/
+0
2003-05-12
And finally IDMAP in 3_0
Simo Sorce
7
-448
/
+27
2003-05-12
fixing typos in debug statements
Gerald Carter
1
-1
/
+1
2003-05-12
Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...
Alexander Bokovoy
3
-13
/
+17
2003-05-12
GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave ...
Alexander Bokovoy
1
-1
/
+1
2003-05-12
A small patch from metze to fix builds on some platforms ...
Richard Sharpe
1
-1
/
+1
2003-05-12
Fix a wrong define check.
Alexander Bokovoy
1
-3
/
+4
2003-05-12
Wrap into WITH_QUOTAS yet another place in trans2
Alexander Bokovoy
1
-1
/
+7
2003-05-12
Better isolate quota stuff
Alexander Bokovoy
2
-0
/
+12
2003-05-12
Small fix for HAVE_SYS_QUOTAS usage, spotted by build farm
Alexander Bokovoy
1
-6
/
+7
2003-05-12
Small fix for HAVE_SYS_QUOTAS usage, spotted by build farm
Alexander Bokovoy
1
-1
/
+6
2003-05-12
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
8
-46
/
+1274
2003-05-11
Fix VFS layer:
Alexander Bokovoy
16
-642
/
+500
2003-05-10
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
1
-7
/
+0
2003-05-10
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
1
-0
/
+7
2003-05-10
Optimisation. We don't need to do 2 strlen's when we're setting the stat
Jeremy Allison
1
-9
/
+0
2003-05-09
Fix nasty bug pointed out by samba-technical poster. If name is mangled
Jeremy Allison
1
-1
/
+12
2003-05-07
SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATION
Jeremy Allison
1
-9
/
+1
2003-05-07
Make fchown, fchmod conditional for systems that don't have them.
Jeremy Allison
1
-5
/
+16
2003-05-06
Patch from metze to add exit and interval events. Useful for modules
Jelmer Vernooij
2
-0
/
+10
2003-05-01
Fix uninitialized blobs reported by Luke Howard.
Jeremy Allison
1
-0
/
+6
2003-05-01
Fix for bugid 51 from Dragan Krnic.
Jeremy Allison
1
-5
/
+5
2003-05-01
Fix disk quotas support on HP/UX (patch by David Nixon)
Jelmer Vernooij
1
-1
/
+1
2003-04-30
Make the version numbers ints (patch from metze)
Jelmer Vernooij
1
-1
/
+1
2003-04-29
add version back to lanman string in sessetup reply
Gerald Carter
1
-1
/
+5
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-11
/
+12
2003-04-28
inet_pton isn't portable, so use interpret_addr2.
Andrew Bartlett
1
-3
/
+3
2003-04-24
Fix length in findfirst2 responses, fix os/2 clients
Jim McDonough
1
-4
/
+10
[prev]
[next]