summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23942: Fix issue found by Shlomi Yaakobovich <Shlomi@exanet.com> whereJeremy Allison1-5/+6
2007-10-10r23941: Don't use "False" when you mean "MARSHALL".Jeremy Allison1-1/+1
2007-10-10r23940: Added missing line that was deleted accidently.Jeremy Allison1-0/+2
2007-10-10r23939: Fixes for notify returns. Returned param value must fix insideJeremy Allison2-21/+20
2007-10-10r23935: We were lying to the client in the case of POSIX_UNLINKJeremy Allison1-16/+51
2007-10-10r23914: try to fix the build on Tru64Stefan Metzmacher1-3/+3
2007-10-10r23913: Revert back to Volker's original logic to fix theJeremy Allison1-1/+1
2007-10-10r23911: Revert r23910 to try and fix the build farm. IJeremy Allison1-9/+0
2007-10-10r23910: We used to deny renames on theJeremy Allison1-0/+9
2007-10-10r23909: Get closer to passing the cthon tests for delete open file.Jeremy Allison1-3/+6
2007-10-10r23906: Fix POSIX unlink bug found by Steve. If weJeremy Allison1-2/+9
2007-10-10r23904: Remove an unused variable referenceVolker Lendecke1-1/+0
2007-10-10r23903: Fix a potential reason for the segfault Steve foundVolker Lendecke1-0/+1
2007-10-10r23902: Fix uninitialized read in devicetype noticed by Volker.Jeremy Allison1-1/+1
2007-10-10r23879: Fix two memleaks, found by the IBM checkerVolker Lendecke1-2/+4
2007-10-10r23878: Fix an error return, found by the IBM checkerVolker Lendecke1-0/+1
2007-10-10r23877: Fix two segfaults in (very unlikely) error paths, found by the IBMVolker Lendecke1-0/+2
2007-10-10r23866: Fix a 1-byte buffer overrunVolker Lendecke1-1/+1
2007-10-10r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc()Jeremy Allison1-42/+73
2007-10-10r23855: Setting the allocation size updates the modified timeJeremy Allison1-12/+29
2007-10-10r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP mapsJeremy Allison1-6/+15
2007-10-10r23844: Add patch series from Volker (after review and consultation).Jeremy Allison3-132/+273
2007-10-10r23843: Fix bug #4777, reported by Bill Marshall <bmarsh@us.ibm.com>.Jeremy Allison1-1/+2
2007-10-10r23823: Memory leak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>Volker Lendecke1-0/+2
2007-10-10r23813: Remove unused global variableVolker Lendecke1-5/+0
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in theAndrew Tridgell1-1/+13
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell56-112/+56
2007-10-10r23783: Processing the UAS change message was causing problems on ppc64 LinuxAndrew Tridgell1-23/+0
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison57-57/+57
2007-10-10r23773: One pstring a day...Volker Lendecke1-3/+5
2007-10-10r23768: Get rid of the three global variables for the case semantics. I thinkVolker Lendecke1-64/+70
2007-10-10r23765: Another error-path restore_case_semantics().Volker Lendecke1-0/+1
2007-10-10r23764: Do restore_case_semantics in an error path. Jeremy, please check!Volker Lendecke1-0/+1
2007-10-10r23761: Rename reduce_name to check_reduced_nameVolker Lendecke4-5/+5
2007-10-10r23752: Fix bug introduced by checkin 22920, allow largeJeremy Allison1-3/+1
2007-10-10r23743: Simplify stat_cache_lookup() logic. For the history of this, seeVolker Lendecke1-68/+76
2007-10-10r23738: Re-add commented out code snipped that got lost by accidentVolker Lendecke1-0/+10
2007-10-10r23736: Use local variable of smb_flag2 instead of using the macro every time.Jeremy Allison1-14/+16
2007-10-10r23735: Second part of the bugfix for #4763Jeremy Allison1-1/+21
2007-10-10r23731: Forgot one reference to inbufVolker Lendecke1-1/+1
2007-10-10r23728: First part of bugfix for #4763. Limit notify responsesJeremy Allison1-0/+12
2007-10-10r23727: Explicitly pass down FLAGS2 to srvstr_get_path.Volker Lendecke3-44/+111
2007-10-10r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke7-33/+65
2007-10-10r23725: Remove get_current_mid()Volker Lendecke2-26/+33
2007-10-10r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_requestVolker Lendecke7-98/+189
2007-10-10r23683: Check ports are in the correct range (1-65535)Simo Sorce1-2/+2
2007-10-10r23682: Old patch I forgot in one of my 3.0.25 trees.Simo Sorce1-0/+16
2007-10-10r23664: Fix incorrect index - should be j not i. How did we everJeremy Allison1-1/+1
2007-10-10r23663: Fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison1-28/+255