summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-18We've finished with the old node once we've copied theJeremy Allison1-4/+4
2007-12-18Fix valgrind error in dbwrap_rbt where rec_priv->node wasJeremy Allison1-1/+10
2007-12-18Fix an error when accessing unallocated sid in error path.Michael Adam1-3/+3
2007-12-18Add forgotten cache.hVolker Lendecke1-0/+51
2007-12-18Add a in-memory cacheVolker Lendecke10-204/+505
2007-12-18Fix a debug message: add missing space.Michael Adam1-2/+2
2007-12-17Add smbclient support for basic mDNS browsing.Rishi Srivatsavai4-2/+250
2007-12-17More static pstring elimination.Jeremy Allison1-26/+86
2007-12-17More static fstring elimination.Jeremy Allison2-37/+39
2007-12-17Remove more static fstrings (yes this little cache should beJeremy Allison1-19/+49
2007-12-17Correctly define prototypes for accessor functions.Jeremy Allison1-3/+3
2007-12-17Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2-4/+9
2007-12-17More static fstring removal.Jeremy Allison1-33/+116
2007-12-18Fix logic error in cm_connect_sam().Michael Adam1-1/+0
2007-12-18Prevent another segfault.Michael Adam1-1/+3
2007-12-17Use the %*s feature of snprintf to remove anothe static fstring.Jeremy Allison3-31/+26
2007-12-17Fix a segv in winbindd caused by trying to free an fstring.Gerald (Jerry) Carter1-2/+6
2007-12-17Do not close netlogon pipe in get_schannel_session_key_common().Michael Adam1-1/+0
2007-12-17Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce3-7/+12
2007-12-17While 'data' is usually 0 terminated, nothing in the spec requires that. The ...Simo Sorce1-1/+4
2007-12-17Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison3-7/+12
2007-12-17Merge in J.Layton patch and resolve conflict.Simo Sorce1-26/+64