| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug in processing of open modes in POSIX open. | Jeremy Allison | 2009-07-30 | 1 | -0/+2 |
* | Fix bug #5937 - filenames with "*" char hide other files | Jeremy Allison | 2009-01-12 | 1 | -6/+4 |
* | Cope with bad trans2mkdir requests from System i QNTC IBM SMB client. | Jeremy Allison | 2009-01-12 | 1 | -2/+4 |
* | Fix the offset checks in the trans routines | Volker Lendecke | 2008-11-18 | 1 | -3/+3 |
* | Rewrite the wrap checks to deal with gcc 4.x optimisations. | Jeremy Allison | 2008-04-07 | 1 | -25/+43 |
* | Work around a handle leak in XP 64 bit | Volker Lendecke | 2008-03-08 | 1 | -0/+1 |
* | Port SMB_FS_OBJECTID_INFORMATION from 3.2 | Volker Lendecke | 2008-01-26 | 1 | -0/+47 |
* | Actually test vl's new code and make it work to fix the build farm :-). | Jeremy Allison | 2008-01-18 | 1 | -8/+12 |
* | Back port vl's fix for nlink counts. | Jeremy Allison | 2008-01-18 | 1 | -7/+2 |
* | Don't overrun directory listings by incorrectly calculating | Jeremy Allison | 2007-11-20 | 1 | -14/+18 |
* | Fix smbfs to not trigger our paranoid checker. | Jeremy Allison | 2007-11-16 | 1 | -20/+20 |
* | [GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.samba-misc-tags/initial-v3-0-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -322/+181 |
* | r23761: Rename reduce_name to check_reduced_name | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
* | r23727: Explicitly pass down FLAGS2 to srvstr_get_path. | Volker Lendecke | 2007-10-10 | 1 | -8/+24 |
* | r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next | Volker Lendecke | 2007-10-10 | 1 | -2/+4 |
* | r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request | Volker Lendecke | 2007-10-10 | 1 | -30/+53 |
* | r23500: Two changes to survive the now activated test for rename_internals_fsp: | Volker Lendecke | 2007-10-10 | 1 | -3/+3 |
* | r23183: Check in a change made by Tridge: | Volker Lendecke | 2007-10-10 | 1 | -4/+4 |
* | r23106: Use lchown for symlinks. | Jeremy Allison | 2007-10-10 | 1 | -2/+11 |
* | r23100: Implement the delete on close semantics I've just tested for | Jeremy Allison | 2007-10-10 | 1 | -2/+3 |
* | r23087: Fix POSIX setfilepathinfo to use lstat, not stat. | Jeremy Allison | 2007-10-10 | 1 | -9/+21 |
* | r23014: For all branches, ensure that if we're blocked on a POSIX | Jeremy Allison | 2007-10-10 | 1 | -2/+6 |
* | r22920: Add in the UNIX capability for 24-bit readX, as discussed | Jeremy Allison | 2007-10-10 | 1 | -1/+4 |
* | r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside | Volker Lendecke | 2007-10-10 | 1 | -2/+4 |
* | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r22493: Fix horrible memory corruption bug with CIFS POSIX open/mkidr. | Jeremy Allison | 2007-10-10 | 1 | -0/+2 |
* | r22491: Fix the build (3.0.25 and 3.0 are different here). | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r22490: Fix a couple of bugs found whist investigating CSC Vista issues. | Jeremy Allison | 2007-10-10 | 1 | -4/+92 |
* | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 2007-10-10 | 1 | -20/+21 |
* | r22266: Fix bug #4512 - we were returning a volume label greater than | Jeremy Allison | 2007-10-10 | 1 | -1/+3 |
* | r22064: Fix the DFS code to work better with Vista clients. Allow | Jeremy Allison | 2007-10-10 | 1 | -2/+3 |
* | r22010: Now I'm looking at mangling again, make sure | Jeremy Allison | 2007-10-10 | 1 | -16/+31 |
* | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
* | r21991: I hate Steve French :-). Add support for encryption | Jeremy Allison | 2007-10-10 | 1 | -3/+9 |
* | r21952: Fix critical (!) error found by IBM checker. | Jeremy Allison | 2007-10-10 | 1 | -22/+28 |
* | r21950: After discussion with the Apple and Linux client maintainers, | James Peach | 2007-10-10 | 1 | -1/+5 |
* | r21898: Added test command, fixed first valgrind bugs. | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
* | r21897: Add in a basic raw NTLM encrypt request. Now | Jeremy Allison | 2007-10-10 | 1 | -1/+4 |
* | r21882: The server part of the code has to use an AUTH_NTLMSSP struct, | Jeremy Allison | 2007-10-10 | 1 | -0/+27 |
* | r21800: Check-in the DFS rewrite. I am still testing this but it | Jeremy Allison | 2007-10-10 | 1 | -14/+29 |
* | r21792: Fix crash bug triggered by Excel reported by Jerry. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
* | r21783: Add in the "create info" field to the reply | Jeremy Allison | 2007-10-10 | 1 | -22/+32 |
* | r21777: As Stevef requested and the Apple guys agreed, make | Jeremy Allison | 2007-10-10 | 1 | -4/+8 |
* | r21766: Fix compiler warning. | James Peach | 2007-10-10 | 1 | -1/+1 |
* | r21765: Fix the build for HP-UX. | James Peach | 2007-10-10 | 1 | -1/+6 |
* | r21763: Add support for the UNIX_INFO2 infolevel. | James Peach | 2007-10-10 | 1 | -46/+245 |
* | r21754: Volker is completely correct. There's no need for | Jeremy Allison | 2007-10-10 | 1 | -5/+15 |
* | r21717: Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo. | James Peach | 2007-10-10 | 1 | -1/+110 |
* | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 2007-10-10 | 1 | -43/+48 |
* | r21672: The cannonical file access pattern should look like this : | Jeremy Allison | 2007-10-10 | 1 | -22/+22 |