index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
smbd
/
trans2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r25387: Sync with 3.2.0 svn tree
Gerald Carter
2007-09-27
1
-271
/
+378
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-08-30
1
-2
/
+2
*
r24699: Actually write 24 zeros instead of zero 24's...
Volker Lendecke
2007-08-27
1
-1
/
+1
*
r24660: Merge the inbuf/outbuf changes
Volker Lendecke
2007-08-25
1
-599
/
+932
*
r24548: Fix the case-changing renames
Volker Lendecke
2007-08-19
1
-1
/
+20
*
r24499: Move the checks for DOS error codes on open to a function.
Jeremy Allison
2007-08-16
1
-21
/
+3
*
r24475: Fix the error mapping for SMB_POSIX_PATH_OPEN.
Jeremy Allison
2007-08-16
1
-0
/
+11
*
r24472: Start fixing up the mapping of OBJECT_NAME_COLLISION
Jeremy Allison
2007-08-15
1
-1
/
+11
*
r24471: Revert inadvertant commit.
Jeremy Allison
2007-08-15
1
-11
/
+1
*
r24470: Start fixing up the mapping of OBJECT_NAME_COLLISION
Jeremy Allison
2007-08-15
1
-1
/
+11
*
r24122: merge from SAMBA_3_2:
Stefan Metzmacher
2007-08-02
1
-4
/
+10
*
r23942: Fix issue found by Shlomi Yaakobovich <Shlomi@exanet.com> where
Jeremy Allison
2007-07-18
1
-5
/
+6
*
r23935: We were lying to the client in the case of POSIX_UNLINK
Jeremy Allison
2007-07-17
1
-16
/
+51
*
r23877: Fix two segfaults in (very unlikely) error paths, found by the IBM
Volker Lendecke
2007-07-15
1
-0
/
+2
*
r23855: Setting the allocation size updates the modified time
Jeremy Allison
2007-07-12
1
-12
/
+29
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-07-10
1
-2
/
+1
*
r23780: Find and fix more GPL2 -> GPL3.
Jeremy Allison
2007-07-09
1
-1
/
+1
*
r23761: Rename reduce_name to check_reduced_name
Volker Lendecke
2007-07-09
1
-1
/
+1
*
r23741: Combined merge of 23726, 23727 and 23731 from 3_0:
Volker Lendecke
2007-07-07
1
-10
/
+28
*
r23739: Merge r23724 from 3_0 without the accidential checkin:
Volker Lendecke
2007-07-07
1
-30
/
+53
*
r23500: Two changes to survive the now activated test for rename_internals_fsp:
Volker Lendecke
2007-06-14
1
-3
/
+3
*
r23183: Check in a change made by Tridge:
Volker Lendecke
2007-05-29
1
-4
/
+4
*
r23106: Use lchown for symlinks.
Jeremy Allison
2007-05-24
1
-2
/
+11
*
r23100: Implement the delete on close semantics I've just tested for
Jeremy Allison
2007-05-23
1
-2
/
+3
*
r23087: Fix POSIX setfilepathinfo to use lstat, not stat.
Jeremy Allison
2007-05-22
1
-9
/
+21
*
r23014: For all branches, ensure that if we're blocked on a POSIX
Jeremy Allison
2007-05-19
1
-2
/
+6
*
r22920: Add in the UNIX capability for 24-bit readX, as discussed
Jeremy Allison
2007-05-16
1
-1
/
+2
*
r22909: Change prototype of dump_data(), so that it takes unsigned char *
Michael Adam
2007-05-15
1
-2
/
+2
*
r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside
Volker Lendecke
2007-05-14
1
-2
/
+4
*
r22652: re-add Jeremy objectID changes
Gerald Carter
2007-05-03
1
-1
/
+90
*
r22649: revert the objectID changes (for now) and leave these for 3.0.26
Gerald Carter
2007-05-03
1
-90
/
+1
*
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
2007-04-27
1
-1
/
+1
*
r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.
Jeremy Allison
2007-04-23
1
-0
/
+2
*
r22490: Fix a couple of bugs found whist investigating CSC Vista issues.
Jeremy Allison
2007-04-23
1
-4
/
+92
*
r22266: Fix bug #4512 - we were returning a volume label greater than
Jeremy Allison
2007-04-16
1
-1
/
+3
*
r22064: Fix the DFS code to work better with Vista clients. Allow
Jeremy Allison
2007-04-03
1
-2
/
+3
*
r21955: Merge over jpeach's fixes for UNIX_INFO2.
Jeremy Allison
2007-03-23
1
-1
/
+5
*
r21952: Fix critical (!) error found by IBM checker.
Jeremy Allison
2007-03-23
1
-22
/
+28
*
r21800: Check-in the DFS rewrite. I am still testing this but it
Jeremy Allison
2007-03-12
1
-14
/
+29
*
r21792: Fix crash bug triggered by Excel reported by Jerry.
Jeremy Allison
2007-03-12
1
-1
/
+1
*
r21783: Add in the "create info" field to the reply
Jeremy Allison
2007-03-11
1
-22
/
+32
*
r21781: Add support for the UNIX_INFO2 info level. Merge the following
James Peach
2007-03-09
1
-46
/
+250
*
r21777: As Stevef requested and the Apple guys agreed, make
Jeremy Allison
2007-03-09
1
-4
/
+8
*
r21754: Volker is completely correct. There's no need for
Jeremy Allison
2007-03-07
1
-5
/
+15
*
r21718: Merge -r21716:21717 from SAMBA_3_0: Support the SMB_QUERY_POSIX_WHOAMI
James Peach
2007-03-06
1
-1
/
+110
*
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
2007-03-05
1
-43
/
+48
*
r21672: The cannonical file access pattern should look like this :
Jeremy Allison
2007-03-03
1
-22
/
+22
*
r21667: posix_unlink should break existing oplocks.
Jeremy Allison
2007-03-02
1
-1
/
+1
*
r21645: Make posix_unlink work - on open files too !
Jeremy Allison
2007-03-01
1
-1
/
+24
*
r21644: Allow mkdir on platforms with no O_DIRECTORY.
Jeremy Allison
2007-03-01
1
-0
/
+31
[next]