summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-21Some C++ warningsVolker Lendecke9-13/+13
2007-12-21Fix a C++ warningVolker Lendecke1-1/+1
2007-12-21Fix a C++ warningVolker Lendecke1-1/+1
2007-12-21Fix a missing prototype warningVolker Lendecke1-0/+1
2007-12-21Remove some statics from md4.cVolker Lendecke1-7/+13
2007-12-21Add a singleton cacheVolker Lendecke2-3/+20
2007-12-21Make data_blob_string_const return null terminated stringsVolker Lendecke1-1/+1
2007-12-21Remove next_token_nr_talloc and its associated globalVolker Lendecke3-152/+124
2007-12-21Convert the pwnam cache to memcacheVolker Lendecke1-53/+15
2007-12-21Add memcache_add_tallocVolker Lendecke2-1/+59
2007-12-21Add a global cacheVolker Lendecke3-0/+44
2007-12-20fix dump printout when byte >= 0x80Herb Lewis1-1/+1
2007-12-20Fix typo in filesystem capabilities bits.James Peach1-3/+1
2007-12-20Attempt to fix the buildVolker Lendecke1-0/+2
2007-12-19Remove unused variable 'didmsg'.James Peach1-4/+0
2007-12-19Fix a couple of warnings in mDNS registration. One of these is anJames Peach1-2/+1
2007-12-19Add filesystem capabilities bitmask to statfs info.James Peach2-0/+87
2007-12-19Expose per-fsp extension talloc context.James Peach2-2/+23
2007-12-19Release per-fsp data on file closure.James Peach1-0/+5
2007-12-20Only retrieve password policies in pam_auth when WBFLAG_PAM_GET_PWD_POLICY is...Michael Adam3-7/+11
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam12-102/+19
2007-12-19Prepare the afs acl module for the api change in get_nt_acl().Michael Adam1-43/+77
2007-12-19Prepare the aix2 acl module for the api change in get_nt_acl().Michael Adam1-11/+21
2007-12-19Change aixjfs2_get_nfs4_acl() to take file name instead of fsp.Michael Adam1-5/+5
2007-12-19Fix two debug statements: Add missing printf parameter.Michael Adam1-2/+2
2007-12-19Reformatting: wrap long lines and remove trailing spaces.Michael Adam1-3/+7
2007-12-19Prepare the zfs acl module for the api change in get_nt_acl().Michael Adam1-9/+28
2007-12-19Prepare the gpfs acl module for the api change in get_nt_acl().Michael Adam1-12/+21
2007-12-19Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam5-13/+44
2007-12-19Split smbacl4_GetFileOwner into two (f- and non-f-variant).Michael Adam1-19/+29
2007-12-19Split get_nt_acl() into two functions: fsp- and non-fsp variant.Michael Adam4-67/+152
2007-12-19Remove the "is_directory" parameter from canonicalise_acl():Michael Adam1-7/+9
2007-12-19Change canonicalise_acl() to not take an fsp.Michael Adam1-8/+15
2007-12-19Change ensure_canon_entry_valid() to not take and fsp.Michael Adam1-10/+11
2007-12-19Change apply_default_perms() to not take an fsp.Michael Adam1-14/+15
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke12-66/+67
2007-12-19Fix a "no prototype" warningVolker Lendecke1-0/+1
2007-12-19Fix debug messagesVolker Lendecke1-8/+9
2007-12-19Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-71...Volker Lendecke1-10/+8
2007-12-19packet_struct is used in several places as raw memoryVolker Lendecke1-0/+2
2007-12-19Some paranoia checksVolker Lendecke1-0/+8
2007-12-19Zero the tdb key, there might be paddingVolker Lendecke1-0/+2
2007-12-19Today is not my day...Volker Lendecke1-1/+1
2007-12-19Rename cache.[ch] to memcache.[ch]Volker Lendecke3-4/+4
2007-12-19Merge WERR_NO_SUCH_LOGON_SESSION from Samba4.Günther Deschner2-0/+2
2007-12-19Add and use some keystr functions using talloc_tos() in secrets api.Günther Deschner1-44/+123
2007-12-19Add cmd_wkssvc_enumeratecomputernames to rpcclient.Günther Deschner1-0/+37
2007-12-18Two more static fstrings gone.Jeremy Allison1-12/+43
2007-12-18Remove last_message completely as it's no longer used.Jeremy Allison2-9/+0
2007-12-18Remove another static fstring.Jeremy Allison1-3/+8