Age | Commit message (Expand) | Author | Files | Lines |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK(). | Michael Adam | 2 | -4/+5 |
2008-01-07 | Fix wrong unused opaque macro for kernel_flock(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LOCK(). | Michael Adam | 2 | -4/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 2 | -4/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 2 | -4/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 2 | -4/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 2 | -4/+6 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 2 | -4/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LSEEK(). | Michael Adam | 2 | -4/+5 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_PWRITE(). | Michael Adam | 2 | -4/+5 |
2008-01-07 | Remove unneeded parameter fd from SMB_VFS_PREAD(). | Michael Adam | 2 | -4/+5 |
2008-01-06 | Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL(). | Michael Adam | 2 | -4/+4 |
2008-01-06 | Wrap lines for readability. | Michael Adam | 1 | -2/+10 |
2008-01-06 | Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL(). | Michael Adam | 2 | -4/+5 |
2008-01-05 | Add the options smb_encrypt_level to set the requested | Jeremy Allison | 1 | -0/+7 |
2008-01-05 | Add general '-e' option to enable smb encryption | Jeremy Allison | 1 | -0/+1 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 2 | -4/+11 |
2008-01-03 | Add ads_get_joinable_ous(). | Günther Deschner | 1 | -0/+4 |
2008-01-03 | Add some more join related werror codes. | Günther Deschner | 1 | -0/+2 |
2008-01-03 | Add comments | Volker Lendecke | 1 | -1/+54 |
2008-01-02 | Happy new year ! | Günther Deschner | 1 | -1/+1 |
2007-12-28 | Convert get_root_nt_token to memcache | Volker Lendecke | 1 | -0/+1 |
2007-12-28 | Convert csamuser to memcache | Volker Lendecke | 1 | -0/+1 |
2007-12-27 | Add the capability to set "smb encrypt = required" | Jeremy Allison | 1 | -0/+1 |
2007-12-28 | Fix the non-gcc branch of "likely" | Volker Lendecke | 1 | -2/+2 |
2007-12-27 | Wrap the DEBUG checks in a "unlikely" | Volker Lendecke | 1 | -6/+21 |
2007-12-27 | Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to | Jeremy Allison | 1 | -1/+2 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 4 | -12/+57 |
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 1 | -7/+2 |
2007-12-22 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | James Peach | 2 | -2/+12 |
2007-12-22 | Cache the underlying filesystem capabilities at connection time. | James Peach | 1 | -0/+4 |
2007-12-21 | De-couple smbd from staticly linking against winbindd client files. | Gerald (Jerry) Carter | 1 | -0/+1 |
2007-12-21 | Add a singleton cache | Volker Lendecke | 1 | -1/+2 |
2007-12-21 | Add memcache_add_talloc | Volker Lendecke | 1 | -1/+7 |
2007-12-21 | Add a global cache | Volker Lendecke | 1 | -0/+2 |
2007-12-19 | Add filesystem capabilities bitmask to statfs info. | James Peach | 1 | -0/+2 |
2007-12-19 | Expose per-fsp extension talloc context. | James Peach | 1 | -0/+9 |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 2 | -4/+6 |
2007-12-19 | Rename cache.[ch] to memcache.[ch] | Volker Lendecke | 2 | -3/+3 |
2007-12-19 | Merge WERR_NO_SUCH_LOGON_SESSION from Samba4. | Günther Deschner | 1 | -0/+1 |
2007-12-18 | Add forgotten cache.h | Volker Lendecke | 1 | -0/+51 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 1 | -0/+1 |
2007-12-17 | Add combined flag LOOKUP_NAME_LOCAL. | Michael Adam | 1 | -0/+4 |
2007-12-16 | Make smb_np_struct talloc'ed | Volker Lendecke | 1 | -1/+1 |
2007-12-14 | add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s) | Stefan Metzmacher | 1 | -0/+2 |
2007-12-13 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | James Peach | 1 | -1/+9 |
2007-12-13 | Register the smb service with mDNS if mSDN is supported. | Rishi Srivatsavai | 1 | -0/+14 |
2007-12-13 | Add flags for correctly implementing lsa_lookup_name levels. | Michael Adam | 1 | -1/+9 |
2007-12-10 | Don't need an fstring here, we can talloc. | Jeremy Allison | 1 | -1/+1 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -5/+46 |