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
2000-12-19
Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allow
Jeremy Allison
1
-3
/
+3
2000-12-18
Fix typos in new group sid check.
Jeremy Allison
1
-2
/
+2
2000-12-16
Fixed chown/chgrp setting from smbcacls.
Jeremy Allison
1
-0
/
+2
2000-12-15
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
1
-0
/
+9
2000-12-12
Fixed bug noticed by JF. se_access_check needs user SID as first in token.
Jeremy Allison
1
-10
/
+23
2000-12-12
Fixed processing of dfree script (was truncating).
Jeremy Allison
1
-2
/
+0
2000-12-12
Compile fix for new arg to create_nt_token()
Tim Potter
1
-1
/
+3
2000-12-12
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
2
-10
/
+34
2000-12-12
Sorry Gerald, I think the original code was better (plus safer as I'm sure
Jeremy Allison
1
-7
/
+10
2000-12-12
Extra part of fix that Gerald missed (sorry).
Jeremy Allison
1
-1
/
+1
2000-12-11
subtle bug where files which missed the stat_cache but were added
Gerald Carter
1
-10
/
+7
2000-12-11
Fix for short names not being returned correctly with non-mangled shares.
Jeremy Allison
1
-1
/
+2
2000-12-11
Fixed very subtle bug returning correct error on an open, when we have
Jeremy Allison
1
-8
/
+22
2000-12-08
Fixed compiler warning.
Jeremy Allison
1
-2
/
+2
2000-12-08
Added OLD_NTDOMAIN to remove warnings about undefined functions.
Jeremy Allison
3
-0
/
+6
2000-12-08
Removed unused auto (IRIX compiler warning).
Jeremy Allison
1
-2
/
+1
2000-12-08
Fixed *very* subtle statcache bug where invalid stat state could be
Jeremy Allison
1
-1
/
+2
2000-12-07
Fixed bug with Win9x/ME where drivername was being returned incorrectly in
Jeremy Allison
1
-36
/
+46
2000-12-07
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
4
-6
/
+6
2000-12-07
Working code to read POSIX ACLs on a Linux system using the bestbits
Jeremy Allison
1
-38
/
+61
2000-12-06
Cause smbd to use the new posix_acls code, not the old unix_acls code.
Jeremy Allison
1
-61
/
+47
2000-12-06
Print debug if domain_client_validate() cannot fetch the trust account
Tim Potter
1
-1
/
+2
2000-12-06
Make smbd/posix_acls.c use abstract interface.
Jeremy Allison
1
-11
/
+10
2000-12-06
Fixed compiler warning.
Tim Potter
1
-2
/
+2
2000-12-06
Moving to abstract API interface (sys_get_acl() etc.) to allow system
Jeremy Allison
1
-42
/
+42
2000-12-04
Remove C++ style comments
David O'Neill
1
-1
/
+1
2000-12-01
Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux.
Jeremy Allison
1
-74
/
+95
2000-11-30
Keep syncing up POSIX ACL work...
Jeremy Allison
1
-110
/
+111
2000-11-30
Work in progress, doesn't compile. Adding the POSIX ACL mapping....
Jeremy Allison
1
-22
/
+198
2000-11-28
include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...
Jeremy Allison
1
-60
/
+81
2000-11-27
passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code
Jeremy Allison
1
-0
/
+5
2000-11-27
Fixed messaging so main smbd can get lib/message.c messages.
Jeremy Allison
1
-0
/
+8
2000-11-27
Removed unnessesary init.
Jeremy Allison
1
-1
/
+1
2000-11-24
This should fix Office failing to print to "FILE:".
Jeremy Allison
1
-3
/
+3
2000-11-22
Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...
Jeremy Allison
1
-0
/
+3
2000-11-21
Don't forget to convert into UNIX character set before calling
Jeremy Allison
1
-1
/
+1
2000-11-21
combined 2 if statments which used the same condition
Gerald Carter
1
-3
/
+5
2000-11-21
Fix for off-by-one StrnCpy.
Jeremy Allison
1
-1
/
+1
2000-11-21
Fix for updating of print queues changed from a local box. Essentially,
Jeremy Allison
2
-5
/
+10
2000-11-17
we don't need the separate lp_status() connection records any more
Andrew Tridgell
1
-12
/
+0
2000-11-17
fixed the problem with messages not getting through
Andrew Tridgell
2
-36
/
+27
2000-11-16
Fix from Jim McDonough @ IBM for OS/2 clients.
Jeremy Allison
1
-0
/
+10
2000-11-16
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
7
-104
/
+220
2000-11-14
Merge from appliance head of JR's changes for driver versioning.
Jeremy Allison
4
-73
/
+141
2000-11-13
Large commit which restructures the local password storage API.
Gerald Carter
6
-156
/
+168
2000-11-08
More merging of printing stuff from appliance.
Tim Potter
1
-3
/
+3
2000-11-06
Added a VFS version return to init call. Allows smbd to fail an init if
Jeremy Allison
2
-8
/
+16
2000-11-04
Fix for admin user being ignored.
Jeremy Allison
1
-0
/
+1
2000-10-30
Call standard_sub_advanced() after lp_logon_XX() calls.
Jeremy Allison
1
-0
/
+2
2000-10-28
David Lee's utmp patch (finally). Thanks David !
Jeremy Allison
3
-90
/
+609
[prev]
[next]