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
r22064: Fix the DFS code to work better with Vista clients. Allow
Jeremy Allison
1
-2
/
+3
2007-10-10
r22010: Now I'm looking at mangling again, make sure
Jeremy Allison
1
-16
/
+31
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r21991: I hate Steve French :-). Add support for encryption
Jeremy Allison
1
-3
/
+9
2007-10-10
r21952: Fix critical (!) error found by IBM checker.
Jeremy Allison
1
-22
/
+28
2007-10-10
r21950: After discussion with the Apple and Linux client maintainers,
James Peach
1
-1
/
+5
2007-10-10
r21898: Added test command, fixed first valgrind bugs.
Jeremy Allison
1
-2
/
+2
2007-10-10
r21897: Add in a basic raw NTLM encrypt request. Now
Jeremy Allison
1
-1
/
+4
2007-10-10
r21882: The server part of the code has to use an AUTH_NTLMSSP struct,
Jeremy Allison
1
-0
/
+27
2007-10-10
r21800: Check-in the DFS rewrite. I am still testing this but it
Jeremy Allison
1
-14
/
+29
2007-10-10
r21792: Fix crash bug triggered by Excel reported by Jerry.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21783: Add in the "create info" field to the reply
Jeremy Allison
1
-22
/
+32
2007-10-10
r21777: As Stevef requested and the Apple guys agreed, make
Jeremy Allison
1
-4
/
+8
2007-10-10
r21766: Fix compiler warning.
James Peach
1
-1
/
+1
2007-10-10
r21765: Fix the build for HP-UX.
James Peach
1
-1
/
+6
2007-10-10
r21763: Add support for the UNIX_INFO2 infolevel.
James Peach
1
-46
/
+245
2007-10-10
r21754: Volker is completely correct. There's no need for
Jeremy Allison
1
-5
/
+15
2007-10-10
r21717: Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.
James Peach
1
-1
/
+110
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
1
-43
/
+48
2007-10-10
r21672: The cannonical file access pattern should look like this :
Jeremy Allison
1
-22
/
+22
2007-10-10
r21667: posix_unlink should break existing oplocks.
Jeremy Allison
1
-1
/
+1
2007-10-10
r21645: Make posix_unlink work - on open files too !
Jeremy Allison
1
-1
/
+24
2007-10-10
r21644: Allow mkdir on platforms with no O_DIRECTORY.
Jeremy Allison
1
-0
/
+31
2007-10-10
r21638: Change POSIX_UNLINK to allow clients to differentiate
Jeremy Allison
1
-0
/
+12
2007-10-10
r21603: Horrible backwards compatibility hack as an old server bug
Jeremy Allison
1
-1
/
+11
2007-10-10
r21379: Attempt to fix the build on "gwen"
Volker Lendecke
1
-1
/
+1
2007-10-10
r21247: In the refactoring I dropped a RESOLVE_DFSPATH call
Jeremy Allison
1
-2
/
+9
2007-10-10
r21246: Remove incorrect control on unix set info.
Jeremy Allison
1
-6
/
+2
2007-10-10
r21229: Don't indirect through a potentially null pointer :-).
Jeremy Allison
1
-5
/
+6
2007-10-10
r21227: Quick fix for Stevef - ensure the returned data on open
Jeremy Allison
1
-6
/
+10
2007-10-10
r21210: Fix POSIX open to return an info level.
Jeremy Allison
1
-54
/
+96
2007-10-10
r21207: Make the code match the spec :-).
Jeremy Allison
1
-8
/
+25
2007-10-10
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
1
-4
/
+286
2007-10-10
r21131: Some notify fixes
Volker Lendecke
1
-0
/
+10
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
[next]