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
2007-10-10
r21060: Start refactoring out the non-return case statements
Jeremy Allison
1
-35
/
+64
2007-10-10
r21058: Finish the easy refactoring - split out all the case
Jeremy Allison
1
-158
/
+213
2007-10-10
r21057: More refactoring into functions.
Jeremy Allison
2
-65
/
+95
2007-10-10
r21054: More function refactoring.
Jeremy Allison
1
-24
/
+52
2007-10-10
r21053: More refactoring and fix the tests (set position info
Jeremy Allison
1
-53
/
+93
2007-10-10
r21052: Refactoring.
Jeremy Allison
1
-25
/
+43
2007-10-10
r21051: More function refactoring... Added #if 0 for
Jeremy Allison
1
-34
/
+55
2007-10-10
r21050: Factor out SMB_SET_FILE_DISPOSITION_INFO. My
Jeremy Allison
1
-23
/
+57
2007-10-10
r21049: Start to refactor some of the setpath set code
Jeremy Allison
1
-74
/
+73
2007-10-10
r21035: Remove unneeded checks on incoming uid/gid for
Jeremy Allison
1
-15
/
+35
2007-10-10
r21002: Get rid of unused macros - merge change from 3_0_24
Herb Lewis
2
-40
/
+40
2007-10-10
r20982: Fix a segfault -- I wonder why my make test did not show this earlier...
Volker Lendecke
1
-1
/
+2
2007-10-10
r20966: Only attempt to reload the config file atfer the fork point if we
James Peach
1
-2
/
+6
2007-10-10
r20933: Fix the build without inotify
Volker Lendecke
1
-2
/
+2
2007-10-10
r20932: This is the basic infrastructure for inotify support. This is far fro...
Volker Lendecke
2
-0
/
+268
2007-10-10
r20931: This changes the notify infrastructure from a polling-based to an eve...
Volker Lendecke
10
-774
/
+472
2007-10-10
r20916: Add in the delete on close final fix - but only enabled
Jeremy Allison
4
-0
/
+54
2007-10-10
r20883: W00t! I now understand how "delete on close" really
Jeremy Allison
2
-9
/
+42
2007-10-10
r20878: Fix build with --enable-profiling
Volker Lendecke
1
-1
/
+0
2007-10-10
r20877: Random notify fixes
Volker Lendecke
1
-13
/
+8
2007-10-10
r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.
Jeremy Allison
6
-21
/
+55
2007-10-10
r20858: change_notify_reply_packet is static
Volker Lendecke
1
-2
/
+4
2007-10-10
r20856: Make "struct notify_mid_map" private to notify.c
Volker Lendecke
1
-0
/
+11
2007-10-10
r20854: Ok, now I think we're at a point where looking at notify starts to ma...
Volker Lendecke
6
-37
/
+567
2007-10-10
r20846: Before this gets out of control...
Volker Lendecke
3
-29
/
+51
2007-10-10
r20845: Somehow I missed this one - should have been part of the
Jeremy Allison
1
-4
/
+7
2007-10-10
r20844: Somewhat radical change - this may break the build (I will
Jeremy Allison
6
-257
/
+306
2007-10-10
r20843: Get rid of last BOOL ok.
Jeremy Allison
1
-58
/
+59
2007-10-10
r20842: Only one more BOOL ok to go...
Jeremy Allison
1
-12
/
+6
2007-10-10
r20841: Remove more BOOL ok.
Jeremy Allison
1
-6
/
+6
2007-10-10
r20840: Keep removing the old BOOL ok logic.
Jeremy Allison
1
-5
/
+9
2007-10-10
r20833: Reformatting
Volker Lendecke
1
-23
/
+41
2007-10-10
r20796: Fix the same problem Jeremy has fixed (improper handling of deferred ...
Volker Lendecke
1
-6
/
+10
2007-10-10
r20781: Fix a couple of paths found by Volker where we weren't
Jeremy Allison
2
-1
/
+13
2007-10-10
r20759: Dummy checkin to let the build farm pick up the new smbtorture4
Volker Lendecke
1
-1
/
+2
2007-10-10
r20743: Remove another BOOL ok from reply_getatr.
Jeremy Allison
1
-20
/
+15
2007-10-10
r20742: Rename chkpth -> checkpath for sanity's sake :-).
Jeremy Allison
2
-36
/
+36
2007-10-10
r20740: Get rid of some if-statements
Volker Lendecke
1
-14
/
+10
2007-10-10
r20724: Get closer to passing RAW-OPEN. If the client is using
Jeremy Allison
1
-12
/
+10
2007-10-10
r20722: RAW-CHKPATH should now pass, build farm should
Jeremy Allison
1
-4
/
+13
2007-10-10
r20721: Fix the search unix_convert error returns. Only open
Jeremy Allison
3
-27
/
+37
2007-10-10
r20720: Fix the chkpath problem, still looking at findfirst.
Jeremy Allison
2
-1
/
+13
2007-10-10
r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.
Jeremy Allison
6
-612
/
+387
2007-10-10
r20700: In the main processing loop we select() on the fam socket. If it fire...
Volker Lendecke
1
-0
/
+13
2007-10-10
r20699: This is an attempt to fix bug 4326.
Volker Lendecke
1
-1
/
+2
2007-10-10
r20635: Add placeholder to ensure we don't go into the
Jeremy Allison
1
-0
/
+11
2007-10-10
r20634: A *LOT* more work is necessary before touching notify remotely starts...
Volker Lendecke
6
-563
/
+35
2007-10-10
r20632: The extended RAW-SAMBA3BADPATH test led me to some wrong assumptions, in
Volker Lendecke
1
-53
/
+59
2007-10-10
r20628: Looks bigger than it is. This is just re-indenting the if (dirname) t...
Volker Lendecke
1
-40
/
+38
2007-10-10
r20627: orig_name is not needed anymore, and slightly simplify logic by doing...
Volker Lendecke
1
-9
/
+8
[prev]
[next]