summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23935: We were lying to the client in the case of POSIX_UNLINKJeremy Allison1-16/+51
2007-10-10r23877: Fix two segfaults in (very unlikely) error paths, found by the IBMVolker Lendecke1-0/+2
2007-10-10r23855: Setting the allocation size updates the modified timeJeremy Allison1-12/+29
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23761: Rename reduce_name to check_reduced_nameVolker Lendecke1-1/+1
2007-10-10r23727: Explicitly pass down FLAGS2 to srvstr_get_path.Volker Lendecke1-8/+24
2007-10-10r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke1-2/+4
2007-10-10r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke1-30/+53
2007-10-10r23500: Two changes to survive the now activated test for rename_internals_fsp:Volker Lendecke1-3/+3
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-4/+4
2007-10-10r23106: Use lchown for symlinks.Jeremy Allison1-2/+11
2007-10-10r23100: Implement the delete on close semantics I've just tested forJeremy Allison1-2/+3
2007-10-10r23087: Fix POSIX setfilepathinfo to use lstat, not stat.Jeremy Allison1-9/+21
2007-10-10r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison1-2/+6
2007-10-10r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison1-1/+4
2007-10-10r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke1-2/+4
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+1
2007-10-10r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr.Jeremy Allison1-0/+2
2007-10-10r22491: Fix the build (3.0.25 and 3.0 are different here).Jeremy Allison1-1/+1
2007-10-10r22490: Fix a couple of bugs found whist investigating CSC Vista issues.Jeremy Allison1-4/+92
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-20/+21
2007-10-10r22266: Fix bug #4512 - we were returning a volume label greater thanJeremy Allison1-1/+3
2007-10-10r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison1-2/+3
2007-10-10r22010: Now I'm looking at mangling again, make sureJeremy Allison1-16/+31
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-2/+2
2007-10-10r21991: I hate Steve French :-). Add support for encryptionJeremy Allison1-3/+9
2007-10-10r21952: Fix critical (!) error found by IBM checker.Jeremy Allison1-22/+28
2007-10-10r21950: After discussion with the Apple and Linux client maintainers,James Peach1-1/+5
2007-10-10r21898: Added test command, fixed first valgrind bugs.Jeremy Allison1-2/+2
2007-10-10r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison1-1/+4
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison1-0/+27
2007-10-10r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison1-14/+29
2007-10-10r21792: Fix crash bug triggered by Excel reported by Jerry.Jeremy Allison1-1/+1
2007-10-10r21783: Add in the "create info" field to the replyJeremy Allison1-22/+32
2007-10-10r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison1-4/+8
2007-10-10r21766: Fix compiler warning.James Peach1-1/+1
2007-10-10r21765: Fix the build for HP-UX.James Peach1-1/+6
2007-10-10r21763: Add support for the UNIX_INFO2 infolevel.James Peach1-46/+245
2007-10-10r21754: Volker is completely correct. There's no need forJeremy Allison1-5/+15
2007-10-10r21717: Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.James Peach1-1/+110
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-43/+48
2007-10-10r21672: The cannonical file access pattern should look like this :Jeremy Allison1-22/+22
2007-10-10r21667: posix_unlink should break existing oplocks.Jeremy Allison1-1/+1
2007-10-10r21645: Make posix_unlink work - on open files too !Jeremy Allison1-1/+24
2007-10-10r21644: Allow mkdir on platforms with no O_DIRECTORY.Jeremy Allison1-0/+31
2007-10-10r21638: Change POSIX_UNLINK to allow clients to differentiateJeremy Allison1-0/+12
2007-10-10r21603: Horrible backwards compatibility hack as an old server bugJeremy Allison1-1/+11
2007-10-10r21379: Attempt to fix the build on "gwen"Volker Lendecke1-1/+1
2007-10-10r21247: In the refactoring I dropped a RESOLVE_DFSPATH callJeremy Allison1-2/+9