summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-12-21Some systems seem to only accept a ntcreate&x with a unicode filenameTim Potter1-5/+45
2000-12-21Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,Tim Potter1-2/+49
2000-12-21Replace magic number with constant.Tim Potter1-1/+1
2000-12-21Cleaned up SidToString() and StringToSid() exit paths.Tim Potter1-17/+27
2000-12-20Removed uninitialised variable.Jeremy Allison1-1/+0
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-16Documented -C and -G options to smbcacls.Jeremy Allison1-0/+17
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-14Updated smbcacls documentation.Tim Potter3-28/+237
2000-12-14Cache lsa connection and policy handle for resolving names and sids.Tim Potter1-48/+56
2000-12-13inverted dword valueGerald Carter1-1/+1
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-12Brief documentation on using the virtual printer codeDavid O'Neill1-2/+35
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-12Fix error string.Tim Potter1-1/+1
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