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
/
trans2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21097: Ensure that when manipulating UNIX permissions via
Jeremy Allison
1
-14
/
+57
2007-10-10
r21073: Fix compiler warning
Volker Lendecke
1
-2
/
+2
2007-10-10
r21067: Finished refactoring setqpathinfo to be readable
Jeremy Allison
1
-385
/
+430
2007-10-10
r21063: All case statements are now NTSTATUS returning
Jeremy Allison
1
-175
/
+218
2007-10-10
r21062: Should fix the build plus make all refactored
Jeremy Allison
1
-212
/
+174
2007-10-10
r21061: Refactoring all the cases into NTSTATUS returns.
Jeremy Allison
1
-69
/
+99
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
1
-63
/
+93
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
1
-24
/
+24
2007-10-10
r20931: This changes the notify infrastructure from a polling-based to an eve...
Volker Lendecke
1
-1
/
+0
2007-10-10
r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.
Jeremy Allison
1
-2
/
+12
2007-10-10
r20844: Somewhat radical change - this may break the build (I will
Jeremy Allison
1
-22
/
+32
2007-10-10
r20781: Fix a couple of paths found by Volker where we weren't
Jeremy Allison
1
-0
/
+6
2007-10-10
r20721: Fix the search unix_convert error returns. Only open
Jeremy Allison
1
-1
/
+1
2007-10-10
r20718: Sync up the filename path parsing changes from SAMBA_3_0_24.
Jeremy Allison
1
-57
/
+31
2007-10-10
r20612: A checkin I've wanted to do for ages: For bad_path==False set_bad_pat...
Volker Lendecke
1
-38
/
+11
2007-10-10
r20611: All but one callers to set_bad_path_error have had the bad_path==True...
Volker Lendecke
1
-11
/
+22
2007-10-10
r20608: ENOENT->NT_STATUS_OBJECT_NAME_NOT_FOUND is covered in the standard un...
Volker Lendecke
1
-6
/
+2
2007-10-10
r20496: Some changes to make Samba3 the RAW-OPEN test. Checking in to both 3_...
Volker Lendecke
1
-2
/
+6
2007-10-10
r20424: No, we do not have to do that here :-)
Volker Lendecke
1
-13
/
+1
2007-10-10
r20412: Placeholder to remind me to write a torture test
Jeremy Allison
1
-0
/
+7
2007-10-10
r20363: Fix any possible valgrind errors in srvstr_get_XX or srvstr_pull_XX
Jeremy Allison
1
-16
/
+29
2007-10-10
r20362: Fix valgrind issues where we may read params
Jeremy Allison
1
-17
/
+41
2007-10-10
r20356: Consolidate the calls to parent_dirname() per open to one.
Volker Lendecke
1
-2
/
+3
2007-10-10
r20336: Fix some memleaks in trans2open and simplify trans2mkdir a bit: We no...
Volker Lendecke
1
-21
/
+5
2007-10-10
r20313: Make trans2_mkdir also go through open_directory for all the fancy in...
Volker Lendecke
1
-10
/
+18
2007-10-10
r20312: Fix a memleak
Volker Lendecke
1
-1
/
+1
2007-10-10
r20310: We've checked for EA's and support for them further up already.
Volker Lendecke
1
-1
/
+1
2007-10-10
r20237: Replace exit_server with exit_server_cleanly where appropriate. All
James Peach
1
-2
/
+2
2007-10-10
r20228: Bring the calling conventions of inherit_access_acl and change_owner_...
Volker Lendecke
1
-1
/
+4
2007-10-10
r20178: Ensure we allocate the intermediate trans structs
Jeremy Allison
1
-1
/
+2
2007-10-10
r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()
Stefan Metzmacher
1
-6
/
+4
2007-10-10
r18547: Add in fixes to mangling dir code - ensure don't
Jeremy Allison
1
-5
/
+5
2007-10-10
r17835: Fix Coverity bugs 306, 309, 310.
Volker Lendecke
1
-1
/
+1
2007-10-10
r17800: Start using struct timespec internally for file times
Jeremy Allison
1
-75
/
+89
2007-10-10
r17604: Fix a bug caught by g++.
Volker Lendecke
1
-1
/
+1
2007-10-10
r17541: When returning a trans2 request, if the "max data
Jeremy Allison
1
-24
/
+37
2007-10-10
r17347: Some C++ warnings -- 271 left
Volker Lendecke
1
-16
/
+20
2007-10-10
r17316: More C++ warnings -- 456 left
Volker Lendecke
1
-3
/
+3
2007-10-10
r17105: Fix the race Volker found - we had a non-locked
Jeremy Allison
1
-14
/
+18
2007-10-10
r17100: Ooops. Fix the build...
Jeremy Allison
1
-2
/
+7
2007-10-10
r17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
Jeremy Allison
1
-3
/
+1
[next]