Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | Remove next_token_nr_talloc and its associated global | Volker Lendecke | 3 | -152/+124 |
2007-12-21 | Convert the pwnam cache to memcache | Volker Lendecke | 1 | -53/+15 |
2007-12-21 | Add memcache_add_talloc | Volker Lendecke | 2 | -1/+59 |
2007-12-21 | Add a global cache | Volker Lendecke | 3 | -0/+44 |
2007-12-20 | fix dump printout when byte >= 0x80 | Herb Lewis | 1 | -1/+1 |
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 | Remove unused variable 'didmsg'. | James Peach | 1 | -4/+0 |
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 | 2 | -0/+87 |
2007-12-19 | Expose per-fsp extension talloc context. | James Peach | 2 | -2/+23 |
2007-12-19 | Release per-fsp data on file closure. | James Peach | 1 | -0/+5 |
2007-12-20 | Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is... | Michael Adam | 3 | -7/+11 |
2007-12-19 | Change the prototype of the vfs function get_nt_acl(). | Michael Adam | 12 | -102/+19 |
2007-12-19 | Prepare the afs acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -43/+77 |
2007-12-19 | Prepare the aix2 acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -11/+21 |
2007-12-19 | Change aixjfs2_get_nfs4_acl() to take file name instead of fsp. | Michael Adam | 1 | -5/+5 |
2007-12-19 | Fix two debug statements: Add missing printf parameter. | Michael Adam | 1 | -2/+2 |
2007-12-19 | Reformatting: wrap long lines and remove trailing spaces. | Michael Adam | 1 | -3/+7 |
2007-12-19 | Prepare the zfs acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -9/+28 |
2007-12-19 | Prepare the gpfs acl module for the api change in get_nt_acl(). | Michael Adam | 1 | -12/+21 |
2007-12-19 | Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant). | Michael Adam | 5 | -13/+44 |
2007-12-19 | Split smbacl4_GetFileOwner into two (f- and non-f-variant). | Michael Adam | 1 | -19/+29 |
2007-12-19 | Split get_nt_acl() into two functions: fsp- and non-fsp variant. | Michael Adam | 4 | -67/+152 |
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 | 12 | -66/+67 |
2007-12-19 | Fix a "no prototype" warning | Volker Lendecke | 1 | -0/+1 |
2007-12-19 | Fix debug messages | Volker Lendecke | 1 | -8/+9 |
2007-12-19 | Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-71... | Volker Lendecke | 1 | -10/+8 |
2007-12-19 | packet_struct is used in several places as raw memory | Volker Lendecke | 1 | -0/+2 |
2007-12-19 | Some paranoia checks | Volker Lendecke | 1 | -0/+8 |
2007-12-19 | Zero the tdb key, there might be padding | Volker Lendecke | 1 | -0/+2 |
2007-12-19 | Today is not my day... | Volker Lendecke | 1 | -1/+1 |
2007-12-19 | Rename cache.[ch] to memcache.[ch] | Volker Lendecke | 3 | -4/+4 |
2007-12-19 | Merge WERR_NO_SUCH_LOGON_SESSION from Samba4. | Günther Deschner | 2 | -0/+2 |
2007-12-19 | Add and use some keystr functions using talloc_tos() in secrets api. | Günther Deschner | 1 | -44/+123 |
2007-12-19 | Add cmd_wkssvc_enumeratecomputernames to rpcclient. | Günther Deschner | 1 | -0/+37 |
2007-12-18 | Two more static fstrings gone. | Jeremy Allison | 1 | -12/+43 |
2007-12-18 | Remove last_message completely as it's no longer used. | Jeremy Allison | 2 | -9/+0 |
2007-12-18 | Remove another static fstring. | Jeremy Allison | 1 | -3/+8 |
2007-12-18 | We've finished with the old node once we've copied the | Jeremy Allison | 1 | -4/+4 |
2007-12-18 | Fix valgrind error in dbwrap_rbt where rec_priv->node was | Jeremy Allison | 1 | -1/+10 |
2007-12-18 | Fix an error when accessing unallocated sid in error path. | Michael Adam | 1 | -3/+3 |
2007-12-18 | Add forgotten cache.h | Volker Lendecke | 1 | -0/+51 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 10 | -204/+505 |
2007-12-18 | Fix a debug message: add missing space. | Michael Adam | 1 | -2/+2 |
2007-12-17 | Add smbclient support for basic mDNS browsing. | Rishi Srivatsavai | 4 | -2/+250 |