Age | Commit message (Expand) | Author | Files | Lines |
2008-01-02 | Convert call_trans2open to create_file() | Volker Lendecke | 1 | -57/+16 |
2008-01-02 | Convert reply_mknew to create_file | Volker Lendecke | 1 | -38/+16 |
2008-01-02 | Convert reply_open_and_X to create_file | Volker Lendecke | 1 | -42/+19 |
2008-01-02 | Convert reply_open to create_file | Volker Lendecke | 1 | -40/+19 |
2008-01-01 | Use NULL instead of 0 | Volker Lendecke | 1 | -4/+4 |
2007-12-30 | As the encryption is stream based there's no reason | Jeremy Allison | 2 | -5/+16 |
2007-12-29 | Allow encryption context setup on IPC$. | Jeremy Allison | 1 | -7/+27 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -1/+1 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 2 | -5/+6 |
2007-12-29 | Apply some const | Volker Lendecke | 1 | -4/+4 |
2007-12-28 | Remove a static array | Volker Lendecke | 1 | -6/+6 |
2007-12-28 | Ensure we turn off POSIX large read/write if encryption | Jeremy Allison | 1 | -1/+4 |
2007-12-27 | Add the capability to set "smb encrypt = required" | Jeremy Allison | 3 | -1/+44 |
2007-12-28 | Fix setting the initial permission bits | Volker Lendecke | 2 | -6/+25 |
2007-12-27 | Add "smb encrypt" parameter. Can be set to "no, yes, required". | Jeremy Allison | 1 | -1/+24 |
2007-12-27 | Fix the build | Volker Lendecke | 1 | -2/+3 |
2007-12-27 | Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to | Jeremy Allison | 1 | -1/+5 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 9 | -74/+869 |
2007-12-26 | We need to return the correct atime | Volker Lendecke | 1 | -1/+6 |
2007-12-22 | If we detect a case insensitive filesystem make | Jeremy Allison | 1 | -4/+11 |
2007-12-22 | Use filesystem capabilities to support case-insensitive filesystems. | James Peach | 2 | -17/+30 |
2007-12-22 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | James Peach | 6 | -21/+28 |
2007-12-22 | Cache the underlying filesystem capabilities at connection time. | James Peach | 1 | -0/+15 |
2007-12-22 | Remove redundant connection_struct from check_magic() parameter list. | Michael Adam | 1 | -2/+3 |
2007-12-22 | Remove redundant connection_struct from fd_close() parameter list. | Michael Adam | 2 | -12/+12 |
2007-12-22 | Remove redundant connection_struct from fd_close_posix() parameter list. | Michael Adam | 1 | -1/+1 |
2007-12-21 | Some C++ fixes | Volker Lendecke | 1 | -3/+3 |
2007-12-21 | Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-12-21 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2007-12-21 | Add a global cache | Volker Lendecke | 1 | -0/+6 |
2007-12-20 | Fix typo in filesystem capabilities bits. | James Peach | 1 | -3/+1 |
2007-12-20 | Attempt to fix the build | Volker Lendecke | 1 | -0/+2 |
2007-12-19 | Fix a couple of warnings in mDNS registration. One of these is an | James Peach | 1 | -2/+1 |
2007-12-19 | Add filesystem capabilities bitmask to statfs info. | James Peach | 1 | -0/+85 |
2007-12-19 | Expose per-fsp extension talloc context. | James Peach | 1 | -2/+14 |
2007-12-19 | Release per-fsp data on file closure. | James Peach | 1 | -0/+5 |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 3 | -64/+7 |
2007-12-19 | Split get_nt_acl() into two functions: fsp- and non-fsp variant. | Michael Adam | 1 | -63/+148 |
2007-12-19 | Remove the "is_directory" parameter from canonicalise_acl(): | Michael Adam | 1 | -7/+9 |
2007-12-19 | Change canonicalise_acl() to not take an fsp. | Michael Adam | 1 | -8/+15 |
2007-12-19 | Change ensure_canon_entry_valid() to not take and fsp. | Michael Adam | 1 | -10/+11 |
2007-12-19 | Change apply_default_perms() to not take an fsp. | Michael Adam | 1 | -14/+15 |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 4 | -6/+18 |
2007-12-18 | Remove last_message completely as it's no longer used. | Jeremy Allison | 2 | -9/+0 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 4 | -200/+112 |
2007-12-17 | Remove more static fstrings (yes this little cache should be | Jeremy Allison | 1 | -19/+49 |
2007-12-17 | Fix bug #5121 (unix passwd sync not working on a streams based | Jeremy Allison | 1 | -7/+7 |
2007-12-16 | Remove a static fstring. | Jeremy Allison | 1 | -20/+30 |
2007-12-16 | make use of [un]marshall_sec_desc, allow for fd==-1 in get/set_secdesc | Volker Lendecke | 1 | -87/+46 |
2007-12-15 | More work on bug #5082, use LC_ALL as this takes | Jeremy Allison | 1 | -2/+2 |