summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* merge from appliance headGerald Carter2000-12-211-0/+5
* merge from appliance headGerald Carter2000-12-211-1/+4
* Removed uninitialised variable.Jeremy Allison2000-12-201-1/+0
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-204-8/+23
* lib/util_unistr.c: A couple more uninitialised memory read fixes.Jeremy Allison2000-12-183-26/+133
* Cast prs_alloc_mem to correct type.Jeremy Allison2000-12-181-2/+2
* Merged Tim's fixes from appliance-head.Jeremy Allison2000-12-183-107/+160
* 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
* Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison2000-12-153-26/+21
* When chaining together long lines of bloody "if" statements, which shouldJeremy Allison2000-12-151-1/+3
* Makefile.in, Added libsmb/cli_lsarpc.c - needed for smbcacls.Jeremy Allison2000-12-152-3/+26
* Sync-up with HEAD.Jean-François Micouleau2000-12-158-61/+87
* Fixed memory leaks with JOB_INFO_2.Jeremy Allison2000-12-151-3/+2
* Remember to free stuff *you* allocated, not from the prs_struct :-).Jeremy Allison2000-12-151-6/+13
* Use prs_alloc_mem, not malloc, then there's no need to explicitly freeJeremy Allison2000-12-154-56/+2
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-12-152-0/+491
|\
| * 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
| * Cache lsa connection and policy handle for resolving names and sids.Tim Potter2000-12-141-48/+56
| * 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
| * 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
| * 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
| * Adding in debug for SD's.Jeremy Allison2000-12-112-0/+48