summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* If extra arguments passed make yodl docs for these files rather than *.yoTim Potter2000-12-211-2/+8
* merge from appliance headGerald Carter2000-12-211-1/+4
* make protoTim Potter2000-12-211-0/+1
* Don't call string_to_sid after cli_lsa_lookup_names() fails.Tim Potter2000-12-211-2/+55
* Some systems seem to only accept a ntcreate&x with a unicode filenameTim Potter2000-12-211-5/+45
* Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,Tim Potter2000-12-211-2/+49
* Replace magic number with constant.Tim Potter2000-12-211-1/+1
* Cleaned up SidToString() and StringToSid() exit paths.Tim Potter2000-12-211-17/+27
* Removed uninitialised variable.Jeremy Allison2000-12-201-1/+0
* implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2000-12-205-178/+199
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-194-8/+23
* Split set_nt_acls into owner set (which uses chown) and permission setJeremy Allison2000-12-191-94/+109
* 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