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
/
open.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-11
separate out create_file_unixpath()
Volker Lendecke
1
-171
/
+242
2007-12-11
Move more stuff out of the way
Volker Lendecke
1
-7
/
+7
2007-12-11
Move INTERNAL_OPEN_ONLY calculation out of the way
Volker Lendecke
1
-4
/
+4
2007-12-10
Increase debug level
Volker Lendecke
1
-1
/
+1
2007-12-07
Pass only internal oplock request values to create_file
Volker Lendecke
1
-42
/
+5
2007-12-07
More parameter shuffling
Volker Lendecke
1
-1
/
+1
2007-12-07
Re-arrange create_file() parameters
Volker Lendecke
1
-1
/
+1
2007-12-07
Make fname arg to create_file a "const char *"
Volker Lendecke
1
-6
/
+15
2007-12-05
There's no point in passing down a 0
Volker Lendecke
1
-15
/
+25
2007-12-05
Move create_file to open.c
Volker Lendecke
1
-0
/
+475
2007-11-15
Add MAX_DNS_NAME_LENGTH, remove more pstrings.
Jeremy Allison
1
-3
/
+3
2007-10-31
Fix some cases where file_set_dosmode was being passed
Jeremy Allison
1
-2
/
+4
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-21
/
+21
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-0
/
+4
2007-10-10
r25534: Apply some const
Volker Lendecke
1
-1
/
+1
2007-10-10
r25391: Fix bug #4978 : Store DOS Attributes fails when copying folders.
Jeremy Allison
1
-0
/
+10
2007-10-10
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
1
-12
/
+28
2007-10-10
r25055: Add file_id_string_tos
Volker Lendecke
1
-1
/
+1
2007-10-10
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
1
-2
/
+2
2007-10-10
r24702: Remove the old API pointers
Volker Lendecke
1
-17
/
+15
2007-10-10
r24120: add a file_id_create() hook into the VFS layer
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23725: Remove get_current_mid()
Volker Lendecke
1
-17
/
+33
2007-10-10
r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request
Volker Lendecke
1
-20
/
+46
2007-10-10
r23375: Fix a 64-bit warning
Volker Lendecke
1
-1
/
+1
2007-10-10
r23183: Check in a change made by Tridge:
Volker Lendecke
1
-40
/
+29
2007-10-10
r23151: Re-arrange the logic so it looks identical to the
Jeremy Allison
1
-8
/
+14
2007-10-10
r23150: Fix Samba3 in the build farm again. In the case where the
Jeremy Allison
1
-0
/
+17
2007-10-10
r23100: Implement the delete on close semantics I've just tested for
Jeremy Allison
1
-18
/
+22
2007-10-10
r23087: Fix POSIX setfilepathinfo to use lstat, not stat.
Jeremy Allison
1
-1
/
+6
2007-10-10
r22942: Some message_register -> messaging_register conversions
Volker Lendecke
1
-5
/
+10
2007-10-10
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
1
-2
/
+4
2007-10-10
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
1
-1
/
+1
2007-10-10
r21665: Fix bug #4428 reported by Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison
1
-2
/
+1
2007-10-10
r21480: Make fd_open match fd_close be translating
Jeremy Allison
1
-9
/
+12
2007-10-10
r21279: Get rid of 'aio write behind', this is broken.
Volker Lendecke
1
-5
/
+0
2007-10-10
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
1
-35
/
+74
2007-10-10
r21115: notify_internal.c needs to remove the table entry if a process has cr...
Volker Lendecke
1
-5
/
+6
2007-10-10
r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...
Volker Lendecke
1
-2
/
+2
2007-10-10
r21087: Make the param list of notify_fname match notify_trigger
Volker Lendecke
1
-2
/
+2
2007-10-10
r21064: The core of this patch is
Volker Lendecke
1
-1
/
+2
2007-10-10
r20883: W00t! I now understand how "delete on close" really
Jeremy Allison
1
-7
/
+5
2007-10-10
r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.
Jeremy Allison
1
-4
/
+6
2007-10-10
r20854: Ok, now I think we're at a point where looking at notify starts to ma...
Volker Lendecke
1
-0
/
+5
2007-10-10
r20845: Somehow I missed this one - should have been part of the
Jeremy Allison
1
-4
/
+7
2007-10-10
r20634: A *LOT* more work is necessary before touching notify remotely starts...
Volker Lendecke
1
-5
/
+0
2007-10-10
r20451: Survive the first of the filter-tests (mkdir).
Volker Lendecke
1
-2
/
+3
2007-10-10
r20433: Work in progress: Survive more of RAW-NOTIFY.
Volker Lendecke
1
-15
/
+21
2007-10-10
r20394: This is a *VERY* early start of my work on notify.
Volker Lendecke
1
-6
/
+10
[next]