summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison2000-12-193-19/+42
* A couple more UMR fixes.Jeremy Allison2000-12-181-2/+2
* Cast prs_alloc_mem to correct type.Jeremy Allison2000-12-181-2/+2
* Fix typos in new group sid check.Jeremy Allison2000-12-181-2/+2
* Added query info policy call.Tim Potter2000-12-181-0/+86
* Merged Tim's fixes from appliance-head.Jeremy Allison2000-12-183-107/+160
* Streamlined exit path.Tim Potter2000-12-181-24/+27
* Fixed chown/chgrp setting from smbcacls.Jeremy Allison2000-12-161-0/+2
* Added -C username and -G username that allow a user (usually Administrator)Jeremy Allison2000-12-161-5/+61
* Documented -C and -G options to smbcacls.Jeremy Allison2000-12-161-0/+17
* Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison2000-12-153-26/+21
* Added lock backouts on fail.Jeremy Allison2000-12-155-65/+43
* lib/util_unistr.c:Jean-François Micouleau2000-12-157-45/+89
* Fixed memory leak in JOB_INFO_2 code.Jeremy Allison2000-12-151-3/+2
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-1516-87/+148
* Changes from APPLIANCE_HEAD:David O'Neill2000-12-141-1/+9
* Updates from appliance-head.Jeremy Allison2000-12-141-8/+47
* Renamed parameters and variables called acl to the_acl as it conflictsTim Potter2000-12-143-28/+28
* Updated smbcacls documentation.Tim Potter2000-12-143-28/+237
* Cache lsa connection and policy handle for resolving names and sids.Tim Potter2000-12-141-48/+56
* inverted dword valueGerald Carter2000-12-131-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2000-12-132-15/+20
* Added proto definition for new RPC calls.Jeremy Allison2000-12-133-33/+31
* I think it's time to go home.Tim Potter2000-12-131-5/+6
* OK so I shouldn't have added cli_pipe.o to LIBSMB_OBJ.Tim Potter2000-12-131-2/+3
* Add libsmb/cli_lsarpc.o and rpc_client/cli_pipe.o to LIBSMB_OBJ. Not soTim Potter2000-12-131-2/+3
* Convert names to sids when modifying ACLs. Convert sids to names whenTim Potter2000-12-131-10/+68
* Lightweight rpc client library. Uses only routines in libsmb andTim Potter2000-12-131-0/+370
* Server side changes for dynamic names in lsa_lookup_namesTim Potter2000-12-132-20/+10
* make protoTim Potter2000-12-133-19/+37
* Wrong length for unistr2 in init_q_lookup_names()Tim Potter2000-12-132-27/+36
* Two tdb bugfixes. First one - ensure that traverse lock is moved before deletingJeremy Allison2000-12-131-45/+58
* Added support for SERVICESF shared variable to change configuration fileTim Potter2000-12-131-1/+4
* Fixed bug noticed by JF. se_access_check needs user SID as first in token.Jeremy Allison2000-12-121-10/+23
* Fixed processing of dfree script (was truncating).Jeremy Allison2000-12-121-2/+0
* Brief documentation on using the virtual printer codeDavid O'Neill2000-12-121-2/+35
* more fixes from Simo. Also fixed the password expiration fieldGerald Carter2000-12-121-134/+59
* Don't print out the security descriptor type as it is automaticallyTim Potter2000-12-121-7/+1
* Better error checking for ACL parsing.Tim Potter2000-12-121-7/+21
* Fix error string.Tim Potter2000-12-121-1/+1
* Fixed some accidentally reversed patches.Tim Potter2000-12-121-115/+411
* Compile fix for new arg to create_nt_token()Tim Potter2000-12-122-3/+7
* Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison2000-12-126-486/+276
* Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison2000-12-126-434/+555
* Owner always has READ_CONTROL and WRITE_DAC access.Jeremy Allison2000-12-121-1/+3
* Sorry Gerald, I think the original code was better (plus safer as I'm sureJeremy Allison2000-12-121-7/+10
* Extra part of fix that Gerald missed (sorry).Jeremy Allison2000-12-121-1/+1
* subtle bug where files which missed the stat_cache but were addedGerald Carter2000-12-111-10/+7
* Fix for short names not being returned correctly with non-mangled shares.Jeremy Allison2000-12-111-1/+2
* Fixed very subtle bug returning correct error on an open, when we haveJeremy Allison2000-12-112-10/+91