summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-12-20implemented a much nicer name_status() interface. It now returns aAndrew Tridgell5-178/+199
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison4-8/+23
2000-12-19Split set_nt_acls into owner set (which uses chown) and permission setJeremy Allison1-94/+109
2000-12-19Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison3-19/+42
2000-12-18A couple more UMR fixes.Jeremy Allison1-2/+2
2000-12-18Cast prs_alloc_mem to correct type.Jeremy Allison1-2/+2
2000-12-18Fix typos in new group sid check.Jeremy Allison1-2/+2
2000-12-18Added query info policy call.Tim Potter1-0/+86
2000-12-18Merged Tim's fixes from appliance-head.Jeremy Allison3-107/+160
2000-12-18Streamlined exit path.Tim Potter1-24/+27
2000-12-16Fixed chown/chgrp setting from smbcacls.Jeremy Allison1-0/+2
2000-12-16Added -C username and -G username that allow a user (usually Administrator)Jeremy Allison1-5/+61
2000-12-15Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison3-26/+21
2000-12-15Added lock backouts on fail.Jeremy Allison5-65/+43
2000-12-15lib/util_unistr.c:Jean-François Micouleau7-45/+89
2000-12-15Fixed memory leak in JOB_INFO_2 code.Jeremy Allison1-3/+2
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison16-87/+148
2000-12-14Changes from APPLIANCE_HEAD:David O'Neill1-1/+9
2000-12-14Updates from appliance-head.Jeremy Allison1-8/+47
2000-12-14Renamed parameters and variables called acl to the_acl as it conflictsTim Potter3-28/+28
2000-12-14Cache lsa connection and policy handle for resolving names and sids.Tim Potter1-48/+56
2000-12-13Changes from APPLIANCE_HEAD:David O'Neill2-15/+20
2000-12-13Added proto definition for new RPC calls.Jeremy Allison3-33/+31
2000-12-13I think it's time to go home.Tim Potter1-5/+6
2000-12-13OK so I shouldn't have added cli_pipe.o to LIBSMB_OBJ.Tim Potter1-2/+3
2000-12-13Add libsmb/cli_lsarpc.o and rpc_client/cli_pipe.o to LIBSMB_OBJ. Not soTim Potter1-2/+3
2000-12-13Convert names to sids when modifying ACLs. Convert sids to names whenTim Potter1-10/+68
2000-12-13Lightweight rpc client library. Uses only routines in libsmb andTim Potter1-0/+370
2000-12-13Server side changes for dynamic names in lsa_lookup_namesTim Potter2-20/+10
2000-12-13make protoTim Potter3-19/+37
2000-12-13Wrong length for unistr2 in init_q_lookup_names()Tim Potter2-27/+36
2000-12-13Two tdb bugfixes. First one - ensure that traverse lock is moved before deletingJeremy Allison1-45/+58
2000-12-13Added support for SERVICESF shared variable to change configuration fileTim Potter1-1/+4
2000-12-12Fixed bug noticed by JF. se_access_check needs user SID as first in token.Jeremy Allison1-10/+23
2000-12-12Fixed processing of dfree script (was truncating).Jeremy Allison1-2/+0
2000-12-12more fixes from Simo. Also fixed the password expiration fieldGerald Carter1-134/+59
2000-12-12Don't print out the security descriptor type as it is automaticallyTim Potter1-7/+1
2000-12-12Better error checking for ACL parsing.Tim Potter1-7/+21
2000-12-12Fixed some accidentally reversed patches.Tim Potter1-115/+411
2000-12-12Compile fix for new arg to create_nt_token()Tim Potter2-3/+7
2000-12-12Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison6-486/+276
2000-12-12Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison6-434/+555
2000-12-12Owner always has READ_CONTROL and WRITE_DAC access.Jeremy Allison1-1/+3
2000-12-12Sorry Gerald, I think the original code was better (plus safer as I'm sureJeremy Allison1-7/+10
2000-12-12Extra part of fix that Gerald missed (sorry).Jeremy Allison1-1/+1
2000-12-11subtle bug where files which missed the stat_cache but were addedGerald Carter1-10/+7
2000-12-11Fix for short names not being returned correctly with non-mangled shares.Jeremy Allison1-1/+2
2000-12-11Fixed very subtle bug returning correct error on an open, when we haveJeremy Allison2-10/+91
2000-12-11Adding in debug for SD's.Jeremy Allison2-0/+48
2000-12-11code review of rpcclientGerald Carter1-159/+140