summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe2001-01-045-25/+65
* Add a new file clidgram with routines that are used by the libsmbclient code.Richard Sharpe2001-01-032-1/+240
* We only want to mark mailslot packets as loopback packets if they are toRichard Sharpe2001-01-031-1/+1
* Return an empty directory for a stat on a share we aren't allowed toTim Potter2001-01-021-7/+17
* Return EACCES for bad password.Tim Potter2001-01-021-1/+1
* Make the use of generate_name_trn_id conform to the usage elsewhere ...Richard Sharpe2001-01-021-1/+1
* Comment out unused generate_name_trn_id ...Richard Sharpe2001-01-021-1/+1
* Fixed -d option for rpcclient.Tim Potter2001-01-021-2/+7
* The line was:Christopher R. Hertel2000-12-301-1/+6
* First pass at the libsmbclient code ...Richard Sharpe2000-12-264-0/+1524
* merge from appliance headGerald Carter2000-12-211-0/+5
* Return appropriate exit codes for various situations:Tim Potter2000-12-211-22/+32
* 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
* 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
* 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